public static interface CfnEventSourceMapping.EndpointsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; EndpointsProperty endpointsProperty = EndpointsProperty.builder() .kafkaBootstrapServers(List.of("kafkaBootstrapServers")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEventSourceMapping.EndpointsProperty.Builder
A builder for
CfnEventSourceMapping.EndpointsProperty |
static class |
CfnEventSourceMapping.EndpointsProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.EndpointsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEventSourceMapping.EndpointsProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getKafkaBootstrapServers()
The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]` .
|
default java.util.List<java.lang.String> getKafkaBootstrapServers()
static CfnEventSourceMapping.EndpointsProperty.Builder builder()