alicloud_ess_notifications

This data source provides available notification resources.

Example Usage

data "alicloud_ess_notifications" "ds" {
  scaling_group_id = "scaling_group_id"
}

output "first_notification" {
  value = "${data.alicloud_ess_notifications.ds.notifications.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: