SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs

data class SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs>

Constructors

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

Functions

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