EventSourceMappingEndpoints

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

The endpoints used by AWS Lambda to access a self-managed event source.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Kafka server endpoints.