datastore_tags
Expands all tag keys and values for datastores
in a region
Overview
Name | datastore_tags |
Type | Resource |
Description | Definition of AWS::HealthImaging::Datastore Resource Type |
Id | aws.healthimaging.datastore_tags |
Fields
Name | Datatype | Description |
---|---|---|
datastore_arn | string | The Datastore's ARN. |
datastore_name | string | User friendly name for Datastore. |
datastore_id | string | |
datastore_status | string | A string to denote the Datastore's state. |
kms_key_arn | string | ARN referencing a KMS key or KMS key alias. |
created_at | string | The timestamp when the data store was created. |
updated_at | string | The timestamp when the data store was created. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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