| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoEventSourceProps |
interface |
KafkaEventSourceProps
(experimental) Properties for a Kafka event source.
|
interface |
KinesisEventSourceProps |
interface |
ManagedKafkaEventSourceProps
(experimental) Properties for a MSK event source.
|
interface |
SelfManagedKafkaEventSourceProps
(experimental) Properties for a self managed Kafka cluster event source.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
StreamEventSourceProps |
StreamEventSourceProps.Builder.build()
Builds the configured instance.
|
protected StreamEventSourceProps |
StreamEventSource.getProps() |
| Constructor and Description |
|---|
StreamEventSource(StreamEventSourceProps props) |
Copyright © 2021. All rights reserved.