Class CfnS3AccessPointAttachment.S3AccessPointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.S3AccessPointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnS3AccessPointAttachment.S3AccessPointProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnS3AccessPointAttachment.S3AccessPointProperty
@Stability(Stable)
@Internal
public static final class CfnS3AccessPointAttachment.S3AccessPointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnS3AccessPointAttachment.S3AccessPointProperty
An implementation for
CfnS3AccessPointAttachment.S3AccessPointProperty
-
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.CfnS3AccessPointAttachment.S3AccessPointProperty
CfnS3AccessPointAttachment.S3AccessPointProperty.Builder, CfnS3AccessPointAttachment.S3AccessPointProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachment.S3AccessPointProperty.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
getAlias()
The S3 access point's alias.final Object
The S3 access point's policy.final String
The S3 access point's ARN.final Object
The S3 access point's virtual private cloud (VPC) configuration.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 theCfnS3AccessPointAttachment.S3AccessPointProperty.Builder
.
-
-
Method Details
-
getAlias
Description copied from interface:CfnS3AccessPointAttachment.S3AccessPointProperty
The S3 access point's alias.- Specified by:
getAlias
in interfaceCfnS3AccessPointAttachment.S3AccessPointProperty
- See Also:
-
getPolicy
Description copied from interface:CfnS3AccessPointAttachment.S3AccessPointProperty
The S3 access point's policy.- Specified by:
getPolicy
in interfaceCfnS3AccessPointAttachment.S3AccessPointProperty
- See Also:
-
getResourceArn
Description copied from interface:CfnS3AccessPointAttachment.S3AccessPointProperty
The S3 access point's ARN.- Specified by:
getResourceArn
in interfaceCfnS3AccessPointAttachment.S3AccessPointProperty
- See Also:
-
getVpcConfiguration
Description copied from interface:CfnS3AccessPointAttachment.S3AccessPointProperty
The S3 access point's virtual private cloud (VPC) configuration.- Specified by:
getVpcConfiguration
in interfaceCfnS3AccessPointAttachment.S3AccessPointProperty
- 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()
-