ActionGroupAutomationRunbookReceiverArgs

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>

Constructors

Link copied to clipboard
constructor(automationAccountId: Output<String>, isGlobalRunbook: Output<Boolean>, name: Output<String>, runbookName: Output<String>, serviceUri: Output<String>, useCommonAlertSchema: Output<Boolean>? = null, webhookResourceId: Output<String>)

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
val name: Output<String>

The name of the automation runbook receiver.

Link copied to clipboard
val runbookName: Output<String>

The name for this runbook.

Link copied to clipboard
val serviceUri: Output<String>

The URI where webhooks should be sent.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Enables or disables the common alert schema.

Link copied to clipboard

The resource id for webhook linked to this runbook.

Functions

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