| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RobOMaker.Types.PortMapping
Description
Synopsis
Documentation
data PortMapping Source #
An object representing a port mapping.
See: newPortMapping smart constructor.
Constructors
| PortMapping' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> PortMapping |
Create a value of PortMapping with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enableOnPublicIp:PortMapping', portMapping_enableOnPublicIp - A Boolean indicating whether to enable this port mapping on public IP.
$sel:jobPort:PortMapping', portMapping_jobPort - The port number on the simulation job instance to use as a remote
connection point.
$sel:applicationPort:PortMapping', portMapping_applicationPort - The port number on the application.
portMapping_enableOnPublicIp :: Lens' PortMapping (Maybe Bool) Source #
A Boolean indicating whether to enable this port mapping on public IP.
portMapping_jobPort :: Lens' PortMapping Natural Source #
The port number on the simulation job instance to use as a remote connection point.
portMapping_applicationPort :: Lens' PortMapping Natural Source #
The port number on the application.