Class CfnAccessPointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.CfnAccessPointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAccessPointProps
@Stability(Stable)
@Internal
public static final class CfnAccessPointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPointProps
An implementation for
CfnAccessPointProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.CfnAccessPointProps
CfnAccessPointProps.Builder, CfnAccessPointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAccessPointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAccessPointProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn array of key-value pairs to apply to this resource.final StringThe opaque string specified in the request to ensure idempotent creation.final StringThe ID of the EFS file system that the access point applies to.final ObjectThe 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.final ObjectThe directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAccessPointProps.Builder.
-
-
Method Details
-
getFileSystemId
Description copied from interface:CfnAccessPointPropsThe ID of the EFS file system that the access point applies to.Accepts only the ID format for input when specifying a file system, for example
fs-0123456789abcedf2.- Specified by:
getFileSystemIdin interfaceCfnAccessPointProps
-
getAccessPointTags
Description copied from interface:CfnAccessPointPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getAccessPointTagsin interfaceCfnAccessPointProps
-
getClientToken
Description copied from interface:CfnAccessPointPropsThe opaque string specified in the request to ensure idempotent creation.- Specified by:
getClientTokenin interfaceCfnAccessPointProps
-
getPosixUser
Description copied from interface:CfnAccessPointPropsThe 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.- Specified by:
getPosixUserin interfaceCfnAccessPointProps
-
getRootDirectory
Description copied from interface:CfnAccessPointPropsThe directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.- Specified by:
getRootDirectoryin interfaceCfnAccessPointProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-