Show / Hide Table of Contents

Interface CfnTopic.IRangeConstantProperty

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

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTopic.IRangeConstantProperty
Syntax (vb)
Public Interface CfnTopic.IRangeConstantProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-rangeconstant.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 rangeConstantProperty = new RangeConstantProperty {
                 Maximum = "maximum",
                 Minimum = "minimum"
             };

Synopsis

Properties

Maximum

The maximum value for a range constant.

Minimum

The minimum value for a range constant.

Properties

Maximum

The maximum value for a range constant.

string? Maximum { get; }
Property Value

string

Remarks

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

Minimum

The minimum value for a range constant.

string? Minimum { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX