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 3.5
 
Configuration for accessing Amazon UpdateEventSourceMapping service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.UpdateEventSourceMappingResult
      Amazon.Lambda.Model.UpdateEventSourceMappingResponse

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateEventSourceMappingResponse : UpdateEventSourceMappingResult

The UpdateEventSourceMappingResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BatchSize System.Int32 Gets and sets the property BatchSize.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EventSourceArn System.String Gets and sets the property EventSourceArn.

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

Public Property FunctionArn System.String Gets and sets the property FunctionArn.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModified System.DateTime Gets and sets the property LastModified.

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

Public Property LastProcessingResult System.String Gets and sets the property LastProcessingResult.

The result of the last AWS Lambda invocation of your Lambda function.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property State System.String Gets and sets the property State.

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

Public Property StateTransitionReason System.String Gets and sets the property StateTransitionReason.

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

Public Property UpdateEventSourceMappingResult Amazon.Lambda.Model.UpdateEventSourceMappingResult Gets and sets the UpdateEventSourceMappingResult property. Represents the output of a UpdateEventSourceMapping operation.
Public Property UUID System.String 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