This action creates a new health check.
To create a new health check, send a POST request to the 2013-04-01/healthcheck resource. The request body must include an XML document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element that contains metadata about the health check.

C# |
public CreateHealthCheckResponse CreateHealthCheck( CreateHealthCheckRequest createHealthCheckRequest )

- createHealthCheckRequest (CreateHealthCheckRequest)
- Container for the necessary parameters to execute the CreateHealthCheck service method on AmazonRoute53.

The response from the CreateHealthCheck service method, as returned by AmazonRoute53.
