aws.omics.get_reference_store
Example SQL Queries
SELECT * FROMaws.omics.get_reference_storeWHERE"id" = 'VALUE';Description
Gets information about a reference store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The store's ID. | 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 |
| arn The store's ARN. | VARCHAR |
| creation_time When the store was created. | TIMESTAMP_S |
| description The store's description. | VARCHAR |
| name The store's name. | VARCHAR |
| sse_config The store's server-side encryption (SSE) settings. | STRUCT( |
Show child fields
| |