interface HealthCheckReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.HealthCheckReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#HealthCheckReference |
![]() | software.amazon.awscdk.services.route53.HealthCheckReference |
![]() | aws_cdk.aws_route53.HealthCheckReference |
![]() | aws-cdk-lib » aws_route53 » HealthCheckReference |
A reference to a HealthCheck resource.
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 healthCheckReference: route53.HealthCheckReference = {
healthCheckId: 'healthCheckId',
};
Properties
Name | Type | Description |
---|---|---|
health | string | The HealthCheckId of the HealthCheck resource. |
healthCheckId
Type:
string
The HealthCheckId of the HealthCheck resource.