ContactGroupProps
Properties for defining a ContactGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup
Initializer
import ros_cdk_cms
ros_cdk_cms.ContactGroupProps(
contact_group_name: typing.Union[str, IResolvable],
contact_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
describe: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
contact_group_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property contactGroupName: The name of the alert contact group. |
contact_names |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
Property contactNames: The name of the alert contact. |
describe |
typing.Union[str, ros_cdk_core.IResolvable] |
Property describe: The description of the alert contact group. |
contact_group_nameRequired
contact_group_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property contactGroupName: The name of the alert contact group.
contact_namesRequired
contact_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property contactNames: The name of the alert contact.
describeRequired
describe: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property describe: The description of the alert contact group.