aws.amplifyuibuilder.list_forms
Example SQL Queries
SELECT * FROMaws.amplifyuibuilder.list_formsWHERE"app_id" = 'VALUE'AND "environment_name" = 'VALUE';Description
Retrieves a list of forms for a specified Amplify app and backend environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for the app associated with the form summary. | VARCHAR |
| environment_name Required Input Column The name of the backend environment that is part of the Amplify app. | 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 |
| data_type The form's data source type. | STRUCT( |
Show child fields
| |
| form_action_type The type of operation to perform on the form. | VARCHAR |
| id The ID of the form. | VARCHAR |
| name The name of the form. | VARCHAR |