@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:44.504Z") @Stability(value=Experimental) public interface KafkaEventSourceProps extends software.amazon.jsii.JsiiSerializable, StreamEventSourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
KafkaEventSourceProps.Builder
A builder for
KafkaEventSourceProps |
static class |
KafkaEventSourceProps.Jsii$Proxy
An implementation for
KafkaEventSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static KafkaEventSourceProps.Builder |
builder() |
default ISecret |
getSecret()
(experimental) The secret with the Kafka credentials, see https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html for details This field is required if your Kafka brokers are accessed over the Internet.
|
String |
getTopic()
(experimental) The Kafka topic to subscribe to.
|
getBatchSize, getBisectBatchOnError, getEnabled, getMaxBatchingWindow, getMaxRecordAge, getOnFailure, getParallelizationFactor, getReportBatchItemFailures, getRetryAttempts, getStartingPosition, getTumblingWindow@Stability(value=Experimental) @NotNull String getTopic()
@Stability(value=Experimental) @Nullable default ISecret getSecret()
Default: none
@Stability(value=Experimental) static KafkaEventSourceProps.Builder builder()
builder in interface StreamEventSourcePropsKafkaEventSourceProps.Builder of KafkaEventSourcePropsCopyright © 2021. All rights reserved.