Class CfnDashboard.CascadingControlSourceProperty
The source controls that are used in a CascadingControlConfiguration
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CascadingControlSourceProperty : Object, CfnDashboard.ICascadingControlSourceProperty
Syntax (vb)
Public Class CascadingControlSourceProperty
Inherits Object
Implements CfnDashboard.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
Constructors
Cascading |
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 |
Constructors
CascadingControlSourceProperty()
public CascadingControlSourceProperty()
Properties
ColumnToMatch
The column identifier that determines which column to look up for the source sheet control.
public object ColumnToMatch { get; set; }
Property Value
System.
Remarks
SourceSheetControlId
The source sheet control ID of a CascadingControlSource
.
public string SourceSheetControlId { get; set; }
Property Value
System.