| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoEventSourceProps
Example:
|
interface |
KafkaEventSourceProps
Properties for a Kafka event source.
|
interface |
KinesisEventSourceProps
Example:
|
interface |
ManagedKafkaEventSourceProps
Properties for a MSK event source.
|
interface |
SelfManagedKafkaEventSourceProps
Properties for a self managed Kafka cluster event source.
|
interface |
StreamEventSourceProps
The set of properties for streaming event sources shared by Dynamo and Kinesis.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseStreamEventSourceProps.Jsii$Proxy
An implementation for
BaseStreamEventSourceProps |
static class |
DynamoEventSourceProps.Jsii$Proxy
An implementation for
DynamoEventSourceProps |
static class |
KafkaEventSourceProps.Jsii$Proxy
An implementation for
KafkaEventSourceProps |
static class |
KinesisEventSourceProps.Jsii$Proxy
An implementation for
KinesisEventSourceProps |
static class |
ManagedKafkaEventSourceProps.Jsii$Proxy
An implementation for
ManagedKafkaEventSourceProps |
static class |
SelfManagedKafkaEventSourceProps.Jsii$Proxy
An implementation for
SelfManagedKafkaEventSourceProps |
static class |
StreamEventSourceProps.Jsii$Proxy
An implementation for
StreamEventSourceProps |
| Modifier and Type | Method and Description |
|---|---|
BaseStreamEventSourceProps |
BaseStreamEventSourceProps.Builder.build()
Builds the configured instance.
|
Copyright © 2022. All rights reserved.