DetectorModelSnsArgs

data class DetectorModelSnsArgs(val payload: Output<DetectorModelPayloadArgs>? = null, val targetArn: Output<String>) : ConvertibleToJava<DetectorModelSnsArgs>

Information required to publish the Amazon SNS message.

Constructors

Link copied to clipboard
constructor(payload: Output<DetectorModelPayloadArgs>? = null, targetArn: Output<String>)

Properties

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null

You can configure the action payload when you send a message as an Amazon SNS push notification.

Link copied to clipboard
val targetArn: Output<String>

The ARN of the Amazon SNS target where the message is sent.

Functions

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