Amazon S3 · JSON Structure

Amazon S3 Control Public Access Block Configuration Structure

Type: object Properties: 4
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

PublicAccessBlockConfiguration is a JSON Structure definition published by Amazon S3, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

BlockPublicAcls IgnorePublicAcls BlockPublicPolicy RestrictPublicBuckets

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PublicAccessBlockConfiguration",
  "type": "object",
  "properties": {
    "BlockPublicAcls": {
      "type": "boolean"
    },
    "IgnorePublicAcls": {
      "type": "boolean"
    },
    "BlockPublicPolicy": {
      "type": "boolean"
    },
    "RestrictPublicBuckets": {
      "type": "boolean"
    }
  }
}