| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| software.amazon.awscdk.services.msk |
Amazon Managed Streaming for Apache Kafka Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ICluster |
ManagedKafkaEventSourceProps.getCluster()
(experimental) an MSK cluster construct.
|
ICluster |
ManagedKafkaEventSourceProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.cluster(ICluster cluster)
(experimental) an MSK cluster construct.
|
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.cluster(ICluster cluster)
Sets the value of
ManagedKafkaEventSourceProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
ManagedKafkaEventSourceProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Method and Description |
|---|---|
static ICluster |
Cluster.fromClusterArn(software.constructs.Construct scope,
String id,
String clusterArn)
(experimental) Creates a Cluster construct that represents an existing MSK cluster.
|
Copyright © 2021. All rights reserved.