Amazon App Mesh · Schema

HttpGatewayRouteRewrite

An object representing the gateway route to rewrite.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
hostname object
path object
prefix object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httpgatewayrouterewrite-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpGatewayRouteRewrite",
  "description": "An object representing the gateway route to rewrite.",
  "type": "object",
  "properties": {
    "hostname": {},
    "path": {},
    "prefix": {}
  }
}