Amazon Macie · Schema

BucketCriteria

Specifies, as a map, one or more property-based conditions that filter the results of a query for information about S3 buckets.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-bucket-criteria-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-bucket-criteria-schema.json",
  "title": "BucketCriteria",
  "description": "Specifies, as a map, one or more property-based conditions that filter the results of a query for information about S3 buckets.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/BucketCriteriaAdditionalProperties"
  }
}