Azure API Management Notification Recipient Email

This page shows how to write Terraform and Azure Resource Manager for API Management Notification Recipient Email and write them securely.

azurerm_api_management_notification_recipient_email (Terraform)

The Notification Recipient Email in API Management can be configured in Terraform with the resource name azurerm_api_management_notification_recipient_email. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • api_management_id - (Required) The ID of the API Management Service from which to create this Notification Recipient Email. Changing this forces a new API Management Notification Recipient Email to be created.

  • email - (Required) The recipient email address. Changing this forces a new API Management Notification Recipient Email to be created.

  • notification_type - (Required) The Notification Name to be received. Changing this forces a new API Management Notification Recipient Email to be created. Possible values are AccountClosedPublisher, BCC, NewApplicationNotificationMessage, NewIssuePublisherNotificationMessage, PurchasePublisherNotificationMessage, QuotaLimitApproachingPublisherNotificationMessage, and RequestPublisherNotificationMessage.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the API Management Notification Recipient Email.

Explanation in Terraform Registry

Manages a API Management Notification Recipient Email.

Microsoft.ApiManagement/service/notifications/recipientEmails (Azure Resource Manager)

The service/notifications/recipientEmails in Microsoft.ApiManagement can be configured in Azure Resource Manager with the resource name Microsoft.ApiManagement/service/notifications/recipientEmails. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Email identifier.

  • type required - string

Frequently asked questions

What is Azure API Management Notification Recipient Email?

Azure API Management Notification Recipient Email is a resource for API Management of Microsoft Azure. Settings can be wrote in Terraform.