Amazon App Mesh · JSON Structure

Amazon App Mesh Grpcgatewayroutematch Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

GrpcGatewayRouteMatch 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": "GrpcGatewayRouteMatch",
  "type": "record",
  "fields": [
    {
      "name": "hostname",
      "type": "string"
    },
    {
      "name": "metadata",
      "type": "string"
    },
    {
      "name": "port",
      "type": "string"
    },
    {
      "name": "serviceName",
      "type": "string"
    }
  ]
}