| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.accessPointTags(IResolvable accessPointTags)
An array of key-value pairs to apply to this resource.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.accessPointTags(List<? extends Object> accessPointTags)
An array of key-value pairs to apply to this resource.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
static CfnAccessPoint.Builder |
CfnAccessPoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.posixUser(CfnAccessPoint.PosixUserProperty posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.posixUser(IResolvable posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.rootDirectory(CfnAccessPoint.RootDirectoryProperty rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.rootDirectory(IResolvable rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
|
Copyright © 2022. All rights reserved.