aws.omics.get_read_set_export_job
Example SQL Queries
SELECT * FROMaws.omics.get_read_set_export_jobWHERE"sequence_store_id" = 'VALUE'AND "id" = 'VALUE';Description
Gets information about a read set export job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The job's ID. | VARCHAR |
| sequence_store_id Required Input Column The job's sequence store 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 |
| completion_time When the job completed. | TIMESTAMP_S |
| creation_time When the job was created. | TIMESTAMP_S |
| destination The job's destination in Amazon S3. | VARCHAR |
| read_sets The job's read sets. | STRUCT( |
Show child fields
| |
| status The job's status. | VARCHAR |
| status_message The job's status message. | VARCHAR |