pushConfig

@JvmName(name = "jtcmegtxkqiautub")
suspend fun pushConfig(value: Output<PushConfigArgs>)
@JvmName(name = "awjqrqfvqnsfrdhm")
suspend fun pushConfig(value: PushConfigArgs?)

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.


@JvmName(name = "dsmsgokajrjiwdqv")
suspend fun pushConfig(argument: suspend PushConfigArgsBuilder.() -> 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.