aws-cdk-lib.aws_quicksight.CfnDashboard.CascadingControlSourceProperty

interface CascadingControlSourceProperty

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

The source controls that are used in a CascadingControlConfiguration .

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 cascadingControlSourceProperty: quicksight.CfnDashboard.CascadingControlSourceProperty = {
  columnToMatch: {
    columnName: 'columnName',
    dataSetIdentifier: 'dataSetIdentifier',
  },
  sourceSheetControlId: 'sourceSheetControlId',
};

Properties

NameTypeDescription
columnToMatch?IResolvable | ColumnIdentifierPropertyThe column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId?stringThe source sheet control ID of a CascadingControlSource .

columnToMatch?

Type: IResolvable | ColumnIdentifierProperty (optional)

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


sourceSheetControlId?

Type: string (optional)

The source sheet control ID of a CascadingControlSource .