Amazon App Mesh · Schema

GatewayRouteHostnameRewrite

An object representing the gateway route host name to rewrite.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
defaultTargetHostname object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-gatewayroutehostnamerewrite-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GatewayRouteHostnameRewrite",
  "description": "An object representing the gateway route host name to rewrite.",
  "type": "object",
  "properties": {
    "defaultTargetHostname": {}
  }
}