| 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.SimSpaceWeaver.Types.SimulationAppEndpointInfo
Description
Synopsis
- data SimulationAppEndpointInfo = SimulationAppEndpointInfo' {}
- newSimulationAppEndpointInfo :: SimulationAppEndpointInfo
- simulationAppEndpointInfo_address :: Lens' SimulationAppEndpointInfo (Maybe Text)
- simulationAppEndpointInfo_ingressPortMappings :: Lens' SimulationAppEndpointInfo (Maybe [SimulationAppPortMapping])
Documentation
data SimulationAppEndpointInfo Source #
Information about the network endpoint that you can use to connect to your custom or service app.
See: newSimulationAppEndpointInfo smart constructor.
Constructors
| SimulationAppEndpointInfo' | |
Fields
| |
Instances
newSimulationAppEndpointInfo :: SimulationAppEndpointInfo Source #
Create a value of SimulationAppEndpointInfo 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:address:SimulationAppEndpointInfo', simulationAppEndpointInfo_address - The IP address of the app. SimSpace Weaver dynamically assigns this IP
address when the app starts.
$sel:ingressPortMappings:SimulationAppEndpointInfo', simulationAppEndpointInfo_ingressPortMappings - The inbound TCP/UDP port numbers of the app. The combination of an IP
address and a port number form a network endpoint.
simulationAppEndpointInfo_address :: Lens' SimulationAppEndpointInfo (Maybe Text) Source #
The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
simulationAppEndpointInfo_ingressPortMappings :: Lens' SimulationAppEndpointInfo (Maybe [SimulationAppPortMapping]) Source #
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.