Show / Hide Table of Contents

Interface CfnDashboard.ICascadingControlSourceProperty

The source controls that are used in a CascadingControlConfiguration .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface ICascadingControlSourceProperty
Syntax (vb)
Public Interface ICascadingControlSourceProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-cascadingcontrolsource.html

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

ColumnToMatch

The column identifier that determines which column to look up for the source sheet control.

SourceSheetControlId

The source sheet control ID of a CascadingControlSource .

Properties

ColumnToMatch

The column identifier that determines which column to look up for the source sheet control.

virtual object ColumnToMatch { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-cascadingcontrolsource.html#cfn-quicksight-dashboard-cascadingcontrolsource-columntomatch

SourceSheetControlId

The source sheet control ID of a CascadingControlSource .

virtual string SourceSheetControlId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-cascadingcontrolsource.html#cfn-quicksight-dashboard-cascadingcontrolsource-sourcesheetcontrolid

Back to top Generated by DocFX