

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::DataSet IntegerDatasetParameter
<a name="aws-properties-quicksight-dataset-integerdatasetparameter"></a>

An integer parameter that is created in the dataset.

## Syntax
<a name="aws-properties-quicksight-dataset-integerdatasetparameter-syntax"></a>

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

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

```
{
  "[DefaultValues](#cfn-quicksight-dataset-integerdatasetparameter-defaultvalues)" : IntegerDatasetParameterDefaultValues,
  "[Id](#cfn-quicksight-dataset-integerdatasetparameter-id)" : String,
  "[Name](#cfn-quicksight-dataset-integerdatasetparameter-name)" : String,
  "[ValueType](#cfn-quicksight-dataset-integerdatasetparameter-valuetype)" : String
}
```

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

```
  [DefaultValues](#cfn-quicksight-dataset-integerdatasetparameter-defaultvalues): 
    IntegerDatasetParameterDefaultValues
  [Id](#cfn-quicksight-dataset-integerdatasetparameter-id): String
  [Name](#cfn-quicksight-dataset-integerdatasetparameter-name): String
  [ValueType](#cfn-quicksight-dataset-integerdatasetparameter-valuetype): String
```

## Properties
<a name="aws-properties-quicksight-dataset-integerdatasetparameter-properties"></a>

`DefaultValues`  <a name="cfn-quicksight-dataset-integerdatasetparameter-defaultvalues"></a>
A list of default values for a given integer parameter. This structure only accepts static values.  
*Required*: No  
*Type*: [IntegerDatasetParameterDefaultValues](aws-properties-quicksight-dataset-integerdatasetparameterdefaultvalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Id`  <a name="cfn-quicksight-dataset-integerdatasetparameter-id"></a>
An identifier for the integer parameter created in the dataset.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9-]+$`  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dataset-integerdatasetparameter-name"></a>
The name of the integer parameter that is created in the dataset.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueType`  <a name="cfn-quicksight-dataset-integerdatasetparameter-valuetype"></a>
The value type of the dataset parameter. Valid values are `single value` or `multi value`.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MULTI_VALUED | SINGLE_VALUED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)