Skip to main content

annotation_store_tags

Expands all tag keys and values for annotation_stores in a region

Overview

Nameannotation_store_tags
TypeResource
DescriptionDefinition of AWS::Omics::AnnotationStore Resource Type
Idaws.omics.annotation_store_tags

Fields

NameDatatypeDescription
creation_timestring
descriptionstring
idstring
namestring
referenceobject
sse_configobject
statusstring
status_messagestring
store_arnstring
store_formatstring
store_optionsundefined
store_size_bytesnumber
update_timestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all annotation_stores in a region.

SELECT
region,
creation_time,
description,
id,
name,
reference,
sse_config,
status,
status_message,
store_arn,
store_format,
store_options,
store_size_bytes,
update_time,
tag_key,
tag_value
FROM aws.omics.annotation_store_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the annotation_store_tags resource, see annotation_stores