Amazon App Mesh · JSON Structure

Amazon App Mesh Grpctimeout Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

GrpcTimeout 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": "GrpcTimeout",
  "type": "record",
  "fields": [
    {
      "name": "idle",
      "type": "string"
    },
    {
      "name": "perRequest",
      "type": "string"
    }
  ]
}