Amazon Macie · Schema

ClassificationScopeUpdateOperation

Specifies how to apply changes to the S3 bucket exclusion list defined by the classification scope for an Amazon Macie account. Valid values are:

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-classification-scope-update-operation-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-classification-scope-update-operation-schema.json",
  "title": "ClassificationScopeUpdateOperation",
  "description": "Specifies how to apply changes to the S3 bucket exclusion list defined by the classification scope for an Amazon Macie account. Valid values are:",
  "type": "string",
  "enum": [
    "ADD",
    "REPLACE",
    "REMOVE"
  ]
}