Class CfnS3AccessPointAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnS3AccessPointAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnS3AccessPointAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnS3AccessPointAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnS3AccessPointAttachmentProps
An implementation for
CfnS3AccessPointAttachmentProps-
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.fsx.CfnS3AccessPointAttachmentProps
CfnS3AccessPointAttachmentProps.Builder, CfnS3AccessPointAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachmentProps.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 StringgetName()The name of the S3 access point attachment;final ObjectThe OpenZFSConfiguration of the S3 access point attachment.final ObjectThe S3 access point configuration of the S3 access point attachment.final StringgetType()The type of Amazon FSx volume that the S3 access point is attached to.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 theCfnS3AccessPointAttachmentProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnS3AccessPointAttachmentPropsThe name of the S3 access point attachment;also used for the name of the S3 access point.
- Specified by:
getNamein interfaceCfnS3AccessPointAttachmentProps- See Also:
-
getOpenZfsConfiguration
Description copied from interface:CfnS3AccessPointAttachmentPropsThe OpenZFSConfiguration of the S3 access point attachment.Returns union: either
IResolvableorCfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty- Specified by:
getOpenZfsConfigurationin interfaceCfnS3AccessPointAttachmentProps- See Also:
-
getType
Description copied from interface:CfnS3AccessPointAttachmentPropsThe type of Amazon FSx volume that the S3 access point is attached to.- Specified by:
getTypein interfaceCfnS3AccessPointAttachmentProps- See Also:
-
getS3AccessPoint
Description copied from interface:CfnS3AccessPointAttachmentPropsThe S3 access point configuration of the S3 access point attachment.Returns union: either
IResolvableorCfnS3AccessPointAttachment.S3AccessPointProperty- Specified by:
getS3AccessPointin interfaceCfnS3AccessPointAttachmentProps- 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()
-