AutomationRuleAddIncidentTaskActionArgs

data class AutomationRuleAddIncidentTaskActionArgs(val actionConfiguration: Output<AddIncidentTaskActionPropertiesArgs>? = null, val actionType: Output<String>, val order: Output<Int>) : ConvertibleToJava<AutomationRuleAddIncidentTaskActionArgs>

Describes an automation rule action to add a task to an incident

Constructors

Link copied to clipboard
constructor(actionConfiguration: Output<AddIncidentTaskActionPropertiesArgs>? = null, actionType: Output<String>, order: Output<Int>)

Properties

Link copied to clipboard

Describes an automation rule action to add a task to an incident.

Link copied to clipboard
val actionType: Output<String>

The type of the automation rule action. Expected value is 'AddIncidentTask'.

Link copied to clipboard
val order: Output<Int>

Functions

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