Amazon App Mesh · Schema

HttpGatewayRoutePathRewrite

An object that represents the path to rewrite.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
exact object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httpgatewayroutepathrewrite-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpGatewayRoutePathRewrite",
  "description": "An object that represents the path to rewrite.",
  "type": "object",
  "properties": {
    "exact": {}
  }
}