AWS App Mesh · Example Payload

App Mesh Virtual Gateway Spec Example

DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Top-level fields

backendDefaultslistenerslogging

Example Payload

Raw ↑
{
  "backendDefaults": "example-value",
  "listeners": "example-value",
  "logging": {
    "accessLog": "example-value"
  }
}