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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.CfnAccessPointProps
CfnAccessPointProps.Builder, CfnAccessPointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAccessPointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAccessPointProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
An array of key-value pairs to apply to this resource.final String
The opaque string specified in the request to ensure idempotent creation.final String
The ID of the EFS file system that the access point applies to.final Object
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.final Object
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.final int
hashCode()
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:CfnAccessPointProps
The 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:
getFileSystemId
in interfaceCfnAccessPointProps
-
getAccessPointTags
Description copied from interface:CfnAccessPointProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getAccessPointTags
in interfaceCfnAccessPointProps
-
getClientToken
Description copied from interface:CfnAccessPointProps
The opaque string specified in the request to ensure idempotent creation.- Specified by:
getClientToken
in interfaceCfnAccessPointProps
-
getPosixUser
Description copied from interface:CfnAccessPointProps
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.- Specified by:
getPosixUser
in interfaceCfnAccessPointProps
-
getRootDirectory
Description copied from interface:CfnAccessPointProps
The 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:
getRootDirectory
in interfaceCfnAccessPointProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-