number Not Ins
suspend fun numberNotIns(value: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs>>)
Parameters
value
Compares a value of an event using multiple floating point numbers.
suspend fun numberNotIns(vararg values: Output<SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs>)
suspend fun numberNotIns(values: List<Output<SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs>>)
Parameters
values
Compares a value of an event using multiple floating point numbers.
suspend fun numberNotIns(argument: List<suspend SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgsBuilder.() -> Unit>)
suspend fun numberNotIns(vararg argument: suspend SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgsBuilder.() -> Unit)
suspend fun numberNotIns(argument: suspend SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgsBuilder.() -> Unit)
Parameters
argument
Compares a value of an event using multiple floating point numbers.