class Aws::EFS::Types::AccessPointDescription

Provides a description of an EFS file system access point.

@!attribute [rw] client_token

The opaque string specified in the request to ensure idempotent
creation.
@return [String]

@!attribute [rw] name

The name of the access point. This is the value of the `Name` tag.
@return [String]

@!attribute [rw] tags

The tags associated with the access point, presented as an array of
Tag objects.
@return [Array<Types::Tag>]

@!attribute [rw] access_point_id

The ID of the access point, assigned by Amazon EFS.
@return [String]

@!attribute [rw] access_point_arn

The unique Amazon Resource Name (ARN) associated with the access
point.
@return [String]

@!attribute [rw] file_system_id

The ID of the EFS file system that the access point applies to.
@return [String]

@!attribute [rw] posix_user

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.
@return [Types::PosixUser]

@!attribute [rw] root_directory

The directory on the Amazon EFS file system that the access point
exposes as the root directory to NFS clients using the access point.
@return [Types::RootDirectory]

@!attribute [rw] owner_id

Identified the Amazon Web Services account that owns the access
point resource.
@return [String]

@!attribute [rw] life_cycle_state

Identifies the lifecycle phase of the access point.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/AccessPointDescription AWS API Documentation

Constants

SENSITIVE