Skip to main content

sequence_stores_list_only

Lists sequence_stores in a region or regions, for all properties use sequence_stores

Overview

Namesequence_stores_list_only
TypeResource
DescriptionDefinition of AWS::Omics::SequenceStore Resource Type
Idaws.omics.sequence_stores_list_only

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
tagsobjectA map of resource tags
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all sequence_stores in a region.

SELECT
region,
sequence_store_id
FROM aws.omics.sequence_stores_list_only
WHERE region = 'us-east-1';

Permissions

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