AWS App Mesh · Schema

HttpGatewayRoutePrefixRewrite

An object representing the beginning characters of the route to rewrite.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
defaultPrefix object
value object
View JSON Schema on GitHub

JSON Schema

app-mesh-http-gateway-route-prefix-rewrite-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "defaultPrefix": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultGatewayRouteRewrite"
        },
        {
          "description": "The default prefix used to replace the incoming route prefix when rewritten."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpGatewayRoutePrefix"
        },
        {
          "description": "The value used to replace the incoming route prefix when rewritten."
        }
      ]
    }
  },
  "description": "An object representing the beginning characters of the route to rewrite.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-http-gateway-route-prefix-rewrite-schema.json",
  "title": "HttpGatewayRoutePrefixRewrite"
}