Skip to main content

forms

Retrieves a list of forms in a region

Overview

Nameforms
TypeResource
Descriptionforms
Idawscc.amplifyuibuilder.forms

Fields

NameDatatypeDescription
app_idstring
environment_namestring
idstring
regionstringAWS 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