Skip to main content

sequence_store

Gets an individual sequence_store resource

Overview

Namesequence_store
TypeResource
Descriptionsequence_store
Idawscc.omics.sequence_store

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
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_time,
description,
name,
fallback_location,
sequence_store_id,
sse_config,
tags
FROM awscc.omics.sequence_store
WHERE data__Identifier = '<SequenceStoreId>';

Permissions

To operate on the sequence_store resource, the following permissions are required:

Read

omics:GetSequenceStore,
omics:ListTagsForResource

Delete

omics:DeleteSequenceStore