Builder

class Builder

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.