pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721282795__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (107) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -198,11 +198,17 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroup(dict):
198
198
 
199
199
  def __init__(__self__, *,
200
200
  label_match_expressions: Sequence['outputs.DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpression']):
201
+ """
202
+ :param Sequence['DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs'] label_match_expressions: Sets the dispatch rule. See `label_match_expressions` below.
203
+ """
201
204
  pulumi.set(__self__, "label_match_expressions", label_match_expressions)
202
205
 
203
206
  @property
204
207
  @pulumi.getter(name="labelMatchExpressions")
205
208
  def label_match_expressions(self) -> Sequence['outputs.DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpression']:
209
+ """
210
+ Sets the dispatch rule. See `label_match_expressions` below.
211
+ """
206
212
  return pulumi.get(self, "label_match_expressions")
207
213
 
208
214
 
@@ -212,6 +218,21 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
212
218
  key: str,
213
219
  operator: str,
214
220
  value: str):
221
+ """
222
+ :param str key: The key of the tag of the dispatch rule. Valid values:
223
+ * _aliyun_arms_userid: user ID
224
+ * _aliyun_arms_involvedObject_kind: type of the associated object
225
+ * _aliyun_arms_involvedObject_id: ID of the associated object
226
+ * _aliyun_arms_involvedObject_name: name of the associated object
227
+ * _aliyun_arms_alert_name: alert name
228
+ * _aliyun_arms_alert_rule_id: alert rule ID
229
+ * _aliyun_arms_alert_type: alert type
230
+ * _aliyun_arms_alert_level: alert severity
231
+ :param str operator: The operator used in the dispatch rule. Valid values:
232
+ * eq: equals to.
233
+ * re: matches a regular expression.
234
+ :param str value: The value of the tag.
235
+ """
215
236
  pulumi.set(__self__, "key", key)
216
237
  pulumi.set(__self__, "operator", operator)
217
238
  pulumi.set(__self__, "value", value)
@@ -219,16 +240,35 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
219
240
  @property
220
241
  @pulumi.getter
221
242
  def key(self) -> str:
243
+ """
244
+ The key of the tag of the dispatch rule. Valid values:
245
+ * _aliyun_arms_userid: user ID
246
+ * _aliyun_arms_involvedObject_kind: type of the associated object
247
+ * _aliyun_arms_involvedObject_id: ID of the associated object
248
+ * _aliyun_arms_involvedObject_name: name of the associated object
249
+ * _aliyun_arms_alert_name: alert name
250
+ * _aliyun_arms_alert_rule_id: alert rule ID
251
+ * _aliyun_arms_alert_type: alert type
252
+ * _aliyun_arms_alert_level: alert severity
253
+ """
222
254
  return pulumi.get(self, "key")
223
255
 
224
256
  @property
225
257
  @pulumi.getter
226
258
  def operator(self) -> str:
259
+ """
260
+ The operator used in the dispatch rule. Valid values:
261
+ * eq: equals to.
262
+ * re: matches a regular expression.
263
+ """
227
264
  return pulumi.get(self, "operator")
228
265
 
229
266
  @property
230
267
  @pulumi.getter
231
268
  def value(self) -> str:
269
+ """
270
+ The value of the tag.
271
+ """
232
272
  return pulumi.get(self, "value")
233
273
 
234
274
 
@@ -305,6 +345,11 @@ class DispatchRuleNotifyRuleNotifyObject(dict):
305
345
  name: str,
306
346
  notify_object_id: str,
307
347
  notify_type: str):
348
+ """
349
+ :param str name: The name of the contact or contact group.
350
+ :param str notify_object_id: The ID of the contact or contact group.
351
+ :param str notify_type: The type of the alert contact. Valid values: ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.
352
+ """
308
353
  pulumi.set(__self__, "name", name)
309
354
  pulumi.set(__self__, "notify_object_id", notify_object_id)
310
355
  pulumi.set(__self__, "notify_type", notify_type)
@@ -312,16 +357,25 @@ class DispatchRuleNotifyRuleNotifyObject(dict):
312
357
  @property
313
358
  @pulumi.getter
314
359
  def name(self) -> str:
360
+ """
361
+ The name of the contact or contact group.
362
+ """
315
363
  return pulumi.get(self, "name")
316
364
 
317
365
  @property
318
366
  @pulumi.getter(name="notifyObjectId")
319
367
  def notify_object_id(self) -> str:
368
+ """
369
+ The ID of the contact or contact group.
370
+ """
320
371
  return pulumi.get(self, "notify_object_id")
321
372
 
322
373
  @property
323
374
  @pulumi.getter(name="notifyType")
324
375
  def notify_type(self) -> str:
376
+ """
377
+ The type of the alert contact. Valid values: ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.
378
+ """
325
379
  return pulumi.get(self, "notify_type")
326
380
 
327
381
 
@@ -577,17 +631,31 @@ class SyntheticTaskCommonSettingCustomHost(dict):
577
631
  def __init__(__self__, *,
578
632
  hosts: Sequence['outputs.SyntheticTaskCommonSettingCustomHostHost'],
579
633
  select_type: int):
634
+ """
635
+ :param Sequence['SyntheticTaskCommonSettingCustomHostHostArgs'] hosts: The host list. See `hosts` below.
636
+ :param int select_type: Selection method:
637
+ - 0: Random
638
+ - 1: Polling.
639
+ """
580
640
  pulumi.set(__self__, "hosts", hosts)
581
641
  pulumi.set(__self__, "select_type", select_type)
582
642
 
583
643
  @property
584
644
  @pulumi.getter
585
645
  def hosts(self) -> Sequence['outputs.SyntheticTaskCommonSettingCustomHostHost']:
646
+ """
647
+ The host list. See `hosts` below.
648
+ """
586
649
  return pulumi.get(self, "hosts")
587
650
 
588
651
  @property
589
652
  @pulumi.getter(name="selectType")
590
653
  def select_type(self) -> int:
654
+ """
655
+ Selection method:
656
+ - 0: Random
657
+ - 1: Polling.
658
+ """
591
659
  return pulumi.get(self, "select_type")
