aws.medical_imaging.list_datastores
Example SQL Queries
SELECT * FROMaws.medical_imaging.list_datastores;Description
List data stores.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_status Input Column The data store 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
| |
| created_at The timestamp when the data store was created. | TIMESTAMP_S |
| datastore_arn The Amazon Resource Name (ARN) for the data store. | VARCHAR |
| datastore_id The data store identifier. | VARCHAR |
| datastore_name The data store name. | VARCHAR |
| updated_at The timestamp when the data store was last updated. | TIMESTAMP_S |