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 NumericFormatConfiguration
The options that determine the numeric format configuration.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CurrencyDisplayFormatConfiguration" :CurrencyDisplayFormatConfiguration, "NumberDisplayFormatConfiguration" :NumberDisplayFormatConfiguration, "PercentageDisplayFormatConfiguration" :PercentageDisplayFormatConfiguration}
YAML
CurrencyDisplayFormatConfiguration:CurrencyDisplayFormatConfigurationNumberDisplayFormatConfiguration:NumberDisplayFormatConfigurationPercentageDisplayFormatConfiguration:PercentageDisplayFormatConfiguration
Properties
- CurrencyDisplayFormatConfiguration
- 
                    The options that determine the currency display format configuration. Required: No Type: CurrencyDisplayFormatConfiguration Update requires: No interruption 
- NumberDisplayFormatConfiguration
- 
                    The options that determine the number display format configuration. Required: No Type: NumberDisplayFormatConfiguration Update requires: No interruption 
- PercentageDisplayFormatConfiguration
- 
                    The options that determine the percentage display format configuration. Required: No Type: PercentageDisplayFormatConfiguration Update requires: No interruption