AlertProps
Properties for defining a Alert
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-alert
Initializer
import { AlertProps } from '@alicloud/ros-cdk-sls'
const alertProps: AlertProps = { ... }
Properties
Name | Type | Description |
---|---|---|
detail |
@alicloud/ros-cdk-core.IResolvable | DetailProperty |
Property detail:. |
project |
string | @alicloud/ros-cdk-core.IResolvable |
Property project: Project name: 1. |
detail
Required
public readonly detail: IResolvable | DetailProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | DetailProperty
Property detail:.
project
Required
public readonly project: string | IResolvable;
- Type: string | @alicloud/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.