Alert Configuration Policy Configuration
data class AlertConfigurationPolicyConfiguration(val actionPolicyId: String? = null, val alertPolicyId: String? = null, val repeatInterval: String? = null)
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.