ComponentVersionLambdaEventSourceArgs

data class ComponentVersionLambdaEventSourceArgs(val topic: Output<String>? = null, val type: Output<ComponentVersionLambdaEventSourceType>? = null) : ConvertibleToJava<ComponentVersionLambdaEventSourceArgs>

Constructors

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

Properties

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

The topic to which to subscribe to receive event messages.

Link copied to clipboard

The type of event source. Choose from the following options:

Functions

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