

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Template IntegerValueWhenUnsetConfiguration
<a name="aws-properties-quicksight-template-integervaluewhenunsetconfiguration"></a>

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
<a name="aws-properties-quicksight-template-integervaluewhenunsetconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-quicksight-template-integervaluewhenunsetconfiguration-syntax.json"></a>

```
{
  "[CustomValue](#cfn-quicksight-template-integervaluewhenunsetconfiguration-customvalue)" : Number,
  "[ValueWhenUnsetOption](#cfn-quicksight-template-integervaluewhenunsetconfiguration-valuewhenunsetoption)" : String
}
```

### YAML
<a name="aws-properties-quicksight-template-integervaluewhenunsetconfiguration-syntax.yaml"></a>

```
  [CustomValue](#cfn-quicksight-template-integervaluewhenunsetconfiguration-customvalue): Number
  [ValueWhenUnsetOption](#cfn-quicksight-template-integervaluewhenunsetconfiguration-valuewhenunsetoption): String
```

## Properties
<a name="aws-properties-quicksight-template-integervaluewhenunsetconfiguration-properties"></a>

`CustomValue`  <a name="cfn-quicksight-template-integervaluewhenunsetconfiguration-customvalue"></a>
A custom value that's used when the value of a parameter isn't set.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnsetOption`  <a name="cfn-quicksight-template-integervaluewhenunsetconfiguration-valuewhenunsetoption"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)