Class CfnAnalysisPropsMixin.NumericRangeFilterValueProperty
The value input pf the numeric range filter.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.NumericRangeFilterValueProperty : CfnAnalysisPropsMixin.INumericRangeFilterValueProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.NumericRangeFilterValueProperty Implements CfnAnalysisPropsMixin.INumericRangeFilterValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var numericRangeFilterValueProperty = new NumericRangeFilterValueProperty {
Parameter = "parameter",
StaticValue = 123
};
Synopsis
Constructors
| NumericRangeFilterValueProperty() | The value input pf the numeric range filter. |
Properties
| Parameter | The parameter that is used in the numeric range. |
| StaticValue | The static value of the numeric range filter. |
Constructors
NumericRangeFilterValueProperty()
The value input pf the numeric range filter.
public NumericRangeFilterValueProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var numericRangeFilterValueProperty = new NumericRangeFilterValueProperty {
Parameter = "parameter",
StaticValue = 123
};
Properties
Parameter
The parameter that is used in the numeric range.
public string? Parameter { get; set; }
Property Value
Remarks
StaticValue
The static value of the numeric range filter.
public double? StaticValue { get; set; }