592
660
 
593
661
 
@@ -614,6 +682,11 @@ class SyntheticTaskCommonSettingCustomHostHost(dict):
614
682
  domain: str,
615
683
  ip_type: int,
616
684
  ips: Sequence[str]):
685
+ """
686
+ :param str domain: Domain Name.
687
+ :param int ip_type: IpType.
688
+ :param Sequence[str] ips: The IP list.
689
+ """
617
690
  pulumi.set(__self__, "domain", domain)
618
691
  pulumi.set(__self__, "ip_type", ip_type)
619
692
  pulumi.set(__self__, "ips", ips)
@@ -621,16 +694,25 @@ class SyntheticTaskCommonSettingCustomHostHost(dict):
621
694
  @property
622
695
  @pulumi.getter
623
696
  def domain(self) -> str:
697
+ """
698
+ Domain Name.
699
+ """
624
700
  return pulumi.get(self, "domain")
625
701
 
626
702
  @property
627
703
  @pulumi.getter(name="ipType")
628
704
  def ip_type(self) -> int:
705
+ """
706
+ IpType.
707
+ """
629
708
  return pulumi.get(self, "ip_type")
630
709
 
631
710
  @property
632
711
  @pulumi.getter
633
712
  def ips(self) -> Sequence[str]:
713
+ """
714
+ The IP list.
715
+ """
634
716
  return pulumi.get(self, "ips")
635
717
 
636
718
 
@@ -893,6 +975,14 @@ class SyntheticTaskMonitorConfApiHttp(dict):
893
975
  request_body: Optional['outputs.SyntheticTaskMonitorConfApiHttpRequestBody'] = None,
894
976
  request_headers: Optional[Mapping[str, Any]] = None,
895
977
  timeout: Optional[int] = None):
978
+ """
979
+ :param str target_url: The target URL.
980
+ :param int connect_timeout: Connection timeout, in ms. Default 5000. Optional range: 1000-300000ms.
981
+ :param str method: HTTP method, GET or POST.
982
+ :param 'SyntheticTaskMonitorConfApiHttpRequestBodyArgs' request_body: HTTP request body. See `request_body` below.
983
+ :param Mapping[str, Any] request_headers: HTTP request header.
984
+ :param int timeout: TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
985
+ """
896
986
  pulumi.set(__self__, "target_url", target_url)
897
987
  if connect_timeout is not None:
898
988
  pulumi.set(__self__, "connect_timeout", connect_timeout)
@@ -908,31 +998,49 @@ class SyntheticTaskMonitorConfApiHttp(dict):
908
998
  @property
909
999
  @pulumi.getter(name="targetUrl")
910
1000
  def target_url(self) -> str:
1001
+ """
1002
+ The target URL.
1003
+ """
911
1004
  return pulumi.get(self, "target_url")
912
1005
 
913
1006
  @property
914
1007
  @pulumi.getter(name="connectTimeout")
915
1008
  def connect_timeout(self) -> Optional[int]:
1009
+ """
1010
+ Connection timeout, in ms. Default 5000. Optional range: 1000-300000ms.
1011
+ """
916
1012
  return pulumi.get(self, "connect_timeout")
917
1013
 
918
1014
  @property
919
1015
  @pulumi.getter
920
1016
  def method(self) -> Optional[str]:
1017
+ """
1018
+ HTTP method, GET or POST.
1019
+ """
921
1020
  return pulumi.get(self, "method")
922
1021
 
923
1022
  @property
924
1023
  @pulumi.getter(name="requestBody")
925
1024
  def request_body(self) -> Optional['outputs.SyntheticTaskMonitorConfApiHttpRequestBody']:
1025
+ """
1026
+ HTTP request body. See `request_body` below.
1027
+ """
926
1028
  return pulumi.get(self, "request_body")
927
1029
 
928
1030
  @property
929
1031
  @pulumi.getter(name="requestHeaders")
930
1032
  def request_headers(self) -> Optional[Mapping[str, Any]]:
1033
+ """
1034
+ HTTP request header.
1035
+ """
931
1036
  return pulumi.get(self, "request_headers")
932
1037
 
933
1038
  @property
934
1039
  @pulumi.getter
935
1040
  def timeout(self) -> Optional[int]:
1041
+ """
1042
+ TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1043
+ """
936
1044
  return pulumi.get(self, "timeout")
937
1045
 
938
1046
 
@@ -941,6 +1049,9 @@ class SyntheticTaskMonitorConfApiHttpRequestBody(dict):
941
1049
  def __init__(__self__, *,
942
1050
  content: Optional[str] = None,
943
1051
  type: Optional[str] = None):
1052
+ """
1053
+ :param str content: The request body content, in JSON string format. When the type is text/plain,application/json,application/xml,text/html, the content can be converted to a JSON string.
1054
+ """
944
1055
  if content is not None:
945
1056
  pulumi.set(__self__, "content", content)
946
1057
  if type is not None:
@@ -949,6 +1060,9 @@ class SyntheticTaskMonitorConfApiHttpRequestBody(dict):
949
1060
  @property
950
1061
  @pulumi.getter
951
1062
  def content(self) -> Optional[str]:
1063
+ """
1064
+ The request body content, in JSON string format. When the type is text/plain,application/json,application/xml,text/html, the content can be converted to a JSON string.
1065
+ """
952
1066
  return pulumi.get(self, "content")
953
1067
 
954
1068
  @property
@@ -1027,6 +1141,36 @@ class SyntheticTaskMonitorConfFileDownload(dict):
1027
1141
  validate_keywords: Optional[str] = None,
1028
1142
  verify_way: Optional[int] = None,
1029
1143
  white_list: Optional[str] = None):
