| 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.GatewayRouteSpec
Description
Synopsis
- data GatewayRouteSpec = GatewayRouteSpec' {}
- newGatewayRouteSpec :: GatewayRouteSpec
- gatewayRouteSpec_grpcRoute :: Lens' GatewayRouteSpec (Maybe GrpcGatewayRoute)
- gatewayRouteSpec_http2Route :: Lens' GatewayRouteSpec (Maybe HttpGatewayRoute)
- gatewayRouteSpec_httpRoute :: Lens' GatewayRouteSpec (Maybe HttpGatewayRoute)
- gatewayRouteSpec_priority :: Lens' GatewayRouteSpec (Maybe Natural)
Documentation
data GatewayRouteSpec Source #
An object that represents a gateway route specification. Specify one gateway route type.
See: newGatewayRouteSpec smart constructor.
Constructors
| GatewayRouteSpec' | |
Fields
| |
Instances
newGatewayRouteSpec :: GatewayRouteSpec Source #
Create a value of GatewayRouteSpec 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:grpcRoute:GatewayRouteSpec', gatewayRouteSpec_grpcRoute - An object that represents the specification of a gRPC gateway route.
$sel:http2Route:GatewayRouteSpec', gatewayRouteSpec_http2Route - An object that represents the specification of an HTTP/2 gateway route.
$sel:httpRoute:GatewayRouteSpec', gatewayRouteSpec_httpRoute - An object that represents the specification of an HTTP gateway route.
$sel:priority:GatewayRouteSpec', gatewayRouteSpec_priority - The ordering of the gateway routes spec.
gatewayRouteSpec_grpcRoute :: Lens' GatewayRouteSpec (Maybe GrpcGatewayRoute) Source #
An object that represents the specification of a gRPC gateway route.
gatewayRouteSpec_http2Route :: Lens' GatewayRouteSpec (Maybe HttpGatewayRoute) Source #
An object that represents the specification of an HTTP/2 gateway route.
gatewayRouteSpec_httpRoute :: Lens' GatewayRouteSpec (Maybe HttpGatewayRoute) Source #
An object that represents the specification of an HTTP gateway route.
gatewayRouteSpec_priority :: Lens' GatewayRouteSpec (Maybe Natural) Source #
The ordering of the gateway routes spec.