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 the backends that a virtual node is expected to send outbound traffic to.
See: newBackend
smart constructor.
Backend' | |
|
Instances
Eq Backend Source # | |
Read Backend Source # | |
Show Backend Source # | |
Generic Backend Source # | |
NFData Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
Hashable Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
ToJSON Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
FromJSON Backend Source # | |
type Rep Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend type Rep Backend = D1 ('MetaData "Backend" "Amazonka.AppMesh.Types.Backend" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "Backend'" 'PrefixI 'True) (S1 ('MetaSel ('Just "virtualService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VirtualServiceBackend)))) |
newBackend :: Backend Source #
Create a value of Backend
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:virtualService:Backend'
, backend_virtualService
- Specifies a virtual service to use as a backend.
backend_virtualService :: Lens' Backend (Maybe VirtualServiceBackend) Source #
Specifies a virtual service to use as a backend.