AWS::QuickSight::Dashboard DecimalValueWhenUnsetConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard DecimalValueWhenUnsetConfiguration

The configuration that defines the default value of a Decimal parameter when a value has not been set.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CustomValue" : Number, "ValueWhenUnsetOption" : String }

YAML

CustomValue: Number ValueWhenUnsetOption: String

Properties

CustomValue

A custom value that's used when the value of a parameter isn't set.

Required: No

Type: Number

Update requires: No interruption

ValueWhenUnsetOption

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.

  • NULL: The NULL value.

Required: No

Type: String

Allowed values: RECOMMENDED_VALUE | NULL

Update requires: No interruption