1144
+ """
1145
+ :param str target_url: The target URL.
1146
+ :param int connection_timeout: Connection timeout time, in ms. Default 5000. Optional range: 1000-120000ms.
1147
+ :param Mapping[str, Any] custom_header_content: Custom header, in JSON Map format.
1148
+ :param int download_kernel: Download the kernel.
1149
+ - 1:curl
1150
+ - 0:WinInet
1151
+ Default 1.
1152
+ :param int ignore_certificate_auth_error: Ignore CA Certificate authorization error 0: Do not ignore, 1: ignore, default 1.
1153
+ :param int ignore_certificate_canceled_error: Ignore certificate revocation error 0: Do not ignore, 1: ignore, default 1.
1154
+ :param int ignore_certificate_out_of_date_error: Ignore certificate expiration error 0: not ignored, 1: Ignored, default 1.
1155
+ :param int ignore_certificate_status_error: The certificate status error is ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
1156
+ :param int ignore_certificate_untrustworthy_error: The certificate cannot be trusted and ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
1157
+ :param int ignore_certificate_using_error: Ignore certificate usage error 0: Do not ignore, 1: ignore, default 1.
1158
+ :param int ignore_invalid_host_error: Invalid host error ignored, 0: not ignored, 1: Ignored, default 1.
1159
+ :param int monitor_timeout: Monitoring timeout, in ms. Not required, 20000 by default.
1160
+ :param int quick_protocol: Quick agreement
1161
+ - 1:http1
1162
+ - 2:http2
1163
+ - 3:http3
1164
+ Default 1.
1165
+ :param int redirection: When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
1166
+ :param int transmission_size: The transmission size, in KB. The default value is 2048KB. The transmission size of the downloaded file must be between 1 and 20480KB.
1167
+ :param str validate_keywords: Verify keywords.
1168
+ :param int verify_way: The verification method.
1169
+ - 0: Do not validate
1170
+ - 1: Validation string
1171
+ - 2:MD5 validation.
1172
+ :param str white_list: DNS hijack whitelist. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
1173
+ """
1030
1174
  pulumi.set(__self__, "target_url", target_url)
1031
1175
  if connection_timeout is not None:
1032
1176
  pulumi.set(__self__, "connection_timeout", connection_timeout)
@@ -1066,91 +1210,155 @@ class SyntheticTaskMonitorConfFileDownload(dict):
1066
1210
  @property
1067
1211
  @pulumi.getter(name="targetUrl")
1068
1212
  def target_url(self) -> str:
1213
+ """
1214
+ The target URL.
1215
+ """
1069
1216
  return pulumi.get(self, "target_url")
1070
1217
 
1071
1218
  @property
1072
1219
  @pulumi.getter(name="connectionTimeout")
1073
1220
  def connection_timeout(self) -> Optional[int]:
1221
+ """
1222
+ Connection timeout time, in ms. Default 5000. Optional range: 1000-120000ms.
1223
+ """
1074
1224
  return pulumi.get(self, "connection_timeout")
1075
1225
 
1076
1226
  @property
1077
1227
  @pulumi.getter(name="customHeaderContent")
1078
1228
  def custom_header_content(self) -> Optional[Mapping[str, Any]]:
1229
+ """
1230
+ Custom header, in JSON Map format.
1231
+ """
1079
1232
  return pulumi.get(self, "custom_header_content")
1080
1233
 
1081
1234
  @property
1082
1235
  @pulumi.getter(name="downloadKernel")
1083
1236
  def download_kernel(self) -> Optional[int]:
1237
+ """
1238
+ Download the kernel.
1239
+ - 1:curl
1240
+ - 0:WinInet
1241
+ Default 1.
1242
+ """
1084
1243
  return pulumi.get(self, "download_kernel")
1085
1244
 
1086
1245
  @property
1087
1246
  @pulumi.getter(name="ignoreCertificateAuthError")
1088
1247
  def ignore_certificate_auth_error(self) -> Optional[int]:
1248
+ """
1249
+ Ignore CA Certificate authorization error 0: Do not ignore, 1: ignore, default 1.
1250
+ """
1089
1251
  return pulumi.get(self, "ignore_certificate_auth_error")
1090
1252
 
1091
1253
  @property
1092
1254
  @pulumi.getter(name="ignoreCertificateCanceledError")
1093
1255
  def ignore_certificate_canceled_error(self) -> Optional[int]:
1256
+ """
1257
+ Ignore certificate revocation error 0: Do not ignore, 1: ignore, default 1.
1258
+ """
1094
1259
  return pulumi.get(self, "ignore_certificate_canceled_error")
1095
1260
 
1096
1261
  @property
1097
1262
  @pulumi.getter(name="ignoreCertificateOutOfDateError")
1098
1263
  def ignore_certificate_out_of_date_error(self) -> Optional[int]:
1264
+ """
1265
+ Ignore certificate expiration error 0: not ignored, 1: Ignored, default 1.
1266
+ """
1099
1267
  return pulumi.get(self, "ignore_certificate_out_of_date_error")
1100
1268
 
1101
1269
  @property
1102
1270
  @pulumi.getter(name="ignoreCertificateStatusError")
1103
1271
  def ignore_certificate_status_error(self) -> Optional[int]:
1272
+ """
1273
+ The certificate status error is ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
1274
+ """
1104
1275
  return pulumi.get(self, "ignore_certificate_status_error")
1105
1276
 
1106
1277
  @property
1107
1278
  @pulumi.getter(name="ignoreCertificateUntrustworthyError")
1108
1279
  def ignore_certificate_untrustworthy_error(self) -> Optional[int]:
1280
+ """
1281
+ The certificate cannot be trusted and ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
1282
+ """
1109
1283
  return pulumi.get(self, "ignore_certificate_untrustworthy_error")
1110
1284
 
1111
1285
  @property
1112
1286
  @pulumi.getter(name="ignoreCertificateUsingError")
1113
1287
  def ignore_certificate_using_error(self) -> Optional[int]:
1288
+ """
1289
+ Ignore certificate usage error 0: Do not ignore, 1: ignore, default 1.
1290
+ """
1114
1291
  return pulumi.get(self, "ignore_certificate_using_error")
1115
1292
 
1116
1293
  @property
1117
1294
  @pulumi.getter(name="ignoreInvalidHostError")
1118
1295
  def ignore_invalid_host_error(self) -> Optional[int]:
