AutomationRuleModifyPropertiesActionArgs

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

Describes an automation rule action to modify an object's properties

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val actionType: Output<String>

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

Link copied to clipboard
val order: Output<Int>

Functions

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