aws.omics.list_reference_stores
Example SQL Queries
SELECT * FROMaws.omics.list_reference_stores;Description
Retrieves a list of reference stores.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column A filter to apply to the list. | 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 |
| arn The store's ARN. | VARCHAR |
| creation_time When the store was created. | TIMESTAMP_S |
| description The store's description. | VARCHAR |
| id The store's ID. | VARCHAR |
| name The store's name. | VARCHAR |
| sse_config The store's server-side encryption (SSE) settings. | STRUCT( |
Show child fields
| |