AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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

/Route
            53 API version/healthcheck
resource. The request body must include a document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element that contains metadata about the health check.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.CreateHealthCheckRequest

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateHealthCheckRequest : AmazonRoute53Request
         IRequestEvents

The CreateHealthCheckRequest type exposes the following members

Constructors

NameDescription
Public Method CreateHealthCheckRequest()

Properties

NameTypeDescription
Public Property CallerReference System.String Gets and sets the property 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.

Public Property HealthCheckConfig Amazon.Route53.Model.HealthCheckConfig Gets and sets the property HealthCheckConfig.

A complex type that contains health check configuration.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8