filter

@JvmName(name = "ccqxlpxtnjomespg")
suspend fun filter(value: Output<String>)
@JvmName(name = "upgyfndcbxkpskjp")
suspend fun filter(value: String?)

Parameters

value

An expression written in the Pub/Sub filter language. If non-empty, then only PubsubMessages whose attributes field matches the filter are delivered on this subscription. If empty, then no messages are filtered out.