ResponsePlanNotificationTargetItem

data class ResponsePlanNotificationTargetItem(val snsTopicArn: String? = null)

A notification target.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val snsTopicArn: String? = null

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