endpoints

@JvmName(name = "jhyapwcgnxdniqsd")
suspend fun endpoints(value: Output<EventSourceMappingEndpointsArgs>)
@JvmName(name = "osohftcbtqkufyqh")
suspend fun endpoints(value: EventSourceMappingEndpointsArgs?)

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 = "abtfsnivehubcwmy")
suspend fun endpoints(argument: suspend EventSourceMappingEndpointsArgsBuilder.() -> Unit)

Parameters

argument

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"]`.