@Stability(value=Experimental) @Internal public static final class AccessPointOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessPointOptions
AccessPointOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAccessPointOptions.Builder, AccessPointOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Acl createAcl,
String path,
PosixUser posixUser)
Constructor that initializes the object based on literal property values passed by the
AccessPointOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Acl |
getCreateAcl()
(experimental) Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
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.
|
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Acl createAcl, String path, PosixUser posixUser)
AccessPointOptions.Builder.public final Acl getCreateAcl()
AccessPointOptions
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.
getCreateAcl in interface AccessPointOptionspublic final String getPath()
AccessPointOptionsDefault: '/'
getPath in interface AccessPointOptionspublic final PosixUser getPosixUser()
AccessPointOptionsSpecify this to enforce a user identity using an access point.
Default: - user identity not enforced
getPosixUser in interface AccessPointOptions[Enforcing a User Identity Using an Access Point](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html)@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.