LambdaTarget
public struct LambdaTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String? -
A LambdaFunctionInfo object that describes a target Lambda function.
Declaration
Swift
public let lambdaFunctionInfo: LambdaFunctionInfo? -
The date and time when the target Lambda function was updated by a deployment.
Declaration
Swift
public let lastUpdatedAt: TimeStamp? -
The lifecycle events of the deployment to this target Lambda function.
Declaration
Swift
public let lifecycleEvents: [LifecycleEvent]? -
The status an AWS Lambda deployment’s target Lambda function.
Declaration
Swift
public let status: TargetStatus? -
The Amazon Resource Name (ARN) of the target.
Declaration
Swift
public let targetArn: String? -
The unique ID of a deployment target that has a type of lambdaTarget.
Declaration
Swift
public let targetId: String? -
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, lambdaFunctionInfo: LambdaFunctionInfo? = nil, lastUpdatedAt: TimeStamp? = nil, lifecycleEvents: [LifecycleEvent]? = nil, status: TargetStatus? = nil, targetArn: String? = nil, targetId: String? = nil)
View on GitHub
LambdaTarget Structure Reference