NAME
Paws::EFS::AccessPointDescription
ATTRIBUTES
AccessPointArn => Str
The unique Amazon Resource Name (ARN) associated with the access point.
AccessPointId => Str
The ID of the access point, assigned by Amazon EFS.
ClientToken => Str
The opaque string specified in the request to ensure idempotent creation.
FileSystemId => Str
The ID of the EFS file system that the access point applies to.
LifeCycleState => Str
Identifies the lifecycle phase of the access point.
Valid values are: "creating"
, "available"
, "updating"
, "deleting"
, "deleted"
, "error"
=head2 Name => Str
The name of the access point. This is the value of the Name
tag.
OwnerId => Str
Identified the AWS account that owns the access point resource.
PosixUser => Paws::EFS::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.
RootDirectory => Paws::EFS::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.
Tags => ArrayRef[Paws::EFS::Tag]
The tags associated with the access point, presented as an array of Tag objects.