Show / Hide Table of Contents

Class CfnTopic.TopicRangeFilterConstantProperty

A constant value that is used in a range filter to specify the endpoints of the range.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicrangefilterconstant.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 topicRangeFilterConstantProperty = new TopicRangeFilterConstantProperty {
    ConstantType = "constantType",
    RangeConstant = new RangeConstantProperty {
        Maximum = "maximum",
        Minimum = "minimum"
    }
};

Synopsis

Constructors

TopicRangeFilterConstantProperty()

Properties

ConstantType

The data type of the constant value that is used in a range filter.

RangeConstant

The value of the constant that is used to specify the endpoints of a range filter.

Constructors

TopicRangeFilterConstantProperty()

public TopicRangeFilterConstantProperty()

Properties

ConstantType

The data type of the constant value that is used in a range filter.

public string ConstantType { get; set; }
Property Value

System.String

Remarks

Valid values for this structure are RANGE .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicrangefilterconstant.html#cfn-quicksight-topic-topicrangefilterconstant-constanttype

RangeConstant

The value of the constant that is used to specify the endpoints of a range filter.

public object RangeConstant { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicrangefilterconstant.html#cfn-quicksight-topic-topicrangefilterconstant-rangeconstant

Implements

CfnTopic.ITopicRangeFilterConstantProperty
Back to top Generated by DocFX