Show / Hide Table of Contents

Class CfnAnalysis.NumericRangeFilterValueProperty

The value input pf the numeric range filter.

Inheritance
System.Object
CfnAnalysis.NumericRangeFilterValueProperty
Implements
CfnAnalysis.INumericRangeFilterValueProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class NumericRangeFilterValueProperty : Object, CfnAnalysis.INumericRangeFilterValueProperty
Syntax (vb)
Public Class NumericRangeFilterValueProperty
    Inherits Object
    Implements CfnAnalysis.INumericRangeFilterValueProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericrangefiltervalue.html

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.AWS.QuickSight;

var numericRangeFilterValueProperty = new NumericRangeFilterValueProperty {
    Parameter = "parameter",
    StaticValue = 123
};

Synopsis

Constructors

NumericRangeFilterValueProperty()

Properties

Parameter

The parameter that is used in the numeric range.

StaticValue

The static value of the numeric range filter.

Constructors

NumericRangeFilterValueProperty()

public NumericRangeFilterValueProperty()

Properties

Parameter

The parameter that is used in the numeric range.

public string Parameter { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericrangefiltervalue.html#cfn-quicksight-analysis-numericrangefiltervalue-parameter

StaticValue

The static value of the numeric range filter.

public Nullable<double> StaticValue { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericrangefiltervalue.html#cfn-quicksight-analysis-numericrangefiltervalue-staticvalue

Implements

CfnAnalysis.INumericRangeFilterValueProperty
Back to top Generated by DocFX