interface IHealthMonitor
| Language | Type name |
|---|---|
Python | aws_rfdk.IHealthMonitor |
TypeScript (source) | aws-rfdk » IHealthMonitor |
Implemented by
Health
Interface for the Health Monitor.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
node
Type:
Node
The tree node.
Methods
| Name | Description |
|---|---|
| register | Attaches the load-balancing target to the ELB for instance-level monitoring. |
registerFleet(monitorableFleet, healthCheckConfig)
public registerFleet(monitorableFleet: IMonitorableFleet, healthCheckConfig: HealthCheckConfig): void
Parameters
- monitorableFleet
IMonitorableFleet - healthCheckConfig
HealthCheck Config
Attaches the load-balancing target to the ELB for instance-level monitoring.

Python
TypeScript (