GetAlertsAlertConfigurationPolicyConfiguration

data class GetAlertsAlertConfigurationPolicyConfiguration(val actionPolicyId: String, val alertPolicyId: String, val repeatInterval: String)

Constructors

constructor(actionPolicyId: String, alertPolicyId: String, repeatInterval: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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