Automation Rule Add Incident Task Action Args
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>)