Amazon Macie · JSON Structure

Amazon Macie Account Level Permissions Structure

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

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

AccountLevelPermissions is a JSON Structure definition published by Amazon Macie, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

blockPublicAccess

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-account-level-permissions-structure.json",
  "name": "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."
        }
      ]
    }
  }
}