NotificationRuleTarget

data class NotificationRuleTarget(val address: String, val status: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(address: String, status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of notification rule target. For example, a SNS Topic ARN.

Link copied to clipboard
val status: String? = null

The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED.

Link copied to clipboard
val type: String? = null

The type of the notification target. Default value is SNS.