AccessPointArgs

data class AccessPointArgs(val accessPointTags: Output<List<AccessPointTagArgs>>? = null, val clientToken: Output<String>? = null, val fileSystemId: Output<String>? = null, val posixUser: Output<AccessPointPosixUserArgs>? = null, val rootDirectory: Output<AccessPointRootDirectoryArgs>? = null) : ConvertibleToJava<AccessPointArgs>

Resource Type definition for AWS::EFS::AccessPoint

Constructors

Link copied to clipboard
fun AccessPointArgs(accessPointTags: Output<List<AccessPointTagArgs>>? = null, clientToken: Output<String>? = null, fileSystemId: Output<String>? = null, posixUser: Output<AccessPointPosixUserArgs>? = null, rootDirectory: Output<AccessPointRootDirectoryArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AccessPointArgs

Properties

Link copied to clipboard
Link copied to clipboard
val clientToken: Output<String>? = null

(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>? = null

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

Link copied to clipboard
val posixUser: Output<AccessPointPosixUserArgs>? = null

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

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.