InstanceEventPublishConfigArgs

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

Constructors

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

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/{projectId}/topics/{topic_id}

Functions

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