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 |
Documentation
data VirtualServiceBackend Source #
An object that represents a virtual service backend for a virtual node.
See: newVirtualServiceBackend
smart constructor.
VirtualServiceBackend' | |
|
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.