Skip to content

AlertProps

Properties for defining a Alert.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-alert

Initializer

import com.aliyun.ros.cdk.sls.AlertProps;
AlertProps.builder()
    .detail(IResolvable)
    .detail(DetailProperty)
    .project(java.lang.String)
    .project(IResolvable)
    .build();

Properties

Name Type Description
detail com.aliyun.ros.cdk.core.IResolvable OR DetailProperty Property detail:.
project java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property project: Project name: 1.

detailRequired

public java.lang.Object getDetail();

Property detail:.


projectRequired

public java.lang.Object getProject();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property project: Project name: 1.

Only supports lowercase letters, numbers, hyphens (-) and underscores (_). 2. Must start and end with lowercase letters and numbers. 3. The name length is 3-63 characters.