C# Class Amazon.Lambda.Model.CreateAliasRequest

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: AmazonLambdaRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetDescription ( ) : bool
IsSetFunctionName ( ) : bool
IsSetFunctionVersion ( ) : bool
IsSetName ( ) : bool