Class CfnMultiRegionAccessPointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnMultiRegionAccessPointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionAccessPointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMultiRegionAccessPointProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionAccessPointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionAccessPointProps
An implementation for
CfnMultiRegionAccessPointProps
-
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.s3.CfnMultiRegionAccessPointProps
CfnMultiRegionAccessPointProps.Builder, CfnMultiRegionAccessPointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMultiRegionAccessPointProps.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 Multi-Region Access Point.final Object
The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.final Object
A collection of the Regions and buckets associated with the Multi-Region Access Point.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 theCfnMultiRegionAccessPointProps.Builder
.
-
-
Method Details
-
getRegions
Description copied from interface:CfnMultiRegionAccessPointProps
A collection of the Regions and buckets associated with the Multi-Region Access Point.- Specified by:
getRegions
in interfaceCfnMultiRegionAccessPointProps
-
getName
Description copied from interface:CfnMultiRegionAccessPointProps
The name of the Multi-Region Access Point.- Specified by:
getName
in interfaceCfnMultiRegionAccessPointProps
-
getPublicAccessBlockConfiguration
Description copied from interface:CfnMultiRegionAccessPointProps
The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.You can enable the configuration options in any combination. For more information about when Amazon S3 considers an object public, see The Meaning of "Public" in the Amazon S3 User Guide .
- Specified by:
getPublicAccessBlockConfiguration
in interfaceCfnMultiRegionAccessPointProps
-
$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()
-