AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatch.AmazonCloudWatchRequest
      Amazon.CloudWatch.Model.ListAlarmMuteRulesRequest

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public class ListAlarmMuteRulesRequest : AmazonCloudWatchRequest
         IAmazonWebServiceRequest

The ListAlarmMuteRulesRequest type exposes the following members

Constructors

NameDescription
Public Method ListAlarmMuteRulesRequest()

Properties

NameTypeDescription
Public Property AlarmName System.String

Gets and sets the property AlarmName.

Filter results to show only mute rules that target the specified alarm name.

Public Property MaxRecords System.Int32

Gets and sets the property MaxRecords.

The maximum number of mute rules to return in one call. The default is 50.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token returned from a previous call to indicate where to continue retrieving results.

Public Property 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 SCHEDULED, ACTIVE, or EXPIRED.

Version Information

.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