Class CfnMultiRegionAccessPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnMultiRegionAccessPointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionAccessPointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiRegionAccessPointMixinProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionAccessPointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionAccessPointMixinProps
An implementation for
CfnMultiRegionAccessPointMixinProps-
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.s3.CfnMultiRegionAccessPointMixinProps
CfnMultiRegionAccessPointMixinProps.Builder, CfnMultiRegionAccessPointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionAccessPointMixinProps.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 theCfnMultiRegionAccessPointMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnMultiRegionAccessPointMixinPropsThe name of the Multi-Region Access Point.- Specified by:
getNamein interfaceCfnMultiRegionAccessPointMixinProps- See Also:
-
getPublicAccessBlockConfiguration
Description copied from interface:CfnMultiRegionAccessPointMixinPropsThe 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
IResolvableorCfnMultiRegionAccessPointPropsMixin.PublicAccessBlockConfigurationProperty- Specified by:
getPublicAccessBlockConfigurationin interfaceCfnMultiRegionAccessPointMixinProps- See Also:
-
getRegions
Description copied from interface:CfnMultiRegionAccessPointMixinPropsA collection of the Regions and buckets associated with the Multi-Region Access Point.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMultiRegionAccessPointPropsMixin.RegionProperty>- Specified by:
getRegionsin interfaceCfnMultiRegionAccessPointMixinProps- 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()
-