AWS::AmplifyUIBuilder::Component ComponentVariant - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AmplifyUIBuilder::Component ComponentVariant

The ComponentVariant property specifies the style configuration of a unique variation of a main component.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Overrides" : {Key: Value, ...}, "VariantValues" : {Key: Value, ...} }

YAML

Overrides: Key: Value VariantValues: Key: Value

Properties

Overrides

The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides.

Required: No

Type: Object of String

Pattern: .+

Update requires: No interruption

VariantValues

The combination of variants that comprise this variant.

Required: No

Type: Object of String

Pattern: .+

Update requires: No interruption