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 list of recipients by user arns.

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

The collection of recipients who are identified by user tags

Functions

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