Which of the following is the correct JSON snippet to create a Route 53 health check for an HTTP endpoint?
A{"IPAddress": "192.0.2.44", "Port": 22, "Type": "SSH", "ResourcePath": "/health"}
B{"IPAddress": "192.0.2.44", "Port": 80, "Type": "HTTP", "ResourcePath": "/health"}
C{"IPAddress": "192.0.2.44", "Port": 443, "Type": "FTP", "ResourcePath": "/health"}
D{"IPAddress": "192.0.2.44", "Port": 25, "Type": "SMTP", "ResourcePath": "/health"}