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::Analysis ThousandSeparatorOptions
The options that determine the thousands separator configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "GroupingStyle" :String, "Symbol" :String, "Visibility" :String}
YAML
GroupingStyle:StringSymbol:StringVisibility:String
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: String Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption