Skip to content

ContactProps

Properties for defining a Contact.

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

Initializer

import { ContactProps } from '@alicloud/ros-cdk-cms'
const contactProps: ContactProps = { ... }

Properties

Name Type Description
channels @alicloud/ros-cdk-core.IResolvable | ChannelsProperty Property channels: undefined.
contactName string | @alicloud/ros-cdk-core.IResolvable Property contactName: The name of the alarm contact.
describe string | @alicloud/ros-cdk-core.IResolvable Property describe: The description of the alert contact.

channelsRequired

public readonly channels: IResolvable | ChannelsProperty;

Property channels: undefined.


contactNameRequired

public readonly contactName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property contactName: The name of the alarm contact.


describeRequired

public readonly describe: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property describe: The description of the alert contact.