PublicAccessConfiguration¶
Structure Class¶
PublicAccessConfiguration
dataclass
¶
Describes public access policies that apply to the Amazon S3 bucket.
For information about each of the following settings, see Blocking public access to your Amazon S3 storage in the Amazon S3 User Guide.
Attributes¶
public_acl_access
class-attribute
instance-attribute
¶
public_acl_access: PublicAccessStatus | None = None
Indicates whether or not there is a setting that allows public access to the Amazon S3 buckets through access control lists (ACLs).
public_acl_ignore_behavior
class-attribute
instance-attribute
¶
public_acl_ignore_behavior: PublicAclIgnoreBehavior | None = None
Indicates whether or not there is a setting that ignores all public access control lists (ACLs) on the Amazon S3 bucket and the objects that it contains.
public_bucket_restrict_behavior
class-attribute
instance-attribute
¶
public_bucket_restrict_behavior: PublicBucketRestrictBehavior | None = None
Indicates whether or not there is a setting that restricts access to the bucket with specified policies.
public_policy_access
class-attribute
instance-attribute
¶
public_policy_access: PublicAccessStatus | None = None
Indicates whether or not there is a setting that allows public access to the Amazon S3 bucket policy.