Skip to main content

sequence_store_tags

Expands all tag keys and values for sequence_stores in a region

Overview

Namesequence_store_tags
TypeResource
DescriptionDefinition of AWS::Omics::SequenceStore Resource Type
Idaws.omics.sequence_store_tags

Fields

NameDatatypeDescription
arnstringThe store's ARN.
creation_timestringWhen the store was created.
descriptionstringA description for the store.
namestringA name for the store.
fallback_locationstringAn S3 URI representing the bucket and folder to store failed read set uploads.
sequence_store_idstring
sse_configobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all sequence_stores in a region.

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

Permissions

For permissions required to operate on the sequence_store_tags resource, see sequence_stores