ContactProps
Properties for defining a Contact.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contact
Initializer
import com.aliyun.ros.cdk.cms.ContactProps;
ContactProps.builder()
.channels(IResolvable)
.channels(ChannelsProperty)
.contactName(java.lang.String)
.contactName(IResolvable)
.describe(java.lang.String)
.describe(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
channels | com.aliyun.ros.cdk.core.IResolvable OR ChannelsProperty | Property channels: undefined. |
contactName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property contactName: The name of the alarm contact. |
describe | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property describe: The description of the alert contact. |
channelsRequired
public java.lang.Object getChannels();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ChannelsProperty
Property channels: undefined.
contactNameRequired
public java.lang.Object getContactName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property contactName: The name of the alarm contact.
describeRequired
public java.lang.Object getDescribe();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property describe: The description of the alert contact.