Access Point Args
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
Properties
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.