Amazon Route 53 · Example Payload

Amazon Route 53 Openapi List Health Checks Response Example

DNSDomain RegistrationHealth ChecksRouting

Amazon Route 53 Openapi List Health Checks Response Example is an example object payload from Amazon Route 53, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

HealthChecksMarkerIsTruncatedNextMarkerMaxItems

Example Payload

Raw ↑
{
  "HealthChecks": [
    "example-value"
  ],
  "Marker": "example-value",
  "IsTruncated": true,
  "NextMarker": "example-value",
  "MaxItems": 100
}