sequence_store
Gets an individual sequence_store
resource
Overview
Name | sequence_store |
Type | Resource |
Description | sequence_store |
Id | awscc.omics.sequence_store |
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 | |
region | string | AWS 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