DispatchRuleNotifyRuleNotifyObjectArgs

data class DispatchRuleNotifyRuleNotifyObjectArgs(val name: Output<String>, val notifyObjectId: Output<String>, val notifyType: Output<String>) : ConvertibleToJava<DispatchRuleNotifyRuleNotifyObjectArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, notifyObjectId: Output<String>, notifyType: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the contact or contact group.

Link copied to clipboard
val notifyObjectId: Output<String>

The ID of the contact or contact group.

Link copied to clipboard
val notifyType: Output<String>

The type of the alert contact. Valid values: ARMS_ROBOT: robot. ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.

Functions

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