NAME

Paws::Lambda::EventSourceMappingConfiguration

ATTRIBUTES

BatchSize => Int

The maximum number of items to retrieve in a single batch.

BisectBatchOnFunctionError => Bool

(Streams) If the function returns an error, split the batch in two and retry.

DestinationConfig => Paws::Lambda::DestinationConfig

(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.

EventSourceArn => Str

The Amazon Resource Name (ARN) of the event source.

FunctionArn => Str

The ARN of the Lambda function.

LastModified => Str

The date that the event source mapping was last updated, or its state changed.

LastProcessingResult => Str

The result of the last AWS Lambda invocation of your Lambda function.

MaximumBatchingWindowInSeconds => Int

The maximum amount of time to gather records before invoking the function, in seconds.

MaximumRecordAgeInSeconds => Int

(Streams) The maximum age of a record that Lambda sends to a function for processing.

MaximumRetryAttempts => Int

(Streams) The maximum number of times to retry when the function returns an error.

ParallelizationFactor => Int

(Streams) The number of batches to process from each shard concurrently.

State => Str

The state of the event source mapping. It can be one of the following: Creating, Enabling, Enabled, Disabling, Disabled, Updating, or Deleting.

StateTransitionReason => Str

Indicates whether the last change to the event source mapping was made by a user, or by the Lambda service.

UUID => Str

The identifier of the event source mapping.

_request_id => Str