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