alicloud_cms_alarm_contact
更新时间:
Creates or modifies an alarm contact. For information about alarm contact and how to use it, see What is alarm contact.
-> NOTE: Available since v1.99.0.
Example Usage
Basic Usage
# You need to activate the link before you can return to the alarm contact information, otherwise diff will appear in terraform. So please confirm the activation link as soon as possible. Besides, you can ignore the diff of the alarm contact information by `lifestyle`.
resource "alicloud_cms_alarm_contact" "example" {
alarm_contact_name = "tf-example"
describe = "For example"
channels_mail = "terraform@test.com"
lifecycle {
ignore_changes = [channels_mail]
}
}
Argument Reference
The following arguments are supported:
alarm_contact_name
- (Required, ForceNew) The name of the alarm contact. The length should between 2 and 40 characters.channels_aliim
- (Optional) The TradeManager ID of the alarm contact.channels_ding_web_hook
- (Optional) The webhook URL of the DingTalk chatbot.channels_mail
- (Optional) The email address of the alarm contact. After you add or modify an email address, the recipient receives an email that contains an activation link. The system adds the recipient to the list of alarm contacts only after the recipient activates the email address.channels_sms
- (Optional) The phone number of the alarm contact. After you add or modify an email address, the recipient receives an email that contains an activation link. The system adds the recipient to the list of alarm contacts only after the recipient activates the email address.describe
- (Required) The description of the alarm contact.lang
- (Optional) The language type of the alarm. Valid values:en
,zh-cn
.
-> NOTE: Specify at least one of the following alarm notification targets: channels_aliim
, channels_ding_web_hook
, channels_mail
, channels_sms
.
Attributes Reference
The following attributes are exported:
id
- The ID of the alarm contact. The value is same withalarm_contact_name
.
Import
Alarm contact can be imported using the id, e.g.
$ terraform import alicloud_cms_alarm_contact.example abc12345
文档内容是否对您有帮助?