@Stability(value=Stable) @Internal public static final class CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder, CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBlockPublicAcls()
Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket.
|
Object |
getBlockPublicPolicy()
Specifies whether Amazon S3 should block public bucket policies for this bucket.
|
Object |
getIgnorePublicAcls()
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
|
Object |
getRestrictPublicBuckets()
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder builder)
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder
.public final Object getBlockPublicAcls()
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE
causes the following behavior:
Enabling this setting doesn't affect existing policies or ACLs.
getBlockPublicAcls
in interface CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
public final Object getBlockPublicPolicy()
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE
causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.
Enabling this setting doesn't affect existing bucket policies.
getBlockPublicPolicy
in interface CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
public final Object getIgnorePublicAcls()
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE
causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.
Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
getIgnorePublicAcls
in interface CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
public final Object getRestrictPublicBuckets()
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE
restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.
Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
getRestrictPublicBuckets
in interface CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.