endpoints

@JvmName(name = "iedeyextyyotksww")
suspend fun endpoints(value: Output<Map<String, String>>)
@JvmName(name = "mhdiitujvndhilou")
suspend fun endpoints(value: Map<String, String>)

Parameters

value

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.


@JvmName(name = "eheblewsswtlleam")
fun endpoints(vararg values: Pair<String, String>)

Parameters

values

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.