pushConfig

@JvmName(name = "bjshvbynqcrabnie")
suspend fun pushConfig(value: Output<SubscriptionPushConfigArgs>)
@JvmName(name = "dhcsaooftupmlnat")
suspend fun pushConfig(value: SubscriptionPushConfigArgs?)

Parameters

value

If push delivery is used with this subscription, this field is used to configure it. An empty pushConfig signifies that the subscriber will pull and ack messages using API methods. Structure is documented below.


@JvmName(name = "colmkymquijqkwtt")
suspend fun pushConfig(argument: suspend SubscriptionPushConfigArgsBuilder.() -> Unit)

Parameters

argument

If push delivery is used with this subscription, this field is used to configure it. An empty pushConfig signifies that the subscriber will pull and ack messages using API methods. Structure is documented below.