RuleNotificationRecipientType

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

The type of notification recipient.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard
val userTags: 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.