Skip to main content

fhir_datastores_list_only

Lists fhir_datastores in a region or regions, for all properties use fhir_datastores

Overview

Namefhir_datastores_list_only
TypeResource
DescriptionHealthLake FHIR Datastore
Idaws.healthlake.fhir_datastores_list_only

Fields

NameDatatypeDescription
datastore_idstringThe AWS-generated ID number for the Data Store.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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