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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachmentProps
CfnS3AccessPointAttachmentProps.Builder, CfnS3AccessPointAttachmentProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getName()
The name of the S3 access point attachment;final Object
The OpenZFSConfiguration of the S3 access point attachment.final Object
The S3 access point configuration of the S3 access point attachment.final String
getType()
The type of Amazon FSx volume that the S3 access point is attached to.final int
hashCode()
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:CfnS3AccessPointAttachmentProps
The name of the S3 access point attachment;also used for the name of the S3 access point.
- Specified by:
getName
in interfaceCfnS3AccessPointAttachmentProps
- See Also:
-
getOpenZfsConfiguration
Description copied from interface:CfnS3AccessPointAttachmentProps
The OpenZFSConfiguration of the S3 access point attachment.- Specified by:
getOpenZfsConfiguration
in interfaceCfnS3AccessPointAttachmentProps
- See Also:
-
getType
Description copied from interface:CfnS3AccessPointAttachmentProps
The type of Amazon FSx volume that the S3 access point is attached to.- Specified by:
getType
in interfaceCfnS3AccessPointAttachmentProps
- See Also:
-
getS3AccessPoint
Description copied from interface:CfnS3AccessPointAttachmentProps
The S3 access point configuration of the S3 access point attachment.- Specified by:
getS3AccessPoint
in interfaceCfnS3AccessPointAttachmentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-