Amazon HealthLake · JSON Structure

Healthlake Lambda Arn Structure

Type: string Properties: 0
FHIRHealth DataHealthcareHIPAACloud Computing

LambdaArn is a JSON Structure definition published by Amazon HealthLake. 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-healthlake/refs/heads/main/json-schema/healthlake-lambda-arn-schema.json",
  "name": "LambdaArn",
  "type": "string",
  "pattern": "arn:aws:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9\\-_\\.]+(:(\\$LATEST|[a-zA-Z0-9\\-_]+))?",
  "minLength": 49,
  "maxLength": 256
}