is Null Or Undefineds
suspend fun isNullOrUndefineds(value: Output<List<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>>)
suspend fun isNullOrUndefineds(value: List<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>?)
Parameters
value
Evaluates if a value of an event is NULL or undefined. Each nested block consists of a key and a value(s) element.
suspend fun isNullOrUndefineds(vararg values: Output<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>)
suspend fun isNullOrUndefineds(values: List<Output<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>>)
suspend fun isNullOrUndefineds(vararg values: SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs)
Parameters
values
Evaluates if a value of an event is NULL or undefined. Each nested block consists of a key and a value(s) element.
suspend fun isNullOrUndefineds(argument: List<suspend SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgsBuilder.() -> Unit>)
suspend fun isNullOrUndefineds(vararg argument: suspend SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgsBuilder.() -> Unit)
suspend fun isNullOrUndefineds(argument: suspend SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgsBuilder.() -> Unit)
Parameters
argument
Evaluates if a value of an event is NULL or undefined. Each nested block consists of a key and a value(s) element.