Amazon App Mesh · Schema

GrpcGatewayRouteAction

An object that represents the action to take if a match is determined.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
rewrite object
target object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-grpcgatewayrouteaction-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcGatewayRouteAction",
  "description": "An object that represents the action to take if a match is determined.",
  "type": "object",
  "properties": {
    "rewrite": {},
    "target": {}
  },
  "required": [
    "target"
  ]
}