NAME
Paws::Lambda::EventSourceMappingConfiguration
ATTRIBUTES
BatchSize => Int
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.
EventSourceArn => Str
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
FunctionArn => Str
The Lambda function to invoke when AWS Lambda detects an event on the stream.
LastModified => Str
The UTC time string indicating the last time the event mapping was updated.
LastProcessingResult => Str
The result of the last AWS Lambda invocation of your Lambda function.
State => Str
The state of the event source mapping. It can be "Creating", "Enabled", "Disabled", "Enabling", "Disabling", "Updating", or "Deleting".
StateTransitionReason => Str
The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.
UUID => Str
The AWS Lambda assigned opaque identifier for the mapping.