Amazon Macie · JSON Structure

Amazon Macie Search Resources Criteria Block Structure

Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

and

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-block-structure.json",
  "name": "SearchResourcesCriteriaBlock",
  "description": "Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.",
  "type": "object",
  "properties": {
    "and": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSearchResourcesCriteria"
        },
        {
          "description": "An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions."
        }
      ]
    }
  }
}