1. Packages
  2. Azure Classic
  3. API Docs
  4. monitoring
  5. getActionGroup

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

azure.monitoring.getActionGroup

Explore with Pulumi AI

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

Use this data source to access the properties of an Action Group.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";

const example = azure.monitoring.getActionGroup({
    resourceGroupName: "example-rg",
    name: "tfex-actiongroup",
});
export const actionGroupId = example.then(example => example.id);
Copy
import pulumi
import pulumi_azure as azure

example = azure.monitoring.get_action_group(resource_group_name="example-rg",
    name="tfex-actiongroup")
pulumi.export("actionGroupId", example.id)
Copy
package main

import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/monitoring"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := monitoring.LookupActionGroup(ctx, &monitoring.LookupActionGroupArgs{
			ResourceGroupName: "example-rg",
			Name:              "tfex-actiongroup",
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("actionGroupId", example.Id)
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;

return await Deployment.RunAsync(() => 
{
    var example = Azure.Monitoring.GetActionGroup.Invoke(new()
    {
        ResourceGroupName = "example-rg",
        Name = "tfex-actiongroup",
    });

    return new Dictionary<string, object?>
    {
        ["actionGroupId"] = example.Apply(getActionGroupResult => getActionGroupResult.Id),
    };
});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.monitoring.MonitoringFunctions;
import com.pulumi.azure.monitoring.inputs.GetActionGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = MonitoringFunctions.getActionGroup(GetActionGroupArgs.builder()
            .resourceGroupName("example-rg")
            .name("tfex-actiongroup")
            .build());

        ctx.export("actionGroupId", example.applyValue(getActionGroupResult -> getActionGroupResult.id()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: azure:monitoring:getActionGroup
      arguments:
        resourceGroupName: example-rg
        name: tfex-actiongroup
outputs:
  actionGroupId: ${example.id}
Copy

Using getActionGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getActionGroup(args: GetActionGroupArgs, opts?: InvokeOptions): Promise<GetActionGroupResult>
function getActionGroupOutput(args: GetActionGroupOutputArgs, opts?: InvokeOptions): Output<GetActionGroupResult>
Copy
def get_action_group(name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetActionGroupResult
def get_action_group_output(name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetActionGroupResult]
Copy
func LookupActionGroup(ctx *Context, args *LookupActionGroupArgs, opts ...InvokeOption) (*LookupActionGroupResult, error)
func LookupActionGroupOutput(ctx *Context, args *LookupActionGroupOutputArgs, opts ...InvokeOption) LookupActionGroupResultOutput
Copy

> Note: This function is named LookupActionGroup in the Go SDK.

public static class GetActionGroup 
{
    public static Task<GetActionGroupResult> InvokeAsync(GetActionGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetActionGroupResult> Invoke(GetActionGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
public static Output<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure:monitoring/getActionGroup:getActionGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Specifies the name of the Action Group.
ResourceGroupName This property is required. string
Specifies the name of the resource group the Action Group is located in.
Name This property is required. string
Specifies the name of the Action Group.
ResourceGroupName This property is required. string
Specifies the name of the resource group the Action Group is located in.
name This property is required. String
Specifies the name of the Action Group.
resourceGroupName This property is required. String
Specifies the name of the resource group the Action Group is located in.
name This property is required. string
Specifies the name of the Action Group.
resourceGroupName This property is required. string
Specifies the name of the resource group the Action Group is located in.
name This property is required. str
Specifies the name of the Action Group.
resource_group_name This property is required. str
Specifies the name of the resource group the Action Group is located in.
name This property is required. String
Specifies the name of the Action Group.
resourceGroupName This property is required. String
Specifies the name of the resource group the Action Group is located in.

getActionGroup Result

The following output properties are available:

ArmRoleReceivers List<GetActionGroupArmRoleReceiver>
One or more arm_role_receiver blocks as defined below.
AutomationRunbookReceivers List<GetActionGroupAutomationRunbookReceiver>
One or more automation_runbook_receiver blocks as defined below.
AzureAppPushReceivers List<GetActionGroupAzureAppPushReceiver>
One or more azure_app_push_receiver blocks as defined below.
AzureFunctionReceivers List<GetActionGroupAzureFunctionReceiver>
One or more azure_function_receiver blocks as defined below.
EmailReceivers List<GetActionGroupEmailReceiver>
One or more email_receiver blocks as defined below.
Enabled bool
Whether this action group is enabled.
EventHubReceivers List<GetActionGroupEventHubReceiver>
One or more event_hub_receiver blocks as defined below.
Id string
The provider-assigned unique ID for this managed resource.
ItsmReceivers List<GetActionGroupItsmReceiver>
One or more itsm_receiver blocks as defined below.
LogicAppReceivers List<GetActionGroupLogicAppReceiver>
One or more logic_app_receiver blocks as defined below.
Name string
The name of the webhook receiver.
ResourceGroupName string
ShortName string
The short name of the action group.
SmsReceivers List<GetActionGroupSmsReceiver>
One or more sms_receiver blocks as defined below.
VoiceReceivers List<GetActionGroupVoiceReceiver>
One or more voice_receiver blocks as defined below.
WebhookReceivers List<GetActionGroupWebhookReceiver>
One or more webhook_receiver blocks as defined below.
ArmRoleReceivers []GetActionGroupArmRoleReceiver
One or more arm_role_receiver blocks as defined below.
AutomationRunbookReceivers []GetActionGroupAutomationRunbookReceiver
One or more automation_runbook_receiver blocks as defined below.
AzureAppPushReceivers []GetActionGroupAzureAppPushReceiver
One or more azure_app_push_receiver blocks as defined below.
AzureFunctionReceivers []GetActionGroupAzureFunctionReceiver
One or more azure_function_receiver blocks as defined below.
EmailReceivers []GetActionGroupEmailReceiver
One or more email_receiver blocks as defined below.
Enabled bool
Whether this action group is enabled.
EventHubReceivers []GetActionGroupEventHubReceiver
One or more event_hub_receiver blocks as defined below.
Id string
The provider-assigned unique ID for this managed resource.
ItsmReceivers []GetActionGroupItsmReceiver
One or more itsm_receiver blocks as defined below.
LogicAppReceivers []GetActionGroupLogicAppReceiver
One or more logic_app_receiver blocks as defined below.
Name string
The name of the webhook receiver.
ResourceGroupName string
ShortName string
The short name of the action group.
SmsReceivers []GetActionGroupSmsReceiver
One or more sms_receiver blocks as defined below.
VoiceReceivers []GetActionGroupVoiceReceiver
One or more voice_receiver blocks as defined below.
WebhookReceivers []GetActionGroupWebhookReceiver
One or more webhook_receiver blocks as defined below.
armRoleReceivers List<GetActionGroupArmRoleReceiver>
One or more arm_role_receiver blocks as defined below.
automationRunbookReceivers List<GetActionGroupAutomationRunbookReceiver>
One or more automation_runbook_receiver blocks as defined below.
azureAppPushReceivers List<GetActionGroupAzureAppPushReceiver>
One or more azure_app_push_receiver blocks as defined below.
azureFunctionReceivers List<GetActionGroupAzureFunctionReceiver>
One or more azure_function_receiver blocks as defined below.
emailReceivers List<GetActionGroupEmailReceiver>
One or more email_receiver blocks as defined below.
enabled Boolean
Whether this action group is enabled.
eventHubReceivers List<GetActionGroupEventHubReceiver>
One or more event_hub_receiver blocks as defined below.
id String
The provider-assigned unique ID for this managed resource.
itsmReceivers List<GetActionGroupItsmReceiver>
One or more itsm_receiver blocks as defined below.
logicAppReceivers List<GetActionGroupLogicAppReceiver>
One or more logic_app_receiver blocks as defined below.
name String
The name of the webhook receiver.
resourceGroupName String
shortName String
The short name of the action group.
smsReceivers List<GetActionGroupSmsReceiver>
One or more sms_receiver blocks as defined below.
voiceReceivers List<GetActionGroupVoiceReceiver>
One or more voice_receiver blocks as defined below.
webhookReceivers List<GetActionGroupWebhookReceiver>
One or more webhook_receiver blocks as defined below.
armRoleReceivers GetActionGroupArmRoleReceiver[]
One or more arm_role_receiver blocks as defined below.
automationRunbookReceivers GetActionGroupAutomationRunbookReceiver[]
One or more automation_runbook_receiver blocks as defined below.
azureAppPushReceivers GetActionGroupAzureAppPushReceiver[]
One or more azure_app_push_receiver blocks as defined below.
azureFunctionReceivers GetActionGroupAzureFunctionReceiver[]
One or more azure_function_receiver blocks as defined below.
emailReceivers GetActionGroupEmailReceiver[]
One or more email_receiver blocks as defined below.
enabled boolean
Whether this action group is enabled.
eventHubReceivers GetActionGroupEventHubReceiver[]
One or more event_hub_receiver blocks as defined below.
id string
The provider-assigned unique ID for this managed resource.
itsmReceivers GetActionGroupItsmReceiver[]
One or more itsm_receiver blocks as defined below.
logicAppReceivers GetActionGroupLogicAppReceiver[]
One or more logic_app_receiver blocks as defined below.
name string
The name of the webhook receiver.
resourceGroupName string
shortName string
The short name of the action group.
smsReceivers GetActionGroupSmsReceiver[]
One or more sms_receiver blocks as defined below.
voiceReceivers GetActionGroupVoiceReceiver[]
One or more voice_receiver blocks as defined below.
webhookReceivers GetActionGroupWebhookReceiver[]
One or more webhook_receiver blocks as defined below.
arm_role_receivers Sequence[GetActionGroupArmRoleReceiver]
One or more arm_role_receiver blocks as defined below.
automation_runbook_receivers Sequence[GetActionGroupAutomationRunbookReceiver]
One or more automation_runbook_receiver blocks as defined below.
azure_app_push_receivers Sequence[GetActionGroupAzureAppPushReceiver]
One or more azure_app_push_receiver blocks as defined below.
azure_function_receivers Sequence[GetActionGroupAzureFunctionReceiver]
One or more azure_function_receiver blocks as defined below.
email_receivers Sequence[GetActionGroupEmailReceiver]
One or more email_receiver blocks as defined below.
enabled bool
Whether this action group is enabled.
event_hub_receivers Sequence[GetActionGroupEventHubReceiver]
One or more event_hub_receiver blocks as defined below.
id str
The provider-assigned unique ID for this managed resource.
itsm_receivers Sequence[GetActionGroupItsmReceiver]
One or more itsm_receiver blocks as defined below.
logic_app_receivers Sequence[GetActionGroupLogicAppReceiver]
One or more logic_app_receiver blocks as defined below.
name str
The name of the webhook receiver.
resource_group_name str
short_name str
The short name of the action group.
sms_receivers Sequence[GetActionGroupSmsReceiver]
One or more sms_receiver blocks as defined below.
voice_receivers Sequence[GetActionGroupVoiceReceiver]
One or more voice_receiver blocks as defined below.
webhook_receivers Sequence[GetActionGroupWebhookReceiver]
One or more webhook_receiver blocks as defined below.
armRoleReceivers List<Property Map>
One or more arm_role_receiver blocks as defined below.
automationRunbookReceivers List<Property Map>
One or more automation_runbook_receiver blocks as defined below.
azureAppPushReceivers List<Property Map>
One or more azure_app_push_receiver blocks as defined below.
azureFunctionReceivers List<Property Map>
One or more azure_function_receiver blocks as defined below.
emailReceivers List<Property Map>
One or more email_receiver blocks as defined below.
enabled Boolean
Whether this action group is enabled.
eventHubReceivers List<Property Map>
One or more event_hub_receiver blocks as defined below.
id String
The provider-assigned unique ID for this managed resource.
itsmReceivers List<Property Map>
One or more itsm_receiver blocks as defined below.
logicAppReceivers List<Property Map>
One or more logic_app_receiver blocks as defined below.
name String
The name of the webhook receiver.
resourceGroupName String
shortName String
The short name of the action group.
smsReceivers List<Property Map>
One or more sms_receiver blocks as defined below.
voiceReceivers List<Property Map>
One or more voice_receiver blocks as defined below.
webhookReceivers List<Property Map>
One or more webhook_receiver blocks as defined below.

Supporting Types

GetActionGroupArmRoleReceiver

Name This property is required. string
Specifies the name of the Action Group.
RoleId This property is required. string
The arm role id.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
Name This property is required. string
Specifies the name of the Action Group.
RoleId This property is required. string
The arm role id.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
name This property is required. String
Specifies the name of the Action Group.
roleId This property is required. String
The arm role id.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
name This property is required. string
Specifies the name of the Action Group.
roleId This property is required. string
The arm role id.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
name This property is required. str
Specifies the name of the Action Group.
role_id This property is required. str
The arm role id.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
name This property is required. String
Specifies the name of the Action Group.
roleId This property is required. String
The arm role id.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.

GetActionGroupAutomationRunbookReceiver

AutomationAccountId This property is required. string
The automation account ID which holds this runbook and authenticates to Azure resources.
IsGlobalRunbook This property is required. bool
Indicates whether this instance is global runbook.
Name This property is required. string
Specifies the name of the Action Group.
RunbookName This property is required. string
The name for this runbook.
ServiceUri This property is required. string
The URI where webhooks should be sent.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
WebhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
AutomationAccountId This property is required. string
The automation account ID which holds this runbook and authenticates to Azure resources.
IsGlobalRunbook This property is required. bool
Indicates whether this instance is global runbook.
Name This property is required. string
Specifies the name of the Action Group.
RunbookName This property is required. string
The name for this runbook.
ServiceUri This property is required. string
The URI where webhooks should be sent.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
WebhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
automationAccountId This property is required. String
The automation account ID which holds this runbook and authenticates to Azure resources.
isGlobalRunbook This property is required. Boolean
Indicates whether this instance is global runbook.
name This property is required. String
Specifies the name of the Action Group.
runbookName This property is required. String
The name for this runbook.
serviceUri This property is required. String
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
webhookResourceId This property is required. String
The resource id for webhook linked to this runbook.
automationAccountId This property is required. string
The automation account ID which holds this runbook and authenticates to Azure resources.
isGlobalRunbook This property is required. boolean
Indicates whether this instance is global runbook.
name This property is required. string
Specifies the name of the Action Group.
runbookName This property is required. string
The name for this runbook.
serviceUri This property is required. string
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
webhookResourceId This property is required. string
The resource id for webhook linked to this runbook.
automation_account_id This property is required. str
The automation account ID which holds this runbook and authenticates to Azure resources.
is_global_runbook This property is required. bool
Indicates whether this instance is global runbook.
name This property is required. str
Specifies the name of the Action Group.
runbook_name This property is required. str
The name for this runbook.
service_uri This property is required. str
The URI where webhooks should be sent.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
webhook_resource_id This property is required. str
The resource id for webhook linked to this runbook.
automationAccountId This property is required. String
The automation account ID which holds this runbook and authenticates to Azure resources.
isGlobalRunbook This property is required. Boolean
Indicates whether this instance is global runbook.
name This property is required. String
Specifies the name of the Action Group.
runbookName This property is required. String
The name for this runbook.
serviceUri This property is required. String
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
webhookResourceId This property is required. String
The resource id for webhook linked to this runbook.

GetActionGroupAzureAppPushReceiver

EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
Specifies the name of the Action Group.
EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
Specifies the name of the Action Group.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
Specifies the name of the Action Group.
emailAddress This property is required. string
The email address of this receiver.
name This property is required. string
Specifies the name of the Action Group.
email_address This property is required. str
The email address of this receiver.
name This property is required. str
Specifies the name of the Action Group.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
Specifies the name of the Action Group.

GetActionGroupAzureFunctionReceiver

FunctionAppResourceId This property is required. string
The Azure resource ID of the function app.
FunctionName This property is required. string
The function name in the function app.
HttpTriggerUrl This property is required. string
The HTTP trigger url where HTTP request sent to.
Name This property is required. string
Specifies the name of the Action Group.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
FunctionAppResourceId This property is required. string
The Azure resource ID of the function app.
FunctionName This property is required. string
The function name in the function app.
HttpTriggerUrl This property is required. string
The HTTP trigger url where HTTP request sent to.
Name This property is required. string
Specifies the name of the Action Group.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
functionAppResourceId This property is required. String
The Azure resource ID of the function app.
functionName This property is required. String
The function name in the function app.
httpTriggerUrl This property is required. String
The HTTP trigger url where HTTP request sent to.
name This property is required. String
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
functionAppResourceId This property is required. string
The Azure resource ID of the function app.
functionName This property is required. string
The function name in the function app.
httpTriggerUrl This property is required. string
The HTTP trigger url where HTTP request sent to.
name This property is required. string
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
function_app_resource_id This property is required. str
The Azure resource ID of the function app.
function_name This property is required. str
The function name in the function app.
http_trigger_url This property is required. str
The HTTP trigger url where HTTP request sent to.
name This property is required. str
Specifies the name of the Action Group.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
functionAppResourceId This property is required. String
The Azure resource ID of the function app.
functionName This property is required. String
The function name in the function app.
httpTriggerUrl This property is required. String
The HTTP trigger url where HTTP request sent to.
name This property is required. String
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.

GetActionGroupEmailReceiver

EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
Specifies the name of the Action Group.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
EmailAddress This property is required. string
The email address of this receiver.
Name This property is required. string
Specifies the name of the Action Group.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
emailAddress This property is required. string
The email address of this receiver.
name This property is required. string
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
email_address This property is required. str
The email address of this receiver.
name This property is required. str
Specifies the name of the Action Group.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
emailAddress This property is required. String
The email address of this receiver.
name This property is required. String
Specifies the name of the Action Group.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.

GetActionGroupEventHubReceiver

EventHubName This property is required. string
The name of the specific Event Hub queue.
EventHubNamespace This property is required. string
The namespace name of the Event Hub.
Name This property is required. string
Specifies the name of the Action Group.
SubscriptionId This property is required. string
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
TenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
EventHubName This property is required. string
The name of the specific Event Hub queue.
EventHubNamespace This property is required. string
The namespace name of the Event Hub.
Name This property is required. string
Specifies the name of the Action Group.
SubscriptionId This property is required. string
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
TenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
UseCommonAlertSchema bool
Indicates whether to use common alert schema.
eventHubName This property is required. String
The name of the specific Event Hub queue.
eventHubNamespace This property is required. String
The namespace name of the Event Hub.
name This property is required. String
Specifies the name of the Action Group.
subscriptionId This property is required. String
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
tenantId This property is required. String
The Tenant ID for the subscription containing this Event Hub.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.
eventHubName This property is required. string
The name of the specific Event Hub queue.
eventHubNamespace This property is required. string
The namespace name of the Event Hub.
name This property is required. string
Specifies the name of the Action Group.
subscriptionId This property is required. string
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
tenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
useCommonAlertSchema boolean
Indicates whether to use common alert schema.
event_hub_name This property is required. str
The name of the specific Event Hub queue.
event_hub_namespace This property is required. str
The namespace name of the Event Hub.
name This property is required. str
Specifies the name of the Action Group.
subscription_id This property is required. str
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
tenant_id This property is required. str
The Tenant ID for the subscription containing this Event Hub.
use_common_alert_schema bool
Indicates whether to use common alert schema.
eventHubName This property is required. String
The name of the specific Event Hub queue.
eventHubNamespace This property is required. String
The namespace name of the Event Hub.
name This property is required. String
Specifies the name of the Action Group.
subscriptionId This property is required. String
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
tenantId This property is required. String
The Tenant ID for the subscription containing this Event Hub.
useCommonAlertSchema Boolean
Indicates whether to use common alert schema.

GetActionGroupItsmReceiver

ConnectionId This property is required. string
The unique connection identifier of the ITSM connection.
Name This property is required. string
Specifies the name of the Action Group.
Region This property is required. string
The region of the workspace.
TicketConfiguration This property is required. string
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
WorkspaceId This property is required. string
The Azure Log Analytics workspace ID where this connection is defined.
ConnectionId This property is required. string
The unique connection identifier of the ITSM connection.
Name This property is required. string
Specifies the name of the Action Group.
Region This property is required. string
The region of the workspace.
TicketConfiguration This property is required. string
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
WorkspaceId This property is required. string
The Azure Log Analytics workspace ID where this connection is defined.
connectionId This property is required. String
The unique connection identifier of the ITSM connection.
name This property is required. String
Specifies the name of the Action Group.
region This property is required. String
The region of the workspace.
ticketConfiguration This property is required. String
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. String
The Azure Log Analytics workspace ID where this connection is defined.
connectionId This property is required. string
The unique connection identifier of the ITSM connection.
name This property is required. string
Specifies the name of the Action Group.
region This property is required. string
The region of the workspace.
ticketConfiguration This property is required. string
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. string
The Azure Log Analytics workspace ID where this connection is defined.
connection_id This property is required. str
The unique connection identifier of the ITSM connection.
name This property is required. str
Specifies the name of the Action Group.
region This property is required. str
The region of the workspace.
ticket_configuration This property is required. str
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspace_id This property is required. str
The Azure Log Analytics workspace ID where this connection is defined.
connectionId This property is required. String
The unique connection identifier of the ITSM connection.
name This property is required. String
Specifies the name of the Action Group.
region This property is required. String
The region of the workspace.
ticketConfiguration This property is required. String
A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
workspaceId This property is required. String
The Azure Log Analytics workspace ID where this connection is defined.

GetActionGroupLogicAppReceiver

CallbackUrl This property is required. string
The callback url where HTTP request sent to.
Name This property is required. string
Specifies the name of the Action Group.
ResourceId This property is required. string
The Azure resource ID of the logic app.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
CallbackUrl This property is required. string
The callback url where HTTP request sent to.
Name This property is required. string
Specifies the name of the Action Group.
ResourceId This property is required. string
The Azure resource ID of the logic app.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
callbackUrl This property is required. String
The callback url where HTTP request sent to.
name This property is required. String
Specifies the name of the Action Group.
resourceId This property is required. String
The Azure resource ID of the logic app.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
callbackUrl This property is required. string
The callback url where HTTP request sent to.
name This property is required. string
Specifies the name of the Action Group.
resourceId This property is required. string
The Azure resource ID of the logic app.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
callback_url This property is required. str
The callback url where HTTP request sent to.
name This property is required. str
Specifies the name of the Action Group.
resource_id This property is required. str
The Azure resource ID of the logic app.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
callbackUrl This property is required. String
The callback url where HTTP request sent to.
name This property is required. String
Specifies the name of the Action Group.
resourceId This property is required. String
The Azure resource ID of the logic app.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.

GetActionGroupSmsReceiver

CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
Specifies the name of the Action Group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
Specifies the name of the Action Group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
Specifies the name of the Action Group.
phoneNumber This property is required. String
The phone number of the voice receiver.
countryCode This property is required. string
The country code of the voice receiver.
name This property is required. string
Specifies the name of the Action Group.
phoneNumber This property is required. string
The phone number of the voice receiver.
country_code This property is required. str
The country code of the voice receiver.
name This property is required. str
Specifies the name of the Action Group.
phone_number This property is required. str
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
Specifies the name of the Action Group.
phoneNumber This property is required. String
The phone number of the voice receiver.

GetActionGroupVoiceReceiver

CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
Specifies the name of the Action Group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
CountryCode This property is required. string
The country code of the voice receiver.
Name This property is required. string
Specifies the name of the Action Group.
PhoneNumber This property is required. string
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
Specifies the name of the Action Group.
phoneNumber This property is required. String
The phone number of the voice receiver.
countryCode This property is required. string
The country code of the voice receiver.
name This property is required. string
Specifies the name of the Action Group.
phoneNumber This property is required. string
The phone number of the voice receiver.
country_code This property is required. str
The country code of the voice receiver.
name This property is required. str
Specifies the name of the Action Group.
phone_number This property is required. str
The phone number of the voice receiver.
countryCode This property is required. String
The country code of the voice receiver.
name This property is required. String
Specifies the name of the Action Group.
phoneNumber This property is required. String
The phone number of the voice receiver.

GetActionGroupWebhookReceiver

AadAuths This property is required. List<GetActionGroupWebhookReceiverAadAuth>
Name This property is required. string
Specifies the name of the Action Group.
ServiceUri This property is required. string
The URI where webhooks should be sent.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
AadAuths This property is required. []GetActionGroupWebhookReceiverAadAuth
Name This property is required. string
Specifies the name of the Action Group.
ServiceUri This property is required. string
The URI where webhooks should be sent.
UseCommonAlertSchema This property is required. bool
Indicates whether to use common alert schema.
aadAuths This property is required. List<GetActionGroupWebhookReceiverAadAuth>
name This property is required. String
Specifies the name of the Action Group.
serviceUri This property is required. String
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.
aadAuths This property is required. GetActionGroupWebhookReceiverAadAuth[]
name This property is required. string
Specifies the name of the Action Group.
serviceUri This property is required. string
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. boolean
Indicates whether to use common alert schema.
aad_auths This property is required. Sequence[GetActionGroupWebhookReceiverAadAuth]
name This property is required. str
Specifies the name of the Action Group.
service_uri This property is required. str
The URI where webhooks should be sent.
use_common_alert_schema This property is required. bool
Indicates whether to use common alert schema.
aadAuths This property is required. List<Property Map>
name This property is required. String
Specifies the name of the Action Group.
serviceUri This property is required. String
The URI where webhooks should be sent.
useCommonAlertSchema This property is required. Boolean
Indicates whether to use common alert schema.

GetActionGroupWebhookReceiverAadAuth

IdentifierUri This property is required. string
ObjectId This property is required. string
TenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
IdentifierUri This property is required. string
ObjectId This property is required. string
TenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
identifierUri This property is required. String
objectId This property is required. String
tenantId This property is required. String
The Tenant ID for the subscription containing this Event Hub.
identifierUri This property is required. string
objectId This property is required. string
tenantId This property is required. string
The Tenant ID for the subscription containing this Event Hub.
identifier_uri This property is required. str
object_id This property is required. str
tenant_id This property is required. str
The Tenant ID for the subscription containing this Event Hub.
identifierUri This property is required. String
objectId This property is required. String
tenantId This property is required. String
The Tenant ID for the subscription containing this Event Hub.

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi