Interface MetricAlert.DefinitionStages.WithActionGroup
-
- All Known Subinterfaces:
MetricAlert.Definition
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithActionGroupThe stage of the definition which specifies actions that will be activated when the conditions are met in the metric alert rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricAlert.DefinitionStages.WithCriteriaDefinitionwithActionGroups(String... actionGroupId)Sets the actions that will activate when the condition is met.
-
-
-
Method Detail
-
withActionGroups
MetricAlert.DefinitionStages.WithCriteriaDefinition withActionGroups(String... actionGroupId)
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.
-
-