1296
+ """
1297
+ Invalid host error ignored, 0: not ignored, 1: Ignored, default 1.
1298
+ """
1119
1299
  return pulumi.get(self, "ignore_invalid_host_error")
1120
1300
 
1121
1301
  @property
1122
1302
  @pulumi.getter(name="monitorTimeout")
1123
1303
  def monitor_timeout(self) -> Optional[int]:
1304
+ """
1305
+ Monitoring timeout, in ms. Not required, 20000 by default.
1306
+ """
1124
1307
  return pulumi.get(self, "monitor_timeout")
1125
1308
 
1126
1309
  @property
1127
1310
  @pulumi.getter(name="quickProtocol")
1128
1311
  def quick_protocol(self) -> Optional[int]:
1312
+ """
1313
+ Quick agreement
1314
+ - 1:http1
1315
+ - 2:http2
1316
+ - 3:http3
1317
+ Default 1.
1318
+ """
1129
1319
  return pulumi.get(self, "quick_protocol")
1130
1320
 
1131
1321
  @property
1132
1322
  @pulumi.getter
1133
1323
  def redirection(self) -> Optional[int]:
1324
+ """
1325
+ When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
1326
+ """
1134
1327
  return pulumi.get(self, "redirection")
1135
1328
 
1136
1329
  @property
1137
1330
  @pulumi.getter(name="transmissionSize")
1138
1331
  def transmission_size(self) -> Optional[int]:
1332
+ """
1333
+ The transmission size, in KB. The default value is 2048KB. The transmission size of the downloaded file must be between 1 and 20480KB.
1334
+ """
1139
1335
  return pulumi.get(self, "transmission_size")
1140
1336
 
1141
1337
  @property
1142
1338
  @pulumi.getter(name="validateKeywords")
1143
1339
  def validate_keywords(self) -> Optional[str]:
1340
+ """
1341
+ Verify keywords.
1342
+ """
1144
1343
  return pulumi.get(self, "validate_keywords")
1145
1344
 
1146
1345
  @property
1147
1346
  @pulumi.getter(name="verifyWay")
1148
1347
  def verify_way(self) -> Optional[int]:
1348
+ """
1349
+ The verification method.
1350
+ - 0: Do not validate
1351
+ - 1: Validation string
1352
+ - 2:MD5 validation.
1353
+ """
1149
1354
  return pulumi.get(self, "verify_way")
1150
1355
 
1151
1356
  @property
1152
1357
  @pulumi.getter(name="whiteList")
1153
1358
  def white_list(self) -> Optional[str]:
1359
+ """
1360
+ DNS hijack whitelist. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
1361
+ """
1154
1362
  return pulumi.get(self, "white_list")
1155
1363
 
1156
1364
 
@@ -1185,6 +1393,18 @@ class SyntheticTaskMonitorConfNetDns(dict):
1185
1393
  ns_server: Optional[str] = None,
1186
1394
  query_method: Optional[int] = None,
1187
1395
  timeout: Optional[int] = None):
1396
+ """
1397
+ :param str target_url: The target URL.
1398
+ :param int dns_server_ip_type: The IP address type of the DNS server.
1399
+ - 0 (default):ipv4
1400
+ - 1:ipv6
1401
+ 2: Automatic.
1402
+ :param str ns_server: The IP address of the NS server. The default value is 114.114.114.114.
1403
+ :param int query_method: DNS query method.
1404
+ - 0 (default): Recursive
1405
+ - 1: Iteration.
1406
+ :param int timeout: TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1407
+ """
1188
1408
  pulumi.set(__self__, "target_url", target_url)
1189
1409
  if dns_server_ip_type is not None:
1190
1410
  pulumi.set(__self__, "dns_server_ip_type", dns_server_ip_type)
@@ -1198,26 +1418,46 @@ class SyntheticTaskMonitorConfNetDns(dict):
1198
1418
  @property
1199
1419
  @pulumi.getter(name="targetUrl")
1200
1420
  def target_url(self) -> str:
1421
+ """
1422
+ The target URL.
1423
+ """
1201
1424
  return pulumi.get(self, "target_url")
1202
1425
 
1203
1426
  @property
1204
1427
  @pulumi.getter(name="dnsServerIpType")
1205
1428
  def dns_server_ip_type(self) -> Optional[int]:
1429
+ """
1430
+ The IP address type of the DNS server.
1431
+ - 0 (default):ipv4
1432
+ - 1:ipv6
1433
+ 2: Automatic.
1434
+ """
1206
1435
  return pulumi.get(self, "dns_server_ip_type")
1207
1436
 
1208
1437
  @property
1209
1438
  @pulumi.getter(name="nsServer")
1210
1439
  def ns_server(self) -> Optional[str]:
1440
+ """
1441
+ The IP address of the NS server. The default value is 114.114.114.114.
1442
+ """
1211
1443
  return pulumi.get(self, "ns_server")
1212
1444
 
1213
1445
  @property
1214
1446
  @pulumi.getter(name="queryMethod")
1215
1447
  def query_method(self) -> Optional[int]:
1448
+ """
1449
+ DNS query method.
1450
+ - 0 (default): Recursive
1451
+ - 1: Iteration.
1452
+ """
1216
1453
  return pulumi.get(self, "query_method")
1217
1454
 
1218
1455
  @property
1219
1456
  @pulumi.getter
1220
1457
  def timeout(self) -> Optional[int]:
1458
+ """
1459
+ TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1460
+ """
1221
1461
  return pulumi.get(self, "timeout")
1222
1462
 
1223
1463
 
@@ -1262,6 +1502,17 @@ class SyntheticTaskMonitorConfNetIcmp(dict):
1262
1502
  tracert_enable: Optional[bool] = None,
1263
1503
  tracert_num_max: Optional[int] = None,
1264
1504
  tracert_timeout: Optional[int] = None):
