aws.omics.get_variant_store
Example SQL Queries
SELECT * FROMaws.omics.get_variant_storeWHERE"name" = 'VALUE';Description
Gets information about a variant store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The store's name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time When the store was created. | TIMESTAMP_S |
| description The store's description. | VARCHAR |
| id The store's ID. | VARCHAR |
| reference The store's genome reference. | STRUCT( |
Show child fields
| |
| sse_config The store's server-side encryption (SSE) settings. | STRUCT( |
Show child fields
| |
| status The store's status. | VARCHAR |
| status_message The store's status message. | VARCHAR |
| store_arn The store's ARN. | VARCHAR |
| store_size_bytes The store's size in bytes. | BIGINT |
| tags The store's tags. | MAP(VARCHAR, VARCHAR) |
| update_time When the store was updated. | TIMESTAMP_S |