AWS::QuickSight::Dashboard ThousandSeparatorOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard ThousandSeparatorOptions

The options that determine the thousands separator configuration.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "GroupingStyle" : String, "Symbol" : String, "Visibility" : String }

YAML

GroupingStyle: String Symbol: String Visibility: String

Properties

GroupingStyle

Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

Required: No

Type: String

Allowed values: DEFAULT | LAKHS

Update requires: No interruption

Symbol

Determines the thousands separator symbol.

Required: No

Type: String

Allowed values: COMMA | DOT | SPACE

Update requires: No interruption

Visibility

Determines the visibility of the thousands separator.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption