amazonka-simspaceweaver-2.0: Amazon SimSpace Weaver SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Description

 
Synopsis

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

Instances details
FromJSON SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Generic SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Associated Types

type Rep SimulationAppEndpointInfo :: Type -> Type #

Read SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Show SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

NFData SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Eq SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

Hashable SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

type Rep SimulationAppEndpointInfo Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo

type Rep SimulationAppEndpointInfo = D1 ('MetaData "SimulationAppEndpointInfo" "Amazonka.SimSpaceWeaver.Types.SimulationAppEndpointInfo" "amazonka-simspaceweaver-2.0-C619ppqhgbWKEJKYoFCug9" 'False) (C1 ('MetaCons "SimulationAppEndpointInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingressPortMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationAppPortMapping]))))

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.