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 UpdateFunctionConfiguration service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.UpdateFunctionConfigurationResult
      Amazon.Lambda.Model.UpdateFunctionConfigurationResponse

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

Syntax

C#
public class UpdateFunctionConfigurationResponse : UpdateFunctionConfigurationResult

The UpdateFunctionConfigurationResponse type exposes the following members

Constructors

Properties

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

The size, in bytes, of the function .zip file you uploaded.

Public Property ConfigurationId Gets and sets the property ConfigurationId.

A Lambda-assigned unique identifier for the current function code and related configuration.

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

The user-provided description.

Public Property FunctionARN Gets and sets the property FunctionARN.

The Amazon Resource Name (ARN) assigned to the function.

Public Property FunctionName Gets and sets the property FunctionName.

The name of the function.

Public Property Handler Gets and sets the property Handler.

The function Lambda calls to begin executing your function.

Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property LastModified Gets and sets the property LastModified.

The timestamp of the last time you updated the function.

Public Property MemorySize Gets and sets the property MemorySize.

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

Public Property Mode Gets and sets the property Mode.

The type of the Lambda function you uploaded.

Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property Role Gets and sets the property Role.

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

Public Property Runtime Gets and sets the property Runtime.

The runtime environment for the Lambda function.

Public Property Timeout Gets and sets the property Timeout.

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

Public Property UpdateFunctionConfigurationResult Gets and sets the UpdateFunctionConfigurationResult property. Represents the output of a UpdateFunctionConfiguration operation.

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