interface CascadingControlSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.CascadingControlSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CascadingControlSourceProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.CascadingControlSourceProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.CascadingControlSourceProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.CascadingControlSourceProperty = {
columnToMatch: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
sourceSheetControlId: 'sourceSheetControlId',
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | The column identifier that determines which column to look up for the source sheet control. |
source | string | The source sheet control ID of a CascadingControlSource . |
columnToMatch?
Type:
IResolvable
|
Column
(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
.