AccessPointDescription class

Provides a description of an EFS file system access point.

Constructors

AccessPointDescription({String? accessPointArn, String? accessPointId, String? clientToken, String? fileSystemId, LifeCycleState? lifeCycleState, String? name, String? ownerId, PosixUser? posixUser, RootDirectory? rootDirectory, List<Tag>? tags})
AccessPointDescription.fromJson(Map<String, dynamic> json)
factory

Properties

accessPointArn String?
The unique Amazon Resource Name (ARN) associated with the access point.
final
accessPointId String?
The ID of the access point, assigned by Amazon EFS.
final
clientToken String?
The opaque string specified in the request to ensure idempotent creation.
final
fileSystemId String?
The ID of the EFS file system that the access point applies to.
final
hashCode int
The hash code for this object.
no setterinherited
lifeCycleState LifeCycleState?
Identifies the lifecycle phase of the access point.
final
name String?
The name of the access point. This is the value of the Name tag.
final
ownerId String?
Identified the AWS account that owns the access point resource.
final
posixUser PosixUser?
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
final
rootDirectory RootDirectory?
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The tags associated with the access point, presented as an array of Tag objects.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited