AlarmArgs

constructor(compositeExpression: Output<AlarmCompositeExpressionArgs>? = null, contactGroups: Output<List<String>>? = null, dimensions: Output<Map<String, String>>? = null, effectiveInterval: Output<String>? = null, enabled: Output<Boolean>? = null, endTime: Output<Int>? = null, escalationsCritical: Output<AlarmEscalationsCriticalArgs>? = null, escalationsInfo: Output<AlarmEscalationsInfoArgs>? = null, escalationsWarn: Output<AlarmEscalationsWarnArgs>? = null, metric: Output<String>? = null, metricDimensions: Output<String>? = null, name: Output<String>? = null, period: Output<Int>? = null, project: Output<String>? = null, prometheuses: Output<List<AlarmPrometheusArgs>>? = null, silenceTime: Output<Int>? = null, startTime: Output<Int>? = null, tags: Output<Map<String, String>>? = null, targets: Output<List<AlarmTargetArgs>>? = null, webhook: Output<String>? = null)