aws.healthlake.describe_fhir_datastore
Example SQL Queries
SELECT * FROMaws.healthlake.describe_fhir_datastoreWHERE"datastore_id" = 'VALUE';Description
Gets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The AWS-generated data store ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| datastore_properties All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint. | STRUCT( |
Show child fields
| |