EventSubscriptionAdvancedFilterBoolEqualArgs

data class EventSubscriptionAdvancedFilterBoolEqualArgs(val key: Output<String>, val value: Output<Boolean>) : ConvertibleToJava<EventSubscriptionAdvancedFilterBoolEqualArgs>

Constructors

Functions

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

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 value: Output<Boolean>

Specifies a single value to compare to when using a single value operator. OR