Skip to main content

form

Gets an individual form resource

Overview

Nameform
TypeResource
Descriptionform
Idawscc.amplifyuibuilder.form

Fields

NameDatatypeDescription
app_idstring
ctaobject
data_typeobject
environment_namestring
fieldsobject
form_action_typestring
idstring
label_decoratorstring
namestring
schema_versionstring
sectional_elementsobject
styleobject
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_id,
cta,
data_type,
environment_name,
fields,
form_action_type,
id,
label_decorator,
name,
schema_version,
sectional_elements,
style,
tags
FROM awscc.amplifyuibuilder.form
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';

Permissions

To operate on the form resource, the following permissions are required:

Read

amplify:GetApp,
amplifyuibuilder:GetForm,
amplifyuibuilder:TagResource

Update

amplify:GetApp,
amplifyuibuilder:GetForm,
amplifyuibuilder:TagResource,
amplifyuibuilder:UntagResource,
amplifyuibuilder:UpdateForm

Delete

amplify:GetApp,
amplifyuibuilder:DeleteForm,
amplifyuibuilder:TagResource,
amplifyuibuilder:UntagResource