AWS SDK for .NET Documentation
CreateHealthCheckRequest Class
AmazonAmazon.Route53.ModelCreateHealthCheckRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class CreateHealthCheckRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:

Length
1 - 64


Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateHealthCheckRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)