aws-cdk-lib.aws_quicksight.CfnTemplate.NumericRangeFilterValueProperty

interface NumericRangeFilterValueProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.NumericRangeFilterValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_NumericRangeFilterValueProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.NumericRangeFilterValueProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.NumericRangeFilterValueProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const numericRangeFilterValueProperty: quicksight.CfnTemplate.NumericRangeFilterValueProperty = {
  parameter: 'parameter',
  staticValue: 123,
};

Properties

NameTypeDescription
parameter?stringThe parameter that is used in the numeric range.
staticValue?numberThe 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.