This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Dashboard ContributionAnalysisDefault
The contribution analysis visual display for a line, pie, or bar chart.
Syntax
To declare this entity in your Amazon 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