AWS::QuickSight::Template IntegerValueWhenUnsetConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Template IntegerValueWhenUnsetConfiguration

A parameter declaration for the Integer data type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

JSON

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

YAML

CustomValue: Double ValueWhenUnsetOption: String

Properties

CustomValue

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

Required: No

Type: Double

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: NULL | RECOMMENDED_VALUE

Update requires: No interruption