AWS App Mesh · JSON Structure

App Mesh Port Set Structure

PortSet schema from AWS App Mesh

Type: array Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

PortSet is a JSON Structure definition published by AWS App Mesh. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "int32",
    "minimum": 1,
    "maximum": 65535
  },
  "$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-port-set-structure.json",
  "name": "PortSet",
  "description": "PortSet schema from AWS App Mesh"
}