Amazon S3 API · JSON Structure

S3 Publicaccessblockconfiguration Structure

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.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Publicaccessblockconfiguration Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "PublicAccessBlockConfiguration",
  "type": "object",
  "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>. ",
  "fields": [
    {
      "name": "BlockPublicAcls",
      "type": "string"
    },
    {
      "name": "IgnorePublicAcls",
      "type": "string"
    },
    {
      "name": "BlockPublicPolicy",
      "type": "string"
    },
    {
      "name": "RestrictPublicBuckets",
      "type": "string"
    }
  ]
}