This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis ComparisonConfiguration
The comparison display configuration of a KPI or gauge chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComparisonFormat" :ComparisonFormatConfiguration, "ComparisonMethod" :String}
YAML
ComparisonFormat:ComparisonFormatConfigurationComparisonMethod:String
Properties
- ComparisonFormat
- 
                    The format of the comparison. Required: No Type: ComparisonFormatConfiguration Update requires: No interruption 
- ComparisonMethod
- 
                    The method of the comparison. Choose from the following options: - 
                            DIFFERENCE
- 
                            PERCENT_DIFFERENCE
- 
                            PERCENT
 Required: No Type: String Allowed values: DIFFERENCE | PERCENT_DIFFERENCE | PERCENTUpdate requires: No interruption 
-