Interface IAlarmIdentifier
A CloudWatch alarm that you want Amazon Route 53 health checker to use to determine whether this health check is healthy.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAlarmIdentifier
Syntax (vb)
Public Interface IAlarmIdentifier
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 alarmIdentifier = new AlarmIdentifier {
Name = "name",
Region = "region"
};
Synopsis
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 | The region of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this 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.
string Name { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Region
The region of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
string Region { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated