aws.amplify.get_job
Example SQL Queries
SELECT * FROMaws.amplify.get_jobWHERE"app_id" = 'VALUE'AND "branch_name" = 'VALUE'AND "job_id" = 'VALUE';Description
Returns a job 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 job. | VARCHAR |
| job_id Required Input Column The unique ID for the job. | 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 |
| job Describes an execution job for an Amplify app. | STRUCT( |
Show child fields
| |