Amazon HealthLake · Schema

AuthorizationStrategy

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-authorization-strategy-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-authorization-strategy-schema.json",
  "title": "AuthorizationStrategy",
  "type": "string",
  "enum": [
    "SMART_ON_FHIR_V1",
    "AWS_AUTH"
  ]
}