AWS::QuickSight::Dashboard NumberDisplayFormatConfiguration
The options that determine the number display format configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DecimalPlacesConfiguration" :
DecimalPlacesConfiguration
, "NegativeValueConfiguration" :NegativeValueConfiguration
, "NullValueFormatConfiguration" :NullValueFormatConfiguration
, "NumberScale" :String
, "Prefix" :String
, "SeparatorConfiguration" :NumericSeparatorConfiguration
, "Suffix" :String
}
YAML
DecimalPlacesConfiguration:
DecimalPlacesConfiguration
NegativeValueConfiguration:NegativeValueConfiguration
NullValueFormatConfiguration:NullValueFormatConfiguration
NumberScale:String
Prefix:String
SeparatorConfiguration:NumericSeparatorConfiguration
Suffix:String
Properties
DecimalPlacesConfiguration
-
The option that determines the decimal places configuration.
Required: No
Type: DecimalPlacesConfiguration
Update requires: No interruption
NegativeValueConfiguration
-
The options that determine the negative value configuration.
Required: No
Type: NegativeValueConfiguration
Update requires: No interruption
NullValueFormatConfiguration
-
The options that determine the null value format configuration.
Required: No
Type: NullValueFormatConfiguration
Update requires: No interruption
NumberScale
-
Determines the number scale value of the number format.
Required: No
Type: String
Allowed values:
NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS
Update requires: No interruption
Prefix
-
Determines the prefix value of the number format.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
SeparatorConfiguration
-
The options that determine the numeric separator configuration.
Required: No
Type: NumericSeparatorConfiguration
Update requires: No interruption
Suffix
-
Determines the suffix value of the number format.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption