{
"$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 The Meaning of \"Public\" in the Amazon S3 User Guide. ",
"fields": [
{
"name": "BlockPublicAcls",
"type": "string"
},
{
"name": "IgnorePublicAcls",
"type": "string"
},
{
"name": "BlockPublicPolicy",
"type": "string"
},
{
"name": "RestrictPublicBuckets",
"type": "string"
}
]
}