Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53-healthcheck.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::Route53::HealthCheck.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53.git

Properties

HealthCheckConfig object required

A complex type that contains information about the health check.

17 nested properties
Type string | Aws_CF_FunctionString required
AlarmIdentifier object

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.

2 nested properties
Name string | Aws_CF_FunctionString required

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 | Aws_CF_FunctionString required

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.

ChildHealthChecks string[]
maxItems=256
EnableSNI boolean
FailureThreshold integer
min=1max=10
FullyQualifiedDomainName string | Aws_CF_FunctionString
HealthThreshold integer
min=0max=256
InsufficientDataHealthStatus string | Aws_CF_FunctionString
Inverted boolean
IPAddress string | Aws_CF_FunctionString
MeasureLatency boolean
Port integer
min=1max=65535
Regions string[]
maxItems=64
RequestInterval integer
min=10max=30
ResourcePath string | Aws_CF_FunctionString
SearchString string | Aws_CF_FunctionString
RoutingControlArn string | Aws_CF_FunctionString
HealthCheckTags HealthCheckTag[]

An array of key-value pairs to apply to this resource.

uniqueItems=true

Definitions

AlarmIdentifier object

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.

Name string | Aws_CF_FunctionString required

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 | Aws_CF_FunctionString required

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.

HealthCheckTag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag.

Value string | Aws_CF_FunctionString required

The value for the tag.