EventSourceMappingSelfManagedEventSource constructor

const EventSourceMappingSelfManagedEventSource({
  1. required Input<Map<String, String>> endpoints,
})

Creates a new EventSourceMappingSelfManagedEventSource. endpoints 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.

Implementation

const EventSourceMappingSelfManagedEventSource({
  required this.endpoints,
});