Amazon Macie · JSON Structure

Amazon Macie Search Resources Tag Criterion Structure

Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

SearchResourcesTagCriterion 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-search-resources-tag-criterion-structure.json",
  "name": "SearchResourcesTagCriterion",
  "description": "Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.",
  "type": "object",
  "properties": {
    "comparator": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchResourcesComparator"
        },
        {
          "description": "The operator to use in the condition. Valid values are EQ (equals) and NE (not equals)."
        }
      ]
    },
    "tagValues": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSearchResourcesTagCriterionPair"
        },
        {
          "description": "The tag keys, tag values, or tag key and value pairs to use in the condition."
        }
      ]
    }
  }
}