fhir_datastores_list_only
Lists fhir_datastores in a region or regions, for all properties use fhir_datastores
Overview
| Name | fhir_datastores_list_only |
| Type | Resource |
| Description | HealthLake FHIR Datastore |
| Id | aws.healthlake.fhir_datastores_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
datastore_id | string | The AWS-generated ID number for the Data Store. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all fhir_datastores in a region.
SELECT
region,
datastore_id
FROM aws.healthlake.fhir_datastores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fhir_datastores_list_only resource, see fhir_datastores