AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListAlarmMuteRules operation. Lists alarm mute rules in your Amazon Web Services account and region.
You can filter the results by alarm name to find all mute rules targeting a specific alarm, or by status to find rules that are scheduled, active, or expired.
This operation supports pagination for accounts with many mute rules. Use the MaxRecords
and NextToken parameters to retrieve results in multiple calls.
Permissions
To list mute rules, you need the cloudwatch:ListAlarmMuteRules permission.
Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z
public class ListAlarmMuteRulesRequest : AmazonCloudWatchRequest IAmazonWebServiceRequest
The ListAlarmMuteRulesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListAlarmMuteRulesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
AlarmName | System.String |
Gets and sets the property AlarmName. Filter results to show only mute rules that target the specified alarm name. |
|
MaxRecords | System.Int32 |
Gets and sets the property MaxRecords. The maximum number of mute rules to return in one call. The default is 50. |
|
NextToken | System.String |
Gets and sets the property NextToken. The token returned from a previous call to indicate where to continue retrieving results. |
|
Statuses | System.Collections.Generic.List<System.String> |
Gets and sets the property Statuses.
Filter results to show only mute rules with the specified statuses. Valid values are
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5