Class ActionGroupArgs
Inherited Members
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupArgs : ResourceArgs
Constructors
View SourceActionGroupArgs()
Declaration
public ActionGroupArgs()
Properties
View SourceArmRoleReceivers
One or more arm_role_receiver blocks as defined below.
Declaration
public InputList<ActionGroupArmRoleReceiverArgs> ArmRoleReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupArmRoleReceiverArgs> |
AutomationRunbookReceivers
One or more automation_runbook_receiver blocks as defined below.
Declaration
public InputList<ActionGroupAutomationRunbookReceiverArgs> AutomationRunbookReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupAutomationRunbookReceiverArgs> |
AzureAppPushReceivers
One or more azure_app_push_receiver blocks as defined below.
Declaration
public InputList<ActionGroupAzureAppPushReceiverArgs> AzureAppPushReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupAzureAppPushReceiverArgs> |
AzureFunctionReceivers
One or more azure_function_receiver blocks as defined below.
Declaration
public InputList<ActionGroupAzureFunctionReceiverArgs> AzureFunctionReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupAzureFunctionReceiverArgs> |
EmailReceivers
One or more email_receiver blocks as defined below.
Declaration
public InputList<ActionGroupEmailReceiverArgs> EmailReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupEmailReceiverArgs> |
Enabled
Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ItsmReceivers
One or more itsm_receiver blocks as defined below.
Declaration
public InputList<ActionGroupItsmReceiverArgs> ItsmReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupItsmReceiverArgs> |
LogicAppReceivers
One or more logic_app_receiver blocks as defined below.
Declaration
public InputList<ActionGroupLogicAppReceiverArgs> LogicAppReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupLogicAppReceiverArgs> |
Name
The name of the Action Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Action Group instance.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShortName
The short name of the action group. This will be used in SMS messages.
Declaration
public Input<string> ShortName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SmsReceivers
One or more sms_receiver blocks as defined below.
Declaration
public InputList<ActionGroupSmsReceiverArgs> SmsReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupSmsReceiverArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VoiceReceivers
One or more voice_receiver blocks as defined below.
Declaration
public InputList<ActionGroupVoiceReceiverArgs> VoiceReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupVoiceReceiverArgs> |
WebhookReceivers
One or more webhook_receiver blocks as defined below.
Declaration
public InputList<ActionGroupWebhookReceiverArgs> WebhookReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupWebhookReceiverArgs> |