Amazon Macie · JSON Structure

Amazon Macie S3 Classification Scope Update Structure

Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.

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

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

Properties

excludes

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-classification-scope-update-structure.json",
  "name": "S3ClassificationScopeUpdate",
  "description": "Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.",
  "type": "object",
  "properties": {
    "excludes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3ClassificationScopeExclusionUpdate"
        },
        {
          "description": "The names of the S3 buckets to add or remove from the list."
        }
      ]
    }
  },
  "required": [
    "excludes"
  ]
}