aws.medical_imaging.list_image_set_versions
Example SQL Queries
SELECT * FROMaws.medical_imaging.list_image_set_versionsWHERE"datastore_id" = 'VALUE'AND "image_set_id" = 'VALUE';Description
List image set versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The data store identifier. | VARCHAR |
| image_set_id Required Input Column The image set identifier. | 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
| |
| created_at The timestamp when the image set properties were created. | TIMESTAMP_S |
| deleted_at The timestamp when the image set properties were deleted. | TIMESTAMP_S |
| image_set_state The image set state. | VARCHAR |
| image_set_workflow_status The image set workflow status. | VARCHAR |
| message The error message thrown if an image set action fails. | VARCHAR |
| overrides Contains details on overrides used when creating the returned version of an image set. For example, if forced exists, the forced flag was used when creating the image set. | STRUCT( |
Show child fields
| |
| updated_at The timestamp when the image set properties were updated. | TIMESTAMP_S |
| version_id The image set version identifier. | VARCHAR |