interface AlarmIdentifier
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.AlarmIdentifier |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#AlarmIdentifier |
![]() | software.amazon.awscdk.services.route53.AlarmIdentifier |
![]() | aws_cdk.aws_route53.AlarmIdentifier |
![]() | aws-cdk-lib » aws_route53 » AlarmIdentifier |
A CloudWatch alarm that you want Amazon Route 53 health checker to use to determine whether this 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 { aws_route53 as route53 } from 'aws-cdk-lib';
const alarmIdentifier: route53.AlarmIdentifier = {
name: 'name',
region: 'region',
};
Properties
Name | Type | Description |
---|---|---|
name | string | 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 | string | The region of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. |
name
Type:
string
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
Type:
string
The region of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.