Show / Hide Table of Contents

Class CfnDashboard.CascadingControlSourceProperty

The source controls that are used in a CascadingControlConfiguration .

Inheritance
System.Object
CfnDashboard.CascadingControlSourceProperty
Implements
CfnDashboard.ICascadingControlSourceProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class CascadingControlSourceProperty : Object, CfnDashboard.ICascadingControlSourceProperty
Syntax (vb)
Public Class CascadingControlSourceProperty
    Inherits Object
    Implements CfnDashboard.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

Constructors

CascadingControlSourceProperty()

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 .

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.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 .

public string SourceSheetControlId { get; set; }
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

Implements

CfnDashboard.ICascadingControlSourceProperty
Back to top Generated by DocFX