Dispatch Rule Notify Rule Args
data class DispatchRuleNotifyRuleArgs(val notifyChannels: Output<List<String>>, val notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>) : ConvertibleToJava<DispatchRuleNotifyRuleArgs>
Constructors
Link copied to clipboard
fun DispatchRuleNotifyRuleArgs(notifyChannels: Output<List<String>>, notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>)