AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
Configuration for accessing Amazon GetEventSource service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.GetEventSourceResult
      Amazon.Lambda.Model.GetEventSourceResponse

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public class GetEventSourceResponse : GetEventSourceResult

The GetEventSourceResponse type exposes the following members

Constructors

  Name Description
Public Method GetEventSourceResponse()

Properties

  Name Description
Public Property BatchSize Gets and sets the property BatchSize.

The largest number of records that AWS Lambda will POST in the invocation request to your function.

Public Property ContentLength Returns the content length of the HTTP response.
Public Property EventSource Gets and sets the property EventSource.

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

Public Property FunctionName Gets and sets the property FunctionName.

The Lambda function to invoke when AWS Lambda detects an event on the stream.

Public Property GetEventSourceResult Gets and sets the GetEventSourceResult property. Represents the output of a GetEventSource operation.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property IsActive Gets and sets the property IsActive.

Indicates whether the event source mapping is currently honored. Events are only processes if IsActive is true.

Public Property LastModified Gets and sets the property LastModified.

The UTC time string indicating the last time the event mapping was updated.

Public Property 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.

Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property 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.

Public Property 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".

Public Property UUID Gets and sets the property UUID.

The AWS Lambda assigned opaque identifier for the mapping.

Version Information

.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