| 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.GrpcRouteMatch
Description
Synopsis
- data GrpcRouteMatch = GrpcRouteMatch' {}
- newGrpcRouteMatch :: GrpcRouteMatch
- grpcRouteMatch_metadata :: Lens' GrpcRouteMatch (Maybe (NonEmpty GrpcRouteMetadata))
- grpcRouteMatch_methodName :: Lens' GrpcRouteMatch (Maybe Text)
- grpcRouteMatch_port :: Lens' GrpcRouteMatch (Maybe Natural)
- grpcRouteMatch_serviceName :: Lens' GrpcRouteMatch (Maybe Text)
Documentation
data GrpcRouteMatch Source #
An object that represents the criteria for determining a request match.
See: newGrpcRouteMatch smart constructor.
Constructors
| GrpcRouteMatch' | |
Fields
| |
Instances
newGrpcRouteMatch :: GrpcRouteMatch Source #
Create a value of GrpcRouteMatch 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:metadata:GrpcRouteMatch', grpcRouteMatch_metadata - An object that represents the data to match from the request.
$sel:methodName:GrpcRouteMatch', grpcRouteMatch_methodName - The method name to match from the request. If you specify a name, you
must also specify a serviceName.
$sel:port:GrpcRouteMatch', grpcRouteMatch_port - The port number to match on.
$sel:serviceName:GrpcRouteMatch', grpcRouteMatch_serviceName - The fully qualified domain name for the service to match from the
request.
grpcRouteMatch_metadata :: Lens' GrpcRouteMatch (Maybe (NonEmpty GrpcRouteMetadata)) Source #
An object that represents the data to match from the request.
grpcRouteMatch_methodName :: Lens' GrpcRouteMatch (Maybe Text) Source #
The method name to match from the request. If you specify a name, you
must also specify a serviceName.
grpcRouteMatch_port :: Lens' GrpcRouteMatch (Maybe Natural) Source #
The port number to match on.
grpcRouteMatch_serviceName :: Lens' GrpcRouteMatch (Maybe Text) Source #
The fully qualified domain name for the service to match from the request.