A mapping between an AWS resource and an AWS Lambda function. See CreateEventSourceMapping for details.
BatchSize
The maximum number of items to retrieve in a single batch.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: No
EventSourceArn
The Amazon Resource Name (ARN) of the event source.
Type: String
Pattern: arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
Required: No
FunctionArn
The ARN of the Lambda function.
Type: String
Pattern: arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?
Required: No
LastModified
The date that the event source mapping was last updated, in Unix time seconds.
Type: Timestamp
Required: No
LastProcessingResult
The result of the last AWS Lambda invocation of your Lambda function.
Type: String
Required: No
State
The state of the event source mapping. It can be one of the following: Creating
, Enabling
, Enabled
, Disabling
, Disabled
, Updating
, or Deleting
.
Type: String
Required: No
StateTransitionReason
The cause of the last state change, either User initiated
or Lambda initiated
.
Type: String
Required: No
UUID
The identifier of the event source mapping.
Type: String
Required: No
For more information about using this API in one of the language-specific AWS SDKs, see the following: