AWS::AppMesh::GatewayRoute HttpGatewayRouteAction
An object that represents the action to take if a match is determined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Rewrite" :
HttpGatewayRouteRewrite
, "Target" :GatewayRouteTarget
}
Properties
Rewrite
-
The gateway route action to rewrite.
Required: No
Type: HttpGatewayRouteRewrite
Update requires: No interruption
Target
-
An object that represents the target that traffic is routed to when a request matches the gateway route.
Required: Yes
Type: GatewayRouteTarget
Update requires: No interruption