form
Gets an individual form
resource
Overview
Name | form |
Type | Resource |
Description | form |
Id | awscc.amplifyuibuilder.form |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
cta | object | |
data_type | object | |
environment_name | string | |
fields | object | |
form_action_type | string | |
id | string | |
label_decorator | string | |
name | string | |
schema_version | string | |
sectional_elements | object | |
style | object | |
tags | object | |
region | string | AWS 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