Amazon Macie · JSON Structure

Amazon Macie Matching Resource Structure

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

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

MatchingResource 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

matchingBucket

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-matching-resource-structure.json",
  "name": "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."
        }
      ]
    }
  }
}