interface NumericEqualityDrillDownFilterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_NumericEqualityDrillDownFilterProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.NumericEqualityDrillDownFilterProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » NumericEqualityDrillDownFilterProperty |
The numeric equality type drill down filter.
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 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.