AutomationRuleRunPlaybookActionArgs

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>)

Properties

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

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

Link copied to clipboard
val order: Output<Int>

Functions

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