AlertContactGroupProps
Properties for defining a AlertContactGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontactgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.AlertContactGroupProps {
ContactGroupName: interface{},
ContactIds: interface{},
ProxyUserId: interface{},
RegionId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ContactGroupName |
interface{} |
Property contactGroupName: The name of the alert contact group that you want to create. |
ContactIds |
interface{} |
Property contactIds: The list of alert contact ID. |
ProxyUserId |
interface{} |
Property proxyUserId: Internal parameters. |
RegionId |
interface{} |
Property regionId: Region ID. |
ContactGroupName
Required
ContactGroupName interface{}
- Type: interface{}
Property contactGroupName: The name of the alert contact group that you want to create.
ContactIds
Required
ContactIds interface{}
- Type: interface{}
Property contactIds: The list of alert contact ID.
ProxyUserId
Optional
ProxyUserId interface{}
- Type: interface{}
Property proxyUserId: Internal parameters.
RegionId
Optional
RegionId interface{}
- Type: interface{}
Property regionId: Region ID.
Default to region of stack.