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.

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.CloudWatchAlarmConfiguration

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

Syntax

C#
public class CloudWatchAlarmConfiguration

The CloudWatchAlarmConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ComparisonOperator Amazon.Route53.ComparisonOperator

Gets and sets the property ComparisonOperator.

For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.

Public Property Dimensions System.Collections.Generic.List<Amazon.Route53.Model.Dimension>

Gets and sets the property Dimensions.

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric. For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.

Public Property EvaluationPeriods System.Int32

Gets and sets the property EvaluationPeriods.

For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the CloudWatch metric that the alarm is associated with.

Public Property Namespace System.String

Gets and sets the property Namespace.

The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.

Public Property Period System.Int32

Gets and sets the property Period.

For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.

Public Property Statistic Amazon.Route53.Statistic

Gets and sets the property Statistic.

For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.

Public Property Threshold System.Double

Gets and sets the property Threshold.

For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5