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.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHealthCheck.AlarmIdentifierProperty : CfnHealthCheck.IAlarmIdentifierProperty
Syntax (vb)
Public Class CfnHealthCheck.AlarmIdentifierProperty 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() | 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. |
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()
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.
public AlarmIdentifierProperty()
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"
};
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
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
Remarks
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference .