Class CfnHealthCheck.AlarmIdentifierProperty
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AlarmIdentifierProperty : Object, CfnHealthCheck.IAlarmIdentifierProperty
Syntax (vb)
Public Class AlarmIdentifierProperty
Inherits Object
Implements CfnHealthCheck.IAlarmIdentifierProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Route53;
var alarmIdentifierProperty = new AlarmIdentifierProperty {
Name = "name",
Region = "region"
};
Synopsis
Constructors
AlarmIdentifierProperty() |
Properties
Name | The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. |
Region | For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in. |
Constructors
AlarmIdentifierProperty()
public AlarmIdentifierProperty()
Properties
Name
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
public string Name { get; set; }
Property Value
System.String
Remarks
Route 53 supports CloudWatch alarms with the following features:
Region
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
public string Region { get; set; }
Property Value
System.String
Remarks
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference .