reference_store
Gets an individual reference_store
resource
Overview
Name | reference_store |
Type | Resource |
Description | reference_store |
Id | awscc.omics.reference_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. |
reference_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,
reference_store_id,
sse_config,
tags
FROM awscc.omics.reference_store
WHERE data__Identifier = '<ReferenceStoreId>';
Permissions
To operate on the reference_store
resource, the following permissions are required:
Read
omics:GetReferenceStore,
omics:ListTagsForResource
Delete
omics:DeleteReferenceStore