Amazon App Mesh · Schema

GrpcGatewayRouteRewrite

An object that represents the gateway route to rewrite.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
hostname object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-grpcgatewayrouterewrite-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcGatewayRouteRewrite",
  "description": "An object that represents the gateway route to rewrite.",
  "type": "object",
  "properties": {
    "hostname": {}
  }
}