Skip to content

ContactGroupProps

Properties for defining a ContactGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.ContactGroupProps {
    ContactGroupName: interface{},
    ContactNames: interface{},
    Describe: interface{},
}

Properties

Name Type Description
ContactGroupName interface{} Property contactGroupName: The name of the alert contact group.
ContactNames interface{} Property contactNames: The name of the alert contact.
Describe interface{} Property describe: The description of the alert contact group.

ContactGroupNameRequired

ContactGroupName interface{}
  • Type: interface{}

Property contactGroupName: The name of the alert contact group.


ContactNamesRequired

ContactNames interface{}
  • Type: interface{}

Property contactNames: The name of the alert contact.


DescribeRequired

Describe interface{}
  • Type: interface{}

Property describe: The description of the alert contact group.