

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

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

The default values of the `IntegerParameterDeclaration`.

## Syntax
<a name="aws-properties-quicksight-template-integerdefaultvalues-syntax"></a>

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

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

```
{
  "[DynamicValue](#cfn-quicksight-template-integerdefaultvalues-dynamicvalue)" : DynamicDefaultValue,
  "[StaticValues](#cfn-quicksight-template-integerdefaultvalues-staticvalues)" : [ Number, ... ]
}
```

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

```
  [DynamicValue](#cfn-quicksight-template-integerdefaultvalues-dynamicvalue): 
    DynamicDefaultValue
  [StaticValues](#cfn-quicksight-template-integerdefaultvalues-staticvalues): 
    - Number
```

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

`DynamicValue`  <a name="cfn-quicksight-template-integerdefaultvalues-dynamicvalue"></a>
The dynamic value of the `IntegerDefaultValues`. Different defaults are displayed according to users, groups, and values mapping.  
*Required*: No  
*Type*: [DynamicDefaultValue](aws-properties-quicksight-template-dynamicdefaultvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValues`  <a name="cfn-quicksight-template-integerdefaultvalues-staticvalues"></a>
The static values of the `IntegerDefaultValues`.  
*Required*: No  
*Type*: Array of Number  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)