AWS App Mesh · JSON Structure

App Mesh Tcp Route Action Structure

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

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

TcpRouteAction is a JSON Structure definition published by AWS App Mesh, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

weightedTargets

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "weightedTargets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WeightedTargets"
        },
        {
          "description": "An object that represents the targets that traffic is routed to when a request matches the route."
        }
      ]
    }
  },
  "required": [
    "weightedTargets"
  ],
  "description": "An object that represents the action to take if a match is determined.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-tcp-route-action-structure.json",
  "name": "TcpRouteAction"
}