Class CfnAccessPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.efs.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.efs.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 booleanAn array of key-value pairs to apply to this resource.final StringThe opaque string specified in the request to ensure idempotent creation.final ObjectThe 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 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 theCfnAccessPointMixinProps.Builder.
-
-
Method Details
-
getAccessPointTags
Description copied from interface:CfnAccessPointMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getAccessPointTagsin interfaceCfnAccessPointMixinProps- See Also:
-
getClientToken
Description copied from interface:CfnAccessPointMixinPropsThe opaque string specified in the request to ensure idempotent creation.- Specified by:
getClientTokenin interfaceCfnAccessPointMixinProps- See Also:
-
getFileSystemId
Description copied from interface:CfnAccessPointMixinPropsThe 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.Returns union: either
StringorIFileSystemRef- Specified by:
getFileSystemIdin interfaceCfnAccessPointMixinProps- See Also:
-
getPosixUser
Description copied from interface:CfnAccessPointMixinPropsThe 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.Returns union: either
IResolvableorCfnAccessPointPropsMixin.PosixUserProperty- Specified by:
getPosixUserin interfaceCfnAccessPointMixinProps- See Also:
-
getRootDirectory
Description copied from interface:CfnAccessPointMixinPropsThe directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.Returns union: either
IResolvableorCfnAccessPointPropsMixin.RootDirectoryProperty- Specified by:
getRootDirectoryin 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()
-