Amazon Macie · Schema

Type

Type schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-type-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-type-schema.json",
  "title": "Type",
  "description": "Type schema from Amazon Macie API",
  "type": "string",
  "enum": [
    "NONE",
    "AES256",
    "aws:kms"
  ]
}