Alert Processing Rule Properties Args
data class AlertProcessingRulePropertiesArgs(val actions: Output<List<Either<AddActionGroupsArgs, RemoveAllActionGroupsArgs>>>, val conditions: Output<List<ConditionArgs>>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val schedule: Output<ScheduleArgs>? = null, val scopes: Output<List<String>>) : ConvertibleToJava<AlertProcessingRulePropertiesArgs>
Alert processing rule properties defining scopes, conditions and scheduling logic for alert processing rule.
Constructors
Link copied to clipboard
constructor(actions: Output<List<Either<AddActionGroupsArgs, RemoveAllActionGroupsArgs>>>, conditions: Output<List<ConditionArgs>>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, schedule: Output<ScheduleArgs>? = null, scopes: Output<List<String>>)