1505
+ """
1506
+ :param str target_url: The target URL.
1507
+ :param int interval: The interval between TCP connections. The unit is milliseconds (ms), the minimum value is 200, the maximum value is 10000, and the default value is 200.
1508
+ :param int package_num: Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.
1509
+ :param int package_size: The size of the sent ICMP(Ping) packet. The unit is byte. The ICMP(PING) packet size is limited to 32, 64, 128, 256, 512, 1024, 1080, and 1450.
1510
+ :param bool split_package: Whether to split ICMP(Ping) packets. The default is true.
1511
+ :param int timeout: TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1512
+ :param bool tracert_enable: Whether to enable tracert. The default is true.
1513
+ :param int tracert_num_max: The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
1514
+ :param int tracert_timeout: The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.
1515
+ """
1265
1516
  pulumi.set(__self__, "target_url", target_url)
1266
1517
  if interval is not None:
1267
1518
  pulumi.set(__self__, "interval", interval)
@@ -1283,46 +1534,73 @@ class SyntheticTaskMonitorConfNetIcmp(dict):
1283
1534
  @property
1284
1535
  @pulumi.getter(name="targetUrl")
1285
1536
  def target_url(self) -> str:
1537
+ """
1538
+ The target URL.
1539
+ """
1286
1540
  return pulumi.get(self, "target_url")
1287
1541
 
1288
1542
  @property
1289
1543
  @pulumi.getter
1290
1544
  def interval(self) -> Optional[int]:
1545
+ """
1546
+ The interval between TCP connections. The unit is milliseconds (ms), the minimum value is 200, the maximum value is 10000, and the default value is 200.
1547
+ """
1291
1548
  return pulumi.get(self, "interval")
1292
1549
 
1293
1550
  @property
1294
1551
  @pulumi.getter(name="packageNum")
1295
1552
  def package_num(self) -> Optional[int]:
1553
+ """
1554
+ Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.
1555
+ """
1296
1556
  return pulumi.get(self, "package_num")
1297
1557
 
1298
1558
  @property
1299
1559
  @pulumi.getter(name="packageSize")
1300
1560
  def package_size(self) -> Optional[int]:
1561
+ """
1562
+ The size of the sent ICMP(Ping) packet. The unit is byte. The ICMP(PING) packet size is limited to 32, 64, 128, 256, 512, 1024, 1080, and 1450.
1563
+ """
1301
1564
  return pulumi.get(self, "package_size")
1302
1565
 
1303
1566
  @property
1304
1567
  @pulumi.getter(name="splitPackage")
1305
1568
  def split_package(self) -> Optional[bool]:
1569
+ """
1570
+ Whether to split ICMP(Ping) packets. The default is true.
1571
+ """
1306
1572
  return pulumi.get(self, "split_package")
1307
1573
 
1308
1574
  @property
1309
1575
  @pulumi.getter
1310
1576
  def timeout(self) -> Optional[int]:
1577
+ """
1578
+ TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1579
+ """
1311
1580
  return pulumi.get(self, "timeout")
1312
1581
 
1313
1582
  @property
1314
1583
  @pulumi.getter(name="tracertEnable")
1315
1584
  def tracert_enable(self) -> Optional[bool]:
1585
+ """
1586
+ Whether to enable tracert. The default is true.
1587
+ """
1316
1588
  return pulumi.get(self, "tracert_enable")
1317
1589
 
1318
1590
  @property
1319
1591
  @pulumi.getter(name="tracertNumMax")
1320
1592
  def tracert_num_max(self) -> Optional[int]:
1593
+ """
1594
+ The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
1595
+ """
1321
1596
  return pulumi.get(self, "tracert_num_max")
1322
1597
 
1323
1598
  @property
1324
1599
  @pulumi.getter(name="tracertTimeout")
1325
1600
  def tracert_timeout(self) -> Optional[int]:
1601
+ """
1602
+ The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.
1603
+ """
1326
1604
  return pulumi.get(self, "tracert_timeout")
1327
1605
 
1328
1606
 
@@ -1361,6 +1639,15 @@ class SyntheticTaskMonitorConfNetTcp(dict):
1361
1639
  tracert_enable: Optional[bool] = None,
1362
1640
  tracert_num_max: Optional[int] = None,
1363
1641
  tracert_timeout: Optional[int] = None):
1642
+ """
1643
+ :param str target_url: The target URL.
1644
+ :param int connect_times: The number of TCP connections established. The minimum value is 1, the maximum value is 16, and the default is 4.
1645
+ :param int interval: The interval between TCP connections. The unit is milliseconds (ms), the minimum value is 200, the maximum value is 10000, and the default value is 200.
1646
+ :param int timeout: TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1647
+ :param bool tracert_enable: Whether to enable tracert. The default is true.
1648
+ :param int tracert_num_max: The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
1649
+ :param int tracert_timeout: The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.
1650
+ """
1364
1651
  pulumi.set(__self__, "target_url", target_url)
1365
1652
  if connect_times is not None:
1366
1653
  pulumi.set(__self__, "connect_times", connect_times)
@@ -1378,36 +1665,57 @@ class SyntheticTaskMonitorConfNetTcp(dict):
1378
1665
  @property
1379
1666
  @pulumi.getter(name="targetUrl")
1380
1667
  def target_url(self) -> str:
1668
+ """
1669
+ The target URL.
1670
+ """
1381
1671
  return pulumi.get(self, "target_url")
1382
1672
 
1383
1673
  @property
1384
1674
  @pulumi.getter(name="connectTimes")
1385
1675
  def connect_times(self) -> Optional[int]:
1676
+ """
1677
+ The number of TCP connections established. The minimum value is 1, the maximum value is 16, and the default is 4.
1678
+ """
1386
1679
  return pulumi.get(self, "connect_times")
1387
1680
 
1388
1681
  @property
1389
1682
  @pulumi.getter
1390
1683
  def interval(self) -> Optional[int]:
1684
+ """
1685
+ The interval between TCP connections. The unit is milliseconds (ms), the minimum value is 200, the maximum value is 10000, and the default value is 200.
1686
+ """
1391
1687
  return pulumi.get(self, "interval")
1392
1688
 
1393
1689
  @property
1394
1690
  @pulumi.getter
1395
1691
  def timeout(self) -> Optional[int]:
1692
+ """
1693
+ TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.
1694
+ """
1396
1695
  return pulumi.get(self, "timeout")
