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::Analysis BodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints for the dynamic values used to repeat the contents of a section.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Column" :ColumnIdentifier, "Limit" :Number, "SortByMetrics" :[ ColumnSort, ... ]}
YAML
Column:ColumnIdentifierLimit:NumberSortByMetrics:- ColumnSort
Properties
- Column
- Property description not available. - Required: Yes - Type: ColumnIdentifier - Update requires: No interruption 
- Limit
- 
                    Number of values to use from the column for repetition. Required: No Type: Number Minimum: 1Maximum: 1000Update requires: No interruption 
- SortByMetrics
- 
                    Sort criteria on the column values that you use for repetition. Required: No Type: Array of ColumnSort Minimum: 0Maximum: 100Update requires: No interruption