EventSourceMappingEndpoints

data class EventSourceMappingEndpoints(val kafkaBootstrapServers: List<String>? = null)

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"]`.

Constructors

Link copied to clipboard
constructor(kafkaBootstrapServers: List<String>? = null)

Types

Link copied to clipboard
object Companion

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"]`.