aws.medical_imaging.get_image_set
Example SQL Queries
SELECT * FROMaws.medical_imaging.get_image_setWHERE"datastore_id" = 'VALUE'AND "image_set_id" = 'VALUE';Description
Get image set properties.
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 |
| version_id Input Column The image set version 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 image set properties were created. | TIMESTAMP_S |
| deleted_at The timestamp when the image set properties were deleted. | TIMESTAMP_S |
| image_set_arn The Amazon Resource Name (ARN) assigned to the image set. | VARCHAR |
| 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 This object contains the details of any overrides used while creating a specific image set version. If an image set was copied or updated using the force flag, this object will contain the forced flag. | STRUCT( |
Show child fields
| |
| updated_at The timestamp when image set properties were updated. | TIMESTAMP_S |