aws.omics.list_read_set_activation_jobs
Example SQL Queries
SELECT * FROMaws.omics.list_read_set_activation_jobsWHERE"sequence_store_id" = 'VALUE';Description
Retrieves a list of read set activation jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sequence_store_id Required Input Column The job's sequence store ID. | VARCHAR |
| 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 |
| completion_time When the job completed. | TIMESTAMP_S |
| creation_time When the job was created. | TIMESTAMP_S |
| id The job's ID. | VARCHAR |
| status The job's status. | VARCHAR |