メインコンテンツまでスキップ

AWSEFSFileSystemAccessPoint

No description

type AWSEFSFileSystemAccessPoint {
arn: String!
id: String!
clientToken: String!
fileSystemId: String!
lifeCycleState: AWSEFSFileSystemAccessPointLifeCycleStateType!
name: String!
ownerId: String!
posixUser: AWSEFSFileSystemAccessPointPosixUser
rootDirectory: AWSEFSFileSystemAccessPointRootDirectory
tags: [AWSTag!]!
}

Fields

AWSEFSFileSystemAccessPoint.arn ● String! non-null scalar

The unique Amazon Resource Name (ARN) associated with the access point

AWSEFSFileSystemAccessPoint.id ● String! non-null scalar

The ID of the access point, assigned by Amazon EFS

AWSEFSFileSystemAccessPoint.clientToken ● String! non-null scalar

The opaque string specified in the request to ensure idempotent creation

AWSEFSFileSystemAccessPoint.fileSystemId ● String! non-null scalar

The ID of the EFS file system that the access point applies to

AWSEFSFileSystemAccessPoint.lifeCycleState ● AWSEFSFileSystemAccessPointLifeCycleStateType! non-null enum

Identifies the lifecycle phase of the access point

AWSEFSFileSystemAccessPoint.name ● String! non-null scalar

The name of the access point

AWSEFSFileSystemAccessPoint.ownerId ● String! non-null scalar

Identifies the Amazon Web Services account that owns the access point resource

AWSEFSFileSystemAccessPoint.posixUser ● AWSEFSFileSystemAccessPointPosixUser object

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

AWSEFSFileSystemAccessPoint.rootDirectory ● AWSEFSFileSystemAccessPointRootDirectory object

The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point

AWSEFSFileSystemAccessPoint.tags ● [AWSTag!]! non-null object

The tags associated with the access point, presented as an array of Tag objects

Member of

AWSEFSFileSystem object