-
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
If the function returns an error, split the batch in two and retry.
EventSourceMapping.Builder.create(software.constructs.Construct scope,
String id)
Set to false to disable the event source upon creation.
The Amazon Resource Name (ARN) of the event source.
A list of host and port pairs that are the addresses of the Kafka brokers in a self managed "bootstrap" Kafka cluster that a Kafka client connects to initially to bootstrap itself.
The name of the Kafka topic.
The maximum amount of time to gather records before invoking the function.
The maximum age of a record that Lambda sends to a function for processing.
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
The number of batches to process from each shard concurrently.
Allow functions to return partially successful responses for a batch of records.
The maximum number of times to retry when the function returns an error.
Specific settings like the authentication protocol or the VPC components to secure access to your event source.
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
The target AWS Lambda function.
The size of the tumbling windows to group records sent to DynamoDB or Kinesis.