Amazon Macie · JSON Structure

Amazon Macie Search Resources Criteria Structure

Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

SearchResourcesCriteria 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

simpleCriterion tagCriterion

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-criteria-structure.json",
  "name": "SearchResourcesCriteria",
  "description": "Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.",
  "type": "object",
  "properties": {
    "simpleCriterion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchResourcesSimpleCriterion"
        },
        {
          "description": "A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results."
        }
      ]
    },
    "tagCriterion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchResourcesTagCriterion"
        },
        {
          "description": "A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results."
        }
      ]
    }
  }
}