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 ThousandSeparatorOptions
The options that determine the thousands separator configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "GroupingStyle" :String, "Symbol" :String, "Visibility" :}
YAML
GroupingStyle:StringSymbol:StringVisibility:
Properties
GroupingStyle-
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.Required: No
Type: String
Allowed values:
DEFAULT | LAKHSUpdate requires: No interruption
Symbol-
Determines the thousands separator symbol.
Required: No
Type: String
Allowed values:
COMMA | DOT | SPACEUpdate requires: No interruption
Visibility-
Determines the visibility of the thousands separator.
Required: No
Type:
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption