class Aws::CodeDeploy::Types::LambdaFunctionInfo
Information about a Lambda function specified in a deployment.
@!attribute [rw] function_name
The name of a Lambda function. @return [String]
@!attribute [rw] function_alias
The alias of a Lambda function. For more information, see [AWS Lambda Function Aliases][1] in the *AWS Lambda Developer Guide*. [1]: https://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html @return [String]
@!attribute [rw] current_version
The version of a Lambda function that production traffic points to. @return [String]
@!attribute [rw] target_version
The version of a Lambda function that production traffic points to after the Lambda function is deployed. @return [String]
@!attribute [rw] target_version_weight
The percentage of production traffic that the target version of a Lambda function receives. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LambdaFunctionInfo AWS API Documentation
Constants
- SENSITIVE