AutomationRuleModifyPropertiesActionArgs

data class AutomationRuleModifyPropertiesActionArgs(val actionConfiguration: Output<AutomationRuleModifyPropertiesActionActionConfigurationArgs>, 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<AutomationRuleModifyPropertiesActionActionConfigurationArgs>, actionType: Output<String>, order: Output<Int>)

Properties

Link copied to clipboard

The configuration of the modify properties automation rule action

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>

The order of execution of the automation rule action

Functions

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