aws-cdk-lib.aws_quicksight.CfnTemplate.CascadingControlConfigurationProperty

interface CascadingControlConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.CascadingControlConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CascadingControlConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.CascadingControlConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.CascadingControlConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.