| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AccessPoint.Builder |
AccessPoint.Builder.create(software.constructs.Construct scope,
String id) |
AccessPoint.Builder |
AccessPoint.Builder.createAcl(Acl createAcl)
(experimental) Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
AccessPoint.Builder |
AccessPoint.Builder.fileSystem(IFileSystem fileSystem)
(experimental) The efs filesystem.
|
AccessPoint.Builder |
AccessPoint.Builder.path(String path)
(experimental) Specifies the 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.
|
AccessPoint.Builder |
AccessPoint.Builder.posixUser(PosixUser posixUser)
(experimental) The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
|
Copyright © 2021. All rights reserved.