|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The information required to update a custom domain name. |
||
| authConfig | AuthConfig |
The authentication configuration. |
|
| certConfig | CertConfig |
Information about the HTTPS certificate. |
|
| corsConfig | CORSConfig | ||
| protocol |
string |
The protocol type that the domain name supports. `HTTP`: supports only the HTTP protocol. `HTTPS`: supports only the HTTPS protocol. `HTTP,HTTPS`: supports both HTTP and HTTPS protocols. |
HTTP |
| routeConfig | RouteConfig |
The route table that maps the access paths of the custom domain name to functions. |
|
| tlsConfig | TLSConfig |
The TLS configuration. |
|
| wafConfig | WAFConfig |
The Web Application Firewall (WAF) configuration. |