Class CfnAccessPointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3files.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.s3files.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 String(optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.final StringThe ID of the S3 Files file system that the access point provides access to.final ObjectReturns union: eitherIResolvableorCfnAccessPoint.PosixUserPropertyfinal ObjectReturns union: eitherIResolvableorCfnAccessPoint.RootDirectoryPropertygetTags()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 S3 Files file system that the access point provides access to.- Specified by:
getFileSystemIdin interfaceCfnAccessPointProps- See Also:
-
getClientToken
Description copied from interface:CfnAccessPointProps(optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.- Specified by:
getClientTokenin interfaceCfnAccessPointProps- See Also:
-
getPosixUser
Description copied from interface:CfnAccessPointPropsReturns union: eitherIResolvableorCfnAccessPoint.PosixUserProperty- Specified by:
getPosixUserin interfaceCfnAccessPointProps- See Also:
-
getRootDirectory
Description copied from interface:CfnAccessPointPropsReturns union: eitherIResolvableorCfnAccessPoint.RootDirectoryProperty- Specified by:
getRootDirectoryin interfaceCfnAccessPointProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnAccessPointProps- See Also:
-
$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()
-