variant_store
Gets an individual variant_store
resource
Overview
Name | variant_store |
Type | Resource |
Description | variant_store |
Id | awscc.omics.variant_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_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_size_bytes,
tags,
update_time
FROM awscc.omics.variant_store
WHERE data__Identifier = '<Name>';
Permissions
To operate on the variant_store
resource, the following permissions are required:
Read
omics:GetVariantStore
Update
omics:UpdateVariantStore,
omics:TagResource,
omics:UntagResource,
omics:ListTagsForResource,
omics:GetVariantStore
Delete
omics:DeleteVariantStore,
omics:ListVariantStores