aws.healthlake.describe_fhir_export_job
Example SQL Queries
SELECT * FROMaws.healthlake.describe_fhir_export_jobWHERE"datastore_id" = 'VALUE'AND "job_id" = 'VALUE';Description
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The AWS generated ID for the data store from which files are being exported from for an export job. | VARCHAR |
| job_id Required Input Column The AWS generated ID for an export job. | 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 |
| export_job_properties Displays the properties of the export job, including the ID, Arn, Name, and the status of the job. | STRUCT( |
Show child fields
| |