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::Topic DisplayFormatOptions
A structure that represents additional options for display formatting.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BlankCellFormat" :String, "CurrencySymbol" :String, "DateFormat" :String, "DecimalSeparator" :String, "FractionDigits" :Number, "GroupingSeparator" :String, "NegativeFormat" :NegativeFormat, "Prefix" :String, "Suffix" :String, "UnitScaler" :String, "UseBlankCellFormat" :Boolean, "UseGrouping" :Boolean}
YAML
BlankCellFormat:StringCurrencySymbol:StringDateFormat:StringDecimalSeparator:StringFractionDigits:NumberGroupingSeparator:StringNegativeFormat:NegativeFormatPrefix:StringSuffix:StringUnitScaler:StringUseBlankCellFormat:BooleanUseGrouping:Boolean
Properties
- BlankCellFormat
- 
                    Determines the blank cell format. Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- CurrencySymbol
- 
                    The currency symbol, such as USD.Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- DateFormat
- 
                    Determines the DateTimeformat.Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- DecimalSeparator
- 
                    Determines the decimal separator. Required: No Type: String Allowed values: COMMA | DOTUpdate requires: No interruption 
- FractionDigits
- 
                    Determines the number of fraction digits. Required: No Type: Number Update requires: No interruption 
- GroupingSeparator
- 
                    Determines the grouping separator. Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- NegativeFormat
- 
                    The negative format. Required: No Type: NegativeFormat Update requires: No interruption 
- Prefix
- 
                    The prefix value for a display format. Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- Suffix
- 
                    The suffix value for a display format. Required: No Type: String Minimum: 0Maximum: 256Update requires: No interruption 
- UnitScaler
- 
                    The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.Required: No Type: String Allowed values: NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS | LAKHS | CRORESUpdate requires: No interruption 
- UseBlankCellFormat
- 
                    A Boolean value that indicates whether to use blank cell format. Required: No Type: Boolean Update requires: No interruption 
- UseGrouping
- 
                    A Boolean value that indicates whether to use grouping. Required: No Type: Boolean Update requires: No interruption