| AuthenticationMethod
The authentication method to use with SelfManagedKafkaEventSource.
|
| BaseStreamEventSourceProps
The set of properties for streaming event sources shared by Dynamo, Kinesis and Kafka.
|
| BaseStreamEventSourceProps.Builder
|
| DynamoEventSource
Use an Amazon DynamoDB stream as an event source for AWS Lambda.
|
| DynamoEventSource.Builder
|
| DynamoEventSourceProps
Example:
|
| DynamoEventSourceProps.Builder
|
| KafkaEventSourceProps
Properties for a Kafka event source.
|
| KafkaEventSourceProps.Builder
|
| KinesisEventSource
Use an Amazon Kinesis stream as an event source for AWS Lambda.
|
| KinesisEventSource.Builder
|
| KinesisEventSourceProps
Example:
|
| KinesisEventSourceProps.Builder
|
| ManagedKafkaEventSource
Use a MSK cluster as a streaming source for AWS Lambda.
|
| ManagedKafkaEventSource.Builder
|
| ManagedKafkaEventSourceProps
Properties for a MSK event source.
|
| ManagedKafkaEventSourceProps.Builder
|
| S3EventSource
Use S3 bucket notifications as an event source for AWS Lambda.
|
| S3EventSource.Builder
|
| S3EventSourceProps
Example:
|
| S3EventSourceProps.Builder
|
| SelfManagedKafkaEventSource
Use a self hosted Kafka installation as a streaming source for AWS Lambda.
|
| SelfManagedKafkaEventSource.Builder
|
| SelfManagedKafkaEventSourceProps
Properties for a self managed Kafka cluster event source.
|
| SelfManagedKafkaEventSourceProps.Builder
|
| SnsEventSource
Use an Amazon SNS topic as an event source for AWS Lambda.
|
| SnsEventSource.Builder
|
| SnsEventSourceProps
Properties forwarded to the Lambda Subscription.
|
| SnsEventSourceProps.Builder
|
| SqsEventSource
Use an Amazon SQS queue as an event source for AWS Lambda.
|
| SqsEventSource.Builder
|
| SqsEventSourceProps
Example:
|
| SqsEventSourceProps.Builder
|
| StreamEventSource
Use an stream as an event source for AWS Lambda.
|
| StreamEventSourceProps
The set of properties for streaming event sources shared by Dynamo and Kinesis.
|
| StreamEventSourceProps.Builder
|