AWS App Mesh · Example Payload

App Mesh Http Gateway Route Match Example

DeprecatedEnvoyMicroservicesNetworkingService Mesh

App Mesh Http Gateway Route Match Example is an example object payload from AWS App Mesh, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

headershostnamemethodpathportprefixqueryParameters

Example Payload

Raw ↑
{
  "headers": "example-value",
  "hostname": "my-resource-01",
  "method": "example-value",
  "path": "example-value",
  "port": "example-value",
  "prefix": "example-value",
  "queryParameters": "example-value"
}