We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.monitoring.getActionGroup
Explore with Pulumi AI
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);
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)
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
	})
}
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),
    };
});
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()));
    }
}
variables:
  example:
    fn::invoke:
      function: azure:monitoring:getActionGroup
      arguments:
        resourceGroupName: example-rg
        name: tfex-actiongroup
outputs:
  actionGroupId: ${example.id}
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>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]func LookupActionGroup(ctx *Context, args *LookupActionGroupArgs, opts ...InvokeOption) (*LookupActionGroupResult, error)
func LookupActionGroupOutput(ctx *Context, args *LookupActionGroupOutputArgs, opts ...InvokeOption) LookupActionGroupResultOutput> 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)
}public static CompletableFuture<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
public static Output<GetActionGroupResult> getActionGroup(GetActionGroupArgs args, InvokeOptions options)
fn::invoke:
  function: azure:monitoring/getActionGroup:getActionGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- Specifies the name of the Action Group.
- ResourceGroup stringName 
- Specifies the name of the resource group the Action Group is located in.
- Name string
- Specifies the name of the Action Group.
- ResourceGroup stringName 
- Specifies the name of the resource group the Action Group is located in.
- name String
- Specifies the name of the Action Group.
- resourceGroup StringName 
- Specifies the name of the resource group the Action Group is located in.
- name string
- Specifies the name of the Action Group.
- resourceGroup stringName 
- Specifies the name of the resource group the Action Group is located in.
- name str
- Specifies the name of the Action Group.
- resource_group_ strname 
- Specifies the name of the resource group the Action Group is located in.
- name String
- Specifies the name of the Action Group.
- resourceGroup StringName 
- Specifies the name of the resource group the Action Group is located in.
getActionGroup Result
The following output properties are available:
- ArmRole List<GetReceivers Action Group Arm Role Receiver> 
- One or more arm_role_receiverblocks as defined below.
- AutomationRunbook List<GetReceivers Action Group Automation Runbook Receiver> 
- One or more automation_runbook_receiverblocks as defined below.
- AzureApp List<GetPush Receivers Action Group Azure App Push Receiver> 
- One or more azure_app_push_receiverblocks as defined below.
- AzureFunction List<GetReceivers Action Group Azure Function Receiver> 
- One or more azure_function_receiverblocks as defined below.
- EmailReceivers List<GetAction Group Email Receiver> 
- One or more email_receiverblocks as defined below.
- Enabled bool
- Whether this action group is enabled.
- EventHub List<GetReceivers Action Group Event Hub Receiver> 
- One or more event_hub_receiverblocks as defined below.
- Id string
- The provider-assigned unique ID for this managed resource.
- ItsmReceivers List<GetAction Group Itsm Receiver> 
- One or more itsm_receiverblocks as defined below.
- LogicApp List<GetReceivers Action Group Logic App Receiver> 
- One or more logic_app_receiverblocks as defined below.
- Name string
- The name of the webhook receiver.
- ResourceGroup stringName 
- ShortName string
- The short name of the action group.
- SmsReceivers List<GetAction Group Sms Receiver> 
- One or more sms_receiverblocks as defined below.
- VoiceReceivers List<GetAction Group Voice Receiver> 
- One or more voice_receiverblocks as defined below.
- WebhookReceivers List<GetAction Group Webhook Receiver> 
- One or more webhook_receiverblocks as defined below.
- ArmRole []GetReceivers Action Group Arm Role Receiver 
- One or more arm_role_receiverblocks as defined below.
- AutomationRunbook []GetReceivers Action Group Automation Runbook Receiver 
- One or more automation_runbook_receiverblocks as defined below.
- AzureApp []GetPush Receivers Action Group Azure App Push Receiver 
- One or more azure_app_push_receiverblocks as defined below.
- AzureFunction []GetReceivers Action Group Azure Function Receiver 
- One or more azure_function_receiverblocks as defined below.
- EmailReceivers []GetAction Group Email Receiver 
- One or more email_receiverblocks as defined below.
- Enabled bool
- Whether this action group is enabled.
- EventHub []GetReceivers Action Group Event Hub Receiver 
- One or more event_hub_receiverblocks as defined below.
- Id string
- The provider-assigned unique ID for this managed resource.
- ItsmReceivers []GetAction Group Itsm Receiver 
- One or more itsm_receiverblocks as defined below.
- LogicApp []GetReceivers Action Group Logic App Receiver 
- One or more logic_app_receiverblocks as defined below.
- Name string
- The name of the webhook receiver.
- ResourceGroup stringName 
- ShortName string
- The short name of the action group.
- SmsReceivers []GetAction Group Sms Receiver 
- One or more sms_receiverblocks as defined below.
- VoiceReceivers []GetAction Group Voice Receiver 
- One or more voice_receiverblocks as defined below.
- WebhookReceivers []GetAction Group Webhook Receiver 
- One or more webhook_receiverblocks as defined below.
- armRole List<GetReceivers Action Group Arm Role Receiver> 
- One or more arm_role_receiverblocks as defined below.
- automationRunbook List<GetReceivers Action Group Automation Runbook Receiver> 
- One or more automation_runbook_receiverblocks as defined below.
- azureApp List<GetPush Receivers Action Group Azure App Push Receiver> 
- One or more azure_app_push_receiverblocks as defined below.
- azureFunction List<GetReceivers Action Group Azure Function Receiver> 
- One or more azure_function_receiverblocks as defined below.
- emailReceivers List<GetAction Group Email Receiver> 
- One or more email_receiverblocks as defined below.
- enabled Boolean
- Whether this action group is enabled.
- eventHub List<GetReceivers Action Group Event Hub Receiver> 
- One or more event_hub_receiverblocks as defined below.
- id String
- The provider-assigned unique ID for this managed resource.
- itsmReceivers List<GetAction Group Itsm Receiver> 
- One or more itsm_receiverblocks as defined below.
- logicApp List<GetReceivers Action Group Logic App Receiver> 
- One or more logic_app_receiverblocks as defined below.
- name String
- The name of the webhook receiver.
- resourceGroup StringName 
- shortName String
- The short name of the action group.
- smsReceivers List<GetAction Group Sms Receiver> 
- One or more sms_receiverblocks as defined below.
- voiceReceivers List<GetAction Group Voice Receiver> 
- One or more voice_receiverblocks as defined below.
- webhookReceivers List<GetAction Group Webhook Receiver> 
- One or more webhook_receiverblocks as defined below.
- armRole GetReceivers Action Group Arm Role Receiver[] 
- One or more arm_role_receiverblocks as defined below.
- automationRunbook GetReceivers Action Group Automation Runbook Receiver[] 
- One or more automation_runbook_receiverblocks as defined below.
- azureApp GetPush Receivers Action Group Azure App Push Receiver[] 
- One or more azure_app_push_receiverblocks as defined below.
- azureFunction GetReceivers Action Group Azure Function Receiver[] 
- One or more azure_function_receiverblocks as defined below.
- emailReceivers GetAction Group Email Receiver[] 
- One or more email_receiverblocks as defined below.
- enabled boolean
- Whether this action group is enabled.
- eventHub GetReceivers Action Group Event Hub Receiver[] 
- One or more event_hub_receiverblocks as defined below.
- id string
- The provider-assigned unique ID for this managed resource.
- itsmReceivers GetAction Group Itsm Receiver[] 
- One or more itsm_receiverblocks as defined below.
- logicApp GetReceivers Action Group Logic App Receiver[] 
- One or more logic_app_receiverblocks as defined below.
- name string
- The name of the webhook receiver.
- resourceGroup stringName 
- shortName string
- The short name of the action group.
- smsReceivers GetAction Group Sms Receiver[] 
- One or more sms_receiverblocks as defined below.
- voiceReceivers GetAction Group Voice Receiver[] 
- One or more voice_receiverblocks as defined below.
- webhookReceivers GetAction Group Webhook Receiver[] 
- One or more webhook_receiverblocks as defined below.
- arm_role_ Sequence[Getreceivers Action Group Arm Role Receiver] 
- One or more arm_role_receiverblocks as defined below.
- automation_runbook_ Sequence[Getreceivers Action Group Automation Runbook Receiver] 
- One or more automation_runbook_receiverblocks as defined below.
- azure_app_ Sequence[Getpush_ receivers Action Group Azure App Push Receiver] 
- One or more azure_app_push_receiverblocks as defined below.
- azure_function_ Sequence[Getreceivers Action Group Azure Function Receiver] 
- One or more azure_function_receiverblocks as defined below.
- email_receivers Sequence[GetAction Group Email Receiver] 
- One or more email_receiverblocks as defined below.
- enabled bool
- Whether this action group is enabled.
- event_hub_ Sequence[Getreceivers Action Group Event Hub Receiver] 
- One or more event_hub_receiverblocks as defined below.
- id str
- The provider-assigned unique ID for this managed resource.
- itsm_receivers Sequence[GetAction Group Itsm Receiver] 
- One or more itsm_receiverblocks as defined below.
- logic_app_ Sequence[Getreceivers Action Group Logic App Receiver] 
- One or more logic_app_receiverblocks as defined below.
- name str
- The name of the webhook receiver.
- resource_group_ strname 
- short_name str
- The short name of the action group.
- sms_receivers Sequence[GetAction Group Sms Receiver] 
- One or more sms_receiverblocks as defined below.
- voice_receivers Sequence[GetAction Group Voice Receiver] 
- One or more voice_receiverblocks as defined below.
- webhook_receivers Sequence[GetAction Group Webhook Receiver] 
- One or more webhook_receiverblocks as defined below.
- armRole List<Property Map>Receivers 
- One or more arm_role_receiverblocks as defined below.
- automationRunbook List<Property Map>Receivers 
- One or more automation_runbook_receiverblocks as defined below.
- azureApp List<Property Map>Push Receivers 
- One or more azure_app_push_receiverblocks as defined below.
- azureFunction List<Property Map>Receivers 
- One or more azure_function_receiverblocks as defined below.
- emailReceivers List<Property Map>
- One or more email_receiverblocks as defined below.
- enabled Boolean
- Whether this action group is enabled.
- eventHub List<Property Map>Receivers 
- One or more event_hub_receiverblocks as defined below.
- id String
- The provider-assigned unique ID for this managed resource.
- itsmReceivers List<Property Map>
- One or more itsm_receiverblocks as defined below.
- logicApp List<Property Map>Receivers 
- One or more logic_app_receiverblocks as defined below.
- name String
- The name of the webhook receiver.
- resourceGroup StringName 
- shortName String
- The short name of the action group.
- smsReceivers List<Property Map>
- One or more sms_receiverblocks as defined below.
- voiceReceivers List<Property Map>
- One or more voice_receiverblocks as defined below.
- webhookReceivers List<Property Map>
- One or more webhook_receiverblocks as defined below.
Supporting Types
GetActionGroupArmRoleReceiver     
- Name string
- Specifies the name of the Action Group.
- RoleId string
- The arm role id.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- Name string
- Specifies the name of the Action Group.
- RoleId string
- The arm role id.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- name String
- Specifies the name of the Action Group.
- roleId String
- The arm role id.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- name string
- Specifies the name of the Action Group.
- roleId string
- The arm role id.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- name str
- Specifies the name of the Action Group.
- role_id str
- The arm role id.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- name String
- Specifies the name of the Action Group.
- roleId String
- The arm role id.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupAutomationRunbookReceiver     
- AutomationAccount stringId 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- IsGlobal boolRunbook 
- Indicates whether this instance is global runbook.
- Name string
- Specifies the name of the Action Group.
- RunbookName string
- The name for this runbook.
- ServiceUri string
- The URI where webhooks should be sent.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- WebhookResource stringId 
- The resource id for webhook linked to this runbook.
- AutomationAccount stringId 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- IsGlobal boolRunbook 
- Indicates whether this instance is global runbook.
- Name string
- Specifies the name of the Action Group.
- RunbookName string
- The name for this runbook.
- ServiceUri string
- The URI where webhooks should be sent.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- WebhookResource stringId 
- The resource id for webhook linked to this runbook.
- automationAccount StringId 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- isGlobal BooleanRunbook 
- Indicates whether this instance is global runbook.
- name String
- Specifies the name of the Action Group.
- runbookName String
- The name for this runbook.
- serviceUri String
- The URI where webhooks should be sent.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- webhookResource StringId 
- The resource id for webhook linked to this runbook.
- automationAccount stringId 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- isGlobal booleanRunbook 
- Indicates whether this instance is global runbook.
- name string
- Specifies the name of the Action Group.
- runbookName string
- The name for this runbook.
- serviceUri string
- The URI where webhooks should be sent.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- webhookResource stringId 
- The resource id for webhook linked to this runbook.
- automation_account_ strid 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- is_global_ boolrunbook 
- Indicates whether this instance is global runbook.
- name str
- Specifies the name of the Action Group.
- runbook_name str
- The name for this runbook.
- service_uri str
- The URI where webhooks should be sent.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- webhook_resource_ strid 
- The resource id for webhook linked to this runbook.
- automationAccount StringId 
- The automation account ID which holds this runbook and authenticates to Azure resources.
- isGlobal BooleanRunbook 
- Indicates whether this instance is global runbook.
- name String
- Specifies the name of the Action Group.
- runbookName String
- The name for this runbook.
- serviceUri String
- The URI where webhooks should be sent.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- webhookResource StringId 
- The resource id for webhook linked to this runbook.
GetActionGroupAzureAppPushReceiver      
- EmailAddress string
- The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- EmailAddress string
- The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- emailAddress String
- The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- emailAddress string
- The email address of this receiver.
- name string
- Specifies the name of the Action Group.
- email_address str
- The email address of this receiver.
- name str
- Specifies the name of the Action Group.
- emailAddress String
- The email address of this receiver.
- name String
- Specifies the name of the Action Group.
GetActionGroupAzureFunctionReceiver     
- FunctionApp stringResource Id 
- The Azure resource ID of the function app.
- FunctionName string
- The function name in the function app.
- HttpTrigger stringUrl 
- The HTTP trigger url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- FunctionApp stringResource Id 
- The Azure resource ID of the function app.
- FunctionName string
- The function name in the function app.
- HttpTrigger stringUrl 
- The HTTP trigger url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- functionApp StringResource Id 
- The Azure resource ID of the function app.
- functionName String
- The function name in the function app.
- httpTrigger StringUrl 
- The HTTP trigger url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- functionApp stringResource Id 
- The Azure resource ID of the function app.
- functionName string
- The function name in the function app.
- httpTrigger stringUrl 
- The HTTP trigger url where HTTP request sent to.
- name string
- Specifies the name of the Action Group.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- function_app_ strresource_ id 
- The Azure resource ID of the function app.
- function_name str
- The function name in the function app.
- http_trigger_ strurl 
- The HTTP trigger url where HTTP request sent to.
- name str
- Specifies the name of the Action Group.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- functionApp StringResource Id 
- The Azure resource ID of the function app.
- functionName String
- The function name in the function app.
- httpTrigger StringUrl 
- The HTTP trigger url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupEmailReceiver    
- EmailAddress string
- The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- EmailAddress string
- The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- emailAddress String
- The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- emailAddress string
- The email address of this receiver.
- name string
- Specifies the name of the Action Group.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- email_address str
- The email address of this receiver.
- name str
- Specifies the name of the Action Group.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- emailAddress String
- The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupEventHubReceiver     
- EventHub stringName 
- The name of the specific Event Hub queue.
- EventHub stringNamespace 
- The namespace name of the Event Hub.
- Name string
- Specifies the name of the Action Group.
- SubscriptionId string
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- TenantId string
- The Tenant ID for the subscription containing this Event Hub.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- EventHub stringName 
- The name of the specific Event Hub queue.
- EventHub stringNamespace 
- The namespace name of the Event Hub.
- Name string
- Specifies the name of the Action Group.
- SubscriptionId string
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- TenantId string
- The Tenant ID for the subscription containing this Event Hub.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- eventHub StringName 
- The name of the specific Event Hub queue.
- eventHub StringNamespace 
- The namespace name of the Event Hub.
- name String
- Specifies the name of the Action Group.
- subscriptionId String
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenantId String
- The Tenant ID for the subscription containing this Event Hub.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- eventHub stringName 
- The name of the specific Event Hub queue.
- eventHub stringNamespace 
- The namespace name of the Event Hub.
- name string
- Specifies the name of the Action Group.
- subscriptionId string
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenantId string
- The Tenant ID for the subscription containing this Event Hub.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- event_hub_ strname 
- The name of the specific Event Hub queue.
- event_hub_ strnamespace 
- The namespace name of the Event Hub.
- name str
- Specifies the name of the Action Group.
- subscription_id str
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant_id str
- The Tenant ID for the subscription containing this Event Hub.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- eventHub StringName 
- The name of the specific Event Hub queue.
- eventHub StringNamespace 
- The namespace name of the Event Hub.
- name String
- Specifies the name of the Action Group.
- subscriptionId String
- The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenantId String
- The Tenant ID for the subscription containing this Event Hub.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupItsmReceiver    
- ConnectionId string
- The unique connection identifier of the ITSM connection.
- Name string
- Specifies the name of the Action Group.
- 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
- Specifies the name of the Action Group.
- 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
- Specifies the name of the Action Group.
- 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
- Specifies the name of the Action Group.
- 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.
- connection_id str
- The unique connection identifier of the ITSM connection.
- name str
- Specifies the name of the Action Group.
- region str
- The region of the workspace.
- ticket_configuration 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.
- connectionId String
- The unique connection identifier of the ITSM connection.
- name String
- Specifies the name of the Action Group.
- 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.
GetActionGroupLogicAppReceiver     
- CallbackUrl string
- The callback url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- ResourceId string
- The Azure resource ID of the logic app.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- CallbackUrl string
- The callback url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- ResourceId string
- The Azure resource ID of the logic app.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- callbackUrl String
- The callback url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- resourceId String
- The Azure resource ID of the logic app.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- callbackUrl string
- The callback url where HTTP request sent to.
- name string
- Specifies the name of the Action Group.
- resourceId string
- The Azure resource ID of the logic app.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- callback_url str
- The callback url where HTTP request sent to.
- name str
- Specifies the name of the Action Group.
- resource_id str
- The Azure resource ID of the logic app.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- callbackUrl String
- The callback url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- resourceId String
- The Azure resource ID of the logic app.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupSmsReceiver    
- CountryCode string
- The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- PhoneNumber string
- The phone number of the voice receiver.
- CountryCode string
- The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- PhoneNumber string
- The phone number of the voice receiver.
- countryCode String
- The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phoneNumber String
- The phone number of the voice receiver.
- countryCode string
- The country code of the voice receiver.
- name string
- Specifies the name of the Action Group.
- phoneNumber string
- The phone number of the voice receiver.
- country_code str
- The country code of the voice receiver.
- name str
- Specifies the name of the Action Group.
- phone_number str
- The phone number of the voice receiver.
- countryCode String
- The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phoneNumber String
- The phone number of the voice receiver.
GetActionGroupVoiceReceiver    
- CountryCode string
- The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- PhoneNumber string
- The phone number of the voice receiver.
- CountryCode string
- The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- PhoneNumber string
- The phone number of the voice receiver.
- countryCode String
- The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phoneNumber String
- The phone number of the voice receiver.
- countryCode string
- The country code of the voice receiver.
- name string
- Specifies the name of the Action Group.
- phoneNumber string
- The phone number of the voice receiver.
- country_code str
- The country code of the voice receiver.
- name str
- Specifies the name of the Action Group.
- phone_number str
- The phone number of the voice receiver.
- countryCode String
- The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phoneNumber String
- The phone number of the voice receiver.
GetActionGroupWebhookReceiver    
- AadAuths List<GetAction Group Webhook Receiver Aad Auth> 
- Name string
- Specifies the name of the Action Group.
- ServiceUri string
- The URI where webhooks should be sent.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- AadAuths []GetAction Group Webhook Receiver Aad Auth 
- Name string
- Specifies the name of the Action Group.
- ServiceUri string
- The URI where webhooks should be sent.
- UseCommon boolAlert Schema 
- Indicates whether to use common alert schema.
- aadAuths List<GetAction Group Webhook Receiver Aad Auth> 
- name String
- Specifies the name of the Action Group.
- serviceUri String
- The URI where webhooks should be sent.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
- aadAuths GetAction Group Webhook Receiver Aad Auth[] 
- name string
- Specifies the name of the Action Group.
- serviceUri string
- The URI where webhooks should be sent.
- useCommon booleanAlert Schema 
- Indicates whether to use common alert schema.
- aad_auths Sequence[GetAction Group Webhook Receiver Aad Auth] 
- name str
- Specifies the name of the Action Group.
- service_uri str
- The URI where webhooks should be sent.
- use_common_ boolalert_ schema 
- Indicates whether to use common alert schema.
- aadAuths List<Property Map>
- name String
- Specifies the name of the Action Group.
- serviceUri String
- The URI where webhooks should be sent.
- useCommon BooleanAlert Schema 
- Indicates whether to use common alert schema.
GetActionGroupWebhookReceiverAadAuth      
- IdentifierUri string
- ObjectId string
- TenantId string
- The Tenant ID for the subscription containing this Event Hub.
- IdentifierUri string
- ObjectId string
- TenantId string
- The Tenant ID for the subscription containing this Event Hub.
- identifierUri String
- objectId String
- tenantId String
- The Tenant ID for the subscription containing this Event Hub.
- identifierUri string
- objectId string
- tenantId string
- The Tenant ID for the subscription containing this Event Hub.
- identifier_uri str
- object_id str
- tenant_id str
- The Tenant ID for the subscription containing this Event Hub.
- identifierUri String
- objectId String
- tenantId 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 azurermTerraform Provider.