aws-cdk-lib.aws_quicksight.CfnAnalysis.CascadingControlConfigurationProperty

interface CascadingControlConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.CascadingControlConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CascadingControlConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.CascadingControlConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.CascadingControlConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » CascadingControlConfigurationProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const cascadingControlConfigurationProperty: quicksight.CfnAnalysis.CascadingControlConfigurationProperty = {
  sourceControls: [{
    columnToMatch: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
    sourceSheetControlId: 'sourceSheetControlId',
  }],
};

Properties

NameTypeDescription
sourceControls?IResolvable | IResolvable | CascadingControlSourceProperty[]A list of source controls that determine the values that are used in the current control.

sourceControls?

Type: IResolvable | IResolvable | CascadingControlSourceProperty[] (optional)

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