aws.amplifybackend.get_backend_job
Example SQL Queries
SELECT * FROMaws.amplifybackend.get_backend_jobWHERE"app_id" = 'VALUE'AND "backend_environment_name" = 'VALUE'AND "job_id" = 'VALUE';Description
Returns information about a specific job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The app ID. | VARCHAR |
| backend_environment_name Required Input Column The name of the backend environment. | VARCHAR |
| job_id Required Input Column The 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 |
| create_time The time when the job was created. | VARCHAR |
| error If the request fails, this error is returned. | VARCHAR |
| operation The name of the operation. | VARCHAR |
| status The current status of the request. | VARCHAR |
| update_time The time when the job was last updated. | VARCHAR |