Amazon S3 API · Schema

PublicAccessBlockConfiguration

The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.

Cloud StorageObject StorageStorage

Properties

Name Type Description
BlockPublicAcls object
IgnorePublicAcls object
BlockPublicPolicy object
RestrictPublicBuckets object
View JSON Schema on GitHub

JSON Schema

s3-publicaccessblockconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PublicAccessBlockConfiguration",
  "type": "object",
  "properties": {
    "BlockPublicAcls": {},
    "IgnorePublicAcls": {},
    "BlockPublicPolicy": {},
    "RestrictPublicBuckets": {}
  },
  "description": "The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status\">The Meaning of \"Public\"</a> in the <i>Amazon S3 User Guide</i>. "
}