forms
Retrieves a list of forms
in a region
Overview
Name | forms |
Type | Resource |
Description | forms |
Id | awscc.amplifyuibuilder.forms |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
environment_name | string | |
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
app_id,
environment_name,
id
FROM awscc.amplifyuibuilder.forms
WHERE region = 'us-east-1'
Permissions
To operate on the forms
resource, the following permissions are required:
Create
amplify:GetApp,
amplifyuibuilder:CreateForm,
amplifyuibuilder:GetForm,
amplifyuibuilder:TagResource,
amplifyuibuilder:UntagResource
List
amplify:GetApp,
amplifyuibuilder:ListForms