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
An object that represents a TCP route type.
See: newTcpRoute
smart constructor.
TcpRoute' | |
|
Instances
Eq TcpRoute Source # | |
Read TcpRoute Source # | |
Show TcpRoute Source # | |
Generic TcpRoute Source # | |
NFData TcpRoute Source # | |
Defined in Amazonka.AppMesh.Types.TcpRoute | |
Hashable TcpRoute Source # | |
Defined in Amazonka.AppMesh.Types.TcpRoute | |
ToJSON TcpRoute Source # | |
Defined in Amazonka.AppMesh.Types.TcpRoute | |
FromJSON TcpRoute Source # | |
type Rep TcpRoute Source # | |
Defined in Amazonka.AppMesh.Types.TcpRoute type Rep TcpRoute = D1 ('MetaData "TcpRoute" "Amazonka.AppMesh.Types.TcpRoute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "TcpRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TcpTimeout)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TcpRouteAction))) |
Create a value of TcpRoute
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:timeout:TcpRoute'
, tcpRoute_timeout
- An object that represents types of timeouts.
$sel:action:TcpRoute'
, tcpRoute_action
- The action to take if a match is determined.
tcpRoute_timeout :: Lens' TcpRoute (Maybe TcpTimeout) Source #
An object that represents types of timeouts.
tcpRoute_action :: Lens' TcpRoute TcpRouteAction Source #
The action to take if a match is determined.