InvokeLambdaAction

The action to invoke an Amazon Web Services Lambda function for processing the email.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the Amazon Web Services Lambda function no longer exists.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function to invoke.

Link copied to clipboard

The invocation type of the Lambda function. Use EVENT for asynchronous invocation or REQUEST_RESPONSE for synchronous invocation.

Link copied to clipboard

The maximum time in minutes that the email processing can be retried if the Lambda invocation fails. The maximum value is 2160 minutes (36 hours).

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to use to invoke the Lambda function.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String