EventSubscriptionAdvancedFilterNumberInArgs

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

Constructors

constructor(key: Output<String>, values: Output<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<Double>>

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

Functions

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