Amazon HealthLake · JSON Structure

Healthlake Sse Configuration Structure

The server-side encryption key configuration for a customer provided encryption key.

Type: object Properties: 1 Required: 1
FHIRHealth DataHealthcareHIPAACloud Computing

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

Properties

KmsEncryptionConfig

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-healthlake/refs/heads/main/json-schema/healthlake-sse-configuration-schema.json",
  "name": "SseConfiguration",
  "type": "object",
  "required": [
    "KmsEncryptionConfig"
  ],
  "properties": {
    "KmsEncryptionConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KmsEncryptionConfig"
        },
        {
          "description": " The KMS encryption configuration used to provide details for data encryption. "
        }
      ]
    }
  },
  "description": " The server-side encryption key configuration for a customer provided encryption key. "
}