@Stability(value=Stable)
public static interface CfnEventSourceMapping.EndpointsProperty
extends software.amazon.jsii.JsiiSerializable
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 List<String> |
getKafkaBootstrapServers()
The list of bootstrap servers for your Kafka brokers in the following format: `"KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]` .
|
@Stability(value=Stable) @Nullable default List<String> getKafkaBootstrapServers()
@Stability(value=Stable) static CfnEventSourceMapping.EndpointsProperty.Builder builder()
Copyright © 2022. All rights reserved.