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
- data VirtualGatewaySpec = VirtualGatewaySpec' {}
- newVirtualGatewaySpec :: VirtualGatewaySpec
- virtualGatewaySpec_backendDefaults :: Lens' VirtualGatewaySpec (Maybe VirtualGatewayBackendDefaults)
- virtualGatewaySpec_logging :: Lens' VirtualGatewaySpec (Maybe VirtualGatewayLogging)
- virtualGatewaySpec_listeners :: Lens' VirtualGatewaySpec [VirtualGatewayListener]
Documentation
data VirtualGatewaySpec Source #
An object that represents the specification of a service mesh resource.
See: newVirtualGatewaySpec
smart constructor.
VirtualGatewaySpec' | |
|
Instances
newVirtualGatewaySpec :: VirtualGatewaySpec Source #
Create a value of VirtualGatewaySpec
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:backendDefaults:VirtualGatewaySpec'
, virtualGatewaySpec_backendDefaults
- A reference to an object that represents the defaults for backends.
$sel:logging:VirtualGatewaySpec'
, virtualGatewaySpec_logging
- Undocumented member.
$sel:listeners:VirtualGatewaySpec'
, virtualGatewaySpec_listeners
- The listeners that the mesh endpoint is expected to receive inbound
traffic from. You can specify one listener.
virtualGatewaySpec_backendDefaults :: Lens' VirtualGatewaySpec (Maybe VirtualGatewayBackendDefaults) Source #
A reference to an object that represents the defaults for backends.
virtualGatewaySpec_logging :: Lens' VirtualGatewaySpec (Maybe VirtualGatewayLogging) Source #
Undocumented member.
virtualGatewaySpec_listeners :: Lens' VirtualGatewaySpec [VirtualGatewayListener] Source #
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.