This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::AppMesh::GatewayRoute HttpGatewayRouteRewrite
An object representing the gateway route to rewrite.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Hostname" :GatewayRouteHostnameRewrite, "Path" :HttpGatewayRoutePathRewrite, "Prefix" :HttpGatewayRoutePrefixRewrite}
YAML
Hostname:GatewayRouteHostnameRewritePath:HttpGatewayRoutePathRewritePrefix: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