| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The custom domain name configurations. | ||
| functionName | string | The name of the function. | myFunction |
| methods | array | The supported methods. | |
| string | The HTTP method. The following methods are supported: HEAD, GET, POST, PUT, DELETE, PATCH, and OPTIONS. | GET | |
| path | string | The route matching rule. | /api/* |
| qualifier | string | The version or alias. | myAlias |
| rewriteConfig | RewriteConfig | The rewrite configuration. |