Rule Notification Recipient Type Args
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)