Amazon App Mesh · Schema

GrpcTimeout

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-grpctimeout-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcTimeout",
  "description": "An object that represents types of timeouts. ",
  "type": "object",
  "properties": {
    "idle": {},
    "perRequest": {}
  }
}