aws_efs_access_point
access_point_arn
Type: STRING
Provider name: AccessPointArn
Description: The unique Amazon Resource Name (ARN) associated with the access point.
access_point_id
Type: STRING
Provider name: AccessPointId
Description: The ID of the access point, assigned by Amazon EFS.
account_id
Type: STRING
client_token
Type: STRING
Provider name: ClientToken
Description: The opaque string specified in the request to ensure idempotent creation.
file_system_id
Type: STRING
Provider name: FileSystemId
Description: The ID of the EFS file system that the access point applies to.
life_cycle_state
Type: STRING
Provider name: LifeCycleState
Description: Identifies the lifecycle phase of the access point.
name
Type: STRING
Provider name: Name
Description: The name of the access point. This is the value of the Name
tag.
owner_id
Type: STRING
Provider name: OwnerId
Description: Identifies the Amazon Web Services account that owns the access point resource.
posix_user
Type: STRUCT
Provider name: PosixUser
Description: 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.
gid
Type: INT64
Provider name: Gid
Description: The POSIX group ID used for all file system operations using this access point.
secondary_gids
Type: UNORDERED_LIST_INT64
Provider name: SecondaryGids
Description: Secondary POSIX group IDs used for all file system operations using this access point.
uid
Type: INT64
Provider name: Uid
Description: The POSIX user ID used for all file system operations using this access point.
root_directory
Type: STRUCT
Provider name: RootDirectory
Description: The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
creation_info
Type: STRUCT
Provider name: CreationInfo
Description: (Optional) Specifies the POSIX IDs and permissions to apply to the access point’s RootDirectory
. If the RootDirectory
> Path
specified does not exist, EFS creates the root directory using the CreationInfo
settings when a client connects to an access point. When specifying the CreationInfo
, you must provide values for all properties. If you do not provide CreationInfo
and the specified RootDirectory
> Path
does not exist, attempts to mount the file system using the access point will fail.
owner_gid
Type: INT64
Provider name: OwnerGid
Description: Specifies the POSIX group ID to apply to the RootDirectory
. Accepts values from 0 to 2^32 (4294967295).
owner_uid
Type: INT64
Provider name: OwnerUid
Description: Specifies the POSIX user ID to apply to the RootDirectory
. Accepts values from 0 to 2^32 (4294967295).
permissions
Type: STRING
Provider name: Permissions
Description: Specifies the POSIX permissions to apply to the RootDirectory
, in the format of an octal number representing the file’s mode bits.
path
Type: STRING
Provider name: Path
Description: Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide the CreationInfo
.
Type: UNORDERED_LIST_STRING