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::Dashboard NumericSeparatorConfiguration
The options that determine the numeric separator configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DecimalSeparator" :String, "ThousandsSeparator" :ThousandSeparatorOptions}
YAML
DecimalSeparator:StringThousandsSeparator:ThousandSeparatorOptions
Properties
DecimalSeparator-
Determines the decimal separator.
Required: No
Type: String
Allowed values:
COMMA | DOT | SPACEUpdate requires: No interruption
ThousandsSeparator-
The options that determine the thousands separator configuration.
Required: No
Type: ThousandSeparatorOptions
Update requires: No interruption