Alert Processing Rule Properties Args
fun AlertProcessingRulePropertiesArgs(actions: Output<List<Any>>, conditions: Output<List<ConditionArgs>>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, schedule: Output<ScheduleArgs>? = null, scopes: Output<List<String>>)