Amazon HealthLake · JSON Structure

Healthlake List Tags For Resource Request Structure

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

ListTagsForResourceRequest 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

ResourceARN

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-list-tags-for-resource-request-schema.json",
  "name": "ListTagsForResourceRequest",
  "type": "object",
  "required": [
    "ResourceARN"
  ],
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": " The Amazon Resource Name(ARN) of the data store for which tags are being added. "
        }
      ]
    }
  }
}