RuleNotificationRecipientTypeArgs

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

The type of notification recipient.

Constructors

Link copied to clipboard
fun RuleNotificationRecipientTypeArgs(userArns: Output<List<String>>? = null, userTags: Output<Any>? = null)

Functions

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

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<Any>? = null

The collection of recipients who are identified by user tags