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
Deprecated: "The order of elements in this field cannot be guaranteed. Use `orderly_security_group_ids` instead.",
196
-
Description: "(**Deprecated**) The order of elements in this field cannot be guaranteed. Use `orderly_security_group_ids` instead. Security groups to which a CVM instance belongs.",
196
+
Description: "Security groups to which a CVM instance belongs.",
Copy file name to clipboardExpand all lines: website/docs/d/mps_media_meta_data.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The following arguments are supported:
40
40
*`input_info` - (Required, List) Input information of file for metadata getting.
41
41
*`result_output_file` - (Optional, String) Used to save results.
42
42
43
-
The `cos_input_info` object supports the following:
43
+
The `cos_input_info` object of `input_info`supports the following:
44
44
45
45
*`bucket` - (Required, String) The COS bucket of the object to process, such as `TopRankVideo-125xxx88`.
46
46
*`object` - (Required, String) The path of the object to process, such as `/movie/201907/WildAnimal.mov`.
@@ -53,15 +53,15 @@ The `input_info` object supports the following:
53
53
*`s3_input_info` - (Optional, List) The information of the AWS S3 object processed. This parameter is required if `Type` is `AWS-S3`.Note: This field may return null, indicating that no valid value can be obtained.
54
54
*`url_input_info` - (Optional, List) The URL of the object to process. This parameter is valid and required when `Type` is `URL`.Note: This field may return null, indicating that no valid value can be obtained.
55
55
56
-
The `s3_input_info` object supports the following:
56
+
The `s3_input_info` object of `input_info`supports the following:
57
57
58
58
*`s3_bucket` - (Required, String) The AWS S3 bucket.
59
59
*`s3_object` - (Required, String) The path of the AWS S3 object.
60
60
*`s3_region` - (Required, String) The region of the AWS S3 bucket.
61
61
*`s3_secret_id` - (Optional, String) The key ID required to access the AWS S3 object.
62
62
*`s3_secret_key` - (Optional, String) The key required to access the AWS S3 object.
63
63
64
-
The `url_input_info` object supports the following:
64
+
The `url_input_info` object of `input_info`supports the following:
Copy file name to clipboardExpand all lines: website/docs/r/antiddos_ddos_speed_limit_config.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,12 @@ The `ddos_speed_limit_config` object supports the following:
47
47
*`dst_port_scopes` - (Optional, List) This field has been deprecated. Please fill in the new field DstPortList.
48
48
*`protocol_list` - (Optional, String) IP protocol numbers, values [ALL (all protocols) TCP (tcp protocol) UDP (udp protocol) SMP (smp protocol) 1; 2-100 (custom protocol number range, up to 8)] Note: When customizing the protocol number range, only the protocol number can be filled in, multiple ranges; Separation; When filling in ALL, no other agreements or agreements can be filled inNumber.
49
49
50
-
The `dst_port_scopes` object supports the following:
50
+
The `dst_port_scopes` object of `ddos_speed_limit_config`supports the following:
51
51
52
52
*`begin_port` - (Required, Int) Starting port, ranging from 1 to 65535.
53
53
*`end_port` - (Required, Int) end port, ranging from 1 to 65535.
54
54
55
-
The `speed_values` object supports the following:
55
+
The `speed_values` object of `ddos_speed_limit_config`supports the following:
56
56
57
57
*`type` - (Required, Int) Speed limit value type, value [1 (packet rate pps) 2 (bandwidth bps)].
*`page_rules` - (Optional, List) List of error page rule.
262
262
263
-
The `filter_rules` object supports the following:
263
+
The `filter_rules` object of `ip_filter`supports the following:
264
264
265
265
*`filter_type` - (Required, String) Ip filter `blacklist`/`whitelist` type of filter rules.
266
266
*`filters` - (Required, List) Ip filter rule list, supports IPs in X.X.X.X format, or /8, /16, /24 format IP ranges. Up to 50 allowlists or blocklists can be entered.
267
267
*`rule_paths` - (Required, List) Content list for each `rule_type`: `*` for `all`, file ext like `jpg` for `file`, `/dir/like/` for `directory` and `/path/index.html` for `path`.
268
268
*`rule_type` - (Required, String) Ip filter rule type of filter rules, available: `all`, `file`, `directory`, `path`.
269
269
270
-
The `force_redirect` object supports the following:
270
+
The `force_redirect` object of `https_config`supports the following:
271
271
272
272
*`carry_headers` - (Optional, String) Whether to return the newly added header during force redirection. Values: `on`, `off`.
273
273
*`redirect_status_code` - (Optional, Int) Forced redirect status code. Valid values are `301` and `302`. When `switch` setting `off`, this property does not need to be set or set to `302`. Default value is `302`.
274
274
*`redirect_type` - (Optional, String) Forced redirect type. Valid values are `http` and `https`. `http` means a forced redirect from HTTPS to HTTP, `https` means a forced redirect from HTTP to HTTPS. When `switch` setting `off`, this property does not need to be set or set to `http`. Default value is `http`.
275
275
*`switch` - (Optional, String) Forced redirect configuration switch. Valid values are `on` and `off`. Default value is `off`.
276
276
277
-
The `header_rules` object supports the following:
277
+
The `header_rules` object of `request_header`supports the following:
278
278
279
279
*`header_mode` - (Required, String) Http header setting method. The following types are supported: `add`: add a head, if a head already exists, there will be a duplicate head, `del`: delete the head.
*`header_value` - (Required, String) Http header value, optional when Mode is `del`, Required when Mode is `add`/`set`.
282
282
*`rule_paths` - (Required, List) Matching content under the corresponding type of CacheType: `all`: fill *, `file`: fill in the suffix name, such as jpg, txt, `directory`: fill in the path, such as /xxx/test, `path`: fill in the absolute path, such as /xxx/test.html.
283
283
*`rule_type` - (Required, String) Rule type. The following types are supported: `all`: all documents take effect, `file`: the specified file suffix takes effect, `directory`: the specified path takes effect, `path`: specify the absolute path to take effect.
284
284
285
-
The `header_rules` object supports the following:
285
+
The `header_rules` object of `response_header`supports the following:
*`qps` - (Optional, Int) Sets the limited number of requests per second, 514 will be returned for requests that exceed the limit.
324
324
325
-
The `key_rules` object supports the following:
325
+
The `key_rules` object of `cache_key`supports the following:
326
326
327
327
*`query_string` - (Required, List) Request parameter contained in CacheKey.
328
328
*`rule_paths` - (Required, List) List of rule paths for each `key_rules`: `/` for `index`, file ext like `jpg` for `file`, `/dir/like/` for `directory` and `/path/index.html` for `path`.
@@ -331,7 +331,7 @@ The `key_rules` object supports the following:
331
331
*`ignore_case` - (Optional, String) Whether caches are case insensitive.
332
332
*`rule_tag` - (Optional, String) Specify rule tag, default value is `user`.
333
333
334
-
The `max_age_rules` object supports the following:
334
+
The `max_age_rules` object of `max_age`supports the following:
335
335
336
336
*`max_age_contents` - (Required, List) List of rule paths for each `max_age_type`: `*` for `all`, file ext like `jpg` for `file`, `/dir/like/` for `directory` and `/path/index.html` for `path`.
337
337
*`max_age_time` - (Required, Int) Max Age time in seconds, this can set to `0` that stands for no cache.
@@ -372,7 +372,7 @@ The `oss_private_access` object supports the following:
372
372
*`region` - (Optional, String) Region.
373
373
*`secret_key` - (Optional, String) Key.
374
374
375
-
The `page_rules` object supports the following:
375
+
The `page_rules` object of `error_page`supports the following:
376
376
377
377
*`redirect_code` - (Required, Int) Redirect code of error page rules.
378
378
*`redirect_url` - (Required, String) Redirect url of error page rules.
@@ -389,20 +389,20 @@ The `qn_private_access` object supports the following:
389
389
*`access_key` - (Optional, String) Access ID.
390
390
*`secret_key` - (Optional, String) Key.
391
391
392
-
The `query_string` object supports the following:
392
+
The `query_string` object of `cache_key`supports the following:
@@ -440,14 +440,14 @@ The `rule_cache` object supports the following:
440
440
*`rule_type` - (Optional, String) Rule type. The following types are supported: `all`: all documents take effect, `file`: the specified file suffix takes effect, `directory`: the specified path takes effect, `path`: specify the absolute path to take effect, `index`: home page.
441
441
*`switch` - (Optional, String) Cache configuration switch. Valid values are `on` and `off`.
442
442
443
-
The `server_certificate_config` object supports the following:
443
+
The `server_certificate_config` object of `https_config`supports the following:
444
444
445
445
*`certificate_content` - (Optional, String) Server certificate information. This is required when uploading an external certificate, which should contain the complete certificate chain.
446
446
*`certificate_id` - (Optional, String) Server certificate ID.
*`cache_rules` - (Optional, List) List of cache rule.
466
466
467
-
The `type_a` object supports the following:
467
+
The `type_a` object of `authentication`supports the following:
468
468
469
469
*`expire_time` - (Required, Int) Signature expiration time in second. The maximum value is 630720000.
470
470
*`file_extensions` - (Required, List) File extension list settings determining if authentication should be performed. NOTE: If it contains an asterisk (*), this indicates all files.
@@ -473,15 +473,15 @@ The `type_a` object supports the following:
473
473
*`sign_param` - (Required, String) Signature parameter name. Only upper and lower-case letters, digits, and underscores (_) are allowed. It cannot start with a digit. Length limit: 1-100 characters.
474
474
*`backup_secret_key` - (Optional, String) Used for calculate a signature. 6-32 characters. Only digits and letters are allowed.
475
475
476
-
The `type_b` object supports the following:
476
+
The `type_b` object of `authentication`supports the following:
477
477
478
478
*`expire_time` - (Required, Int) Signature expiration time in second. The maximum value is 630720000.
479
479
*`file_extensions` - (Required, List) File extension list settings determining if authentication should be performed. NOTE: If it contains an asterisk (*), this indicates all files.
480
480
*`filter_type` - (Required, String) Available values: `whitelist` - all types apart from `file_extensions` are authenticated, `blacklist`: - only the types in the `file_extensions` are authenticated.
481
481
*`secret_key` - (Required, String) The key for signature calculation. Only digits, upper and lower-case letters are allowed. Length limit: 6-32 characters.
482
482
*`backup_secret_key` - (Optional, String) Used for calculate a signature. 6-32 characters. Only digits and letters are allowed.
483
483
484
-
The `type_c` object supports the following:
484
+
The `type_c` object of `authentication`supports the following:
485
485
486
486
*`expire_time` - (Required, Int) Signature expiration time in second. The maximum value is 630720000.
487
487
*`file_extensions` - (Required, List) File extension list settings determining if authentication should be performed. NOTE: If it contains an asterisk (*), this indicates all files.
@@ -490,7 +490,7 @@ The `type_c` object supports the following:
490
490
*`backup_secret_key` - (Optional, String) Used for calculate a signature. 6-32 characters. Only digits and letters are allowed.
491
491
*`time_format` - (Optional, String) Timestamp formation, available values: `dec`, `hex`.
492
492
493
-
The `type_d` object supports the following:
493
+
The `type_d` object of `authentication`supports the following:
494
494
495
495
*`expire_time` - (Required, Int) Signature expiration time in second. The maximum value is 630720000.
496
496
*`file_extensions` - (Required, List) File extension list settings determining if authentication should be performed. NOTE: If it contains an asterisk (*), this indicates all files.
*`fw_vpc_cidr` - (Optional, String) auto Automatically select the firewall network segment; 10.10.10.0/24 The firewall network segment entered by the user.
80
80
81
-
The `fw_deploy` object supports the following:
81
+
The `fw_deploy` object of `vpc_fw_instances`supports the following:
0 commit comments