Amazon App Mesh · JSON Structure

Amazon App Mesh Virtualgatewayhealthcheckpolicy Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

VirtualGatewayHealthCheckPolicy is a JSON Structure definition published by Amazon App Mesh. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "VirtualGatewayHealthCheckPolicy",
  "type": "record",
  "fields": [
    {
      "name": "healthyThreshold",
      "type": "string"
    },
    {
      "name": "intervalMillis",
      "type": "string"
    },
    {
      "name": "path",
      "type": "string"
    },
    {
      "name": "port",
      "type": "string"
    },
    {
      "name": "protocol",
      "type": "string"
    },
    {
      "name": "timeoutMillis",
      "type": "string"
    },
    {
      "name": "unhealthyThreshold",
      "type": "string"
    }
  ]
}