@Stability(value=Stable) @Internal public static final class AccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessPointProps
AccessPointPropssoftware.amazon.jsii.JsiiObject.InitializationModeAccessPointProps.Builder, AccessPointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AccessPointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AccessPointProps.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()
Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
IFileSystem |
getFileSystem()
The efs filesystem.
|
String |
getPath()
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()
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(AccessPointProps.Builder builder)
AccessPointProps.Builder.public final IFileSystem getFileSystem()
AccessPointPropsgetFileSystem in interface AccessPointPropspublic 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.