AccessPointRootDirectoryArgs

data class AccessPointRootDirectoryArgs(val creationInfo: Output<AccessPointRootDirectoryCreationInfoArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<AccessPointRootDirectoryArgs>

Constructors

Link copied to clipboard
constructor(creationInfo: Output<AccessPointRootDirectoryCreationInfoArgs>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard

POSIX IDs and permissions to apply to the access point's Root Directory. See Creation Info below.

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

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 creation_info.

Functions

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