interface DataSetNumericFilterValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.DataSetNumericFilterValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_DataSetNumericFilterValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DataSetNumericFilterValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.DataSetNumericFilterValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSetPropsMixin » DataSetNumericFilterValueProperty |
Represents a numeric value used in filter conditions.
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/cfn-property-mixins';
const dataSetNumericFilterValueProperty: quicksight.CfnDataSetPropsMixin.DataSetNumericFilterValueProperty = {
staticValue: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| static | number | A static numeric value used for filtering. |
staticValue?
Type:
number
(optional)
A static numeric value used for filtering.

.NET
Go
Java
Python
TypeScript