Container for the parameters to the CreateHealthCheck operation.
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 class CreateHealthCheckRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateHealthCheckRequest()()()() | Initializes a new instance of the CreateHealthCheckRequest class |
![]() | CallerReference |
A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of
executing the operation twice. You must use a unique CallerReference string every time you create a health check.
CallerReference can be any unique string; you might choose to use a string that identifies your project. Valid characters are any
Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HealthCheckConfig |
A complex type that contains health check configuration.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCallerReference(String) | Obsolete.
Sets the CallerReference property
|
![]() | WithHealthCheckConfig(HealthCheckConfig) | Obsolete.
Sets the HealthCheckConfig property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateHealthCheckRequest |