Skip to main content

reference_store_tags

Expands all tag keys and values for reference_stores in a region

Overview

Namereference_store_tags
TypeResource
DescriptionDefinition of AWS::Omics::ReferenceStore Resource Type
Idaws.omics.reference_store_tags

Fields

NameDatatypeDescription
arnstringThe store's ARN.
creation_timestringWhen the store was created.
descriptionstringA description for the store.
namestringA name for the store.
reference_store_idstring
sse_configobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all reference_stores in a region.

SELECT
region,
arn,
creation_time,
description,
name,
reference_store_id,
sse_config,
tag_key,
tag_value
FROM aws.omics.reference_store_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the reference_store_tags resource, see reference_stores