annotation_store
Gets an individual annotation_store
resource
Overview
Name | annotation_store |
Type | Resource |
Description | annotation_store |
Id | awscc.omics.annotation_store |
Fields
Name | Datatype | Description |
---|---|---|
creation_time | string | |
description | string | |
id | string | |
name | string | |
reference | object | |
sse_config | object | |
status | string | |
status_message | string | |
store_arn | string | |
store_format | string | |
store_options | undefined | |
store_size_bytes | number | |
tags | object | |
update_time | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
creation_time,
description,
id,
name,
reference,
sse_config,
status,
status_message,
store_arn,
store_format,
store_options,
store_size_bytes,
tags,
update_time
FROM awscc.omics.annotation_store
WHERE data__Identifier = '<Name>';
Permissions
To operate on the annotation_store
resource, the following permissions are required:
Read
omics:GetAnnotationStore
Update
omics:UpdateAnnotationStore,
omics:TagResource,
omics:UntagResource,
omics:GetAnnotationStore,
omics:ListTagsForResource
Delete
omics:DeleteAnnotationStore,
omics:ListAnnotationStores