skipBacklog

val skipBacklog: Output<Boolean>?

If true, the newly created subscription will only receive messages published after the subscription was created. Otherwise, the entire message backlog will be received on the subscription. Defaults to false.