AWS::QuickSight::Dashboard PercentageDisplayFormatConfiguration
The options that determine the percentage display format configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DecimalPlacesConfiguration" :
DecimalPlacesConfiguration
, "NegativeValueConfiguration" :NegativeValueConfiguration
, "NullValueFormatConfiguration" :NullValueFormatConfiguration
, "Prefix" :String
, "SeparatorConfiguration" :NumericSeparatorConfiguration
, "Suffix" :String
}
YAML
DecimalPlacesConfiguration:
DecimalPlacesConfiguration
NegativeValueConfiguration:NegativeValueConfiguration
NullValueFormatConfiguration:NullValueFormatConfiguration
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
Prefix
-
Determines the prefix value of the percentage 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 percentage format.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption