Skip to main content

fhir_datastore_tags

Expands all tag keys and values for fhir_datastores in a region

Overview

Namefhir_datastore_tags
TypeResource
DescriptionHealthLake FHIR Datastore
Idaws.healthlake.fhir_datastore_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all fhir_datastores in a region.

SELECT
region,
created_at,
datastore_arn,
datastore_endpoint,
datastore_id,
datastore_name,
datastore_status,
datastore_type_version,
preload_data_config,
sse_configuration,
identity_provider_configuration,
tag_key,
tag_value
FROM aws.healthlake.fhir_datastore_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the fhir_datastore_tags resource, see fhir_datastores