ReceiptRuleLambdaAction

data class ReceiptRuleLambdaAction(val functionArn: String, val invocationType: String? = null, val position: Int, val topicArn: String? = null)

Constructors

Link copied to clipboard
constructor(functionArn: String, invocationType: String? = null, position: Int, topicArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Lambda function to invoke

Link copied to clipboard
val invocationType: String? = null

Event or RequestResponse

Link copied to clipboard

The position of the action in the receipt rule

Link copied to clipboard
val topicArn: String? = null

The ARN of an SNS topic to notify