Amazon HealthLake · Schema

EncryptionKeyID

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-encryption-key-id-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-encryption-key-id-schema.json",
  "title": "EncryptionKeyID",
  "type": "string",
  "pattern": "(arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:kms:)?([a-z]{2}-[a-z]+(-[a-z]+)?-\\d:)?(\\d{12}:)?(((key/)?[a-zA-Z0-9-_]+)|(alias/[a-zA-Z0-9:/_-]+))",
  "minLength": 1,
  "maxLength": 400
}