NotificationRuleTargetArgs

data class NotificationRuleTargetArgs(val targetAddress: Output<String>, val targetType: Output<String>) : ConvertibleToJava<NotificationRuleTargetArgs>

Constructors

Link copied to clipboard
constructor(targetAddress: Output<String>, targetType: Output<String>)

Properties

Link copied to clipboard
val targetAddress: Output<String>

The Amazon Resource Name (ARN) of the topic or client.

Link copied to clipboard
val targetType: Output<String>

The target type. Can be an Amazon Simple Notification Service topic or client.

Functions

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