Amazon Macie · JSON Structure

Amazon Macie Test Custom Data Identifier Response Structure

TestCustomDataIdentifierResponse schema from Amazon Macie API

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

TestCustomDataIdentifierResponse 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

matchCount

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-test-custom-data-identifier-response-structure.json",
  "name": "TestCustomDataIdentifierResponse",
  "description": "TestCustomDataIdentifierResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "matchCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "description": "The number of occurrences of sample text that matched the criteria specified by the custom data identifier."
        }
      ]
    }
  }
}