Amazon App Mesh · Schema

HttpTimeout

An object that represents types of timeouts.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
idle object
perRequest object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httptimeout-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpTimeout",
  "description": "An object that represents types of timeouts. ",
  "type": "object",
  "properties": {
    "idle": {},
    "perRequest": {}
  }
}