ReceiptRuleStopActionArgs

data class ReceiptRuleStopActionArgs(val position: Output<Int>, val scope: Output<String>, val topicArn: Output<String>? = null) : ConvertibleToJava<ReceiptRuleStopActionArgs>

Constructors

Link copied to clipboard
constructor(position: Output<Int>, scope: Output<String>, topicArn: Output<String>? = null)

Properties

Link copied to clipboard
val position: Output<Int>

The position of the action in the receipt rule

Link copied to clipboard
val scope: Output<String>

The scope to apply. The only acceptable value is RuleSet.

Link copied to clipboard
val topicArn: Output<String>? = null

The ARN of an SNS topic to notify

Functions

Link copied to clipboard
open override fun toJava(): ReceiptRuleStopActionArgs