Amazon Macie · Schema

AccountLevelPermissions

Provides information about the account-level permissions settings that apply to an S3 bucket.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
blockPublicAccess object
View JSON Schema on GitHub

JSON Schema

amazon-macie-account-level-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-account-level-permissions-schema.json",
  "title": "AccountLevelPermissions",
  "description": "Provides information about the account-level permissions settings that apply to an S3 bucket.",
  "type": "object",
  "properties": {
    "blockPublicAccess": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockPublicAccess"
        },
        {
          "description": "The block public access settings for the Amazon Web Services account that owns the bucket."
        }
      ]
    }
  }
}