Subscription
akamai_networklist_subscription
Subscribe to or manage subscribers of network lists. Listed recipients receive change notifications for the given network lists.
resource "akamai_networklist_subscription" "my_subscription" {
network_list = ["123456_MYNETWORKLIST"]
recipients = ["jsmith@email.com"]
}
Arguments
Provide a list of both the network lists and recipient email addresses for change notifications.
Argument | Required | Description |
---|---|---|
network_list | ✔️ | The network lists for which recipients receive change notifications. |
recipients | ✔️ | A list of email addresses that receive change notifications. |
Attributes
There's no default standard output. Adding an output block returns a mirror of your declaration.
Updated 11 months ago