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:
String
CurrencySymbol:String
DateFormat:String
DecimalSeparator:String
FractionDigits:Number
GroupingSeparator:String
NegativeFormat:NegativeFormat
Prefix:String
Suffix:String
UnitScaler:String
UseBlankCellFormat:Boolean
UseGrouping:Boolean
Properties
BlankCellFormat
-
Determines the blank cell format.
Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption
CurrencySymbol
-
The currency symbol, such as
USD
.Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption
DateFormat
-
Determines the
DateTime
format.Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption
DecimalSeparator
-
Determines the decimal separator.
Required: No
Type: String
Allowed values:
COMMA | DOT
Update 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:
0
Maximum:
256
Update 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:
0
Maximum:
256
Update requires: No interruption
Suffix
-
The suffix value for a display format.
Required: No
Type: String
Minimum:
0
Maximum:
256
Update 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
Update 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