EventSourceMappingEndpointsArgs

data class EventSourceMappingEndpointsArgs(val kafkaBootstrapServers: Output<List<String>>? = null) : ConvertibleToJava<EventSourceMappingEndpointsArgs>

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

Constructors

Link copied to clipboard
constructor(kafkaBootstrapServers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val kafkaBootstrapServers: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EventSourceMappingEndpointsArgs