AWS App Mesh · JSON Structure

App Mesh Default Gateway Route Rewrite Structure

DefaultGatewayRouteRewrite schema from AWS App Mesh

Type: string Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "ENABLED",
    "DISABLED"
  ],
  "$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-default-gateway-route-rewrite-structure.json",
  "name": "DefaultGatewayRouteRewrite",
  "description": "DefaultGatewayRouteRewrite schema from AWS App Mesh"
}