Amazon App Mesh · Schema

TcpRouteAction

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
weightedTargets object
View JSON Schema on GitHub

JSON Schema

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