Amazon Macie · JSON Structure

Amazon Macie Detected Data Details Structure

Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.

Type: object Properties: 1 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

DetectedDataDetails is a JSON Structure definition published by Amazon Macie, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

value

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-detected-data-details-structure.json",
  "name": "DetectedDataDetails",
  "description": "Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.",
  "type": "object",
  "properties": {
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin1Max128"
        },
        {
          "description": "An occurrence of the specified type of sensitive data. Each occurrence can contain 1-128 characters."
        }
      ]
    }
  },
  "required": [
    "value"
  ]
}