Skip to main content

datastore_tags

Expands all tag keys and values for datastores in a region

Overview

Namedatastore_tags
TypeResource
DescriptionDefinition of AWS::HealthImaging::Datastore Resource Type
Idaws.healthimaging.datastore_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all datastores in a region.

SELECT
region,
datastore_arn,
datastore_name,
datastore_id,
datastore_status,
kms_key_arn,
created_at,
updated_at,
tag_key,
tag_value
FROM aws.healthimaging.datastore_tags
WHERE region = 'us-east-1';

Permissions

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