Lists alarm mute rules in your Amazon Web Services account and region
Source:R/cloudwatch_operations.R
cloudwatch_list_alarm_mute_rules.RdLists alarm mute rules in your Amazon Web Services account and region.
See https://www.paws-r-sdk.com/docs/cloudwatch_list_alarm_mute_rules/ for full documentation.
Usage
cloudwatch_list_alarm_mute_rules(
AlarmName = NULL,
Statuses = NULL,
MaxRecords = NULL,
NextToken = NULL
)Arguments
- AlarmName
Filter results to show only mute rules that target the specified alarm name.
- Statuses
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.- MaxRecords
The maximum number of mute rules to return in one call. The default is 50.
- NextToken
The token returned from a previous call to indicate where to continue retrieving results.