Amazon HealthLake · JSON Structure

Healthlake Iam Role Arn Structure

Type: string Properties: 0
FHIRHealth DataHealthcareHIPAACloud Computing

IamRoleArn 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-iam-role-arn-schema.json",
  "name": "IamRoleArn",
  "type": "string",
  "pattern": "arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+",
  "minLength": 20,
  "maxLength": 2048
}