Amazon HealthImaging · JSON Structure

Healthimaging Kms Key Arn Structure

ARN referencing a KMS key or KMS key alias.

Type: string Properties: 0
HealthcareHIPAAMachine LearningMedical ImagingDICOM

KmsKeyArn is a JSON Structure definition published by Amazon HealthImaging. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-healthimaging/refs/heads/main/json-schema/healthimaging-kms-key-arn-schema.json",
  "name": "KmsKeyArn",
  "type": "string",
  "pattern": "arn:aws[a-zA-Z-]{0,16}:kms:[a-z]{2}(-[a-z]{1,16}){1,3}-\\d{1}:\\d{12}:((key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})|(alias/[a-zA-Z0-9:/_-]{1,256}))",
  "description": "ARN referencing a KMS key or KMS key alias.",
  "minLength": 1,
  "maxLength": 512
}