kafkaBootstrapServers

@JvmName(name = "hhwqphcajvesmnfa")
suspend fun kafkaBootstrapServers(value: Output<List<String>>)
@JvmName(name = "tnitnxahbingsbel")
suspend fun kafkaBootstrapServers(value: List<String>?)

Parameters

value

The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc&#46;xyz&#46;com:xxxx","abc2&#46;xyz&#46;com:xxxx"]`.


@JvmName(name = "aghtrrsxhsmphnrg")
suspend fun kafkaBootstrapServers(vararg values: Output<String>)


@JvmName(name = "pccisdohxqfkgvff")
suspend fun kafkaBootstrapServers(values: List<Output<String>>)
@JvmName(name = "ugvguoctbnaobqsy")
suspend fun kafkaBootstrapServers(vararg values: String)

Parameters

values

The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc&#46;xyz&#46;com:xxxx","abc2&#46;xyz&#46;com:xxxx"]`.