aws.omics.get_sequence_store
Example SQL Queries
SELECT * FROMaws.omics.get_sequence_storeWHERE"id" = 'VALUE';Description
Gets information about a sequence 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 |
| e_tag_algorithm_family The algorithm family of the ETag. | VARCHAR |
| fallback_location An S3 location that is used to store files that have failed a direct upload. | VARCHAR |
| name The store's name. | VARCHAR |
| s3_access The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket. | STRUCT( |
Show child fields
| |
| sse_config The store's server-side encryption (SSE) settings. | STRUCT( |
Show child fields
| |