@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.340Z") @Stability(value=Experimental) public interface AccessPointOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessPointOptions.Builder
A builder for
AccessPointOptions |
static class |
AccessPointOptions.Jsii$Proxy
An implementation for
AccessPointOptions |
| Modifier and Type | Method and Description |
|---|---|
static AccessPointOptions.Builder |
builder() |
default Acl |
getCreateAcl()
(experimental) Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
default String |
getPath()
(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.
|
default PosixUser |
getPosixUser()
(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.
|
@Stability(value=Experimental) @Nullable default Acl getCreateAcl()
If the
root directory specified by path does not exist, EFS creates the root directory and applies the
permissions specified here. If the specified path does not exist, you must specify createAcl.
Default: - None. The directory specified by `path` must exist.
@Stability(value=Experimental) @Nullable default String getPath()
Default: '/'
@Stability(value=Experimental) @Nullable default PosixUser getPosixUser()
Specify this to enforce a user identity using an access point.
Default: - user identity not enforced
[Enforcing a User Identity Using an Access Point](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html)@Stability(value=Experimental) static AccessPointOptions.Builder builder()
AccessPointOptions.Builder of AccessPointOptionsCopyright © 2021. All rights reserved.