You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LambdaPreview::Types::EventSourceConfigurationThe largest number of records that AWS Lambda will POST in the invocation request to your function.
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.
Indicates whether the event source mapping is currently honored.
The UTC time string indicating the last time the event mapping was updated.
The map (key-value pairs) defining the configuration for AWS Lambda to use when reading the event source.
The ARN of the IAM role (invocation role) that AWS Lambda can assume to read from the stream and invoke the function.
The description of the health of the event source mapping.
The AWS Lambda assigned opaque identifier for the mapping.
The largest number of records that AWS Lambda will POST in the invocation request to your function.
#event_source ⇒ StringThe Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
#function_name ⇒ StringThe Lambda function to invoke when AWS Lambda detects an event on the stream.
#is_active ⇒ BooleanIndicates whether the event source mapping is currently honored. Events are only processes if IsActive is true.
#last_modified ⇒ TimeThe UTC time string indicating the last time the event mapping was updated.
#parameters ⇒ Hash<String,String>The map (key-value pairs) defining the configuration for AWS Lambda to use when reading the event source.
#role ⇒ StringThe ARN of the IAM role (invocation role) that AWS Lambda can assume to read from the stream and invoke the function.
#status ⇒ StringThe description of the health of the event source mapping. Valid values are: \"PENDING\", \"OK\", and \"PROBLEM:message\". Initially this staus is \"PENDING\". When AWS Lambda begins processing events, it changes the status to \"OK\".
#uuid ⇒ StringThe AWS Lambda assigned opaque identifier for the mapping.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4