@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.AwsLambdaProperty.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 buckets in this account.
|
Object |
getBlockPublicPolicy()
Specifies whether Amazon S3 should block public bucket policies for buckets in this account.
|
Object |
getIgnorePublicAcls()
Specifies whether Amazon S3 should ignore public ACLs for buckets in this account.
|
Object |
getRestrictPublicBuckets()
Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account.
|
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.AwsLambdaProperty.Builder.public final Object getBlockPublicAcls()
CfnAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE causes the following behavior:
PutBucketAcl and PutObjectAcl calls fail if the specified ACL is public.Enabling this setting doesn't affect existing policies or ACLs.
This property is not supported for Amazon S3 on Outposts.
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.
This property is not supported for Amazon S3 on Outposts.
getBlockPublicPolicy in interface CfnAccessPoint.PublicAccessBlockConfigurationPropertypublic final Object getIgnorePublicAcls()
CfnAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain.
Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
This property is not supported for Amazon S3 on Outposts.
getIgnorePublicAcls in interface CfnAccessPoint.PublicAccessBlockConfigurationPropertypublic final Object getRestrictPublicBuckets()
CfnAccessPoint.PublicAccessBlockConfigurationProperty
Setting this element to TRUE restricts access to buckets with public policies to only AWS service principals and authorized users within this account.
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.
This property is not supported for Amazon S3 on Outposts.
getRestrictPublicBuckets in interface CfnAccessPoint.PublicAccessBlockConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.