C# Класс Amazon.Lambda.Model.UpdateFunctionConfigurationRequest

Container for the parameters to the UpdateFunctionConfiguration operation. Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code.

If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:UpdateFunctionConfiguration action.

Наследование: AmazonLambdaRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetDeadLetterConfig ( ) : bool
IsSetDescription ( ) : bool
IsSetEnvironment ( ) : bool
IsSetFunctionName ( ) : bool
IsSetHandler ( ) : bool
IsSetKMSKeyArn ( ) : bool
IsSetMemorySize ( ) : bool
IsSetRole ( ) : bool
IsSetRuntime ( ) : bool
IsSetTimeout ( ) : bool
IsSetVpcConfig ( ) : bool