class Aws::RoboMaker::Types::PortMapping

An object representing a port mapping.

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

data as a hash:

    {
      job_port: 1, # required
      application_port: 1, # required
      enable_on_public_ip: false,
    }

@!attribute [rw] job_port

The port number on the simulation job instance to use as a remote
connection point.
@return [Integer]

@!attribute [rw] application_port

The port number on the application.
@return [Integer]

@!attribute [rw] enable_on_public_ip

A Boolean indicating whether to enable this port mapping on public
IP.
@return [Boolean]

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

Constants

SENSITIVE