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
 
A complex type that describes function metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.GetFunctionConfigurationResult

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

Syntax

C#
public class GetFunctionConfigurationResult : AmazonWebServiceResponse

The GetFunctionConfigurationResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CodeSha256 System.String Gets and sets the property CodeSha256.

It is the SHA256 hash of your function deployment package.

Public Property CodeSize System.Int64 Gets and sets the property CodeSize.

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

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

The user-provided description.

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

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

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

The name of the function.

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

The function Lambda calls to begin executing your function.

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

The time stamp of the last time you updated the function.

Public Property MemorySize System.Int32 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 ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Role System.String 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 Amazon.Lambda.Runtime Gets and sets the property Runtime.

The runtime environment for the Lambda function.

Public Property Timeout System.Int32 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 Version System.String Gets and sets the property Version.

The version of the Lambda function.

Public Property VpcConfig Amazon.Lambda.Model.VpcConfigDetail Gets and sets the property VpcConfig.

VPC configuration associated with your Lambda function.

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