

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::Dashboard CascadingControlConfiguration
<a name="aws-properties-quicksight-dashboard-cascadingcontrolconfiguration"></a>

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

## Syntax
<a name="aws-properties-quicksight-dashboard-cascadingcontrolconfiguration-syntax"></a>

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

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

```
{
  "[SourceControls](#cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols)" : [ CascadingControlSource, ... ]
}
```

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

```
  [SourceControls](#cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols): 
    - CascadingControlSource
```

## Properties
<a name="aws-properties-quicksight-dashboard-cascadingcontrolconfiguration-properties"></a>

`SourceControls`  <a name="cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols"></a>
A list of source controls that determine the values that are used in the current control.  
*Required*: No  
*Type*: Array of [CascadingControlSource](aws-properties-quicksight-dashboard-cascadingcontrolsource.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)