Interface MetricAlert.DefinitionStages.WithActionGroup
- All Known Subinterfaces:
MetricAlert.Definition
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithActionGroup
The stage of the definition which specifies actions that will be activated when the conditions are met in the
metric alert rules.
-
Method Summary
Modifier and TypeMethodDescriptionwithActionGroups(String... actionGroupId) Sets the actions that will activate when the condition is met.
-
Method Details
-
withActionGroups
Sets the actions that will activate when the condition is met.- Parameters:
actionGroupId- resource Ids of theActionGroup.- Returns:
- the next stage of metric alert definition.
-