|
|
| |
Paws::Lambda::EventSourceMappingConfiguration(3) |
User Contributed Perl Documentation |
Paws::Lambda::EventSourceMappingConfiguration(3) |
Paws::Lambda::EventSourceMappingConfiguration
The largest number of records that AWS Lambda will retrieve from your event
source at the time of invoking your function. Your function receives an event
with all the retrieved records.
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source
of events.
The Lambda function to invoke when AWS Lambda detects an event on the stream.
The UTC time string indicating the last time the event mapping was updated.
The result of the last AWS Lambda invocation of your Lambda function.
The state of the event source mapping. It can be "Creating",
"Enabled", "Disabled", "Enabling",
"Disabling", "Updating", or "Deleting".
The reason the event source mapping is in its current state. It is either
user-requested or an AWS Lambda-initiated state transition.
The AWS Lambda assigned opaque identifier for the mapping.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |