Skip to main content

variant_store

Gets an individual variant_store resource

Overview

Namevariant_store
TypeResource
Descriptionvariant_store
Idawscc.omics.variant_store

Fields

NameDatatypeDescription
creation_timestring
descriptionstring
idstring
namestring
referenceobject
sse_configobject
statusstring
status_messagestring
store_arnstring
store_size_bytesnumber
tagsobject
update_timestring
regionstringAWS 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