ResponsePlanNotificationTargetItemArgs

data class ResponsePlanNotificationTargetItemArgs(val snsTopicArn: Output<String>? = null) : ConvertibleToJava<ResponsePlanNotificationTargetItemArgs>

A notification target.

Constructors

Link copied to clipboard
constructor(snsTopicArn: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the Amazon SNS topic.

Functions

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