ContactProps
Properties for defining a Contact.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contact
Initializer
import ros_cdk_cms
ros_cdk_cms.ContactProps(
  channels: typing.Union[IResolvable, ChannelsProperty],
  contact_name: typing.Union[str, IResolvable],
  describe: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description | 
|---|---|---|
| channels | typing.Union[ros_cdk_core.IResolvable, ChannelsProperty] | Property channels: undefined. | 
| contact_name | typing.Union[str, ros_cdk_core.IResolvable] | Property contactName: The name of the alarm contact. | 
| describe | typing.Union[str, ros_cdk_core.IResolvable] | Property describe: The description of the alert contact. | 
channelsRequired 
channels: typing.Union[IResolvable, ChannelsProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ChannelsProperty]
Property channels: undefined.
contact_nameRequired 
contact_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property contactName: The name of the alarm contact.
describeRequired 
describe: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property describe: The description of the alert contact.