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::Dashboard StringValueWhenUnsetConfiguration
The configuration that defines the default value of a String parameter when a value has not been set.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomValue" :String, "ValueWhenUnsetOption" :String}
YAML
CustomValue:StringValueWhenUnsetOption:String
Properties
- CustomValue
- 
                    A custom value that's used when the value of a parameter isn't set. Required: No Type: String 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: TheNULLvalue.
 Required: No Type: String Allowed values: RECOMMENDED_VALUE | NULLUpdate requires: No interruption 
-