{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-bucket-public-access-structure.json", "name": "BucketPublicAccess", "description": "Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.", "type": "object", "properties": { "effectivePermission": { "allOf": [ { "$ref": "#/components/schemas/EffectivePermission" }, { "description": "
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.