EventChannelSourceArgs

data class EventChannelSourceArgs(val source: Output<String>? = null) : ConvertibleToJava<EventChannelSourceArgs>

Properties of the source of an event channel.

Constructors

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

Properties

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

The identifier of the resource that's the source of the events. This represents a unique resource in the partner's resource model.

Functions

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