AccessPoint

class AccessPoint : KotlinCustomResource

Resource Type definition for AWS::EFS::AccessPoint

Properties

Link copied to clipboard
val accessPointId: Output<String>
Link copied to clipboard
Link copied to clipboard
val arn: Output<String>
Link copied to clipboard
val clientToken: Output<String>?

(optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.

Link copied to clipboard
val fileSystemId: Output<String>

The ID of the EFS file system that the access point provides access to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The operating system user and group applied to all file system requests made using the access point.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point. The clients using the access point can only access the root directory and below. If the RootDirectory>Path specified does not exist, EFS creates it and applies the CreationInfo settings when a client connects to an access point. When specifying a RootDirectory, you need to provide the Path, and the CreationInfo is optional.

Link copied to clipboard
val urn: Output<String>