The options that determine the numeric separator configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DecimalSeparator" : String
,
"ThousandsSeparator" : ThousandSeparatorOptions
}
YAML
DecimalSeparator: String
ThousandsSeparator:
ThousandSeparatorOptions
Properties
DecimalSeparator
-
Determines the decimal separator.
Required: No
Type: String
Allowed values:
COMMA | DOT | SPACE
Update requires: No interruption
ThousandsSeparator
-
The options that determine the thousands separator configuration.
Required: No
Type: ThousandSeparatorOptions
Update requires: No interruption