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. |
ContactGroupName
Required
ContactGroupName interface{}
- Type: interface{}
Property contactGroupName: The name of the alert contact group.
ContactNames
Required
ContactNames interface{}
- Type: interface{}
Property contactNames: The name of the alert contact.
Describe
Required
Describe interface{}
- Type: interface{}
Property describe: The description of the alert contact group.