AWS::QuickSight::Template CascadingControlSource
The source controls that are used in a CascadingControlConfiguration
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnToMatch" :
ColumnIdentifier
, "SourceSheetControlId" :String
}
YAML
ColumnToMatch:
ColumnIdentifier
SourceSheetControlId:String
Properties
ColumnToMatch
-
The column identifier that determines which column to look up for the source sheet control.
Required: No
Type: ColumnIdentifier
Update requires: No interruption
SourceSheetControlId
-
The source sheet control ID of a
CascadingControlSource
.Required: No
Type: String
Update requires: No interruption