Skip to content

RosContactProps

Properties for defining a RosContact.

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

Initializer

import ros_cdk_cms
ros_cdk_cms.RosContactProps(
  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] No description.
contact_name typing.Union[str, ros_cdk_core.IResolvable] No description.
describe typing.Union[str, ros_cdk_core.IResolvable] No description.

channelsRequired

channels: typing.Union[IResolvable, ChannelsProperty]

contact_nameRequired

contact_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

describeRequired

describe: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]