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 GrpcGatewayRouteMatch = GrpcGatewayRouteMatch' {}
- newGrpcGatewayRouteMatch :: GrpcGatewayRouteMatch
- grpcGatewayRouteMatch_hostname :: Lens' GrpcGatewayRouteMatch (Maybe GatewayRouteHostnameMatch)
- grpcGatewayRouteMatch_serviceName :: Lens' GrpcGatewayRouteMatch (Maybe Text)
- grpcGatewayRouteMatch_metadata :: Lens' GrpcGatewayRouteMatch (Maybe (NonEmpty GrpcGatewayRouteMetadata))
Documentation
data GrpcGatewayRouteMatch Source #
An object that represents the criteria for determining a request match.
See: newGrpcGatewayRouteMatch
smart constructor.
GrpcGatewayRouteMatch' | |
|
Instances
newGrpcGatewayRouteMatch :: GrpcGatewayRouteMatch Source #
Create a value of GrpcGatewayRouteMatch
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:hostname:GrpcGatewayRouteMatch'
, grpcGatewayRouteMatch_hostname
- The gateway route host name to be matched on.
$sel:serviceName:GrpcGatewayRouteMatch'
, grpcGatewayRouteMatch_serviceName
- The fully qualified domain name for the service to match from the
request.
$sel:metadata:GrpcGatewayRouteMatch'
, grpcGatewayRouteMatch_metadata
- The gateway route metadata to be matched on.
grpcGatewayRouteMatch_hostname :: Lens' GrpcGatewayRouteMatch (Maybe GatewayRouteHostnameMatch) Source #
The gateway route host name to be matched on.
grpcGatewayRouteMatch_serviceName :: Lens' GrpcGatewayRouteMatch (Maybe Text) Source #
The fully qualified domain name for the service to match from the request.
grpcGatewayRouteMatch_metadata :: Lens' GrpcGatewayRouteMatch (Maybe (NonEmpty GrpcGatewayRouteMetadata)) Source #
The gateway route metadata to be matched on.