Show / Hide Table of Contents

Interface CfnDashboard.ICascadingControlConfigurationProperty

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.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 cascadingControlConfigurationProperty = new CascadingControlConfigurationProperty {
                 SourceControls = new [] { new CascadingControlSourceProperty {
                     ColumnToMatch = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     SourceSheetControlId = "sourceSheetControlId"
                 } }
             };

Synopsis

Properties

SourceControls

A list of source controls that determine the values that are used in the current control.

Properties

SourceControls

A list of source controls that determine the values that are used in the current control.

object? SourceControls { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.html#cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols

Back to top Generated by DocFX