RuleNotificationRecipientTypeArgs

data class RuleNotificationRecipientTypeArgs(val userArns: Output<List<String>>? = null, val userTags: Output<Map<String, String>>? = null) : ConvertibleToJava<RuleNotificationRecipientTypeArgs>

The type of notification recipient.

Constructors

Link copied to clipboard
constructor(userArns: Output<List<String>>? = null, userTags: Output<Map<String, String>>? = null)

Properties

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

The Amazon Resource Name (ARN) of the user account.

Link copied to clipboard
val userTags: Output<Map<String, String>>? = null

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.

Functions

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