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::Template DimensionField
The dimension type field.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CategoricalDimensionField" :CategoricalDimensionField, "DateDimensionField" :DateDimensionField, "NumericalDimensionField" :NumericalDimensionField}
YAML
CategoricalDimensionField:CategoricalDimensionFieldDateDimensionField:DateDimensionFieldNumericalDimensionField:NumericalDimensionField
Properties
- CategoricalDimensionField
- 
                    The dimension type field with categorical type columns. Required: No Type: CategoricalDimensionField Update requires: No interruption 
- DateDimensionField
- 
                    The dimension type field with date type columns. Required: No Type: DateDimensionField Update requires: No interruption 
- NumericalDimensionField
- 
                    The dimension type field with numerical type columns. Required: No Type: NumericalDimensionField Update requires: No interruption