Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.NumericRangeFilterValueProperty

The value input pf the numeric range filter.

Inheritance
object
CfnAnalysisPropsMixin.NumericRangeFilterValueProperty
Implements
CfnAnalysisPropsMixin.INumericRangeFilterValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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

string

Remarks

See: 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 double? StaticValue { get; set; }
Property Value

double?

Remarks

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

Implements

CfnAnalysisPropsMixin.INumericRangeFilterValueProperty
Back to top Generated by DocFX