Class CfnAccessPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3files.CfnAccessPointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPointMixinProps
@Stability(Stable)
@Internal
public static final class CfnAccessPointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPointMixinProps
An implementation for
CfnAccessPointMixinProps-
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.cfnpropertymixins.services.s3files.CfnAccessPointMixinProps
CfnAccessPointMixinProps.Builder, CfnAccessPointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessPointMixinProps.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: eitherIResolvableorCfnAccessPointPropsMixin.PosixUserPropertyfinal ObjectReturns union: eitherIResolvableorCfnAccessPointPropsMixin.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 theCfnAccessPointMixinProps.Builder.
-
-
Method Details
-
getClientToken
Description copied from interface:CfnAccessPointMixinProps(optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.- Specified by:
getClientTokenin interfaceCfnAccessPointMixinProps- See Also:
-
getFileSystemId
Description copied from interface:CfnAccessPointMixinPropsThe ID of the S3 Files file system that the access point provides access to.- Specified by:
getFileSystemIdin interfaceCfnAccessPointMixinProps- See Also:
-
getPosixUser
Description copied from interface:CfnAccessPointMixinPropsReturns union: eitherIResolvableorCfnAccessPointPropsMixin.PosixUserProperty- Specified by:
getPosixUserin interfaceCfnAccessPointMixinProps- See Also:
-
getRootDirectory
Description copied from interface:CfnAccessPointMixinPropsReturns union: eitherIResolvableorCfnAccessPointPropsMixin.RootDirectoryProperty- Specified by:
getRootDirectoryin interfaceCfnAccessPointMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnAccessPointMixinProps- 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()
-