AlertConfigurationPolicyConfiguration

data class AlertConfigurationPolicyConfiguration(val actionPolicyId: String? = null, val alertPolicyId: String? = null, val repeatInterval: String? = null)

Constructors

Link copied to clipboard
constructor(actionPolicyId: String? = null, alertPolicyId: String? = null, repeatInterval: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionPolicyId: String? = null

The ID of the action policy used. If the alert policy is in advanced mode and the selected alert policy is not configured with a dynamic action policy, set the actionPolicyId to an empty string.

Link copied to clipboard
val alertPolicyId: String? = null

Alarm policy ID. If it is in simple mode or normal mode, set it to sls.builtin.dynamic (dynamic alarm policy built into the system). For advanced mode, set it to the specified alarm policy ID.

Link copied to clipboard
val repeatInterval: String? = null

Repeat the waiting time. For example, 5m, 1H, etc.