EventPublishConfigArgs

data class EventPublishConfigArgs(val enabled: Output<Boolean>, val topic: Output<String>) : ConvertibleToJava<EventPublishConfigArgs>

Confirguration of PubSubEventWriter.

Constructors

Link copied to clipboard
fun EventPublishConfigArgs(enabled: Output<Boolean>, topic: Output<String>)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Option to enable Event Publishing.

Link copied to clipboard
val topic: Output<String>

The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}