EventSourceMappingSelfManagedEventSourceArgs

data class EventSourceMappingSelfManagedEventSourceArgs(val endpoints: Output<EventSourceMappingEndpointsArgs>? = null) : ConvertibleToJava<EventSourceMappingSelfManagedEventSourceArgs>

The self-managed Apache Kafka cluster for your event source.

Constructors

constructor(endpoints: Output<EventSourceMappingEndpointsArgs>? = null)

Properties

Link copied to clipboard

The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc&#46;xyz&#46;com:xxxx","abc2&#46;xyz&#46;com:xxxx"]`.

Functions

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