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 GrpcRouteMetadataMatchMethod = GrpcRouteMetadataMatchMethod' {}
- newGrpcRouteMetadataMatchMethod :: GrpcRouteMetadataMatchMethod
- grpcRouteMetadataMatchMethod_suffix :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text)
- grpcRouteMetadataMatchMethod_regex :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text)
- grpcRouteMetadataMatchMethod_prefix :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text)
- grpcRouteMetadataMatchMethod_range :: Lens' GrpcRouteMetadataMatchMethod (Maybe MatchRange)
- grpcRouteMetadataMatchMethod_exact :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text)
Documentation
data GrpcRouteMetadataMatchMethod Source #
An object that represents the match method. Specify one of the match values.
See: newGrpcRouteMetadataMatchMethod
smart constructor.
GrpcRouteMetadataMatchMethod' | |
|
Instances
newGrpcRouteMetadataMatchMethod :: GrpcRouteMetadataMatchMethod Source #
Create a value of GrpcRouteMetadataMatchMethod
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:suffix:GrpcRouteMetadataMatchMethod'
, grpcRouteMetadataMatchMethod_suffix
- The value sent by the client must end with the specified characters.
$sel:regex:GrpcRouteMetadataMatchMethod'
, grpcRouteMetadataMatchMethod_regex
- The value sent by the client must include the specified characters.
$sel:prefix:GrpcRouteMetadataMatchMethod'
, grpcRouteMetadataMatchMethod_prefix
- The value sent by the client must begin with the specified characters.
$sel:range:GrpcRouteMetadataMatchMethod'
, grpcRouteMetadataMatchMethod_range
- An object that represents the range of values to match on.
$sel:exact:GrpcRouteMetadataMatchMethod'
, grpcRouteMetadataMatchMethod_exact
- The value sent by the client must match the specified value exactly.
grpcRouteMetadataMatchMethod_suffix :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text) Source #
The value sent by the client must end with the specified characters.
grpcRouteMetadataMatchMethod_regex :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text) Source #
The value sent by the client must include the specified characters.
grpcRouteMetadataMatchMethod_prefix :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text) Source #
The value sent by the client must begin with the specified characters.
grpcRouteMetadataMatchMethod_range :: Lens' GrpcRouteMetadataMatchMethod (Maybe MatchRange) Source #
An object that represents the range of values to match on.
grpcRouteMetadataMatchMethod_exact :: Lens' GrpcRouteMetadataMatchMethod (Maybe Text) Source #
The value sent by the client must match the specified value exactly.