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
created_atobjectThe time that a Data Store was created.
datastore_arnstringThe Amazon Resource Name used in the creation of the Data Store.
datastore_endpointstringThe AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL.
datastore_idstringThe AWS-generated ID number for the Data Store.
datastore_namestringThe user-generated name for the Data Store.
datastore_statusstringThe status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.
datastore_type_versionstringThe FHIR version. Only R4 version data is supported.
preload_data_configobjectThe preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
sse_configurationobjectThe server-side encryption key configuration for a customer provided encryption key.
identity_provider_configurationobjectThe identity provider configuration for the datastore
tagsarray
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