1397
1696
 
1398
1697
  @property
1399
1698
  @pulumi.getter(name="tracertEnable")
1400
1699
  def tracert_enable(self) -> Optional[bool]:
1700
+ """
1701
+ Whether to enable tracert. The default is true.
1702
+ """
1401
1703
  return pulumi.get(self, "tracert_enable")
1402
1704
 
1403
1705
  @property
1404
1706
  @pulumi.getter(name="tracertNumMax")
1405
1707
  def tracert_num_max(self) -> Optional[int]:
1708
+ """
1709
+ The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
1710
+ """
1406
1711
  return pulumi.get(self, "tracert_num_max")
1407
1712
 
1408
1713
  @property
1409
1714
  @pulumi.getter(name="tracertTimeout")
1410
1715
  def tracert_timeout(self) -> Optional[int]:
1716
+ """
1717
+ The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.
1718
+ """
1411
1719
  return pulumi.get(self, "tracert_timeout")
1412
1720
 
1413
1721
 
@@ -1450,6 +1758,19 @@ class SyntheticTaskMonitorConfStream(dict):
1450
1758
  stream_type: Optional[int] = None,
1451
1759
  target_url: Optional[str] = None,
1452
1760
  white_list: Optional[str] = None):
1761
+ """
1762
+ :param Mapping[str, Any] custom_header_content: Custom header, in JSON Map format.
1763
+ :param int player_type: Player, do not pass the default 12.
1764
+ - 12:VLC
1765
+ - 2:FlashPlayer.
1766
+ :param int stream_address_type: Resource address type:
1767
+ - 1: Resource address.
1768
+ - 0: page address, not 0 by default.
1769
+ :param int stream_monitor_timeout: Monitoring duration, in seconds, up to 60s, not 60 by default.
1770
+ :param int stream_type: Audio and video flags: 0-video, 1-audio.
1771
+ :param str target_url: The target URL.
1772
+ :param str white_list: DNS hijack whitelist. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
1773
+ """
1453
1774
  if custom_header_content is not None:
1454
1775
  pulumi.set(__self__, "custom_header_content", custom_header_content)
1455
1776
  if player_type is not None:
@@ -1468,36 +1789,61 @@ class SyntheticTaskMonitorConfStream(dict):
1468
1789
  @property
1469
1790
  @pulumi.getter(name="customHeaderContent")
1470
1791
  def custom_header_content(self) -> Optional[Mapping[str, Any]]:
1792
+ """
1793
+ Custom header, in JSON Map format.
1794
+ """
1471
1795
  return pulumi.get(self, "custom_header_content")
1472
1796
 
1473
1797
  @property
1474
1798
  @pulumi.getter(name="playerType")
1475
1799
  def player_type(self) -> Optional[int]:
1800
+ """
1801
+ Player, do not pass the default 12.
1802
+ - 12:VLC
1803
+ - 2:FlashPlayer.
1804
+ """
1476
1805
  return pulumi.get(self, "player_type")
1477
1806
 
1478
1807
  @property
1479
1808
  @pulumi.getter(name="streamAddressType")
1480
1809
  def stream_address_type(self) -> Optional[int]:
1810
+ """
1811
+ Resource address type:
1812
+ - 1: Resource address.
1813
+ - 0: page address, not 0 by default.
1814
+ """
1481
1815
  return pulumi.get(self, "stream_address_type")
1482
1816
 
1483
1817
  @property
1484
1818
  @pulumi.getter(name="streamMonitorTimeout")
1485
1819
  def stream_monitor_timeout(self) -> Optional[int]:
1820
+ """
1821
+ Monitoring duration, in seconds, up to 60s, not 60 by default.
1822
+ """
1486
1823
  return pulumi.get(self, "stream_monitor_timeout")
1487
1824
 
1488
1825
  @property
1489
1826
  @pulumi.getter(name="streamType")
1490
1827
  def stream_type(self) -> Optional[int]:
1828
+ """
1829
+ Audio and video flags: 0-video, 1-audio.
1830
+ """
1491
1831
  return pulumi.get(self, "stream_type")
1492
1832
 
1493
1833
  @property
1494
1834
  @pulumi.getter(name="targetUrl")
1495
1835
  def target_url(self) -> Optional[str]:
1836
+ """
1837
+ The target URL.
1838
+ """
1496
1839
  return pulumi.get(self, "target_url")
1497
1840
 
1498
1841
  @property
1499
1842
  @pulumi.getter(name="whiteList")
1500
1843
  def white_list(self) -> Optional[str]:
1844
+ """
1845
+ DNS hijack whitelist. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
1846
+ """
1501
1847
  return pulumi.get(self, "white_list")
1502
1848
 
1503
1849
 
@@ -1574,6 +1920,34 @@ class SyntheticTaskMonitorConfWebsite(dict):
1574
1920
  verify_string_blacklist: Optional[str] = None,
1575
1921
  verify_string_whitelist: Optional[str] = None,
1576
1922
  wait_completion_time: Optional[int] = None):
