ActionGroupArgs

data class ActionGroupArgs(val actionGroupName: Output<String>? = null, val armRoleReceivers: Output<List<ArmRoleReceiverArgs>>? = null, val automationRunbookReceivers: Output<List<AutomationRunbookReceiverArgs>>? = null, val azureAppPushReceivers: Output<List<AzureAppPushReceiverArgs>>? = null, val azureFunctionReceivers: Output<List<AzureFunctionReceiverArgs>>? = null, val emailReceivers: Output<List<EmailReceiverArgs>>? = null, val enabled: Output<Boolean>? = null, val eventHubReceivers: Output<List<EventHubReceiverArgs>>? = null, val groupShortName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val incidentReceivers: Output<List<IncidentReceiverArgs>>? = null, val itsmReceivers: Output<List<ItsmReceiverArgs>>? = null, val location: Output<String>? = null, val logicAppReceivers: Output<List<LogicAppReceiverArgs>>? = null, val resourceGroupName: Output<String>? = null, val smsReceivers: Output<List<SmsReceiverArgs>>? = null, val tags: Output<Map<String, String>>? = null, val voiceReceivers: Output<List<VoiceReceiverArgs>>? = null, val webhookReceivers: Output<List<WebhookReceiverArgs>>? = null) : ConvertibleToJava<ActionGroupArgs>

An action group resource. Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native monitor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:monitor:ActionGroup SampleActionGroup /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}

Constructors

Link copied to clipboard
constructor(actionGroupName: Output<String>? = null, armRoleReceivers: Output<List<ArmRoleReceiverArgs>>? = null, automationRunbookReceivers: Output<List<AutomationRunbookReceiverArgs>>? = null, azureAppPushReceivers: Output<List<AzureAppPushReceiverArgs>>? = null, azureFunctionReceivers: Output<List<AzureFunctionReceiverArgs>>? = null, emailReceivers: Output<List<EmailReceiverArgs>>? = null, enabled: Output<Boolean>? = null, eventHubReceivers: Output<List<EventHubReceiverArgs>>? = null, groupShortName: Output<String>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, incidentReceivers: Output<List<IncidentReceiverArgs>>? = null, itsmReceivers: Output<List<ItsmReceiverArgs>>? = null, location: Output<String>? = null, logicAppReceivers: Output<List<LogicAppReceiverArgs>>? = null, resourceGroupName: Output<String>? = null, smsReceivers: Output<List<SmsReceiverArgs>>? = null, tags: Output<Map<String, String>>? = null, voiceReceivers: Output<List<VoiceReceiverArgs>>? = null, webhookReceivers: Output<List<WebhookReceiverArgs>>? = null)

Properties

Link copied to clipboard
val actionGroupName: Output<String>? = null

The name of the action group.

Link copied to clipboard

The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.

Link copied to clipboard

The list of AutomationRunbook receivers that are part of this action group.

Link copied to clipboard

The list of AzureAppPush receivers that are part of this action group.

Link copied to clipboard

The list of azure function receivers that are part of this action group.

Link copied to clipboard
val emailReceivers: Output<List<EmailReceiverArgs>>? = null

The list of email receivers that are part of this action group.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.

Link copied to clipboard

The list of event hub receivers that are part of this action group.

Link copied to clipboard
val groupShortName: Output<String>? = null

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

Link copied to clipboard

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard

The list of incident receivers that are part of this action group.

Link copied to clipboard
val itsmReceivers: Output<List<ItsmReceiverArgs>>? = null

The list of ITSM receivers that are part of this action group.

Link copied to clipboard
val location: Output<String>? = null

Resource location

Link copied to clipboard

The list of logic app receivers that are part of this action group.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val smsReceivers: Output<List<SmsReceiverArgs>>? = null

The list of SMS receivers that are part of this action group.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags

Link copied to clipboard
val voiceReceivers: Output<List<VoiceReceiverArgs>>? = null

The list of voice receivers that are part of this action group.

Link copied to clipboard

The list of webhook receivers that are part of this action group.

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupArgs