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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnMultiRegionAccessPointProps
CfnMultiRegionAccessPointProps.Builder, CfnMultiRegionAccessPointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionAccessPointProps.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 Multi-Region Access Point.final ObjectThe PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.final ObjectA collection of the Regions and buckets associated with the Multi-Region Access Point.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 theCfnMultiRegionAccessPointProps.Builder.
-
-
Method Details
-
getRegions
Description copied from interface:CfnMultiRegionAccessPointPropsA collection of the Regions and buckets associated with the Multi-Region Access Point.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMultiRegionAccessPoint.RegionProperty>- Specified by:
getRegionsin interfaceCfnMultiRegionAccessPointProps- See Also:
-
getName
Description copied from interface:CfnMultiRegionAccessPointPropsThe name of the Multi-Region Access Point.- Specified by:
getNamein interfaceCfnMultiRegionAccessPointProps- See Also:
-
getPublicAccessBlockConfiguration
Description copied from interface:CfnMultiRegionAccessPointPropsThe 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 .
Returns union: either
IResolvableorCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty- Specified by:
getPublicAccessBlockConfigurationin interfaceCfnMultiRegionAccessPointProps- 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()
-