AWS::AppMesh::GatewayRoute HttpGatewayRouteRewrite
An object representing the gateway route to rewrite.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Hostname" :
GatewayRouteHostnameRewrite
, "Path" :HttpGatewayRoutePathRewrite
, "Prefix" :HttpGatewayRoutePrefixRewrite
}
YAML
Hostname:
GatewayRouteHostnameRewrite
Path:HttpGatewayRoutePathRewrite
Prefix:HttpGatewayRoutePrefixRewrite
Properties
Hostname
-
The host name to rewrite.
Required: No
Type: GatewayRouteHostnameRewrite
Update requires: No interruption
Path
-
The path to rewrite.
Required: No
Type: HttpGatewayRoutePathRewrite
Update requires: No interruption
Prefix
-
The specified beginning characters to rewrite.
Required: No
Type: HttpGatewayRoutePrefixRewrite
Update requires: No interruption