1923
+ """
1924
+ :param str target_url: The target URL.
1925
+ :param int automatic_scrolling: Whether to support automatic scrolling screen, loading page.
1926
+ - 0 (default): No
1927
+ 1: Yes.
1928
+ :param int custom_header: Custom header.
1929
+ - 0 (default): Off
1930
+ - 1: Modify the first package
1931
+ - 2: Modify all packages.
1932
+ :param Mapping[str, Any] custom_header_content: Custom header, in JSON Map format.
1933
+ :param int disable_cache: Whether to disable caching.
1934
+ - 0: not disabled
1935
+ - 1 (default): Disabled.
1936
+ :param int disable_compression: The Accept-Encoding field is used to determine whether to Accept compressed files. 0-do not disable, 1-disable, the default is 0.
1937
+ :param str dns_hijack_whitelist: When a domain name (such as www.aliyun.com) is resolved, if the resolved IP address or CNAME is not in the DNS hijacking white list, the user will fail to access or return a target IP address that is not Aliyun. If the IP or CNAME in the resolution result is in the DNS white list, it will be determined that DNS hijacking has not occurred. Fill in the format: Domain name: matching rules. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
1938
+ :param str element_blacklist: If an element configured in the element blacklist appears during page loading, the element is not requested to be loaded.
1939
+ :param int filter_invalid_ip: Whether to filter invalid IP parameters. 0: filter, 1: do not filter. The default value is 0.
1940
+ :param int flow_hijack_jump_times: Identify elements: Set the total number of elements on the Browse page.
1941
+ :param str flow_hijack_logo: Hijacking ID: Set the matching key information. Enter the hijacking keyword or key element, with an asterisk (*) allowed.
1942
+ :param int ignore_certificate_error: Whether to ignore certificate errors during certificate verification in SSL Handshake and continue browsing. 0-do not ignore, 1-ignore. The default value is 1.
1943
+ :param int monitor_timeout: Monitoring timeout, in ms. Not required, 20000 by default.
1944
+ :param str page_tamper: Monitoring the page appears to be tampered with elements other than the domain settings that belong to the page. Common manifestations are pop-up advertisements, floating advertisements, jumps, etc. Fill in the format: Domain name: Element. You can fill multiple elements separated by a vertical bar (|). For example, www.aliyun.com:|/cc/bb/a.gif |/vv/bb/cc.jpg indicates that all the other elements of the www.aliyun.com domain name except the basic document,/cc/bb/a.gif, and/vv/bb/cc.jpg are tampered.
1945
+ :param int redirection: When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
1946
+ :param int slow_element_threshold: The slow element threshold, in ms, is 5000 by default and can be selected from 1 to 300000ms.
1947
+ :param str verify_string_blacklist: The verification string is an arbitrary string in the source code of the monitoring page. If the source code returned by the client contains any of the blacklisted strings, 650 error is returned. Multiple strings are separated by a vertical bar (|).
1948
+ :param str verify_string_whitelist: The verification string is an arbitrary string in the source code of the monitoring page. The source code returned by the client must contain all the strings in the whitelist. Otherwise, 650 error is returned. Multiple strings are separated by a vertical bar (|).
1949
+ :param int wait_completion_time: The maximum waiting time, in ms, is 5000 by default and can be selected from 5000 ms to 300000ms.
1950
+ """
1577
1951
  pulumi.set(__self__, "target_url", target_url)
1578
1952
  if automatic_scrolling is not None:
1579
1953
  pulumi.set(__self__, "automatic_scrolling", automatic_scrolling)
@@ -1615,96 +1989,160 @@ class SyntheticTaskMonitorConfWebsite(dict):
1615
1989
  @property
1616
1990
  @pulumi.getter(name="targetUrl")
1617
1991
  def target_url(self) -> str:
1992
+ """
1993
+ The target URL.
1994
+ """
1618
1995
  return pulumi.get(self, "target_url")
1619
1996
 
1620
1997
  @property
1621
1998
  @pulumi.getter(name="automaticScrolling")
1622
1999
  def automatic_scrolling(self) -> Optional[int]:
2000
+ """
2001
+ Whether to support automatic scrolling screen, loading page.
2002
+ - 0 (default): No
2003
+ 1: Yes.
2004
+ """
1623
2005
  return pulumi.get(self, "automatic_scrolling")
1624
2006
 
1625
2007
  @property
1626
2008
  @pulumi.getter(name="customHeader")
1627
2009
  def custom_header(self) -> Optional[int]:
2010
+ """
2011
+ Custom header.
2012
+ - 0 (default): Off
2013
+ - 1: Modify the first package
2014
+ - 2: Modify all packages.
2015
+ """
1628
2016
  return pulumi.get(self, "custom_header")
1629
2017
 
1630
2018
  @property
1631
2019
  @pulumi.getter(name="customHeaderContent")
1632
2020
  def custom_header_content(self) -> Optional[Mapping[str, Any]]:
2021
+ """
2022
+ Custom header, in JSON Map format.
2023
+ """
1633
2024
  return pulumi.get(self, "custom_header_content")
1634
2025
 
1635
2026
  @property
1636
2027
  @pulumi.getter(name="disableCache")
1637
2028
  def disable_cache(self) -> Optional[int]:
2029
+ """
2030
+ Whether to disable caching.
2031
+ - 0: not disabled
2032
+ - 1 (default): Disabled.
2033
+ """
1638
2034
  return pulumi.get(self, "disable_cache")
1639
2035
 
1640
2036
  @property
1641
2037
  @pulumi.getter(name="disableCompression")
1642
2038
  def disable_compression(self) -> Optional[int]:
2039
+ """
2040
+ The Accept-Encoding field is used to determine whether to Accept compressed files. 0-do not disable, 1-disable, the default is 0.
2041
+ """
1643
2042
  return pulumi.get(self, "disable_compression")
1644
2043
 
1645
2044
  @property
1646
2045
  @pulumi.getter(name="dnsHijackWhitelist")
1647
2046
  def dns_hijack_whitelist(self) -> Optional[str]:
2047
+ """
2048
+ When a domain name (such as www.aliyun.com) is resolved, if the resolved IP address or CNAME is not in the DNS hijacking white list, the user will fail to access or return a target IP address that is not Aliyun. If the IP or CNAME in the resolution result is in the DNS white list, it will be determined that DNS hijacking has not occurred. Fill in the format: Domain name: matching rules. Match rules support IP, IP wildcard, subnet mask, and CNAME. Multiple match rules can be filled in. Multiple match rules are separated by vertical bars (|). For example, www.aliyun.com:203.0.3.55 | 203.3.44.67 indicates that all other IP addresses under the www.aliyun.com domain except 203.0.3.55 and 203.3.44.67 are hijacked.
2049
+ """
1648
2050
  return pulumi.get(self, "dns_hijack_whitelist")
1649
2051
 
1650
2052
  @property
1651
2053
  @pulumi.getter(name="elementBlacklist")
1652
2054
  def element_blacklist(self) -> Optional[str]:
2055
+ """
2056
+ If an element configured in the element blacklist appears during page loading, the element is not requested to be loaded.
2057
+ """
1653
2058
  return pulumi.get(self, "element_blacklist")
