| 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.VirtualServiceBackend
Description
Documentation
data VirtualServiceBackend Source #
An object that represents a virtual service backend for a virtual node.
See: newVirtualServiceBackend smart constructor.
Constructors
| VirtualServiceBackend' | |
Fields
| |
Instances
newVirtualServiceBackend Source #
Create a value of VirtualServiceBackend 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:clientPolicy:VirtualServiceBackend', virtualServiceBackend_clientPolicy - A reference to an object that represents the client policy for a
backend.
$sel:virtualServiceName:VirtualServiceBackend', virtualServiceBackend_virtualServiceName - The name of the virtual service that is acting as a virtual node
backend.
virtualServiceBackend_clientPolicy :: Lens' VirtualServiceBackend (Maybe ClientPolicy) Source #
A reference to an object that represents the client policy for a backend.
virtualServiceBackend_virtualServiceName :: Lens' VirtualServiceBackend Text Source #
The name of the virtual service that is acting as a virtual node backend.