aws.importexport.list_jobs
Example SQL Queries
SELECT * FROMaws.importexport.list_jobs;Description
This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_version Input Column Specifies the version of the client tool. | 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
| |
| creation_date Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z". | TIMESTAMP_S |
| is_canceled Indicates whether the job was canceled. | BOOLEAN |
| job_id A unique identifier which refers to a particular job. | VARCHAR |
| job_type Specifies whether the job to initiate is an import or export job. | VARCHAR |