You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::PortForwardingConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PortForwardingConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  port_mappings: [
    {
      job_port: 1, # required
      application_port: 1, # required
      enable_on_public_ip: false,
    },
  ],
}

Configuration information for port forwarding.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#port_mappingsArray<Types::PortMapping>

The port mappings for the configuration.

Returns: