Interface CfnTopicPropsMixin.RangeConstantProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicPropsMixin.RangeConstantProperty.Jsii$Proxy
- Enclosing class:
CfnTopicPropsMixin
@Stability(Stable)
public static interface CfnTopicPropsMixin.RangeConstantProperty
extends software.amazon.jsii.JsiiSerializable
The value of the constant that is used to specify the endpoints of a range filter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
RangeConstantProperty rangeConstantProperty = RangeConstantProperty.builder()
.maximum("maximum")
.minimum("minimum")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicPropsMixin.RangeConstantPropertystatic final classAn implementation forCfnTopicPropsMixin.RangeConstantProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaximum
The maximum value for a range constant.- See Also:
-
getMinimum
The minimum value for a range constant.- See Also:
-
builder
-