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.

Retrieves details for a specific alarm mute rule.

This operation returns complete information about the mute rule, including its configuration, status, targeted alarms, and metadata.

The returned status indicates the current state of the mute rule:

Permissions

To retrieve details for a mute rule, you need the cloudwatch:GetAlarmMuteRule permission on the alarm mute rule resource.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetAlarmMuteRuleAsync.

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

Syntax

C#
public abstract GetAlarmMuteRuleResponse GetAlarmMuteRule(
         GetAlarmMuteRuleRequest request
)

Parameters

request
Type: Amazon.CloudWatch.Model.GetAlarmMuteRuleRequest

Container for the necessary parameters to execute the GetAlarmMuteRule service method.

Return Value


The response from the GetAlarmMuteRule service method, as returned by CloudWatch.

Exceptions

ExceptionCondition
ResourceNotFoundException The named resource does not exist.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also