ActionGroup

Manages an Action Group within Azure Monitor.

Create a ActionGroup Resource

def ActionGroup(resource_name, opts=None, arm_role_receivers=None, automation_runbook_receivers=None, azure_app_push_receivers=None, azure_function_receivers=None, email_receivers=None, enabled=None, itsm_receivers=None, logic_app_receivers=None, name=None, resource_group_name=None, short_name=None, sms_receivers=None, tags=None, voice_receivers=None, webhook_receivers=None, __props__=None);
func NewActionGroup(ctx *Context, name string, args ActionGroupArgs, opts ...ResourceOption) (*ActionGroup, error)
public ActionGroup(string name, ActionGroupArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ActionGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ActionGroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ActionGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

ActionGroup Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The ActionGroup resource accepts the following input properties:

ResourceGroupName string

The name of the resource group in which to create the Action Group instance.

ShortName string

The short name of the action group. This will be used in SMS messages.

ArmRoleReceivers List<ActionGroupArmRoleReceiverArgs>

One or more arm_role_receiver blocks as defined below.

AutomationRunbookReceivers List<ActionGroupAutomationRunbookReceiverArgs>

One or more automation_runbook_receiver blocks as defined below.

AzureAppPushReceivers List<ActionGroupAzureAppPushReceiverArgs>

One or more azure_app_push_receiver blocks as defined below.

AzureFunctionReceivers List<ActionGroupAzureFunctionReceiverArgs>

One or more azure_function_receiver blocks as defined below.

EmailReceivers List<ActionGroupEmailReceiverArgs>

One or more email_receiver blocks as defined below.

Enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

ItsmReceivers List<ActionGroupItsmReceiverArgs>

One or more itsm_receiver blocks as defined below.

LogicAppReceivers List<ActionGroupLogicAppReceiverArgs>

One or more logic_app_receiver blocks as defined below.

Name string

The name of the Action Group. Changing this forces a new resource to be created.

SmsReceivers List<ActionGroupSmsReceiverArgs>

One or more sms_receiver blocks as defined below.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

VoiceReceivers List<ActionGroupVoiceReceiverArgs>

One or more voice_receiver blocks as defined below.

WebhookReceivers List<ActionGroupWebhookReceiverArgs>

One or more webhook_receiver blocks as defined below.

ResourceGroupName string

The name of the resource group in which to create the Action Group instance.

ShortName string

The short name of the action group. This will be used in SMS messages.

ArmRoleReceivers []ActionGroupArmRoleReceiver

One or more arm_role_receiver blocks as defined below.

AutomationRunbookReceivers []ActionGroupAutomationRunbookReceiver

One or more automation_runbook_receiver blocks as defined below.

AzureAppPushReceivers []ActionGroupAzureAppPushReceiver

One or more azure_app_push_receiver blocks as defined below.

AzureFunctionReceivers []ActionGroupAzureFunctionReceiver

One or more azure_function_receiver blocks as defined below.

EmailReceivers []ActionGroupEmailReceiver

One or more email_receiver blocks as defined below.

Enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

ItsmReceivers []ActionGroupItsmReceiver

One or more itsm_receiver blocks as defined below.

LogicAppReceivers []ActionGroupLogicAppReceiver

One or more logic_app_receiver blocks as defined below.

Name string

The name of the Action Group. Changing this forces a new resource to be created.

SmsReceivers []ActionGroupSmsReceiver

One or more sms_receiver blocks as defined below.

Tags map[string]string

A mapping of tags to assign to the resource.

VoiceReceivers []ActionGroupVoiceReceiver

One or more voice_receiver blocks as defined below.

WebhookReceivers []ActionGroupWebhookReceiver

One or more webhook_receiver blocks as defined below.

resourceGroupName string

The name of the resource group in which to create the Action Group instance.

shortName string

The short name of the action group. This will be used in SMS messages.

armRoleReceivers ActionGroupArmRoleReceiver[]

One or more arm_role_receiver blocks as defined below.

automationRunbookReceivers ActionGroupAutomationRunbookReceiver[]

One or more automation_runbook_receiver blocks as defined below.

azureAppPushReceivers ActionGroupAzureAppPushReceiver[]

One or more azure_app_push_receiver blocks as defined below.

azureFunctionReceivers ActionGroupAzureFunctionReceiver[]

One or more azure_function_receiver blocks as defined below.

emailReceivers ActionGroupEmailReceiver[]

One or more email_receiver blocks as defined below.

enabled boolean

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

itsmReceivers ActionGroupItsmReceiver[]

One or more itsm_receiver blocks as defined below.

logicAppReceivers ActionGroupLogicAppReceiver[]

One or more logic_app_receiver blocks as defined below.

name string

The name of the Action Group. Changing this forces a new resource to be created.

smsReceivers ActionGroupSmsReceiver[]

One or more sms_receiver blocks as defined below.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

voiceReceivers ActionGroupVoiceReceiver[]

One or more voice_receiver blocks as defined below.

webhookReceivers ActionGroupWebhookReceiver[]

One or more webhook_receiver blocks as defined below.

resource_group_name str

The name of the resource group in which to create the Action Group instance.

short_name str

The short name of the action group. This will be used in SMS messages.

arm_role_receivers List[ActionGroupArmRoleReceiver]

One or more arm_role_receiver blocks as defined below.

automation_runbook_receivers List[ActionGroupAutomationRunbookReceiver]

One or more automation_runbook_receiver blocks as defined below.

azure_app_push_receivers List[ActionGroupAzureAppPushReceiver]

One or more azure_app_push_receiver blocks as defined below.

azure_function_receivers List[ActionGroupAzureFunctionReceiver]

One or more azure_function_receiver blocks as defined below.

email_receivers List[ActionGroupEmailReceiver]

One or more email_receiver blocks as defined below.

enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

itsm_receivers List[ActionGroupItsmReceiver]

One or more itsm_receiver blocks as defined below.

logic_app_receivers List[ActionGroupLogicAppReceiver]

One or more logic_app_receiver blocks as defined below.

name str

The name of the Action Group. Changing this forces a new resource to be created.

sms_receivers List[ActionGroupSmsReceiver]

One or more sms_receiver blocks as defined below.

tags Dict[str, str]

A mapping of tags to assign to the resource.

voice_receivers List[ActionGroupVoiceReceiver]

One or more voice_receiver blocks as defined below.

webhook_receivers List[ActionGroupWebhookReceiver]

One or more webhook_receiver blocks as defined below.

Outputs

All input properties are implicitly available as output properties. Additionally, the ActionGroup resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing ActionGroup Resource

Get an existing ActionGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ActionGroupState, opts?: CustomResourceOptions): ActionGroup
static get(resource_name, id, opts=None, arm_role_receivers=None, automation_runbook_receivers=None, azure_app_push_receivers=None, azure_function_receivers=None, email_receivers=None, enabled=None, itsm_receivers=None, logic_app_receivers=None, name=None, resource_group_name=None, short_name=None, sms_receivers=None, tags=None, voice_receivers=None, webhook_receivers=None, __props__=None);
func GetActionGroup(ctx *Context, name string, id IDInput, state *ActionGroupState, opts ...ResourceOption) (*ActionGroup, error)
public static ActionGroup Get(string name, Input<string> id, ActionGroupState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ArmRoleReceivers List<ActionGroupArmRoleReceiverArgs>

One or more arm_role_receiver blocks as defined below.

AutomationRunbookReceivers List<ActionGroupAutomationRunbookReceiverArgs>

One or more automation_runbook_receiver blocks as defined below.

AzureAppPushReceivers List<ActionGroupAzureAppPushReceiverArgs>

One or more azure_app_push_receiver blocks as defined below.

AzureFunctionReceivers List<ActionGroupAzureFunctionReceiverArgs>

One or more azure_function_receiver blocks as defined below.

EmailReceivers List<ActionGroupEmailReceiverArgs>

One or more email_receiver blocks as defined below.

Enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

ItsmReceivers List<ActionGroupItsmReceiverArgs>

One or more itsm_receiver blocks as defined below.

LogicAppReceivers List<ActionGroupLogicAppReceiverArgs>

One or more logic_app_receiver blocks as defined below.

Name string

The name of the Action Group. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which to create the Action Group instance.

ShortName string

The short name of the action group. This will be used in SMS messages.

SmsReceivers List<ActionGroupSmsReceiverArgs>

One or more sms_receiver blocks as defined below.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

VoiceReceivers List<ActionGroupVoiceReceiverArgs>

One or more voice_receiver blocks as defined below.

WebhookReceivers List<ActionGroupWebhookReceiverArgs>

One or more webhook_receiver blocks as defined below.

ArmRoleReceivers []ActionGroupArmRoleReceiver

One or more arm_role_receiver blocks as defined below.

AutomationRunbookReceivers []ActionGroupAutomationRunbookReceiver

One or more automation_runbook_receiver blocks as defined below.

AzureAppPushReceivers []ActionGroupAzureAppPushReceiver

One or more azure_app_push_receiver blocks as defined below.

AzureFunctionReceivers []ActionGroupAzureFunctionReceiver

One or more azure_function_receiver blocks as defined below.

EmailReceivers []ActionGroupEmailReceiver

One or more email_receiver blocks as defined below.

Enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

ItsmReceivers []ActionGroupItsmReceiver

One or more itsm_receiver blocks as defined below.

LogicAppReceivers []ActionGroupLogicAppReceiver

One or more logic_app_receiver blocks as defined below.

Name string

The name of the Action Group. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which to create the Action Group instance.

ShortName string

The short name of the action group. This will be used in SMS messages.

SmsReceivers []ActionGroupSmsReceiver

One or more sms_receiver blocks as defined below.

Tags map[string]string

A mapping of tags to assign to the resource.

VoiceReceivers []ActionGroupVoiceReceiver

One or more voice_receiver blocks as defined below.

WebhookReceivers []ActionGroupWebhookReceiver

One or more webhook_receiver blocks as defined below.

armRoleReceivers ActionGroupArmRoleReceiver[]

One or more arm_role_receiver blocks as defined below.

automationRunbookReceivers ActionGroupAutomationRunbookReceiver[]

One or more automation_runbook_receiver blocks as defined below.

azureAppPushReceivers ActionGroupAzureAppPushReceiver[]

One or more azure_app_push_receiver blocks as defined below.

azureFunctionReceivers ActionGroupAzureFunctionReceiver[]

One or more azure_function_receiver blocks as defined below.

emailReceivers ActionGroupEmailReceiver[]

One or more email_receiver blocks as defined below.

enabled boolean

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

itsmReceivers ActionGroupItsmReceiver[]

One or more itsm_receiver blocks as defined below.

logicAppReceivers ActionGroupLogicAppReceiver[]

One or more logic_app_receiver blocks as defined below.

name string

The name of the Action Group. Changing this forces a new resource to be created.

resourceGroupName string

The name of the resource group in which to create the Action Group instance.

shortName string

The short name of the action group. This will be used in SMS messages.

smsReceivers ActionGroupSmsReceiver[]

One or more sms_receiver blocks as defined below.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

voiceReceivers ActionGroupVoiceReceiver[]

One or more voice_receiver blocks as defined below.

webhookReceivers ActionGroupWebhookReceiver[]

One or more webhook_receiver blocks as defined below.

arm_role_receivers List[ActionGroupArmRoleReceiver]

One or more arm_role_receiver blocks as defined below.

automation_runbook_receivers List[ActionGroupAutomationRunbookReceiver]

One or more automation_runbook_receiver blocks as defined below.

azure_app_push_receivers List[ActionGroupAzureAppPushReceiver]

One or more azure_app_push_receiver blocks as defined below.

azure_function_receivers List[ActionGroupAzureFunctionReceiver]

One or more azure_function_receiver blocks as defined below.

email_receivers List[ActionGroupEmailReceiver]

One or more email_receiver blocks as defined below.

enabled bool

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

itsm_receivers List[ActionGroupItsmReceiver]

One or more itsm_receiver blocks as defined below.

logic_app_receivers List[ActionGroupLogicAppReceiver]

One or more logic_app_receiver blocks as defined below.

name str

The name of the Action Group. Changing this forces a new resource to be created.

resource_group_name str

The name of the resource group in which to create the Action Group instance.

short_name str

The short name of the action group. This will be used in SMS messages.

sms_receivers List[ActionGroupSmsReceiver]

One or more sms_receiver blocks as defined below.

tags Dict[str, str]

A mapping of tags to assign to the resource.

voice_receivers List[ActionGroupVoiceReceiver]

One or more voice_receiver blocks as defined below.

webhook_receivers List[ActionGroupWebhookReceiver]

One or more webhook_receiver blocks as defined below.

Supporting Types

ActionGroupArmRoleReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

The name of the ARM role receiver.

RoleId string

The arm role id.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

Name string

The name of the ARM role receiver.

RoleId string

The arm role id.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

name string

The name of the ARM role receiver.

roleId string

The arm role id.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

name str

The name of the ARM role receiver.

roleId str

The arm role id.

useCommonAlertSchema bool

Enables or disables the common alert schema.

ActionGroupAutomationRunbookReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AutomationAccountId string

The automation account ID which holds this runbook and authenticates to Azure resources.

IsGlobalRunbook bool

Indicates whether this instance is global runbook.

Name string

The name of the automation runbook receiver.

RunbookName string

The name for this runbook.

ServiceUri string

The URI where webhooks should be sent.

WebhookResourceId string

The resource id for webhook linked to this runbook.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

AutomationAccountId string

The automation account ID which holds this runbook and authenticates to Azure resources.

IsGlobalRunbook bool

Indicates whether this instance is global runbook.

Name string

The name of the automation runbook receiver.

RunbookName string

The name for this runbook.

ServiceUri string

The URI where webhooks should be sent.

WebhookResourceId string

The resource id for webhook linked to this runbook.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

automationAccountId string

The automation account ID which holds this runbook and authenticates to Azure resources.

isGlobalRunbook boolean

Indicates whether this instance is global runbook.

name string

The name of the automation runbook receiver.

runbookName string

The name for this runbook.

serviceUri string

The URI where webhooks should be sent.

webhookResourceId string

The resource id for webhook linked to this runbook.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

automationAccountId str

The automation account ID which holds this runbook and authenticates to Azure resources.

isGlobalRunbook bool

Indicates whether this instance is global runbook.

name str

The name of the automation runbook receiver.

runbook_name str

The name for this runbook.

service_uri str

The URI where webhooks should be sent.

webhookResourceId str

The resource id for webhook linked to this runbook.

useCommonAlertSchema bool

Enables or disables the common alert schema.

ActionGroupAzureAppPushReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

EmailAddress string

The email address of the user signed into the mobile app who will receive push notifications from this receiver.

Name string

The name of the Azure app push receiver.

EmailAddress string

The email address of the user signed into the mobile app who will receive push notifications from this receiver.

Name string

The name of the Azure app push receiver.

emailAddress string

The email address of the user signed into the mobile app who will receive push notifications from this receiver.

name string

The name of the Azure app push receiver.

email_address str

The email address of the user signed into the mobile app who will receive push notifications from this receiver.

name str

The name of the Azure app push receiver.

ActionGroupAzureFunctionReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

FunctionAppResourceId string

The Azure resource ID of the function app.

FunctionName string

The function name in the function app.

HttpTriggerUrl string

The http trigger url where http request sent to.

Name string

The name of the Azure Function receiver.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

FunctionAppResourceId string

The Azure resource ID of the function app.

FunctionName string

The function name in the function app.

HttpTriggerUrl string

The http trigger url where http request sent to.

Name string

The name of the Azure Function receiver.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

functionAppResourceId string

The Azure resource ID of the function app.

functionName string

The function name in the function app.

httpTriggerUrl string

The http trigger url where http request sent to.

name string

The name of the Azure Function receiver.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

functionAppResourceId str

The Azure resource ID of the function app.

functionName str

The function name in the function app.

httpTriggerUrl str

The http trigger url where http request sent to.

name str

The name of the Azure Function receiver.

useCommonAlertSchema bool

Enables or disables the common alert schema.

ActionGroupEmailReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

EmailAddress string

The email address of this receiver.

Name string

The name of the email receiver. Names must be unique (case-insensitive) across all receivers within an action group.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

EmailAddress string

The email address of this receiver.

Name string

The name of the email receiver. Names must be unique (case-insensitive) across all receivers within an action group.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

emailAddress string

The email address of this receiver.

name string

The name of the email receiver. Names must be unique (case-insensitive) across all receivers within an action group.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

email_address str

The email address of this receiver.

name str

The name of the email receiver. Names must be unique (case-insensitive) across all receivers within an action group.

useCommonAlertSchema bool

Enables or disables the common alert schema.

ActionGroupItsmReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConnectionId string

The unique connection identifier of the ITSM connection.

Name string

The name of the ITSM receiver.

Region string

The region of the workspace.

TicketConfiguration string

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

WorkspaceId string

The Azure Log Analytics workspace ID where this connection is defined.

ConnectionId string

The unique connection identifier of the ITSM connection.

Name string

The name of the ITSM receiver.

Region string

The region of the workspace.

TicketConfiguration string

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

WorkspaceId string

The Azure Log Analytics workspace ID where this connection is defined.

connectionId string

The unique connection identifier of the ITSM connection.

name string

The name of the ITSM receiver.

region string

The region of the workspace.

ticketConfiguration string

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

workspaceId string

The Azure Log Analytics workspace ID where this connection is defined.

connectionId str

The unique connection identifier of the ITSM connection.

name str

The name of the ITSM receiver.

region str

The region of the workspace.

ticketConfiguration str

A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

workspace_id str

The Azure Log Analytics workspace ID where this connection is defined.

ActionGroupLogicAppReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CallbackUrl string

The callback url where http request sent to.

Name string

The name of the logic app receiver.

ResourceId string

The Azure resource ID of the logic app.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

CallbackUrl string

The callback url where http request sent to.

Name string

The name of the logic app receiver.

ResourceId string

The Azure resource ID of the logic app.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

callbackUrl string

The callback url where http request sent to.

name string

The name of the logic app receiver.

resourceId string

The Azure resource ID of the logic app.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

callbackUrl str

The callback url where http request sent to.

name str

The name of the logic app receiver.

resource_id str

The Azure resource ID of the logic app.

useCommonAlertSchema bool

Enables or disables the common alert schema.

ActionGroupSmsReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CountryCode string

The country code of the SMS receiver.

Name string

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

PhoneNumber string

The phone number of the SMS receiver.

CountryCode string

The country code of the SMS receiver.

Name string

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

PhoneNumber string

The phone number of the SMS receiver.

countryCode string

The country code of the SMS receiver.

name string

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

phoneNumber string

The phone number of the SMS receiver.

countryCode str

The country code of the SMS receiver.

name str

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

phoneNumber str

The phone number of the SMS receiver.

ActionGroupVoiceReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CountryCode string

The country code of the voice receiver.

Name string

The name of the voice receiver.

PhoneNumber string

The phone number of the voice receiver.

CountryCode string

The country code of the voice receiver.

Name string

The name of the voice receiver.

PhoneNumber string

The phone number of the voice receiver.

countryCode string

The country code of the voice receiver.

name string

The name of the voice receiver.

phoneNumber string

The phone number of the voice receiver.

countryCode str

The country code of the voice receiver.

name str

The name of the voice receiver.

phoneNumber str

The phone number of the voice receiver.

ActionGroupWebhookReceiver

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

The name of the webhook receiver. Names must be unique (case-insensitive) across all receivers within an action group.

ServiceUri string

The URI where webhooks should be sent.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

Name string

The name of the webhook receiver. Names must be unique (case-insensitive) across all receivers within an action group.

ServiceUri string

The URI where webhooks should be sent.

UseCommonAlertSchema bool

Enables or disables the common alert schema.

name string

The name of the webhook receiver. Names must be unique (case-insensitive) across all receivers within an action group.

serviceUri string

The URI where webhooks should be sent.

useCommonAlertSchema boolean

Enables or disables the common alert schema.

name str

The name of the webhook receiver. Names must be unique (case-insensitive) across all receivers within an action group.

service_uri str

The URI where webhooks should be sent.

useCommonAlertSchema bool

Enables or disables the common alert schema.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.