interface NumericEqualityDrillDownFilterProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » NumericEqualityDrillDownFilterProperty |
The category drill down filter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const numericEqualityDrillDownFilterProperty: quicksight.CfnDashboard.NumericEqualityDrillDownFilterProperty = {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | The column that the filter is applied to. |
value | number | The value of the double input numeric drill down filter. |
column
Type:
IResolvable
|
Column
The column that the filter is applied to.
value
Type:
number
The value of the double input numeric drill down filter.