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
 
Container for the parameters to the CreateAlias operation. Creates an alias that points to the specified Lambda function version. For more information, see Introduction to AWS Lambda Aliases. Alias names are unique for a given function.

This requires permission for the lambda:CreateAlias action.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateAliasRequest : AmazonLambdaRequest
         IRequestEvents

The CreateAliasRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAliasRequest()

Properties

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

Description of the alias.

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

Name of the Lambda function for which you want to create an alias.

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

Lambda function version for which you are creating the alias.

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

Name for the alias you are creating.

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