Amazon Macie · JSON Structure

Amazon Macie Tag Criterion For Job Structure

Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

comparator tagValues

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-tag-criterion-for-job-structure.json",
  "name": "TagCriterionForJob",
  "description": "Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.",
  "type": "object",
  "properties": {
    "comparator": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobComparator"
        },
        {
          "description": "The operator to use in the condition. Valid values are EQ (equals) and NE (not equals)."
        }
      ]
    },
    "tagValues": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfTagCriterionPairForJob"
        },
        {
          "description": "The tag keys, tag values, or tag key and value pairs to use in the condition."
        }
      ]
    }
  }
}