AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0
public class GetEventSourceResponse : GetEventSourceResult
The GetEventSourceResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetEventSourceResponse() |
| Name | Description | |
|---|---|---|
|
BatchSize |
Gets and sets the property BatchSize.
The largest number of records that AWS Lambda will POST in the invocation request to your function. |
|
ContentLength | Returns the content length of the HTTP response. |
|
EventSource |
Gets and sets the property EventSource.
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. |
|
FunctionName |
Gets and sets the property FunctionName.
The Lambda function to invoke when AWS Lambda detects an event on the stream. |
|
GetEventSourceResult | Gets and sets the GetEventSourceResult property. Represents the output of a GetEventSource operation. |
|
HttpStatusCode | Returns the status code of the HTTP response. |
|
IsActive |
Gets and sets the property IsActive.
Indicates whether the event source mapping is currently honored. Events are only processes if IsActive is true. |
|
LastModified |
Gets and sets the property LastModified.
The UTC time string indicating the last time the event mapping was updated. |
|
Parameters |
Gets and sets the property Parameters.
The map (key-value pairs) defining the configuration for AWS Lambda to use when reading the event source. |
|
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
|
Role |
Gets and sets the property Role.
The ARN of the IAM role (invocation role) that AWS Lambda can assume to read from the stream and invoke the function. |
|
Status |
Gets and sets the property Status.
The 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 |
Gets and sets the property UUID.
The AWS Lambda assigned opaque identifier for the mapping. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8