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