aws.amplify.list_jobs
Example SQL Queries
SELECT * FROMaws.amplify.list_jobsWHERE"app_id" = 'VALUE'AND "branch_name" = 'VALUE';Description
Lists the jobs for a branch of an Amplify app.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for an Amplify app. | VARCHAR |
| branch_name Required Input Column The name of the branch to use for the request. | 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 |
| commit_id The commit ID from a third-party repository provider for the job. | VARCHAR |
| commit_message The commit message from a third-party repository provider for the job. | VARCHAR |
| commit_time The commit date and time for the job. | TIMESTAMP_S |
| end_time The end date and time for the job. | TIMESTAMP_S |
| job_arn The Amazon Resource Name (ARN) for the job. | VARCHAR |
| job_id The unique ID for the job. | VARCHAR |
| job_type The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks. | VARCHAR |
| start_time The start date and time for the job. | TIMESTAMP_S |
| status The current status for the job. | VARCHAR |