Amazon Macie · Schema

MatchingResource

Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
matchingBucket object
View JSON Schema on GitHub

JSON Schema

amazon-macie-matching-resource-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-matching-resource-schema.json",
  "title": "MatchingResource",
  "description": "Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.",
  "type": "object",
  "properties": {
    "matchingBucket": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MatchingBucket"
        },
        {
          "description": "The details of an S3 bucket that Amazon Macie monitors and analyzes."
        }
      ]
    }
  }
}