

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::Analysis CustomValuesConfiguration
<a name="aws-properties-quicksight-analysis-customvaluesconfiguration"></a>

The configuration of custom values for the destination parameter in `DestinationParameterValueConfiguration`.

## Syntax
<a name="aws-properties-quicksight-analysis-customvaluesconfiguration-syntax"></a>

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

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

```
{
  "[CustomValues](#cfn-quicksight-analysis-customvaluesconfiguration-customvalues)" : CustomParameterValues,
  "[IncludeNullValue](#cfn-quicksight-analysis-customvaluesconfiguration-includenullvalue)" : Boolean
}
```

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

```
  [CustomValues](#cfn-quicksight-analysis-customvaluesconfiguration-customvalues): 
    CustomParameterValues
  [IncludeNullValue](#cfn-quicksight-analysis-customvaluesconfiguration-includenullvalue): Boolean
```

## Properties
<a name="aws-properties-quicksight-analysis-customvaluesconfiguration-properties"></a>

`CustomValues`  <a name="cfn-quicksight-analysis-customvaluesconfiguration-customvalues"></a>
Property description not available.  
*Required*: Yes  
*Type*: [CustomParameterValues](aws-properties-quicksight-analysis-customparametervalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncludeNullValue`  <a name="cfn-quicksight-analysis-customvaluesconfiguration-includenullvalue"></a>
Includes the null value in custom action parameter values.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)