Action Group Args
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)