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 NumberDisplayFormatConfiguration
The options that determine the number display format configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DecimalPlacesConfiguration" :DecimalPlacesConfiguration, "NegativeValueConfiguration" :NegativeValueConfiguration, "NullValueFormatConfiguration" :NullValueFormatConfiguration, "NumberScale" :String, "Prefix" :String, "SeparatorConfiguration" :NumericSeparatorConfiguration, "Suffix" :String}
YAML
DecimalPlacesConfiguration:DecimalPlacesConfigurationNegativeValueConfiguration:NegativeValueConfigurationNullValueFormatConfiguration:NullValueFormatConfigurationNumberScale:StringPrefix:StringSeparatorConfiguration:NumericSeparatorConfigurationSuffix:String
Properties
- DecimalPlacesConfiguration
- 
                    The option that determines the decimal places configuration. Required: No Type: DecimalPlacesConfiguration Update requires: No interruption 
- NegativeValueConfiguration
- 
                    The options that determine the negative value configuration. Required: No Type: NegativeValueConfiguration Update requires: No interruption 
- NullValueFormatConfiguration
- 
                    The options that determine the null value format configuration. Required: No Type: NullValueFormatConfiguration Update requires: No interruption 
- NumberScale
- 
                    Determines the number scale value of the number format. Required: No Type: String Allowed values: NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS | LAKHS | CRORESUpdate requires: No interruption 
- Prefix
- 
                    Determines the prefix value of the number format. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- SeparatorConfiguration
- 
                    The options that determine the numeric separator configuration. Required: No Type: NumericSeparatorConfiguration Update requires: No interruption 
- Suffix
- 
                    Determines the suffix value of the number format. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption