HttpRouteConfig
Describes the hostname properties for http routing.
Properties
Name | Type | Required |
---|---|---|
name |
string | Yes |
match |
HttpRouteMatchRule | Yes |
destination |
GatewayDestination | Yes |
name
Type: string
Required: Yes
http route name.
match
Type: HttpRouteMatchRule
Required: Yes
Describes a rule for http route matching.
destination
Type: GatewayDestination
Required: Yes
Describes destination endpoint for routing traffic.