Interface CfnDashboard.ICascadingControlSourceProperty
The source controls that are used in a CascadingControlConfiguration
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICascadingControlSourceProperty
Syntax (vb)
Public Interface ICascadingControlSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var cascadingControlSourceProperty = new CascadingControlSourceProperty {
ColumnToMatch = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SourceSheetControlId = "sourceSheetControlId"
};
Synopsis
Properties
Column |
The column identifier that determines which column to look up for the source sheet control. |
Source |
The source sheet control ID of a |
Properties
ColumnToMatch
The column identifier that determines which column to look up for the source sheet control.
virtual object ColumnToMatch { get; }
Property Value
System.
Remarks
SourceSheetControlId
The source sheet control ID of a CascadingControlSource
.
virtual string SourceSheetControlId { get; }
Property Value
System.