aws.medical_imaging.list_dicom_import_jobs
Example SQL Queries
SELECT * FROMaws.medical_imaging.list_dicom_import_jobsWHERE"datastore_id" = 'VALUE';Description
List import jobs created for a specific data store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The data store identifier. | VARCHAR |
| job_status Input Column The filters for listing import jobs based on status. | 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
| |
| data_access_role_arn The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources. | VARCHAR |
| ended_at The timestamp when an import job ended. | TIMESTAMP_S |
| job_id The import job identifier. | VARCHAR |
| job_name The import job name. | VARCHAR |
| message The error message thrown if an import job fails. | VARCHAR |
| submitted_at The timestamp when an import job was submitted. | TIMESTAMP_S |