AWS Fundamentals Logo
AWS Fundamentals
AWS::AmplifyUIBuilder::Theme

AmplifyUIBuilder Theme

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AppId
string
Create-only
EnvironmentName
string
Create-only
Name
string
Overrides
Array<ThemeValues>
Tags
Tags
Values
Array<ThemeValues>

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

Resources:
  MyResource:
    Type: AWS::AmplifyUIBuilder::Theme
    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:CreateThemeamplifyuibuilder:GetThemeamplifyuibuilder:TagResource

read

amplify:GetAppamplifyuibuilder:GetTheme

update

amplify:GetAppamplifyuibuilder:GetThemeamplifyuibuilder:TagResourceamplifyuibuilder:UntagResourceamplifyuibuilder:UpdateTheme

delete

amplify:GetAppamplifyuibuilder:DeleteThemeamplifyuibuilder:UntagResource

list

amplify:GetAppamplifyuibuilder:ListThemes

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