automation Runbook Receivers
suspend fun automationRunbookReceivers(value: Output<List<ActionGroupAutomationRunbookReceiverArgs>>)
Parameters
value
One or more automation_runbook_receiver
blocks as defined below.
suspend fun automationRunbookReceivers(vararg values: Output<ActionGroupAutomationRunbookReceiverArgs>)
suspend fun automationRunbookReceivers(values: List<Output<ActionGroupAutomationRunbookReceiverArgs>>)
Parameters
values
One or more automation_runbook_receiver
blocks as defined below.
suspend fun automationRunbookReceivers(argument: List<suspend ActionGroupAutomationRunbookReceiverArgsBuilder.() -> Unit>)
suspend fun automationRunbookReceivers(vararg argument: suspend ActionGroupAutomationRunbookReceiverArgsBuilder.() -> Unit)
suspend fun automationRunbookReceivers(argument: suspend ActionGroupAutomationRunbookReceiverArgsBuilder.() -> Unit)
Parameters
argument
One or more automation_runbook_receiver
blocks as defined below.