amazonka-robomaker-2.0: Amazon RoboMaker 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.RobOMaker.Types.PortMapping

Description

 
Synopsis

Documentation

data PortMapping Source #

An object representing a port mapping.

See: newPortMapping smart constructor.

Constructors

PortMapping' 

Fields

Instances

Instances details
FromJSON PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

ToJSON PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Generic PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Associated Types

type Rep PortMapping :: Type -> Type #

Read PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Show PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

NFData PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Methods

rnf :: PortMapping -> () #

Eq PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Hashable PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

type Rep PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

type Rep PortMapping = D1 ('MetaData "PortMapping" "Amazonka.RobOMaker.Types.PortMapping" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "PortMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableOnPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "jobPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "applicationPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newPortMapping Source #

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.