Amazon App Mesh · Schema

VirtualGatewayPortMapping

An object that represents a port mapping.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
port object
protocol object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewayportmapping-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayPortMapping",
  "description": "An object that represents a port mapping.",
  "type": "object",
  "properties": {
    "port": {},
    "protocol": {}
  },
  "required": [
    "port",
    "protocol"
  ]
}