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 MeasureField
The measure (metric) type field.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CalculatedMeasureField" :CalculatedMeasureField, "CategoricalMeasureField" :CategoricalMeasureField, "DateMeasureField" :DateMeasureField, "NumericalMeasureField" :NumericalMeasureField}
YAML
CalculatedMeasureField:CalculatedMeasureFieldCategoricalMeasureField:CategoricalMeasureFieldDateMeasureField:DateMeasureFieldNumericalMeasureField:NumericalMeasureField
Properties
CalculatedMeasureField- 
                    
The calculated measure field only used in pivot tables.
Required: No
Type: CalculatedMeasureField
Update requires: No interruption
 CategoricalMeasureField- 
                    
The measure type field with categorical type columns.
Required: No
Type: CategoricalMeasureField
Update requires: No interruption
 DateMeasureField- 
                    
The measure type field with date type columns.
Required: No
Type: DateMeasureField
Update requires: No interruption
 NumericalMeasureField- 
                    
The measure type field with numerical type columns.
Required: No
Type: NumericalMeasureField
Update requires: No interruption