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 ContributionAnalysisDefault
The contribution analysis visual display for a line, pie, or bar chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContributorDimensions" :[ ColumnIdentifier, ... ], "MeasureFieldId" :String}
YAML
ContributorDimensions:- ColumnIdentifierMeasureFieldId:String
Properties
- ContributorDimensions
- 
                    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.Required: Yes Type: Array of ColumnIdentifier Minimum: 1Maximum: 4Update requires: No interruption 
- MeasureFieldId
- 
                    The measure field that is used in the contribution analysis. Required: Yes Type: String Minimum: 1Maximum: 512Update requires: No interruption