pubsubTopic

@JvmName(name = "gsslgmyepbespwce")
suspend fun pubsubTopic(value: Output<String>)
@JvmName(name = "neagyvjqsmqdcgqg")
suspend fun pubsubTopic(value: String?)

Parameters

value

Optional. The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery. Format: projects/{project}/topics/{topic}. This is only valid for events of type google.cloud.pubsub.topic.v1.messagePublished. The topic provided here will not be deleted at function deletion.