Skip to main content

datastores_list_only

Lists datastores in a region or regions, for all properties use datastores

Overview

Namedatastores_list_only
TypeResource
DescriptionDefinition of AWS::HealthImaging::Datastore Resource Type
Idaws.healthimaging.datastores_list_only

Fields

NameDatatypeDescription
datastore_arnstringThe Datastore's ARN.
datastore_namestringUser friendly name for Datastore.
datastore_idstring
datastore_statusstringA string to denote the Datastore's state.
kms_key_arnstringARN referencing a KMS key or KMS key alias.
created_atstringThe timestamp when the data store was created.
updated_atstringThe timestamp when the data store was created.
tagsobjectA Map of key value pairs for Tags.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all datastores in a region.

SELECT
region,
datastore_id
FROM aws.healthimaging.datastores_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the datastores_list_only resource, see datastores