amazonka-route53-2.0: Amazon Route 53 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53.Types.AlarmIdentifier

Description

 
Synopsis

Documentation

data AlarmIdentifier Source #

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.

See: newAlarmIdentifier smart constructor.

Constructors

AlarmIdentifier' 

Fields

  • region :: CloudWatchRegion

    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.

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

  • name :: Text

    The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

    Route 53 supports CloudWatch alarms with the following features:

    • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
    • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

Instances

Instances details
FromXML AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

ToXML AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Methods

toXML :: AlarmIdentifier -> XML #

Generic AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Associated Types

type Rep AlarmIdentifier :: Type -> Type #

Read AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Show AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

NFData AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Methods

rnf :: AlarmIdentifier -> () #

Eq AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Hashable AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

type Rep AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

type Rep AlarmIdentifier = D1 ('MetaData "AlarmIdentifier" "Amazonka.Route53.Types.AlarmIdentifier" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "AlarmIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloudWatchRegion) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAlarmIdentifier Source #

Create a value of AlarmIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:region:AlarmIdentifier', alarmIdentifier_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.

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

$sel:name:AlarmIdentifier', alarmIdentifier_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.

Route 53 supports CloudWatch alarms with the following features:

  • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
  • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

alarmIdentifier_region :: Lens' AlarmIdentifier CloudWatchRegion Source #

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.

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

alarmIdentifier_name :: Lens' AlarmIdentifier Text Source #

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Route 53 supports CloudWatch alarms with the following features:

  • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
  • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.