AWS::AmplifyUIBuilder::Theme
The AWS::AmplifyUIBuilder::Theme resource specifies a theme within an Amplify app. A theme is a collection of style settings that apply globally to the components associated with the app.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AmplifyUIBuilder::Theme", "Properties" : { "AppId" :String, "EnvironmentName" :String, "Name" :String, "Overrides" :[ ThemeValues, ... ], "Tags" :{, "Values" :Key:Value, ...}[ ThemeValues, ... ]} }
YAML
Type: AWS::AmplifyUIBuilder::Theme Properties: AppId:StringEnvironmentName:StringName:StringOverrides:- ThemeValuesTags:Values:Key:Value- ThemeValues
Properties
AppIdProperty description not available.
Required: No
Type: String
Update requires: No interruption
EnvironmentNameProperty description not available.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the theme.
Required: Yes
Type: String
Update requires: No interruption
Overrides-
Describes the properties that can be overriden to customize a theme.
Required: No
Type: List of ThemeValues
Update requires: No interruption
Tags-
One or more key-value pairs to use when tagging the theme.
Required: No
Type: Map of String
Update requires: Replacement
Values-
A list of key-value pairs that defines the properties of the theme.
Required: Yes
Type: List of ThemeValues
Update requires: No interruption
Return values
Ref
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.