Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PortMapping Source #
An object representing a port mapping.
See: newPortMapping
smart constructor.
PortMapping' | |
|
Instances
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.