AWS Fundamentals Logo
AWS Fundamentals
AWS::AmplifyUIBuilder::Form

AmplifyUIBuilder Form

Definition of AWS::AmplifyUIBuilder::Form Resource Type

Properties

12 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AppId
string
Create-only
Cta
FormCTA
DataType
FormDataTypeConfig
EnvironmentName
string
Create-only
Fields
FieldsMap
FormActionType
string
LabelDecorator
string
Name
string
SchemaVersion
string
SectionalElements
SectionalElementMap
Style
FormStyle
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AmplifyUIBuilder::Form

Resources:
  MyResource:
    Type: AWS::AmplifyUIBuilder::Form
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

amplify:GetAppamplifyuibuilder:CreateFormamplifyuibuilder:GetFormamplifyuibuilder:TagResource

read

amplify:GetAppamplifyuibuilder:GetForm

update

amplify:GetAppamplifyuibuilder:GetFormamplifyuibuilder:TagResourceamplifyuibuilder:UntagResourceamplifyuibuilder:UpdateForm

delete

amplify:GetAppamplifyuibuilder:DeleteFormamplifyuibuilder:UntagResource

list

amplify:GetAppamplifyuibuilder:ListForms

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAmplifyUIBuilder
Properties13
Required0
TaggingSupported
Primary IDAppId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AppIdEnvironmentName

Related Resources

External Links