You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Whether the default path mapping is used. The default value is true. If the value is false, the custom path mapping will be used and PathMappingSet will be required in this case.",
65
+
Description: "Whether the default path mapping is used. The default value is `true`. When it is `false`, it means custom path mapping. In this case, the `path_mappings` attribute is required.",
Description: "Unique certificate ID of the custom domain name to be bound. The certificate can be uploaded if Protocol is `https` or `http&https`.",
77
+
Description: "Unique certificate ID of the custom domain name to be bound. You can choose to upload for the `protocol` attribute value `https` or `http&https`.",
Description: "Custom domain name path mapping. The data format is: `path#environment`. Optional values for the environment are `test`, `prepub`, and `release`.",
85
85
},
86
86
//compute
87
87
"status": {
88
88
Type: schema.TypeInt,
89
89
Computed: true,
90
-
Description: "Domain name resolution status. True: success; False: failure.",
90
+
Description: "Domain name resolution status. `1` means normal analysis, `0` means parsing failed.",
*`response_error_codes` - (Optional) Custom error code configuration. Must keep at least one after set.
77
77
*`response_fail_example` - (Optional) Response failure sample of custom response configuration.
@@ -82,9 +82,9 @@ The following arguments are supported:
82
82
*`service_config_path` - (Optional) API backend service path, such as /path. If `service_config_type` is `HTTP`, this parameter will be required. The frontend `request_config_path` and backend path `service_config_path` can be different.
83
83
*`service_config_product` - (Optional) Backend type. This parameter takes effect when VPC is enabled. Currently, only `clb` is supported.
84
84
*`service_config_scf_function_name` - (Optional) SCF function name. This parameter takes effect when `service_config_type` is `SCF`.
85
-
*`service_config_scf_function_namespace` - (Optional) SCF function namespace. This parameter takes effect when `service_config_type` is `SCF`.
85
+
*`service_config_scf_function_namespace` - (Optional) SCF function namespace. This parameter takes effect when `service_config_type` is `SCF`.
86
86
*`service_config_scf_function_qualifier` - (Optional) SCF function version. This parameter takes effect when `service_config_type` is `SCF`.
87
-
*`service_config_timeout` - (Optional) API backend service timeout period in seconds. Default is`5`.
87
+
*`service_config_timeout` - (Optional) API backend service timeout period in seconds. Default value:`5`.
88
88
*`service_config_type` - (Optional) API backend service type. Valid values: `WEBSOCKET`, `HTTP`, `SCF`, `MOCK`. Default value: `HTTP`.
89
89
*`service_config_url` - (Optional) API backend service url. This parameter is required when `service_config_type` is `HTTP`.
*`service_id` - (Required, ForceNew) Unique service ID.
36
36
*`sub_domain` - (Required) Custom domain name to be bound.
37
-
*`certificate_id` - (Optional) Unique certificate ID of the custom domain name to be bound. The certificate can be uploaded if Protocol is`https` or `http&https`.
38
-
*`is_default_mapping` - (Optional) Whether the default path mapping is used. The default value is true. If the value is false, the custom path mapping will be used and PathMappingSet will be required in this case.
*`certificate_id` - (Optional) Unique certificate ID of the custom domain name to be bound. You can choose to upload for the `protocol` attribute value`https` or `http&https`.
38
+
*`is_default_mapping` - (Optional) Whether the default path mapping is used. The default value is `true`. When it is `false`, it means custom path mapping. In this case, the `path_mappings` attribute is required.
39
+
*`path_mappings` - (Optional) Custom domain name path mapping. The data format is: `path#environment`. Optional values for the environment are `test`, `prepub`, and `release`.
40
40
41
41
## Attributes Reference
42
42
43
43
In addition to all arguments above, the following attributes are exported:
44
44
45
45
*`id` - ID of the resource.
46
-
*`status` - Domain name resolution status. True: success; False: failure.
46
+
*`status` - Domain name resolution status. `1` means normal analysis, `0` means parsing failed.
*`exclusive_set_name` - (Optional, ForceNew) Self-deployed cluster name, which is used to specify the self-deployed cluster where the service is to be created.
37
-
*`ip_version` - (Optional, ForceNew) IP version number. Valid values: `IPv4`, `IPv6`. Default value is`IPv4`.
37
+
*`ip_version` - (Optional, ForceNew) IP version number. Valid values: `IPv4`, `IPv6`. Default value:`IPv4`.
38
38
*`pre_limit` - (Optional) API QPS value. Enter a positive number to limit the API query rate per second `QPS`.
39
39
*`release_limit` - (Optional) API QPS value. Enter a positive number to limit the API query rate per second `QPS`.
40
40
*`service_desc` - (Optional) Custom service description.
0 commit comments