@Stability(value=Stable) @Internal public static final class CfnAccessPoint.PublicAccessBlockConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAccessPoint.PublicAccessBlockConfigurationProperty
CfnAccessPoint.PublicAccessBlockConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder, CfnAccessPoint.PublicAccessBlockConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAccessPoint.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, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder builder)
CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder.public final Object getBlockPublicAcls()
CfnAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE causes the following behavior:
Enabling this setting doesn't affect existing policies or ACLs.
getBlockPublicAcls in interface CfnAccessPoint.PublicAccessBlockConfigurationPropertypublic final Object getBlockPublicPolicy()
CfnAccessPoint.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 CfnAccessPoint.PublicAccessBlockConfigurationPropertypublic final Object getIgnorePublicAcls()
CfnAccessPoint.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 CfnAccessPoint.PublicAccessBlockConfigurationPropertypublic final Object getRestrictPublicBuckets()
CfnAccessPoint.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 CfnAccessPoint.PublicAccessBlockConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.