sequence_stores_list_only
Lists sequence_stores
in a region or regions, for all properties use sequence_stores
Overview
Name | sequence_stores_list_only |
Type | Resource |
Description | Definition of AWS::Omics::SequenceStore Resource Type |
Id | aws.omics.sequence_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The store's ARN. |
creation_time | string | When the store was created. |
description | string | A description for the store. |
name | string | A name for the store. |
fallback_location | string | An S3 URI representing the bucket and folder to store failed read set uploads. |
sequence_store_id | string | |
sse_config | object | |
tags | object | A map of resource tags |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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