AWS Fundamentals Logo
AWS Fundamentals
AWS::AmplifyUIBuilder::Component

AmplifyUIBuilder Component

Definition of AWS::AmplifyUIBuilder::Component Resource Type

Properties

14 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AppId
string
Create-only
BindingProperties
ComponentBindingProperties
Children
Array<ComponentChild>
CollectionProperties
ComponentCollectionProperties
ComponentType
string
EnvironmentName
string
Create-only
Events
ComponentEvents
Name
string
Overrides
ComponentOverrides
Properties
ComponentProperties
SchemaVersion
string
SourceId
string
Tags
Tags
Variants
Array<ComponentVariant>

Return Values

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

AttributeTypeDescription
CreatedAtstring-
Idstring-
ModifiedAtstring-

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::Component

Resources:
  MyResource:
    Type: AWS::AmplifyUIBuilder::Component
    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:CreateComponentamplifyuibuilder:GetComponentamplifyuibuilder:TagResource

read

amplify:GetAppamplifyuibuilder:GetComponent

update

amplify:GetAppamplifyuibuilder:GetComponentamplifyuibuilder:TagResourceamplifyuibuilder:UntagResourceamplifyuibuilder:UpdateComponent

delete

amplify:GetAppamplifyuibuilder:DeleteComponentamplifyuibuilder:GetComponentamplifyuibuilder:UntagResource

list

amplify:GetAppamplifyuibuilder:ListComponents

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
Properties17
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