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::Template NumericalMeasureField
The measure type field with numerical type columns.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AggregationFunction" :NumericalAggregationFunction, "Column" :ColumnIdentifier, "FieldId" :String, "FormatConfiguration" :NumberFormatConfiguration}
YAML
AggregationFunction:NumericalAggregationFunctionColumn:ColumnIdentifierFieldId:StringFormatConfiguration:NumberFormatConfiguration
Properties
- AggregationFunction
- 
                    The aggregation function of the measure field. Required: No Type: NumericalAggregationFunction Update requires: No interruption 
- Column
- 
                    The column that is used in the NumericalMeasureField.Required: Yes Type: ColumnIdentifier Update requires: No interruption 
- FieldId
- 
                    The custom field ID. Required: Yes Type: String Minimum: 1Maximum: 512Update requires: No interruption 
- FormatConfiguration
- 
                    The format configuration of the field. Required: No Type: NumberFormatConfiguration Update requires: No interruption