NotificationRuleTargetArgs

data class NotificationRuleTargetArgs(val address: Output<String>, val status: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<NotificationRuleTargetArgs>

Constructors

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

Properties

Link copied to clipboard
val address: Output<String>

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

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

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

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

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

Functions

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