Amazon Macie · Schema

S3BucketOwner

Provides information about the Amazon Web Services account that owns an S3 bucket.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
displayName object
id object
View JSON Schema on GitHub

JSON Schema

amazon-macie-s3-bucket-owner-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-s3-bucket-owner-schema.json",
  "title": "S3BucketOwner",
  "description": "Provides information about the Amazon Web Services account that owns an S3 bucket.",
  "type": "object",
  "properties": {
    "displayName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The display name of the account that owns the bucket."
        }
      ]
    },
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The canonical user ID for the account that owns the bucket."
        }
      ]
    }
  }
}