class Aws::RoboMaker::Types::PortForwardingConfig

Configuration information for port forwarding.

@note When making an API call, you may pass PortForwardingConfig

data as a hash:

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

@!attribute [rw] port_mappings

The port mappings for the configuration.
@return [Array<Types::PortMapping>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/PortForwardingConfig AWS API Documentation

Constants

SENSITIVE