interface NumericRangeFilterValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.NumericRangeFilterValueProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericRangeFilterValueProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.NumericRangeFilterValueProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » NumericRangeFilterValueProperty |
The value input pf the numeric range 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 numericRangeFilterValueProperty: quicksight.CfnAnalysis.NumericRangeFilterValueProperty = {
parameter: 'parameter',
staticValue: 123,
};
Properties
Name | Type | Description |
---|---|---|
parameter? | string | The parameter that is used in the numeric range. |
static | number | The static value of the numeric range filter. |
parameter?
Type:
string
(optional)
The parameter that is used in the numeric range.
staticValue?
Type:
number
(optional)
The static value of the numeric range filter.