aws.amplifyuibuilder.list_codegen_jobs
Example SQL Queries
SELECT * FROMaws.amplifyuibuilder.list_codegen_jobsWHERE"app_id" = 'VALUE'AND "environment_name" = 'VALUE';Description
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID of the Amplify app associated with the code generation job. | VARCHAR |
| environment_name Required Input Column The name of the backend environment associated with the code generation 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 |
| created_at The time that the code generation job summary was created. | TIMESTAMP_S |
| id The unique ID for the code generation job summary. | VARCHAR |
| modified_at The time that the code generation job summary was modified. | TIMESTAMP_S |