AutomationRuleRunPlaybookActionActionConfigurationArgs

data class AutomationRuleRunPlaybookActionActionConfigurationArgs(val logicAppResourceId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AutomationRuleRunPlaybookActionActionConfigurationArgs>

The configuration of the run playbook automation rule action

Constructors

constructor(logicAppResourceId: Output<String>? = null, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val logicAppResourceId: Output<String>? = null

The resource id of the playbook resource

Link copied to clipboard
val tenantId: Output<String>? = null

The tenant id of the playbook resource

Functions

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