| 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.AppMesh.Types.PortMapping
Description
Synopsis
Documentation
data PortMapping Source #
An object that represents a port mapping.
See: newPortMapping smart constructor.
Constructors
| PortMapping' | |
Fields
| |
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:port:PortMapping', portMapping_port - The port used for the port mapping.
$sel:protocol:PortMapping', portMapping_protocol - The protocol used for the port mapping. Specify one protocol.
portMapping_port :: Lens' PortMapping Natural Source #
The port used for the port mapping.
portMapping_protocol :: Lens' PortMapping PortProtocol Source #
The protocol used for the port mapping. Specify one protocol.