Amazon Macie · JSON Structure

Amazon Macie Bucket Criteria Structure

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

Type: object Properties: 0
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

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-bucket-criteria-structure.json",
  "name": "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"
  }
}