We recommend using Azure Native.
Azure v6.22.0 published on Tuesday, Apr 1, 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 dictionary
The following arguments are supported:
- Name
This property is required. string - Specifies the name of the Action Group.
- Resource
Group Name 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.
- Resource
Group Name 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.
- resource
Group Name 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.
- resource
Group Name 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.
- resource
Group Name 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:
- Arm
Role List<GetReceivers Action Group Arm Role Receiver> - One or more
arm_role_receiver
blocks as defined below. - Automation
Runbook List<GetReceivers Action Group Automation Runbook Receiver> - One or more
automation_runbook_receiver
blocks as defined below. - Azure
App List<GetPush Receivers Action Group Azure App Push Receiver> - One or more
azure_app_push_receiver
blocks as defined below. - Azure
Function List<GetReceivers Action Group Azure Function Receiver> - One or more
azure_function_receiver
blocks as defined below. - Email
Receivers List<GetAction Group Email Receiver> - One or more
email_receiver
blocks 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_receiver
blocks 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_receiver
blocks as defined below. - Logic
App List<GetReceivers Action Group Logic App Receiver> - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - Voice
Receivers List<GetAction Group Voice Receiver> - One or more
voice_receiver
blocks as defined below. - Webhook
Receivers List<GetAction Group Webhook Receiver> - One or more
webhook_receiver
blocks as defined below.
- Arm
Role []GetReceivers Action Group Arm Role Receiver - One or more
arm_role_receiver
blocks as defined below. - Automation
Runbook []GetReceivers Action Group Automation Runbook Receiver - One or more
automation_runbook_receiver
blocks as defined below. - Azure
App []GetPush Receivers Action Group Azure App Push Receiver - One or more
azure_app_push_receiver
blocks as defined below. - Azure
Function []GetReceivers Action Group Azure Function Receiver - One or more
azure_function_receiver
blocks as defined below. - Email
Receivers []GetAction Group Email Receiver - One or more
email_receiver
blocks as defined below. - Enabled bool
- Whether this action group is enabled.
- Event
Hub []GetReceivers Action Group Event Hub Receiver - One or more
event_hub_receiver
blocks as defined below. - Id string
- The provider-assigned unique ID for this managed resource.
- Itsm
Receivers []GetAction Group Itsm Receiver - One or more
itsm_receiver
blocks as defined below. - Logic
App []GetReceivers Action Group Logic App Receiver - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - Voice
Receivers []GetAction Group Voice Receiver - One or more
voice_receiver
blocks as defined below. - Webhook
Receivers []GetAction Group Webhook Receiver - One or more
webhook_receiver
blocks as defined below.
- arm
Role List<GetReceivers Action Group Arm Role Receiver> - One or more
arm_role_receiver
blocks as defined below. - automation
Runbook List<GetReceivers Action Group Automation Runbook Receiver> - One or more
automation_runbook_receiver
blocks as defined below. - azure
App List<GetPush Receivers Action Group Azure App Push Receiver> - One or more
azure_app_push_receiver
blocks as defined below. - azure
Function List<GetReceivers Action Group Azure Function Receiver> - One or more
azure_function_receiver
blocks as defined below. - email
Receivers List<GetAction Group Email Receiver> - One or more
email_receiver
blocks 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_receiver
blocks 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_receiver
blocks as defined below. - logic
App List<GetReceivers Action Group Logic App Receiver> - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - voice
Receivers List<GetAction Group Voice Receiver> - One or more
voice_receiver
blocks as defined below. - webhook
Receivers List<GetAction Group Webhook Receiver> - One or more
webhook_receiver
blocks as defined below.
- arm
Role GetReceivers Action Group Arm Role Receiver[] - One or more
arm_role_receiver
blocks as defined below. - automation
Runbook GetReceivers Action Group Automation Runbook Receiver[] - One or more
automation_runbook_receiver
blocks as defined below. - azure
App GetPush Receivers Action Group Azure App Push Receiver[] - One or more
azure_app_push_receiver
blocks as defined below. - azure
Function GetReceivers Action Group Azure Function Receiver[] - One or more
azure_function_receiver
blocks as defined below. - email
Receivers GetAction Group Email Receiver[] - One or more
email_receiver
blocks as defined below. - enabled boolean
- Whether this action group is enabled.
- event
Hub GetReceivers Action Group Event Hub Receiver[] - One or more
event_hub_receiver
blocks as defined below. - id string
- The provider-assigned unique ID for this managed resource.
- itsm
Receivers GetAction Group Itsm Receiver[] - One or more
itsm_receiver
blocks as defined below. - logic
App GetReceivers Action Group Logic App Receiver[] - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - voice
Receivers GetAction Group Voice Receiver[] - One or more
voice_receiver
blocks as defined below. - webhook
Receivers GetAction Group Webhook Receiver[] - One or more
webhook_receiver
blocks as defined below.
- arm_
role_ Sequence[Getreceivers Action Group Arm Role Receiver] - One or more
arm_role_receiver
blocks as defined below. - automation_
runbook_ Sequence[Getreceivers Action Group Automation Runbook Receiver] - One or more
automation_runbook_receiver
blocks as defined below. - azure_
app_ Sequence[Getpush_ receivers Action Group Azure App Push Receiver] - One or more
azure_app_push_receiver
blocks as defined below. - azure_
function_ Sequence[Getreceivers Action Group Azure Function Receiver] - One or more
azure_function_receiver
blocks as defined below. - email_
receivers Sequence[GetAction Group Email Receiver] - One or more
email_receiver
blocks 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_receiver
blocks 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_receiver
blocks as defined below. - logic_
app_ Sequence[Getreceivers Action Group Logic App Receiver] - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - voice_
receivers Sequence[GetAction Group Voice Receiver] - One or more
voice_receiver
blocks as defined below. - webhook_
receivers Sequence[GetAction Group Webhook Receiver] - One or more
webhook_receiver
blocks as defined below.
- arm
Role List<Property Map>Receivers - One or more
arm_role_receiver
blocks as defined below. - automation
Runbook List<Property Map>Receivers - One or more
automation_runbook_receiver
blocks as defined below. - azure
App List<Property Map>Push Receivers - One or more
azure_app_push_receiver
blocks as defined below. - azure
Function List<Property Map>Receivers - One or more
azure_function_receiver
blocks as defined below. - email
Receivers List<Property Map> - One or more
email_receiver
blocks as defined below. - enabled Boolean
- Whether this action group is enabled.
- event
Hub List<Property Map>Receivers - One or more
event_hub_receiver
blocks as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- itsm
Receivers List<Property Map> - One or more
itsm_receiver
blocks as defined below. - logic
App List<Property Map>Receivers - One or more
logic_app_receiver
blocks 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_receiver
blocks as defined below. - voice
Receivers List<Property Map> - One or more
voice_receiver
blocks as defined below. - webhook
Receivers 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.
- Role
Id This property is required. string - 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.
- Role
Id This property is required. string - 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.
- role
Id This property is required. String - The arm role id.
- use
Common Alert Schema 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.
- role
Id This property is required. string - The arm role id.
- use
Common Alert Schema 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.
- role
Id This property is required. String - The arm role id.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
GetActionGroupAutomationRunbookReceiver
- Automation
Account Id This property is required. string - 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. string - Specifies the name of the Action Group.
- Runbook
Name This property is required. string - The name for this runbook.
- Service
Uri This property is required. string - 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. string - The resource id for webhook linked to this runbook.
- Automation
Account Id This property is required. string - 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. string - Specifies the name of the Action Group.
- Runbook
Name This property is required. string - The name for this runbook.
- Service
Uri This property is required. string - 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. string - The resource id for webhook linked to this runbook.
- automation
Account Id This property is required. String - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global Runbook 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.
- runbook
Name This property is required. String - The name for this runbook.
- service
Uri This property is required. String - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- webhook
Resource Id This property is required. String - The resource id for webhook linked to this runbook.
- automation
Account Id This property is required. string - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global Runbook 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.
- runbook
Name This property is required. string - The name for this runbook.
- service
Uri This property is required. string - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. boolean - Indicates whether to use common alert schema.
- webhook
Resource Id 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.
- automation
Account Id This property is required. String - The automation account ID which holds this runbook and authenticates to Azure resources.
- is
Global Runbook 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.
- runbook
Name This property is required. String - The name for this runbook.
- service
Uri This property is required. String - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- webhook
Resource Id This property is required. String - The resource id for webhook linked to this runbook.
GetActionGroupAzureAppPushReceiver
- Email
Address 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. 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. 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. 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.
- email
Address 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
- Function
App Resource Id This property is required. string - The Azure resource ID of the function app.
- Function
Name This property is required. string - The function name in the function app.
- Http
Trigger Url 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.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- Function
App Resource Id This property is required. string - The Azure resource ID of the function app.
- Function
Name This property is required. string - The function name in the function app.
- Http
Trigger Url 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.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- function
App Resource Id This property is required. String - The Azure resource ID of the function app.
- function
Name This property is required. String - The function name in the function app.
- http
Trigger Url 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.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- function
App Resource Id This property is required. string - The Azure resource ID of the function app.
- function
Name This property is required. string - The function name in the function app.
- http
Trigger Url 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.
- use
Common Alert Schema 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.
- function
App Resource Id This property is required. String - The Azure resource ID of the function app.
- function
Name This property is required. String - The function name in the function app.
- http
Trigger Url 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.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
GetActionGroupEmailReceiver
- Email
Address This property is required. string - The email address of this receiver.
- Name
This property is required. string - Specifies the name of the Action Group.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- Email
Address This property is required. string - The email address of this receiver.
- Name
This property is required. string - Specifies the name of the Action Group.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- email
Address This property is required. String - The email address of this receiver.
- name
This property is required. String - Specifies the name of the Action Group.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- email
Address This property is required. string - The email address of this receiver.
- name
This property is required. string - Specifies the name of the Action Group.
- use
Common Alert Schema 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.
- email
Address This property is required. String - The email address of this receiver.
- name
This property is required. String - Specifies the name of the Action Group.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
GetActionGroupEventHubReceiver
- Event
Hub Name This property is required. string - The name of the specific Event Hub queue.
- Event
Hub Namespace 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.
- Subscription
Id This property is required. string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- Tenant
Id This property is required. string - The Tenant ID for the subscription containing this Event Hub.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- Event
Hub Name This property is required. string - The name of the specific Event Hub queue.
- Event
Hub Namespace 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.
- Subscription
Id This property is required. string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- Tenant
Id This property is required. string - The Tenant ID for the subscription containing this Event Hub.
- Use
Common boolAlert Schema - Indicates whether to use common alert schema.
- event
Hub Name This property is required. String - The name of the specific Event Hub queue.
- event
Hub Namespace 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.
- subscription
Id This property is required. String - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id This property is required. String - The Tenant ID for the subscription containing this Event Hub.
- use
Common BooleanAlert Schema - Indicates whether to use common alert schema.
- event
Hub Name This property is required. string - The name of the specific Event Hub queue.
- event
Hub Namespace 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.
- subscription
Id This property is required. string - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id This property is required. string - The Tenant ID for the subscription containing this Event Hub.
- use
Common booleanAlert Schema - 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_ boolalert_ schema - Indicates whether to use common alert schema.
- event
Hub Name This property is required. String - The name of the specific Event Hub queue.
- event
Hub Namespace 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.
- subscription
Id This property is required. String - The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
- tenant
Id This property is required. 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 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.
- Ticket
Configuration 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.
- Workspace
Id This property is required. string - The Azure Log Analytics workspace ID where this connection is defined.
- Connection
Id 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.
- Ticket
Configuration 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.
- Workspace
Id This property is required. string - The Azure Log Analytics workspace ID where this connection is defined.
- connection
Id 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.
- ticket
Configuration 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.
- workspace
Id This property is required. String - The Azure Log Analytics workspace ID where this connection is defined.
- connection
Id 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.
- ticket
Configuration 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.
- workspace
Id 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.
- connection
Id 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.
- ticket
Configuration 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.
- workspace
Id This property is required. String - The Azure Log Analytics workspace ID where this connection is defined.
GetActionGroupLogicAppReceiver
- Callback
Url 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.
- Resource
Id This property is required. string - The Azure resource ID of the logic app.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- Callback
Url 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.
- Resource
Id This property is required. string - The Azure resource ID of the logic app.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- callback
Url 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.
- resource
Id This property is required. String - The Azure resource ID of the logic app.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- callback
Url 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.
- resource
Id This property is required. string - The Azure resource ID of the logic app.
- use
Common Alert Schema 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.
- callback
Url 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.
- resource
Id This property is required. String - The Azure resource ID of the logic app.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
GetActionGroupSmsReceiver
- Country
Code 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.
- Phone
Number This property is required. string - The phone number of the voice receiver.
- Country
Code 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.
- Phone
Number This property is required. string - The phone number of the voice receiver.
- country
Code 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.
- phone
Number This property is required. String - The phone number of the voice receiver.
- country
Code 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.
- phone
Number 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.
- country
Code 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.
- phone
Number This property is required. String - The phone number of the voice receiver.
GetActionGroupVoiceReceiver
- Country
Code 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.
- Phone
Number This property is required. string - The phone number of the voice receiver.
- Country
Code 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.
- Phone
Number This property is required. string - The phone number of the voice receiver.
- country
Code 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.
- phone
Number This property is required. String - The phone number of the voice receiver.
- country
Code 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.
- phone
Number 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.
- country
Code 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.
- phone
Number This property is required. String - The phone number of the voice receiver.
GetActionGroupWebhookReceiver
- Aad
Auths This property is required. List<GetAction Group Webhook Receiver Aad Auth> - Name
This property is required. string - Specifies the name of the Action Group.
- Service
Uri This property is required. string - The URI where webhooks should be sent.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- Aad
Auths This property is required. []GetAction Group Webhook Receiver Aad Auth - Name
This property is required. string - Specifies the name of the Action Group.
- Service
Uri This property is required. string - The URI where webhooks should be sent.
- Use
Common Alert Schema This property is required. bool - Indicates whether to use common alert schema.
- aad
Auths This property is required. List<GetAction Group Webhook Receiver Aad Auth> - name
This property is required. String - Specifies the name of the Action Group.
- service
Uri This property is required. String - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
- aad
Auths This property is required. GetAction Group Webhook Receiver Aad Auth[] - name
This property is required. string - Specifies the name of the Action Group.
- service
Uri This property is required. string - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. boolean - Indicates whether to use common alert schema.
- aad_
auths This property is required. Sequence[GetAction Group Webhook Receiver Aad Auth] - 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.
- aad
Auths This property is required. List<Property Map> - name
This property is required. String - Specifies the name of the Action Group.
- service
Uri This property is required. String - The URI where webhooks should be sent.
- use
Common Alert Schema This property is required. Boolean - Indicates whether to use common alert schema.
GetActionGroupWebhookReceiverAadAuth
- Identifier
Uri This property is required. string - Object
Id This property is required. string - Tenant
Id This property is required. string - The Tenant ID for the subscription containing this Event Hub.
- Identifier
Uri This property is required. string - Object
Id This property is required. string - Tenant
Id This property is required. string - The Tenant ID for the subscription containing this Event Hub.
- identifier
Uri This property is required. String - object
Id This property is required. String - tenant
Id This property is required. String - The Tenant ID for the subscription containing this Event Hub.
- identifier
Uri This property is required. string - object
Id This property is required. string - tenant
Id 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.
- identifier
Uri This property is required. String - object
Id This property is required. String - tenant
Id 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.