日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_arms_alert_contact_group

更新時(shí)間:

Provides a Application Real-Time Monitoring Service (ARMS) Alert Contact Group resource.

For information about Application Real-Time Monitoring Service (ARMS) Alert Contact Group and how to use it, see What is Alert Contact Group.

-> NOTE: Available since v1.131.0.

Example Usage

Basic Usage


resource "alicloud_arms_alert_contact" "example" {
  alert_contact_name     = "example_value"
  ding_robot_webhook_url = "https://oapi.dingtalk.com/robot/send?access_token=91f2f6****"
  email                  = "someone@example.com"
  phone_num              = "1381111****"
}
resource "alicloud_arms_alert_contact_group" "example" {
  alert_contact_group_name = "example_value"
  contact_ids              = [alicloud_arms_alert_contact.example.id]
}

Argument Reference

The following arguments are supported:

  • alert_contact_group_name - (Required) The name of the resource.
  • contact_ids - (Optional) The list id of alert contact.

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Alert Contact Group.

Import

Application Real-Time Monitoring Service (ARMS) Alert Contact Group can be imported using the id, e.g.

$ terraform import alicloud_arms_alert_contact_group.example <id>