Amazon Macie · JSON Structure

Amazon Macie S3 Bucket Definition For Job Structure

Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.

Type: object Properties: 2 Required: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

S3BucketDefinitionForJob is a JSON Structure definition published by Amazon Macie, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountId buckets

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-s3-bucket-definition-for-job-structure.json",
  "name": "S3BucketDefinitionForJob",
  "description": "Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.",
  "type": "object",
  "properties": {
    "accountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The unique identifier for the Amazon Web Services account that owns the buckets."
        }
      ]
    },
    "buckets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "description": "An array that lists the names of the buckets."
        }
      ]
    }
  },
  "required": [
    "accountId",
    "buckets"
  ]
}