latest--aws-lambda-eventsourcemapping
sharedResource Type definition for AWS::Lambda::EventSourceMapping. Source:- No source definition found, add manually please
Properties
The name of the Lambda function.
The maximum number of items to retrieve in a single batch.
(Streams) If the function returns an error, split the batch in two and retry.
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
1 nested properties
A destination for events that failed processing.
1 nested properties
The Amazon Resource Name (ARN) of the destination resource.
Disables the event source mapping to pause polling and invocation.
The Amazon Resource Name (ARN) of the event source.
(Streams) The maximum amount of time to gather records before invoking the function, in seconds.
(Streams) The maximum age of a record that Lambda sends to a function for processing.
(Streams) The maximum number of times to retry when the function returns an error.
(Streams) The number of batches to process from each shard concurrently.
The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Streams sources.
With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.
(Kafka) A list of Kafka topics.
(ActiveMQ) A list of ActiveMQ queues.
A list of SourceAccessConfiguration.
(Streams) Tumbling window (non-overlapping time window) duration to perform aggregations.
(Streams) A list of response types supported by the function.
The configuration used by AWS Lambda to access a self-managed event source.
1 nested properties
The endpoints used by AWS Lambda to access a self-managed event source.
1 nested properties
A list of Kafka server endpoints.
Specific configuration settings for an MSK event source.
1 nested properties
The identifier for the Kafka Consumer Group to join.
Specific configuration settings for a Self-Managed Apache Kafka event source.
1 nested properties
The identifier for the Kafka Consumer Group to join.
The scaling configuration for the event source.
1 nested properties
The maximum number of concurrent functions that an event source can invoke.
Document db event source config.
3 nested properties
The database name to connect to.
The collection name to connect to.
Include full document in change stream response. The default option will only send the changes made to documents to Lambda. If you want the complete document sent to Lambda, set this to UpdateLookup.
Definitions
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
A destination for events that failed processing.
1 nested properties
The Amazon Resource Name (ARN) of the destination resource.
The filter criteria to control event filtering.
The filter object that defines parameters for ESM filtering.
The filter pattern that defines which events should be passed for invocations.
A destination for events that failed processing.
The Amazon Resource Name (ARN) of the destination resource.
The configuration used by AWS Lambda to access event source
The type of source access configuration.
The URI for the source access configuration resource.
The configuration used by AWS Lambda to access a self-managed event source.
The endpoints used by AWS Lambda to access a self-managed event source.
1 nested properties
A list of Kafka server endpoints.
The endpoints used by AWS Lambda to access a self-managed event source.
A list of Kafka server endpoints.
The identifier for the Kafka Consumer Group to join.
Specific configuration settings for an MSK event source.
The identifier for the Kafka Consumer Group to join.
Specific configuration settings for a Self-Managed Apache Kafka event source.
The identifier for the Kafka Consumer Group to join.
The maximum number of concurrent functions that an event source can invoke.
The scaling configuration for the event source.
The maximum number of concurrent functions that an event source can invoke.
Document db event source config.
The database name to connect to.
The collection name to connect to.
Include full document in change stream response. The default option will only send the changes made to documents to Lambda. If you want the complete document sent to Lambda, set this to UpdateLookup.