Amazon HealthLake · Schema

CmkType

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-cmk-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-cmk-type-schema.json",
  "title": "CmkType",
  "type": "string",
  "enum": [
    "CUSTOMER_MANAGED_KMS_KEY",
    "AWS_OWNED_KMS_KEY"
  ]
}