1654
2059
 
1655
2060
  @property
1656
2061
  @pulumi.getter(name="filterInvalidIp")
1657
2062
  def filter_invalid_ip(self) -> Optional[int]:
2063
+ """
2064
+ Whether to filter invalid IP parameters. 0: filter, 1: do not filter. The default value is 0.
2065
+ """
1658
2066
  return pulumi.get(self, "filter_invalid_ip")
1659
2067
 
1660
2068
  @property
1661
2069
  @pulumi.getter(name="flowHijackJumpTimes")
1662
2070
  def flow_hijack_jump_times(self) -> Optional[int]:
2071
+ """
2072
+ Identify elements: Set the total number of elements on the Browse page.
2073
+ """
1663
2074
  return pulumi.get(self, "flow_hijack_jump_times")
1664
2075
 
1665
2076
  @property
1666
2077
  @pulumi.getter(name="flowHijackLogo")
1667
2078
  def flow_hijack_logo(self) -> Optional[str]:
2079
+ """
2080
+ Hijacking ID: Set the matching key information. Enter the hijacking keyword or key element, with an asterisk (*) allowed.
2081
+ """
1668
2082
  return pulumi.get(self, "flow_hijack_logo")
1669
2083
 
1670
2084
  @property
1671
2085
  @pulumi.getter(name="ignoreCertificateError")
1672
2086
  def ignore_certificate_error(self) -> Optional[int]:
2087
+ """
2088
+ Whether to ignore certificate errors during certificate verification in SSL Handshake and continue browsing. 0-do not ignore, 1-ignore. The default value is 1.
2089
+ """
1673
2090
  return pulumi.get(self, "ignore_certificate_error")
1674
2091
 
1675
2092
  @property
1676
2093
  @pulumi.getter(name="monitorTimeout")
1677
2094
  def monitor_timeout(self) -> Optional[int]:
2095
+ """
2096
+ Monitoring timeout, in ms. Not required, 20000 by default.
2097
+ """
1678
2098
  return pulumi.get(self, "monitor_timeout")
1679
2099
 
1680
2100
  @property
1681
2101
  @pulumi.getter(name="pageTamper")
1682
2102
  def page_tamper(self) -> Optional[str]:
2103
+ """
2104
+ Monitoring the page appears to be tampered with elements other than the domain settings that belong to the page. Common manifestations are pop-up advertisements, floating advertisements, jumps, etc. Fill in the format: Domain name: Element. You can fill multiple elements separated by a vertical bar (|). For example, www.aliyun.com:|/cc/bb/a.gif |/vv/bb/cc.jpg indicates that all the other elements of the www.aliyun.com domain name except the basic document,/cc/bb/a.gif, and/vv/bb/cc.jpg are tampered.
2105
+ """
1683
2106
  return pulumi.get(self, "page_tamper")
1684
2107
 
1685
2108
  @property
1686
2109
  @pulumi.getter
1687
2110
  def redirection(self) -> Optional[int]:
2111
+ """
2112
+ When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
2113
+ """
1688
2114
  return pulumi.get(self, "redirection")
1689
2115
 
1690
2116
  @property
1691
2117
  @pulumi.getter(name="slowElementThreshold")
1692
2118
  def slow_element_threshold(self) -> Optional[int]:
2119
+ """
2120
+ The slow element threshold, in ms, is 5000 by default and can be selected from 1 to 300000ms.
2121
+ """
1693
2122
  return pulumi.get(self, "slow_element_threshold")
1694
2123
 
1695
2124
  @property
1696
2125
  @pulumi.getter(name="verifyStringBlacklist")
1697
2126
  def verify_string_blacklist(self) -> Optional[str]:
2127
+ """
2128
+ The verification string is an arbitrary string in the source code of the monitoring page. If the source code returned by the client contains any of the blacklisted strings, 650 error is returned. Multiple strings are separated by a vertical bar (|).
2129
+ """
1698
2130
  return pulumi.get(self, "verify_string_blacklist")
1699
2131
 
1700
2132
  @property
1701
2133
  @pulumi.getter(name="verifyStringWhitelist")
1702
2134
  def verify_string_whitelist(self) -> Optional[str]:
2135
+ """
2136
+ The verification string is an arbitrary string in the source code of the monitoring page. The source code returned by the client must contain all the strings in the whitelist. Otherwise, 650 error is returned. Multiple strings are separated by a vertical bar (|).
2137
+ """
1703
2138
  return pulumi.get(self, "verify_string_whitelist")
1704
2139
 
1705
2140
  @property
1706
2141
  @pulumi.getter(name="waitCompletionTime")
1707
2142
  def wait_completion_time(self) -> Optional[int]:
2143
+ """
2144
+ The maximum waiting time, in ms, is 5000 by default and can be selected from 5000 ms to 300000ms.
2145
+ """
1708
2146
  return pulumi.get(self, "wait_completion_time")
1709
2147
 
1710
2148
 
@@ -2107,6 +2545,7 @@ class GetDispatchRulesRuleNotifyRuleResult(dict):
2107
2545
  notify_channels: Sequence[str],
2108
2546
  notify_objects: Sequence['outputs.GetDispatchRulesRuleNotifyRuleNotifyObjectResult']):
2109
2547
  """
2548
+ :param Sequence[str] notify_channels: The notification method.
2110
2549
  :param Sequence['GetDispatchRulesRuleNotifyRuleNotifyObjectArgs'] notify_objects: Sets the notification object.
2111
2550
  """
2112
2551
  pulumi.set(__self__, "notify_channels", notify_channels)
@@ -2115,6 +2554,9 @@ class GetDispatchRulesRuleNotifyRuleResult(dict):
2115
2554
  @property
2116
2555
  @pulumi.getter(name="notifyChannels")
2117
2556
  def notify_channels(self) -> Sequence[str]:
2557
+ """
2558
+ The notification method.
2559
+ """
2118
2560
  return pulumi.get(self, "notify_channels")
2119
2561
 
2120
2562
  @property