SystemTopicEventSubscriptionAdvancedFilterBoolEqualArgs

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

Constructors

constructor(key: Output<String>, value: Output<Boolean>)

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>

Functions

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