We recommend using Azure Native.
Azure v6.28.0 published on Friday, Oct 3, 2025 by Pulumi
azure.monitoring.getActionGroup
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.id());
}
}
variables:
example:
fn::invoke:
function: azure:monitoring:getActionGroup
arguments:
resourceGroupName: example-rg
name: tfex-actiongroup
outputs:
actionGroupId: ${example.id}
API Providers
This data source uses the following Azure API Providers:
Microsoft.Insights- 2023-01-01
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.
- Resource
Group stringName - Specifies the name of the resource group the Action Group is located in.
- Name string
- Specifies the name of the Action Group.
- Resource
Group stringName - Specifies the name of the resource group the Action Group is located in.
- name String
- Specifies the name of the Action Group.
- resource
Group StringName - Specifies the name of the resource group the Action Group is located in.
- name string
- Specifies the name of the Action Group.
- resource
Group 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.
- resource
Group StringName - Specifies the name of the resource group the Action Group is located in.
getActionGroup Result
The following output properties are available:
- Arm
Role List<GetReceivers Action Group Arm Role Receiver> - One or more
arm_role_receiverblocks as defined below. - Automation
Runbook List<GetReceivers Action Group Automation Runbook Receiver> - One or more
automation_runbook_receiverblocks as defined below. - Azure
App List<GetPush Receivers Action Group Azure App Push Receiver> - One or more
azure_app_push_receiverblocks as defined below. - Azure
Function List<GetReceivers Action Group Azure Function Receiver> - One or more
azure_function_receiverblocks as defined below. - Email
Receivers List<GetAction Group Email Receiver> - One or more
email_receiverblocks as defined below. - Enabled bool
- Whether this action group is enabled.
- Event
Hub 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.
- Itsm
Receivers List<GetAction Group Itsm Receiver> - One or more
itsm_receiverblocks as defined below. - Logic
App List<GetReceivers Action Group Logic App Receiver> - One or more
logic_app_receiverblocks as defined below. - Name string
- The name of the webhook receiver.
- Resource
Group stringName - Short
Name string - The short name of the action group.
- Sms
Receivers List<GetAction Group Sms Receiver> - One or more
sms_receiverblocks as defined below. - Voice
Receivers List<GetAction Group Voice Receiver> - One or more
voice_receiverblocks as defined below. - Webhook
Receivers List<GetAction Group Webhook Receiver> - One or more
webhook_receiverblocks as defined below.
- Arm
Role []GetReceivers Action Group Arm Role Receiver - One or more
arm_role_receiverblocks as defined below. - Automation
Runbook []GetReceivers Action Group Automation Runbook Receiver - One or more
automation_runbook_receiverblocks as defined below. - Azure
App []GetPush Receivers Action Group Azure App Push Receiver - One or more
azure_app_push_receiverblocks as defined below. - Azure
Function []GetReceivers Action Group Azure Function Receiver - One or more
azure_function_receiverblocks as defined below. - Email
Receivers []GetAction Group Email Receiver - One or more
email_receiverblocks as defined below. - Enabled bool
- Whether this action group is enabled.
- Event
Hub []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.
- Itsm
Receivers []GetAction Group Itsm Receiver - One or more
itsm_receiverblocks as defined below. - Logic
App []GetReceivers Action Group Logic App Receiver - One or more
logic_app_receiverblocks as defined below. - Name string
- The name of the webhook receiver.
- Resource
Group stringName - Short
Name string - The short name of the action group.
- Sms
Receivers []GetAction Group Sms Receiver - One or more
sms_receiverblocks as defined below. - Voice
Receivers []GetAction Group Voice Receiver - One or more
voice_receiverblocks as defined below. - Webhook
Receivers []GetAction Group Webhook Receiver - One or more
webhook_receiverblocks as defined below.
- arm
Role List<GetReceivers Action Group Arm Role Receiver> - One or more
arm_role_receiverblocks as defined below. - automation
Runbook List<GetReceivers Action Group Automation Runbook Receiver> - One or more
automation_runbook_receiverblocks as defined below. - azure
App List<GetPush Receivers Action Group Azure App Push Receiver> - One or more
azure_app_push_receiverblocks as defined below. - azure
Function List<GetReceivers Action Group Azure Function Receiver> - One or more
azure_function_receiverblocks as defined below. - email
Receivers List<GetAction Group Email Receiver> - One or more
email_receiverblocks as defined below. - enabled Boolean
- Whether this action group is enabled.
- event
Hub 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.
- itsm
Receivers List<GetAction Group Itsm Receiver> - One or more
itsm_receiverblocks as defined below. - logic
App List<GetReceivers Action Group Logic App Receiver> - One or more
logic_app_receiverblocks as defined below. - name String
- The name of the webhook receiver.
- resource
Group StringName - short
Name String - The short name of the action group.
- sms
Receivers List<GetAction Group Sms Receiver> - One or more
sms_receiverblocks as defined below. - voice
Receivers List<GetAction Group Voice Receiver> - One or more
voice_receiverblocks as defined below. - webhook
Receivers List<GetAction Group Webhook Receiver> - One or more
webhook_receiverblocks as defined below.
- arm
Role GetReceivers Action Group Arm Role Receiver[] - One or more
arm_role_receiverblocks as defined below. - automation
Runbook GetReceivers Action Group Automation Runbook Receiver[] - One or more
automation_runbook_receiverblocks as defined below. - azure
App GetPush Receivers Action Group Azure App Push Receiver[] - One or more
azure_app_push_receiverblocks as defined below. - azure
Function GetReceivers Action Group Azure Function Receiver[] - One or more
azure_function_receiverblocks as defined below. - email
Receivers GetAction Group Email Receiver[] - One or more
email_receiverblocks as defined below. - enabled boolean
- Whether this action group is enabled.
- event
Hub 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.
- itsm
Receivers GetAction Group Itsm Receiver[] - One or more
itsm_receiverblocks as defined below. - logic
App GetReceivers Action Group Logic App Receiver[] - One or more
logic_app_receiverblocks as defined below. - name string
- The name of the webhook receiver.
- resource
Group stringName - short
Name string - The short name of the action group.
- sms
Receivers GetAction Group Sms Receiver[] - One or more
sms_receiverblocks as defined below. - voice
Receivers GetAction Group Voice Receiver[] - One or more
voice_receiverblocks as defined below. - webhook
Receivers 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.
- arm
Role List<Property Map>Receivers - One or more
arm_role_receiverblocks as defined below. - automation
Runbook List<Property Map>Receivers - One or more
automation_runbook_receiverblocks as defined below. - azure
App List<Property Map>Push Receivers - One or more
azure_app_push_receiverblocks as defined below. - azure
Function List<Property Map>Receivers - One or more
azure_function_receiverblocks as defined below. - email
Receivers List<Property Map> - One or more
email_receiverblocks as defined below. - enabled Boolean
- Whether this action group is enabled.
- event
Hub List<Property Map>Receivers - One or more
event_hub_receiverblocks as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- itsm
Receivers List<Property Map> - One or more
itsm_receiverblocks as defined below. - logic
App List<Property Map>Receivers - One or more
logic_app_receiverblocks as defined below. - name String
- The name of the webhook receiver.
- resource
Group StringName - short
Name String - The short name of the action group.
- sms
Receivers List<Property Map> - One or more
sms_receiverblocks as defined below. - voice
Receivers List<Property Map> - One or more
voice_receiverblocks as defined below. - webhook
Receivers List<Property Map> - One or more
webhook_receiverblocks as defined below.
Supporting Types
GetActionGroupArmRoleReceiver
- Name string
- Specifies the name of the Action Group.
- Role
Id string - The arm role id.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Name string
- Specifies the name of the Action Group.
- Role
Id string - The arm role id.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- name String
- Specifies the name of the Action Group.
- role
Id String - The arm role id.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- name string
- Specifies the name of the Action Group.
- role
Id string - The arm role id.
- use
Common 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.
- role
Id String - The arm role id.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupAutomationRunbookReceiver
- Automation
Account stringId - The automation account ID which holds this runbook and authenticates to Azure resources.
- Is
Global boolRunbook - Indicates whether this instance is global runbook.
- Name string
- Specifies the name of the Action Group.
- Runbook
Name string - The name for this runbook.
- Service
Uri string - The URI where webhooks should be sent.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Webhook
Resource stringId - The resource id for webhook linked to this runbook.
- Automation
Account stringId - The automation account ID which holds this runbook and authenticates to Azure resources.
- Is
Global boolRunbook - Indicates whether this instance is global runbook.
- Name string
- Specifies the name of the Action Group.
- Runbook
Name string - The name for this runbook.
- Service
Uri string - The URI where webhooks should be sent.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Webhook
Resource stringId - The resource id for webhook linked to this runbook.
- automation
Account StringId - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global BooleanRunbook - Indicates whether this instance is global runbook.
- name String
- Specifies the name of the Action Group.
- runbook
Name String - The name for this runbook.
- service
Uri String - The URI where webhooks should be sent.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- webhook
Resource StringId - The resource id for webhook linked to this runbook.
- automation
Account stringId - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global booleanRunbook - Indicates whether this instance is global runbook.
- name string
- Specifies the name of the Action Group.
- runbook
Name string - The name for this runbook.
- service
Uri string - The URI where webhooks should be sent.
- use
Common booleanAlert Schema - Indicates whether to use common alert schema.
- webhook
Resource 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.
- automation
Account StringId - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global BooleanRunbook - Indicates whether this instance is global runbook.
- name String
- Specifies the name of the Action Group.
- runbook
Name String - The name for this runbook.
- service
Uri String - The URI where webhooks should be sent.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- webhook
Resource StringId - The resource id for webhook linked to this runbook.
GetActionGroupAzureAppPushReceiver
- Email
Address string - The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- Email
Address string - The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- email
Address String - The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- email
Address 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.
- email
Address String - The email address of this receiver.
- name String
- Specifies the name of the Action Group.
GetActionGroupAzureFunctionReceiver
- Function
App stringResource Id - The Azure resource ID of the function app.
- Function
Name string - The function name in the function app.
- Http
Trigger stringUrl - The HTTP trigger url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Function
App stringResource Id - The Azure resource ID of the function app.
- Function
Name string - The function name in the function app.
- Http
Trigger stringUrl - The HTTP trigger url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- function
App StringResource Id - The Azure resource ID of the function app.
- function
Name String - The function name in the function app.
- http
Trigger StringUrl - The HTTP trigger url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- function
App stringResource Id - The Azure resource ID of the function app.
- function
Name string - The function name in the function app.
- http
Trigger stringUrl - The HTTP trigger url where HTTP request sent to.
- name string
- Specifies the name of the Action Group.
- use
Common 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.
- function
App StringResource Id - The Azure resource ID of the function app.
- function
Name String - The function name in the function app.
- http
Trigger StringUrl - The HTTP trigger url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupEmailReceiver
- Email
Address string - The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Email
Address string - The email address of this receiver.
- Name string
- Specifies the name of the Action Group.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- email
Address String - The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- email
Address string - The email address of this receiver.
- name string
- Specifies the name of the Action Group.
- use
Common 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.
- email
Address String - The email address of this receiver.
- name String
- Specifies the name of the Action Group.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupEventHubReceiver
- Event
Hub stringName - The name of the specific Event Hub queue.
- Event
Hub stringNamespace - The namespace name of the Event Hub.
- Name string
- Specifies the name of the Action Group.
- Subscription
Id string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- Tenant
Id string - The Tenant ID for the subscription containing this Event Hub.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Event
Hub stringName - The name of the specific Event Hub queue.
- Event
Hub stringNamespace - The namespace name of the Event Hub.
- Name string
- Specifies the name of the Action Group.
- Subscription
Id string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- Tenant
Id string - The Tenant ID for the subscription containing this Event Hub.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- event
Hub StringName - The name of the specific Event Hub queue.
- event
Hub StringNamespace - The namespace name of the Event Hub.
- name String
- Specifies the name of the Action Group.
- subscription
Id String - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id String - The Tenant ID for the subscription containing this Event Hub.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- event
Hub stringName - The name of the specific Event Hub queue.
- event
Hub stringNamespace - The namespace name of the Event Hub.
- name string
- Specifies the name of the Action Group.
- subscription
Id string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id string - The Tenant ID for the subscription containing this Event Hub.
- use
Common 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.
- event
Hub StringName - The name of the specific Event Hub queue.
- event
Hub StringNamespace - The namespace name of the Event Hub.
- name String
- Specifies the name of the Action Group.
- subscription
Id String - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id String - The Tenant ID for the subscription containing this Event Hub.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupItsmReceiver
- Connection
Id 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.
- Ticket
Configuration string - A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
- Workspace
Id string - The Azure Log Analytics workspace ID where this connection is defined.
- Connection
Id 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.
- Ticket
Configuration string - A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
- Workspace
Id string - The Azure Log Analytics workspace ID where this connection is defined.
- connection
Id 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.
- ticket
Configuration String - A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
- workspace
Id String - The Azure Log Analytics workspace ID where this connection is defined.
- connection
Id 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.
- ticket
Configuration string - A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
- workspace
Id 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.
- connection
Id 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.
- ticket
Configuration String - A JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
- workspace
Id String - The Azure Log Analytics workspace ID where this connection is defined.
GetActionGroupLogicAppReceiver
- Callback
Url string - The callback url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- Resource
Id string - The Azure resource ID of the logic app.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Callback
Url string - The callback url where HTTP request sent to.
- Name string
- Specifies the name of the Action Group.
- Resource
Id string - The Azure resource ID of the logic app.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- callback
Url String - The callback url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- resource
Id String - The Azure resource ID of the logic app.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- callback
Url string - The callback url where HTTP request sent to.
- name string
- Specifies the name of the Action Group.
- resource
Id string - The Azure resource ID of the logic app.
- use
Common 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.
- callback
Url String - The callback url where HTTP request sent to.
- name String
- Specifies the name of the Action Group.
- resource
Id String - The Azure resource ID of the logic app.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupSmsReceiver
- Country
Code string - The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- Phone
Number string - The phone number of the voice receiver.
- Country
Code string - The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- Phone
Number string - The phone number of the voice receiver.
- country
Code String - The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phone
Number String - The phone number of the voice receiver.
- country
Code string - The country code of the voice receiver.
- name string
- Specifies the name of the Action Group.
- phone
Number 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.
- country
Code String - The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phone
Number String - The phone number of the voice receiver.
GetActionGroupVoiceReceiver
- Country
Code string - The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- Phone
Number string - The phone number of the voice receiver.
- Country
Code string - The country code of the voice receiver.
- Name string
- Specifies the name of the Action Group.
- Phone
Number string - The phone number of the voice receiver.
- country
Code String - The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phone
Number String - The phone number of the voice receiver.
- country
Code string - The country code of the voice receiver.
- name string
- Specifies the name of the Action Group.
- phone
Number 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.
- country
Code String - The country code of the voice receiver.
- name String
- Specifies the name of the Action Group.
- phone
Number String - The phone number of the voice receiver.
GetActionGroupWebhookReceiver
- Aad
Auths List<GetAction Group Webhook Receiver Aad Auth> - Name string
- Specifies the name of the Action Group.
- Service
Uri string - The URI where webhooks should be sent.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Aad
Auths []GetAction Group Webhook Receiver Aad Auth - Name string
- Specifies the name of the Action Group.
- Service
Uri string - The URI where webhooks should be sent.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- aad
Auths List<GetAction Group Webhook Receiver Aad Auth> - name String
- Specifies the name of the Action Group.
- service
Uri String - The URI where webhooks should be sent.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- aad
Auths GetAction Group Webhook Receiver Aad Auth[] - name string
- Specifies the name of the Action Group.
- service
Uri string - The URI where webhooks should be sent.
- use
Common 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.
- aad
Auths List<Property Map> - name String
- Specifies the name of the Action Group.
- service
Uri String - The URI where webhooks should be sent.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
GetActionGroupWebhookReceiverAadAuth
- Identifier
Uri string - Object
Id string - Tenant
Id string - The Tenant ID for the subscription containing this Event Hub.
- Identifier
Uri string - Object
Id string - Tenant
Id string - The Tenant ID for the subscription containing this Event Hub.
- identifier
Uri String - object
Id String - tenant
Id String - The Tenant ID for the subscription containing this Event Hub.
- identifier
Uri string - object
Id string - tenant
Id 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.
- identifier
Uri String - object
Id String - tenant
Id 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.
