EventSourceMappingSelfManagedEventSourceArgs

data class EventSourceMappingSelfManagedEventSourceArgs(val endpoints: Output<Map<String, String>>) : ConvertibleToJava<EventSourceMappingSelfManagedEventSourceArgs>

Constructors

constructor(endpoints: Output<Map<String, String>>)

Properties

Link copied to clipboard
val endpoints: Output<Map<String, String>>

A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be KAFKA_BOOTSTRAP_SERVERS and the value should be a string with a comma separated list of broker endpoints.

Functions

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