Parameter | Type | Description | Example |
---|---|---|---|
object | The single routing rule for a custom domain name. | ||
functionName | string | The name of the function that corresponds to the routing rule. | f1 |
methods | array | The request methods supported by the routing rule. | |
string | The request method. Valid values:
| GET | |
path | string | The request path that corresponds to the routing rule. | /login |
qualifier | string | The version of the service to which the function that corresponds to the routing rule belongs. For more information, see Overview . | prod |
serviceName | string | The name of the service to which the function that corresponds to the routing rule belongs. | s1 |
rewriteConfig | RewriteConfig | The URI rewrite configuration. |