| 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.AppMesh.Types.Backend
Description
Synopsis
Documentation
An object that represents the backends that a virtual node is expected to send outbound traffic to.
See: newBackend smart constructor.
Constructors
| Backend' | |
Fields
| |
Instances
| FromJSON Backend Source # | |
| ToJSON Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
| Generic Backend Source # | |
| Read Backend Source # | |
| Show Backend Source # | |
| NFData Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
| Eq Backend Source # | |
| Hashable Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend | |
| type Rep Backend Source # | |
Defined in Amazonka.AppMesh.Types.Backend type Rep Backend = D1 ('MetaData "Backend" "Amazonka.AppMesh.Types.Backend" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" '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.