conditions
suspend fun conditions(value: Output<List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>>)
suspend fun conditions(value: List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>?)
Parameters
value
Conditions to apply to the expression Structure is documented below.
suspend fun conditions(vararg values: Output<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>)
suspend fun conditions(values: List<Output<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>>)
suspend fun conditions(vararg values: PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs)
Parameters
values
Conditions to apply to the expression Structure is documented below.
suspend fun conditions(argument: List<suspend PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgsBuilder.() -> Unit>)
suspend fun conditions(vararg argument: suspend PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgsBuilder.() -> Unit)
suspend fun conditions(argument: suspend PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgsBuilder.() -> Unit)
Parameters
argument
Conditions to apply to the expression Structure is documented below.