PubSubConfigArgs

data class PubSubConfigArgs(val topic: Output<String>? = null) : ConvertibleToJava<PubSubConfigArgs>

Configuration for exporting to a Pub/Sub topic.

Constructors

Link copied to clipboard
constructor(topic: Output<String>? = null)

Properties

Link copied to clipboard
val topic: Output<String>? = null

The name of the Pub/Sub topic. Structured like: projects/{project_number}/topics/{topic_id}. The topic may be changed.

Functions

Link copied to clipboard
open override fun toJava(): PubSubConfigArgs