aws.omics.list_annotation_store_versions
Example SQL Queries
SELECT * FROMaws.omics.list_annotation_store_versionsWHERE"name" = 'VALUE';Description
Lists the versions of an annotation store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column A name given to an annotation store version to distinguish it from others. | VARCHAR |
| filter Input Column A filter to apply to the list of annotation store versions. | STRUCT( |
Show child fields
| |
| _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 The time stamp for when an annotation store version was created. | TIMESTAMP_S |
| description The description of an annotation store version. | VARCHAR |
| id The annotation store version ID. | VARCHAR |
| status The status of an annotation store version. | VARCHAR |
| status_message The status of an annotation store version. | VARCHAR |
| store_id The store ID for an annotation store version. | VARCHAR |
| update_time The time stamp for when an annotation store version was updated. | TIMESTAMP_S |
| version_arn The Arn for an annotation store version. | VARCHAR |
| version_name The name of an annotation store version. | VARCHAR |
| version_size_bytes The size of an annotation store version in Bytes. | BIGINT |