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
 
Container for the parameters to the UpdateAlias operation. Using this API you can update the function version to which the alias points and the alias description. For more information, see Introduction to AWS Lambda Aliases.

This requires permission for the lambda:UpdateAlias action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Lambda.AmazonLambdaRequest
      Amazon.Lambda.Model.UpdateAliasRequest

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

Syntax

C#
public class UpdateAliasRequest : AmazonLambdaRequest
         IRequestEvents

The UpdateAliasRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateAliasRequest()

Properties

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

You can change the description of the alias using this parameter.

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

The function name for which the alias is created.

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

Using this parameter you can change the Lambda function version to which the alias points.

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

The alias name.

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