class Aws::Route53::Types::AlarmIdentifier
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.
@note When making an API call, you may pass AlarmIdentifier
data as a hash: { region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1 name: "AlarmName", # required }
@!attribute [rw] 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][1] in the *Amazon Web Services General Reference*. [1]: https://docs.aws.amazon.com/general/latest/gr/cw_region.html @return [String]
@!attribute [rw] 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. <note markdown="1"> 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][1] in the *Amazon CloudWatch User Guide*. * Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported. </note> [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics @return [String]
@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/AlarmIdentifier AWS API Documentation
Constants
- SENSITIVE