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 UpdateFunctionConfigurationResponse : UpdateFunctionConfigurationResult
The UpdateFunctionConfigurationResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateFunctionConfigurationResponse() |
| Name | Description | |
|---|---|---|
|
CodeSize |
Gets and sets the property CodeSize.
The size, in bytes, of the function .zip file you uploaded. |
|
ConfigurationId |
Gets and sets the property ConfigurationId.
A Lambda-assigned unique identifier for the current function code and related configuration. |
|
ContentLength | Returns the content length of the HTTP response. |
|
Description |
Gets and sets the property Description.
The user-provided description. |
|
FunctionARN |
Gets and sets the property FunctionARN.
The Amazon Resource Name (ARN) assigned to the function. |
|
FunctionName |
Gets and sets the property FunctionName.
The name of the function. |
|
Handler |
Gets and sets the property Handler.
The function Lambda calls to begin executing your function. |
|
HttpStatusCode | Returns the status code of the HTTP response. |
|
LastModified |
Gets and sets the property LastModified.
The timestamp of the last time you updated the function. |
|
MemorySize |
Gets and sets the property MemorySize.
The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. |
|
Mode |
Gets and sets the property Mode.
The type of the Lambda function you uploaded. |
|
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
|
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. |
|
Runtime |
Gets and sets the property Runtime.
The runtime environment for the Lambda function. |
|
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. |
|
UpdateFunctionConfigurationResult | Gets and sets the UpdateFunctionConfigurationResult property. Represents the output of a UpdateFunctionConfiguration operation. |
.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