LambdaAction
public struct LambdaAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the Lambda function that is executed.
Declaration
Swift
public let functionArn: String -
You can configure the action payload when you send a message to a Lambda function.
Declaration
Swift
public let payload: Payload? -
Undocumented
Declaration
Swift
public init(functionArn: String, payload: Payload? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
LambdaAction Structure Reference