AWS App Mesh · JSON Structure

App Mesh Http Gateway Route Path Rewrite Structure

An object that represents the path to rewrite.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

HttpGatewayRoutePathRewrite is a JSON Structure definition published by AWS App Mesh, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

exact

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "exact": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpPathExact"
        },
        {
          "description": "The exact path to rewrite."
        }
      ]
    }
  },
  "description": "An object that represents the path to rewrite.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-http-gateway-route-path-rewrite-structure.json",
  "name": "HttpGatewayRoutePathRewrite"
}