LambdaFunctionInfo class
Information about a Lambda function specified in a deployment.
Constructors
- LambdaFunctionInfo({String? currentVersion, String? functionAlias, String? functionName, String? targetVersion, double? targetVersionWeight})
-
LambdaFunctionInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currentVersion → String?
-
The version of a Lambda function that production traffic points to.
final
- functionAlias → String?
-
The alias of a Lambda function. For more information, see AWS
Lambda Function Aliases in the AWS Lambda Developer Guide.
final
- functionName → String?
-
The name of a Lambda function.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetVersion → String?
-
The version of a Lambda function that production traffic points to after the
Lambda function is deployed.
final
- targetVersionWeight → double?
-
The percentage of production traffic that the target version of a Lambda
function receives.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited