configs

@JvmName(name = "bvevvixtsxbroyka")
suspend fun configs(value: Output<Map<String, String>>)
@JvmName(name = "bcavtbkwslanwoto")
suspend fun configs(value: Map<String, String>?)

Parameters

value

Connector config as keys/values. The keys of the map are connector property names, for example: connector.class, tasks.max, key.converter.


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

Parameters

values

Connector config as keys/values. The keys of the map are connector property names, for example: connector.class, tasks.max, key.converter.