Action Group Automation Runbook Receiver Args
data class ActionGroupAutomationRunbookReceiverArgs(val automationAccountId: Output<String>, val isGlobalRunbook: Output<Boolean>, val name: Output<String>, val runbookName: Output<String>, val serviceUri: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null, val webhookResourceId: Output<String>) : ConvertibleToJava<ActionGroupAutomationRunbookReceiverArgs>
Properties
Link copied to clipboard
The automation account ID which holds this runbook and authenticates to Azure resources.
Link copied to clipboard
Indicates whether this instance is global runbook.
Link copied to clipboard
The name for this runbook.
Link copied to clipboard
The URI where webhooks should be sent.
Link copied to clipboard
Enables or disables the common alert schema.
Link copied to clipboard
The resource id for webhook linked to this runbook.