endpoints

@JvmName(name = "eyqrnqiillvkryom")
suspend fun endpoints(value: Output<Map<String, String>>)
@JvmName(name = "ticklasppitoqwlq")
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 = "dtkbwemahoarawtl")
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.