Route53HealthCheckConfig Type
High-level Route 53 Health Check builder following AWS best practices. **Default Settings:** - Type = HTTPS (more secure than HTTP) - Port = 443 - Request interval = 30 seconds (standard) - Failure thresholds = 3 (balanced sensitivity) **Rationale:** Health checks monitor endpoint availability for failover routing. HTTPS health checks verify both connectivity and SSL/TLS validity. **Use Cases:** - Failover routing policies - Weighted routing with health-based failover - CloudWatch alarms for endpoint health
Record fields
| Record Field | Description |
Full Usage:
ConstructId
Field type: string option
|
|
Full Usage:
EnableSNI
Field type: bool voption
|
|
Full Usage:
FailureThreshold
Field type: int voption
|
|
Full Usage:
FullyQualifiedDomainName
Field type: string option
|
|
Full Usage:
HealthCheckName
Field type: string
|
|
Full Usage:
MeasureLatency
Field type: bool voption
|
|
Full Usage:
Port
Field type: int voption
|
|
Full Usage:
RequestInterval
Field type: int voption
|
|
Full Usage:
ResourcePath
Field type: string option
|
|
Full Usage:
Type
Field type: string option
|
|
FsCDK