Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Port Forwarding Config Structure

Configuration information for port forwarding.

Type: object Properties: 1
RoboticsSimulation

PortForwardingConfig is a JSON Structure definition published by Amazon RoboMaker, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

portMappings

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-port-forwarding-config-structure.json",
  "description": "Configuration information for port forwarding.",
  "type": "object",
  "properties": {
    "portMappings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortMappingList"
        },
        {
          "description": "The port mappings for the configuration."
        }
      ]
    }
  },
  "name": "PortForwardingConfig"
}