public static final class CfnAccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAccessPointProps
CfnAccessPointProps
CfnAccessPointProps.Builder, CfnAccessPointProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAccessPointTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getClientToken()
The opaque string specified in the request to ensure idempotent creation.
|
java.lang.String |
getFileSystemId()
The ID of the EFS file system that the access point applies to.
|
java.lang.Object |
getPosixUser()
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.
|
java.lang.Object |
getRootDirectory()
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFileSystemId()
CfnAccessPointProps
Accepts only the ID format for input when specifying a file system, for example fs-0123456789abcedf2
.
getFileSystemId
in interface CfnAccessPointProps
public final java.lang.Object getAccessPointTags()
CfnAccessPointProps
For more information, see Tag .
getAccessPointTags
in interface CfnAccessPointProps
public final java.lang.String getClientToken()
CfnAccessPointProps
getClientToken
in interface CfnAccessPointProps
public final java.lang.Object getPosixUser()
CfnAccessPointProps
getPosixUser
in interface CfnAccessPointProps
public final java.lang.Object getRootDirectory()
CfnAccessPointProps
getRootDirectory
in interface CfnAccessPointProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()