| 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.GrpcGatewayRoute
Description
Documentation
data GrpcGatewayRoute Source #
An object that represents a gRPC gateway route.
See: newGrpcGatewayRoute smart constructor.
Constructors
| GrpcGatewayRoute' | |
Fields
| |
Instances
Arguments
| :: GrpcGatewayRouteAction | |
| -> GrpcGatewayRouteMatch | |
| -> GrpcGatewayRoute |
Create a value of GrpcGatewayRoute 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:action:GrpcGatewayRoute', grpcGatewayRoute_action - An object that represents the action to take if a match is determined.
$sel:match:GrpcGatewayRoute', grpcGatewayRoute_match - An object that represents the criteria for determining a request match.
grpcGatewayRoute_action :: Lens' GrpcGatewayRoute GrpcGatewayRouteAction Source #
An object that represents the action to take if a match is determined.
grpcGatewayRoute_match :: Lens' GrpcGatewayRoute GrpcGatewayRouteMatch Source #
An object that represents the criteria for determining a request match.