Amazon Macie · Schema

TagTarget

The type of object to apply a tag-based condition to. Valid values are:

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-tag-target-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-tag-target-schema.json",
  "title": "TagTarget",
  "description": "The type of object to apply a tag-based condition to. Valid values are:",
  "type": "string",
  "enum": [
    "S3_OBJECT"
  ]
}