ActionGroup

class ActionGroup : KotlinCustomResource

An action group resource. Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2018-03-01, 2022-06-01, 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}

Properties

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
val azureApiVersion: Output<String>

The Azure API version of the resource.

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

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

Link copied to clipboard
val enabled: Output<Boolean>

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>

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

Link copied to clipboard
val id: Output<String>
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

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

Link copied to clipboard
val location: Output<String>

Resource location

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

Azure resource name

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

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

Resource tags

Link copied to clipboard
val type: Output<String>

Azure resource type

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

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.