interface CfnHealthCheckProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.CfnHealthCheckProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnHealthCheckProps |
![]() | software.amazon.awscdk.services.route53.CfnHealthCheckProps |
![]() | aws_cdk.aws_route53.CfnHealthCheckProps |
![]() | aws-cdk-lib » aws_route53 » CfnHealthCheckProps |
Properties for defining a CfnHealthCheck
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html
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 cfnHealthCheckProps: route53.CfnHealthCheckProps = {
healthCheckConfig: {
type: 'type',
// the properties below are optional
alarmIdentifier: {
name: 'name',
region: 'region',
},
childHealthChecks: ['childHealthChecks'],
enableSni: false,
failureThreshold: 123,
fullyQualifiedDomainName: 'fullyQualifiedDomainName',
healthThreshold: 123,
insufficientDataHealthStatus: 'insufficientDataHealthStatus',
inverted: false,
ipAddress: 'ipAddress',
measureLatency: false,
port: 123,
regions: ['regions'],
requestInterval: 123,
resourcePath: 'resourcePath',
routingControlArn: 'routingControlArn',
searchString: 'searchString',
},
// the properties below are optional
healthCheckTags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
health | IResolvable | Health | A complex type that contains detailed information about one health check. |
health | IResolvable | IResolvable | Health [] | The HealthCheckTags property describes key-value pairs that are associated with an AWS::Route53::HealthCheck resource. |
healthCheckConfig
Type:
IResolvable
|
Health
A complex type that contains detailed information about one health check.
For the values to enter for HealthCheckConfig
, see HealthCheckConfig
healthCheckTags?
Type:
IResolvable
|
IResolvable
|
Health
[]
(optional)
The HealthCheckTags
property describes key-value pairs that are associated with an AWS::Route53::HealthCheck
resource.