Expand description
Defines additional types related to AlertPolicy
Modules§
- alert_
strategy - Defines additional types related to AlertStrategy
- condition
- Defines additional types related to Condition
- condition_
combiner_ type - Useful constants to work with ConditionCombinerType
- documentation
- Defines additional types related to Documentation
- severity
- Useful constants to work with Severity
Structs§
- Alert
Strategy - Control over how the notification channels in
notification_channelsare notified when this alert fires. - Condition
- A condition is a true/false test that determines when an alerting policy should open an incident. If a condition evaluates to true, it signifies that something is wrong.
- Condition
Combiner Type - Operators for combining conditions.
- Documentation
- Documentation that is included in the notifications and incidents pertaining to this policy.
- Severity
- An enumeration of possible severity level for an alerting policy.