Interface CfnHealthCheck.AlarmIdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHealthCheck.AlarmIdentifierProperty.Jsii$Proxy
- Enclosing class:
CfnHealthCheck
@Stability(Stable)
public static interface CfnHealthCheck.AlarmIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53.*; AlarmIdentifierProperty alarmIdentifierProperty = AlarmIdentifierProperty.builder() .name("name") .region("region") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHealthCheck.AlarmIdentifierProperty
static final class
An implementation forCfnHealthCheck.AlarmIdentifierProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getName()
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
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.
- See Also:
-
getRegion
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 .
- See Also:
-
builder
-