EventSubscriptionAdvancedFilterNumberInRangeArgs

data class EventSubscriptionAdvancedFilterNumberInRangeArgs(val key: Output<String>, val values: Output<List<List<Double>>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberInRangeArgs>

Constructors

constructor(key: Output<String>, values: Output<List<List<Double>>>)

Properties

Link copied to clipboard
val key: Output<String>

Specifies the field within the event data that you want to use for filtering. Type of the field can be a number, boolean, or string.

Link copied to clipboard
val values: Output<List<List<Double>>>

Specifies an array of values to compare to when using a multiple values operator.

Functions

Link copied to clipboard
open override fun toJava(): EventSubscriptionAdvancedFilterNumberInRangeArgs