{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-structure/amazon-route-53-openapi-create-health-check-request-structure.json", "description": "CreateHealthCheckRequest schema from openapi", "type": "object", "properties": { "CallerReference": { "type": "string", "description": "A unique string that identifies the request." }, "HealthCheckConfig": { "type": "object", "properties": { "IPAddress": { "type": "string" }, "Port": { "type": "int32" }, "Type": { "type": "string", "enum": [ "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL" ] }, "ResourcePath": { "type": "string" }, "FullyQualifiedDomainName": { "type": "string" }, "RequestInterval": { "type": "int32" }, "FailureThreshold": { "type": "int32" } }, "required": [ "Type" ] } }, "required": [ "CallerReference", "HealthCheckConfig" ], "name": "CreateHealthCheckRequest" }