Package com.pulumi.aws.efs.outputs
Class AccessPointRootDirectory
- java.lang.Object
-
- com.pulumi.aws.efs.outputs.AccessPointRootDirectory
-
public final class AccessPointRootDirectory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessPointRootDirectory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessPointRootDirectory.Builder
builder()
static AccessPointRootDirectory.Builder
builder(AccessPointRootDirectory defaults)
java.util.Optional<AccessPointRootDirectoryCreationInfo>
creationInfo()
java.util.Optional<java.lang.String>
path()
-
-
-
Method Detail
-
creationInfo
public java.util.Optional<AccessPointRootDirectoryCreationInfo> creationInfo()
- Returns:
- POSIX IDs and permissions to apply to the access point's Root Directory. See Creation Info below.
-
path
public java.util.Optional<java.lang.String> path()
- Returns:
- 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`.
-
builder
public static AccessPointRootDirectory.Builder builder()
-
builder
public static AccessPointRootDirectory.Builder builder(AccessPointRootDirectory defaults)
-
-