This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis 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:DecimalPlacesConfigurationNegativeValueConfiguration:NegativeValueConfigurationNullValueFormatConfiguration:NullValueFormatConfigurationPrefix:StringSeparatorConfiguration:NumericSeparatorConfigurationSuffix: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:
1Maximum:
128Update 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:
1Maximum:
128Update requires: No interruption