| 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.HttpGatewayRoutePrefixRewrite
Description
Synopsis
- data HttpGatewayRoutePrefixRewrite = HttpGatewayRoutePrefixRewrite' {}
- newHttpGatewayRoutePrefixRewrite :: HttpGatewayRoutePrefixRewrite
- httpGatewayRoutePrefixRewrite_defaultPrefix :: Lens' HttpGatewayRoutePrefixRewrite (Maybe DefaultGatewayRouteRewrite)
- httpGatewayRoutePrefixRewrite_value :: Lens' HttpGatewayRoutePrefixRewrite (Maybe Text)
Documentation
data HttpGatewayRoutePrefixRewrite Source #
An object representing the beginning characters of the route to rewrite.
See: newHttpGatewayRoutePrefixRewrite smart constructor.
Constructors
| HttpGatewayRoutePrefixRewrite' | |
Fields
| |
Instances
newHttpGatewayRoutePrefixRewrite :: HttpGatewayRoutePrefixRewrite Source #
Create a value of HttpGatewayRoutePrefixRewrite 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:defaultPrefix:HttpGatewayRoutePrefixRewrite', httpGatewayRoutePrefixRewrite_defaultPrefix - The default prefix used to replace the incoming route prefix when
rewritten.
$sel:value:HttpGatewayRoutePrefixRewrite', httpGatewayRoutePrefixRewrite_value - The value used to replace the incoming route prefix when rewritten.
httpGatewayRoutePrefixRewrite_defaultPrefix :: Lens' HttpGatewayRoutePrefixRewrite (Maybe DefaultGatewayRouteRewrite) Source #
The default prefix used to replace the incoming route prefix when rewritten.
httpGatewayRoutePrefixRewrite_value :: Lens' HttpGatewayRoutePrefixRewrite (Maybe Text) Source #
The value used to replace the incoming route prefix when rewritten.