Show / Hide Table of Contents

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
object
CfnHealthCheck.AlarmIdentifierProperty
Implements
CfnHealthCheck.IAlarmIdentifierProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html

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

string

Remarks
Route 53 supports CloudWatch alarms with the following features:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-name

    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

    string

    Remarks

    For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-alarmidentifier.html#cfn-route53-healthcheck-alarmidentifier-region

    Implements

    CfnHealthCheck.IAlarmIdentifierProperty
    Back to top Generated by DocFX