AWS::QuickSight::Template CascadingControlConfiguration
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
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SourceControls" :
[ CascadingControlSource, ... ]
}
YAML
SourceControls:
- CascadingControlSource
Properties
SourceControls
-
A list of source controls that determine the values that are used in the current control.
Required: No
Type: Array of CascadingControlSource
Minimum:
0
Maximum:
200
Update requires: No interruption