LambdaFunctionInfo
public struct LambdaFunctionInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The version of a Lambda function that production traffic points to.
Declaration
Swift
public let currentVersion: String?
-
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
Declaration
Swift
public let functionAlias: String?
-
The name of a Lambda function.
Declaration
Swift
public let functionName: String?
-
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
Declaration
Swift
public let targetVersion: String?
-
The percentage of production traffic that the target version of a Lambda function receives.
Declaration
Swift
public let targetVersionWeight: Double?
-
Undocumented
Declaration
Swift
public init(currentVersion: String? = nil, functionAlias: String? = nil, functionName: String? = nil, targetVersion: String? = nil, targetVersionWeight: Double? = nil)