Automation Rule Run Playbook Action Args
data class AutomationRuleRunPlaybookActionArgs(val actionConfiguration: Output<PlaybookActionPropertiesArgs>? = null, val actionType: Output<String>, val order: Output<Int>) : ConvertibleToJava<AutomationRuleRunPlaybookActionArgs>
Describes an automation rule action to run a playbook
Constructors
Link copied to clipboard
constructor(actionConfiguration: Output<PlaybookActionPropertiesArgs>? = null, actionType: Output<String>, order: Output<Int>)