# AWS::AmplifyUIBuilder::Theme Definition of AWS::AmplifyUIBuilder::Theme Resource Type ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "AWS::AmplifyUIBuilder::Theme",
    "Properties" : {
        "Name" : String,
        "Overrides" : [ ThemeValues, ... ],
        "Tags" : Tags,
        "Values" : [ ThemeValues, ... ]
    }
}
### YAML
Type: AWS::AmplifyUIBuilder::Theme
Properties:
    Name: String
    Overrides: 
      - ThemeValues
    Tags: Tags
    Values: 
      - ThemeValues
## Properties #### Name _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 255 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Overrides _Required_: No _Type_: List of ThemeValues _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Tags _Required_: No _Type_: Tags _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Values _Required_: Yes _Type_: List of ThemeValues _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic 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::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### AppId Returns the AppId value. #### CreatedAt Returns the CreatedAt value. #### EnvironmentName Returns the EnvironmentName value. #### Id Returns the Id value. #### ModifiedAt Returns the ModifiedAt value.