| 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.VirtualGatewaySpec
Description
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.
Constructors
| VirtualGatewaySpec' | |
Fields
| |
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.