Amazon Macie · JSON Structure

Amazon Macie Search Resources Bucket Criteria Structure

Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

SearchResourcesBucketCriteria 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

excludes includes

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-bucket-criteria-structure.json",
  "name": "SearchResourcesBucketCriteria",
  "description": "Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.",
  "type": "object",
  "properties": {
    "excludes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchResourcesCriteriaBlock"
        },
        {
          "description": "The property- and tag-based conditions that determine which buckets to exclude from the results."
        }
      ]
    },
    "includes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SearchResourcesCriteriaBlock"
        },
        {
          "description": "The property- and tag-based conditions that determine which buckets to include in the results."
        }
      ]
    }
  }
}