actionPlaybooks

@JvmName(name = "orrijwaccsdnawly")
suspend fun actionPlaybooks(value: Output<List<AutomationRuleActionPlaybookArgs>>)
@JvmName(name = "fjhbqogcyomqmhyi")
suspend fun actionPlaybooks(value: List<AutomationRuleActionPlaybookArgs>?)

Parameters

value

One or more action_playbook blocks as defined below.

Note: Either one action_incident block or action_playbook block has to be specified.


@JvmName(name = "gnlqanpoagjdqlbb")
suspend fun actionPlaybooks(vararg values: Output<AutomationRuleActionPlaybookArgs>)


@JvmName(name = "jonvchxnrtegcmms")
suspend fun actionPlaybooks(values: List<Output<AutomationRuleActionPlaybookArgs>>)
@JvmName(name = "kfhacycmbeuhhjie")
suspend fun actionPlaybooks(vararg values: AutomationRuleActionPlaybookArgs)

Parameters

values

One or more action_playbook blocks as defined below.

Note: Either one action_incident block or action_playbook block has to be specified.


@JvmName(name = "tsqkgxraiuctfpia")
suspend fun actionPlaybooks(argument: List<suspend AutomationRuleActionPlaybookArgsBuilder.() -> Unit>)
@JvmName(name = "evgjopapwdwquxwy")
suspend fun actionPlaybooks(vararg argument: suspend AutomationRuleActionPlaybookArgsBuilder.() -> Unit)
@JvmName(name = "lkcqjxsbiioqjyed")
suspend fun actionPlaybooks(argument: suspend AutomationRuleActionPlaybookArgsBuilder.() -> Unit)

Parameters

argument

One or more action_playbook blocks as defined below.

Note: Either one action_incident block or action_playbook block has to be specified.