pulumi-alicloud 3.60.0a1720848019__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.
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +532 -0
- pulumi_alicloud/dcdn/outputs.py +532 -0
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +92 -0
- pulumi_alicloud/eci/outputs.py +92 -0
- pulumi_alicloud/ecs/_inputs.py +70 -0
- pulumi_alicloud/ecs/outputs.py +180 -0
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +224 -0
- pulumi_alicloud/emrv2/outputs.py +224 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +18 -0
- pulumi_alicloud/maxcompute/outputs.py +18 -0
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +32 -0
- pulumi_alicloud/vpc/outputs.py +32 -0
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
pulumi_alicloud/arms/_inputs.py
CHANGED
|
@@ -145,11 +145,17 @@ class DispatchRuleLabelMatchExpressionGridArgs:
|
|
|
145
145
|
class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs:
|
|
146
146
|
def __init__(__self__, *,
|
|
147
147
|
label_match_expressions: pulumi.Input[Sequence[pulumi.Input['DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs']]]):
|
|
148
|
+
"""
|
|
149
|
+
:param pulumi.Input[Sequence[pulumi.Input['DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs']]] label_match_expressions: Sets the dispatch rule. See `label_match_expressions` below.
|
|
150
|
+
"""
|
|
148
151
|
pulumi.set(__self__, "label_match_expressions", label_match_expressions)
|
|
149
152
|
|
|
150
153
|
@property
|
|
151
154
|
@pulumi.getter(name="labelMatchExpressions")
|
|
152
155
|
def label_match_expressions(self) -> pulumi.Input[Sequence[pulumi.Input['DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs']]]:
|
|
156
|
+
"""
|
|
157
|
+
Sets the dispatch rule. See `label_match_expressions` below.
|
|
158
|
+
"""
|
|
153
159
|
return pulumi.get(self, "label_match_expressions")
|
|
154
160
|
|
|
155
161
|
@label_match_expressions.setter
|
|
@@ -163,6 +169,21 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
|
|
|
163
169
|
key: pulumi.Input[str],
|
|
164
170
|
operator: pulumi.Input[str],
|
|
165
171
|
value: pulumi.Input[str]):
|
|
172
|
+
"""
|
|
173
|
+
:param pulumi.Input[str] key: The key of the tag of the dispatch rule. Valid values:
|
|
174
|
+
* _aliyun_arms_userid: user ID
|
|
175
|
+
* _aliyun_arms_involvedObject_kind: type of the associated object
|
|
176
|
+
* _aliyun_arms_involvedObject_id: ID of the associated object
|
|
177
|
+
* _aliyun_arms_involvedObject_name: name of the associated object
|
|
178
|
+
* _aliyun_arms_alert_name: alert name
|
|
179
|
+
* _aliyun_arms_alert_rule_id: alert rule ID
|
|
180
|
+
* _aliyun_arms_alert_type: alert type
|
|
181
|
+
* _aliyun_arms_alert_level: alert severity
|
|
182
|
+
:param pulumi.Input[str] operator: The operator used in the dispatch rule. Valid values:
|
|
183
|
+
* eq: equals to.
|
|
184
|
+
* re: matches a regular expression.
|
|
185
|
+
:param pulumi.Input[str] value: The value of the tag.
|
|
186
|
+
"""
|
|
166
187
|
pulumi.set(__self__, "key", key)
|
|
167
188
|
pulumi.set(__self__, "operator", operator)
|
|
168
189
|
pulumi.set(__self__, "value", value)
|
|
@@ -170,6 +191,17 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
|
|
|
170
191
|
@property
|
|
171
192
|
@pulumi.getter
|
|
172
193
|
def key(self) -> pulumi.Input[str]:
|
|
194
|
+
"""
|
|
195
|
+
The key of the tag of the dispatch rule. Valid values:
|
|
196
|
+
* _aliyun_arms_userid: user ID
|
|
197
|
+
* _aliyun_arms_involvedObject_kind: type of the associated object
|
|
198
|
+
* _aliyun_arms_involvedObject_id: ID of the associated object
|
|
199
|
+
* _aliyun_arms_involvedObject_name: name of the associated object
|
|
200
|
+
* _aliyun_arms_alert_name: alert name
|
|
201
|
+
* _aliyun_arms_alert_rule_id: alert rule ID
|
|
202
|
+
* _aliyun_arms_alert_type: alert type
|
|
203
|
+
* _aliyun_arms_alert_level: alert severity
|
|
204
|
+
"""
|
|
173
205
|
return pulumi.get(self, "key")
|
|
174
206
|
|
|
175
207
|
@key.setter
|
|
@@ -179,6 +211,11 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
|
|
|
179
211
|
@property
|
|
180
212
|
@pulumi.getter
|
|
181
213
|
def operator(self) -> pulumi.Input[str]:
|
|
214
|
+
"""
|
|
215
|
+
The operator used in the dispatch rule. Valid values:
|
|
216
|
+
* eq: equals to.
|
|
217
|
+
* re: matches a regular expression.
|
|
218
|
+
"""
|
|
182
219
|
return pulumi.get(self, "operator")
|
|
183
220
|
|
|
184
221
|
@operator.setter
|
|
@@ -188,6 +225,9 @@ class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExp
|
|
|
188
225
|
@property
|
|
189
226
|
@pulumi.getter
|
|
190
227
|
def value(self) -> pulumi.Input[str]:
|
|
228
|
+
"""
|
|
229
|
+
The value of the tag.
|
|
230
|
+
"""
|
|
191
231
|
return pulumi.get(self, "value")
|
|
192
232
|
|
|
193
233
|
@value.setter
|
|
@@ -238,6 +278,11 @@ class DispatchRuleNotifyRuleNotifyObjectArgs:
|
|
|
238
278
|
name: pulumi.Input[str],
|
|
239
279
|
notify_object_id: pulumi.Input[str],
|
|
240
280
|
notify_type: pulumi.Input[str]):
|
|
281
|
+
"""
|
|
282
|
+
:param pulumi.Input[str] name: The name of the contact or contact group.
|
|
283
|
+
:param pulumi.Input[str] notify_object_id: The ID of the contact or contact group.
|
|
284
|
+
:param pulumi.Input[str] notify_type: The type of the alert contact. Valid values: ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.
|
|
285
|
+
"""
|
|
241
286
|
pulumi.set(__self__, "name", name)
|
|
242
287
|
pulumi.set(__self__, "notify_object_id", notify_object_id)
|
|
243
288
|
pulumi.set(__self__, "notify_type", notify_type)
|
|
@@ -245,6 +290,9 @@ class DispatchRuleNotifyRuleNotifyObjectArgs:
|
|
|
245
290
|
@property
|
|
246
291
|
@pulumi.getter
|
|
247
292
|
def name(self) -> pulumi.Input[str]:
|
|
293
|
+
"""
|
|
294
|
+
The name of the contact or contact group.
|
|
295
|
+
"""
|
|
248
296
|
return pulumi.get(self, "name")
|
|
249
297
|
|
|
250
298
|
@name.setter
|
|
@@ -254,6 +302,9 @@ class DispatchRuleNotifyRuleNotifyObjectArgs:
|
|
|
254
302
|
@property
|
|
255
303
|
@pulumi.getter(name="notifyObjectId")
|
|
256
304
|
def notify_object_id(self) -> pulumi.Input[str]:
|
|
305
|
+
"""
|
|
306
|
+
The ID of the contact or contact group.
|
|
307
|
+
"""
|
|
257
308
|
return pulumi.get(self, "notify_object_id")
|
|
258
309
|
|
|
259
310
|
@notify_object_id.setter
|
|
@@ -263,6 +314,9 @@ class DispatchRuleNotifyRuleNotifyObjectArgs:
|
|
|
263
314
|
@property
|
|
264
315
|
@pulumi.getter(name="notifyType")
|
|
265
316
|
def notify_type(self) -> pulumi.Input[str]:
|
|
317
|
+
"""
|
|
318
|
+
The type of the alert contact. Valid values: ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.
|
|
319
|
+
"""
|
|
266
320
|
return pulumi.get(self, "notify_type")
|
|
267
321
|
|
|
268
322
|
@notify_type.setter
|
|
@@ -534,12 +588,21 @@ class SyntheticTaskCommonSettingCustomHostArgs:
|
|
|
534
588
|
def __init__(__self__, *,
|
|
535
589
|
hosts: pulumi.Input[Sequence[pulumi.Input['SyntheticTaskCommonSettingCustomHostHostArgs']]],
|
|
536
590
|
select_type: pulumi.Input[int]):
|
|
591
|
+
"""
|
|
592
|
+
:param pulumi.Input[Sequence[pulumi.Input['SyntheticTaskCommonSettingCustomHostHostArgs']]] hosts: The host list. See `hosts` below.
|
|
593
|
+
:param pulumi.Input[int] select_type: Selection method:
|
|
594
|
+
- 0: Random
|
|
595
|
+
- 1: Polling.
|
|
596
|
+
"""
|
|
537
597
|
pulumi.set(__self__, "hosts", hosts)
|
|
538
598
|
pulumi.set(__self__, "select_type", select_type)
|
|
539
599
|
|
|
540
600
|
@property
|
|
541
601
|
@pulumi.getter
|
|
542
602
|
def hosts(self) -> pulumi.Input[Sequence[pulumi.Input['SyntheticTaskCommonSettingCustomHostHostArgs']]]:
|
|
603
|
+
"""
|
|
604
|
+
The host list. See `hosts` below.
|
|
605
|
+
"""
|
|
543
606
|
return pulumi.get(self, "hosts")
|
|
544
607
|
|
|
545
608
|
@hosts.setter
|
|
@@ -549,6 +612,11 @@ class SyntheticTaskCommonSettingCustomHostArgs:
|
|
|
549
612
|
@property
|
|
550
613
|
@pulumi.getter(name="selectType")
|
|
551
614
|
def select_type(self) -> pulumi.Input[int]:
|
|
615
|
+
"""
|
|
616
|
+
Selection method:
|
|
617
|
+
- 0: Random
|
|
618
|
+
- 1: Polling.
|
|
619
|
+
"""
|
|
552
620
|
return pulumi.get(self, "select_type")
|
|
553
621
|
|
|
554
622
|
@select_type.setter
|
|
@@ -562,6 +630,11 @@ class SyntheticTaskCommonSettingCustomHostHostArgs:
|
|
|
562
630
|
domain: pulumi.Input[str],
|
|
563
631
|
ip_type: pulumi.Input[int],
|
|
564
632
|
ips: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
633
|
+
"""
|
|
634
|
+
:param pulumi.Input[str] domain: Domain Name.
|
|
635
|
+
:param pulumi.Input[int] ip_type: IpType.
|
|
636
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: The IP list.
|
|
637
|
+
"""
|
|
565
638
|
pulumi.set(__self__, "domain", domain)
|
|
566
639
|
pulumi.set(__self__, "ip_type", ip_type)
|
|
567
640
|
pulumi.set(__self__, "ips", ips)
|
|
@@ -569,6 +642,9 @@ class SyntheticTaskCommonSettingCustomHostHostArgs:
|
|
|
569
642
|
@property
|
|
570
643
|
@pulumi.getter
|
|
571
644
|
def domain(self) -> pulumi.Input[str]:
|
|
645
|
+
"""
|
|
646
|
+
Domain Name.
|
|
647
|
+
"""
|
|
572
648
|
return pulumi.get(self, "domain")
|
|
573
649
|
|
|
574
650
|
@domain.setter
|
|
@@ -578,6 +654,9 @@ class SyntheticTaskCommonSettingCustomHostHostArgs:
|
|
|
578
654
|
@property
|
|
579
655
|
@pulumi.getter(name="ipType")
|
|
580
656
|
def ip_type(self) -> pulumi.Input[int]:
|
|
657
|
+
"""
|
|
658
|
+
IpType.
|
|
659
|
+
"""
|
|
581
660
|
return pulumi.get(self, "ip_type")
|
|
582
661
|
|
|
583
662
|
@ip_type.setter
|
|
@@ -587,6 +666,9 @@ class SyntheticTaskCommonSettingCustomHostHostArgs:
|
|
|
587
666
|
@property
|
|
588
667
|
@pulumi.getter
|
|
589
668
|
def ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
669
|
+
"""
|
|
670
|
+
The IP list.
|
|
671
|
+
"""
|
|
590
672
|
return pulumi.get(self, "ips")
|
|
591
673
|
|
|
592
674
|
@ips.setter
|
|
@@ -813,6 +895,14 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
813
895
|
request_body: Optional[pulumi.Input['SyntheticTaskMonitorConfApiHttpRequestBodyArgs']] = None,
|
|
814
896
|
request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
815
897
|
timeout: Optional[pulumi.Input[int]] = None):
|
|
898
|
+
"""
|
|
899
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
900
|
+
:param pulumi.Input[int] connect_timeout: Connection timeout, in ms. Default 5000. Optional range: 1000-300000ms.
|
|
901
|
+
:param pulumi.Input[str] method: HTTP method, GET or POST.
|
|
902
|
+
:param pulumi.Input['SyntheticTaskMonitorConfApiHttpRequestBodyArgs'] request_body: HTTP request body. See `request_body` below.
|
|
903
|
+
:param pulumi.Input[Mapping[str, Any]] request_headers: HTTP request header.
|
|
904
|
+
:param pulumi.Input[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.
|
|
905
|
+
"""
|
|
816
906
|
pulumi.set(__self__, "target_url", target_url)
|
|
817
907
|
if connect_timeout is not None:
|
|
818
908
|
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
@@ -828,6 +918,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
828
918
|
@property
|
|
829
919
|
@pulumi.getter(name="targetUrl")
|
|
830
920
|
def target_url(self) -> pulumi.Input[str]:
|
|
921
|
+
"""
|
|
922
|
+
The target URL.
|
|
923
|
+
"""
|
|
831
924
|
return pulumi.get(self, "target_url")
|
|
832
925
|
|
|
833
926
|
@target_url.setter
|
|
@@ -837,6 +930,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
837
930
|
@property
|
|
838
931
|
@pulumi.getter(name="connectTimeout")
|
|
839
932
|
def connect_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
933
|
+
"""
|
|
934
|
+
Connection timeout, in ms. Default 5000. Optional range: 1000-300000ms.
|
|
935
|
+
"""
|
|
840
936
|
return pulumi.get(self, "connect_timeout")
|
|
841
937
|
|
|
842
938
|
@connect_timeout.setter
|
|
@@ -846,6 +942,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
846
942
|
@property
|
|
847
943
|
@pulumi.getter
|
|
848
944
|
def method(self) -> Optional[pulumi.Input[str]]:
|
|
945
|
+
"""
|
|
946
|
+
HTTP method, GET or POST.
|
|
947
|
+
"""
|
|
849
948
|
return pulumi.get(self, "method")
|
|
850
949
|
|
|
851
950
|
@method.setter
|
|
@@ -855,6 +954,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
855
954
|
@property
|
|
856
955
|
@pulumi.getter(name="requestBody")
|
|
857
956
|
def request_body(self) -> Optional[pulumi.Input['SyntheticTaskMonitorConfApiHttpRequestBodyArgs']]:
|
|
957
|
+
"""
|
|
958
|
+
HTTP request body. See `request_body` below.
|
|
959
|
+
"""
|
|
858
960
|
return pulumi.get(self, "request_body")
|
|
859
961
|
|
|
860
962
|
@request_body.setter
|
|
@@ -864,6 +966,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
864
966
|
@property
|
|
865
967
|
@pulumi.getter(name="requestHeaders")
|
|
866
968
|
def request_headers(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
969
|
+
"""
|
|
970
|
+
HTTP request header.
|
|
971
|
+
"""
|
|
867
972
|
return pulumi.get(self, "request_headers")
|
|
868
973
|
|
|
869
974
|
@request_headers.setter
|
|
@@ -873,6 +978,9 @@ class SyntheticTaskMonitorConfApiHttpArgs:
|
|
|
873
978
|
@property
|
|
874
979
|
@pulumi.getter
|
|
875
980
|
def timeout(self) -> Optional[pulumi.Input[int]]:
|
|
981
|
+
"""
|
|
982
|
+
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.
|
|
983
|
+
"""
|
|
876
984
|
return pulumi.get(self, "timeout")
|
|
877
985
|
|
|
878
986
|
@timeout.setter
|
|
@@ -885,6 +993,9 @@ class SyntheticTaskMonitorConfApiHttpRequestBodyArgs:
|
|
|
885
993
|
def __init__(__self__, *,
|
|
886
994
|
content: Optional[pulumi.Input[str]] = None,
|
|
887
995
|
type: Optional[pulumi.Input[str]] = None):
|
|
996
|
+
"""
|
|
997
|
+
:param pulumi.Input[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.
|
|
998
|
+
"""
|
|
888
999
|
if content is not None:
|
|
889
1000
|
pulumi.set(__self__, "content", content)
|
|
890
1001
|
if type is not None:
|
|
@@ -893,6 +1004,9 @@ class SyntheticTaskMonitorConfApiHttpRequestBodyArgs:
|
|
|
893
1004
|
@property
|
|
894
1005
|
@pulumi.getter
|
|
895
1006
|
def content(self) -> Optional[pulumi.Input[str]]:
|
|
1007
|
+
"""
|
|
1008
|
+
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.
|
|
1009
|
+
"""
|
|
896
1010
|
return pulumi.get(self, "content")
|
|
897
1011
|
|
|
898
1012
|
@content.setter
|
|
@@ -930,6 +1044,36 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
930
1044
|
validate_keywords: Optional[pulumi.Input[str]] = None,
|
|
931
1045
|
verify_way: Optional[pulumi.Input[int]] = None,
|
|
932
1046
|
white_list: Optional[pulumi.Input[str]] = None):
|
|
1047
|
+
"""
|
|
1048
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1049
|
+
:param pulumi.Input[int] connection_timeout: Connection timeout time, in ms. Default 5000. Optional range: 1000-120000ms.
|
|
1050
|
+
:param pulumi.Input[Mapping[str, Any]] custom_header_content: Custom header, in JSON Map format.
|
|
1051
|
+
:param pulumi.Input[int] download_kernel: Download the kernel.
|
|
1052
|
+
- 1:curl
|
|
1053
|
+
- 0:WinInet
|
|
1054
|
+
Default 1.
|
|
1055
|
+
:param pulumi.Input[int] ignore_certificate_auth_error: Ignore CA Certificate authorization error 0: Do not ignore, 1: ignore, default 1.
|
|
1056
|
+
:param pulumi.Input[int] ignore_certificate_canceled_error: Ignore certificate revocation error 0: Do not ignore, 1: ignore, default 1.
|
|
1057
|
+
:param pulumi.Input[int] ignore_certificate_out_of_date_error: Ignore certificate expiration error 0: not ignored, 1: Ignored, default 1.
|
|
1058
|
+
:param pulumi.Input[int] ignore_certificate_status_error: The certificate status error is ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
|
|
1059
|
+
:param pulumi.Input[int] ignore_certificate_untrustworthy_error: The certificate cannot be trusted and ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
|
|
1060
|
+
:param pulumi.Input[int] ignore_certificate_using_error: Ignore certificate usage error 0: Do not ignore, 1: ignore, default 1.
|
|
1061
|
+
:param pulumi.Input[int] ignore_invalid_host_error: Invalid host error ignored, 0: not ignored, 1: Ignored, default 1.
|
|
1062
|
+
:param pulumi.Input[int] monitor_timeout: Monitoring timeout, in ms. Not required, 20000 by default.
|
|
1063
|
+
:param pulumi.Input[int] quick_protocol: Quick agreement
|
|
1064
|
+
- 1:http1
|
|
1065
|
+
- 2:http2
|
|
1066
|
+
- 3:http3
|
|
1067
|
+
Default 1.
|
|
1068
|
+
:param pulumi.Input[int] redirection: When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
|
|
1069
|
+
:param pulumi.Input[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.
|
|
1070
|
+
:param pulumi.Input[str] validate_keywords: Verify keywords.
|
|
1071
|
+
:param pulumi.Input[int] verify_way: The verification method.
|
|
1072
|
+
- 0: Do not validate
|
|
1073
|
+
- 1: Validation string
|
|
1074
|
+
- 2:MD5 validation.
|
|
1075
|
+
:param pulumi.Input[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.
|
|
1076
|
+
"""
|
|
933
1077
|
pulumi.set(__self__, "target_url", target_url)
|
|
934
1078
|
if connection_timeout is not None:
|
|
935
1079
|
pulumi.set(__self__, "connection_timeout", connection_timeout)
|
|
@@ -969,6 +1113,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
969
1113
|
@property
|
|
970
1114
|
@pulumi.getter(name="targetUrl")
|
|
971
1115
|
def target_url(self) -> pulumi.Input[str]:
|
|
1116
|
+
"""
|
|
1117
|
+
The target URL.
|
|
1118
|
+
"""
|
|
972
1119
|
return pulumi.get(self, "target_url")
|
|
973
1120
|
|
|
974
1121
|
@target_url.setter
|
|
@@ -978,6 +1125,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
978
1125
|
@property
|
|
979
1126
|
@pulumi.getter(name="connectionTimeout")
|
|
980
1127
|
def connection_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1128
|
+
"""
|
|
1129
|
+
Connection timeout time, in ms. Default 5000. Optional range: 1000-120000ms.
|
|
1130
|
+
"""
|
|
981
1131
|
return pulumi.get(self, "connection_timeout")
|
|
982
1132
|
|
|
983
1133
|
@connection_timeout.setter
|
|
@@ -987,6 +1137,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
987
1137
|
@property
|
|
988
1138
|
@pulumi.getter(name="customHeaderContent")
|
|
989
1139
|
def custom_header_content(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
1140
|
+
"""
|
|
1141
|
+
Custom header, in JSON Map format.
|
|
1142
|
+
"""
|
|
990
1143
|
return pulumi.get(self, "custom_header_content")
|
|
991
1144
|
|
|
992
1145
|
@custom_header_content.setter
|
|
@@ -996,6 +1149,12 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
996
1149
|
@property
|
|
997
1150
|
@pulumi.getter(name="downloadKernel")
|
|
998
1151
|
def download_kernel(self) -> Optional[pulumi.Input[int]]:
|
|
1152
|
+
"""
|
|
1153
|
+
Download the kernel.
|
|
1154
|
+
- 1:curl
|
|
1155
|
+
- 0:WinInet
|
|
1156
|
+
Default 1.
|
|
1157
|
+
"""
|
|
999
1158
|
return pulumi.get(self, "download_kernel")
|
|
1000
1159
|
|
|
1001
1160
|
@download_kernel.setter
|
|
@@ -1005,6 +1164,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1005
1164
|
@property
|
|
1006
1165
|
@pulumi.getter(name="ignoreCertificateAuthError")
|
|
1007
1166
|
def ignore_certificate_auth_error(self) -> Optional[pulumi.Input[int]]:
|
|
1167
|
+
"""
|
|
1168
|
+
Ignore CA Certificate authorization error 0: Do not ignore, 1: ignore, default 1.
|
|
1169
|
+
"""
|
|
1008
1170
|
return pulumi.get(self, "ignore_certificate_auth_error")
|
|
1009
1171
|
|
|
1010
1172
|
@ignore_certificate_auth_error.setter
|
|
@@ -1014,6 +1176,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1014
1176
|
@property
|
|
1015
1177
|
@pulumi.getter(name="ignoreCertificateCanceledError")
|
|
1016
1178
|
def ignore_certificate_canceled_error(self) -> Optional[pulumi.Input[int]]:
|
|
1179
|
+
"""
|
|
1180
|
+
Ignore certificate revocation error 0: Do not ignore, 1: ignore, default 1.
|
|
1181
|
+
"""
|
|
1017
1182
|
return pulumi.get(self, "ignore_certificate_canceled_error")
|
|
1018
1183
|
|
|
1019
1184
|
@ignore_certificate_canceled_error.setter
|
|
@@ -1023,6 +1188,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1023
1188
|
@property
|
|
1024
1189
|
@pulumi.getter(name="ignoreCertificateOutOfDateError")
|
|
1025
1190
|
def ignore_certificate_out_of_date_error(self) -> Optional[pulumi.Input[int]]:
|
|
1191
|
+
"""
|
|
1192
|
+
Ignore certificate expiration error 0: not ignored, 1: Ignored, default 1.
|
|
1193
|
+
"""
|
|
1026
1194
|
return pulumi.get(self, "ignore_certificate_out_of_date_error")
|
|
1027
1195
|
|
|
1028
1196
|
@ignore_certificate_out_of_date_error.setter
|
|
@@ -1032,6 +1200,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1032
1200
|
@property
|
|
1033
1201
|
@pulumi.getter(name="ignoreCertificateStatusError")
|
|
1034
1202
|
def ignore_certificate_status_error(self) -> Optional[pulumi.Input[int]]:
|
|
1203
|
+
"""
|
|
1204
|
+
The certificate status error is ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
|
|
1205
|
+
"""
|
|
1035
1206
|
return pulumi.get(self, "ignore_certificate_status_error")
|
|
1036
1207
|
|
|
1037
1208
|
@ignore_certificate_status_error.setter
|
|
@@ -1041,6 +1212,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1041
1212
|
@property
|
|
1042
1213
|
@pulumi.getter(name="ignoreCertificateUntrustworthyError")
|
|
1043
1214
|
def ignore_certificate_untrustworthy_error(self) -> Optional[pulumi.Input[int]]:
|
|
1215
|
+
"""
|
|
1216
|
+
The certificate cannot be trusted and ignored. 0: Do not ignore, 1: IGNORE. The default value is 1.
|
|
1217
|
+
"""
|
|
1044
1218
|
return pulumi.get(self, "ignore_certificate_untrustworthy_error")
|
|
1045
1219
|
|
|
1046
1220
|
@ignore_certificate_untrustworthy_error.setter
|
|
@@ -1050,6 +1224,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1050
1224
|
@property
|
|
1051
1225
|
@pulumi.getter(name="ignoreCertificateUsingError")
|
|
1052
1226
|
def ignore_certificate_using_error(self) -> Optional[pulumi.Input[int]]:
|
|
1227
|
+
"""
|
|
1228
|
+
Ignore certificate usage error 0: Do not ignore, 1: ignore, default 1.
|
|
1229
|
+
"""
|
|
1053
1230
|
return pulumi.get(self, "ignore_certificate_using_error")
|
|
1054
1231
|
|
|
1055
1232
|
@ignore_certificate_using_error.setter
|
|
@@ -1059,6 +1236,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1059
1236
|
@property
|
|
1060
1237
|
@pulumi.getter(name="ignoreInvalidHostError")
|
|
1061
1238
|
def ignore_invalid_host_error(self) -> Optional[pulumi.Input[int]]:
|
|
1239
|
+
"""
|
|
1240
|
+
Invalid host error ignored, 0: not ignored, 1: Ignored, default 1.
|
|
1241
|
+
"""
|
|
1062
1242
|
return pulumi.get(self, "ignore_invalid_host_error")
|
|
1063
1243
|
|
|
1064
1244
|
@ignore_invalid_host_error.setter
|
|
@@ -1068,6 +1248,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1068
1248
|
@property
|
|
1069
1249
|
@pulumi.getter(name="monitorTimeout")
|
|
1070
1250
|
def monitor_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1251
|
+
"""
|
|
1252
|
+
Monitoring timeout, in ms. Not required, 20000 by default.
|
|
1253
|
+
"""
|
|
1071
1254
|
return pulumi.get(self, "monitor_timeout")
|
|
1072
1255
|
|
|
1073
1256
|
@monitor_timeout.setter
|
|
@@ -1077,6 +1260,13 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1077
1260
|
@property
|
|
1078
1261
|
@pulumi.getter(name="quickProtocol")
|
|
1079
1262
|
def quick_protocol(self) -> Optional[pulumi.Input[int]]:
|
|
1263
|
+
"""
|
|
1264
|
+
Quick agreement
|
|
1265
|
+
- 1:http1
|
|
1266
|
+
- 2:http2
|
|
1267
|
+
- 3:http3
|
|
1268
|
+
Default 1.
|
|
1269
|
+
"""
|
|
1080
1270
|
return pulumi.get(self, "quick_protocol")
|
|
1081
1271
|
|
|
1082
1272
|
@quick_protocol.setter
|
|
@@ -1086,6 +1276,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1086
1276
|
@property
|
|
1087
1277
|
@pulumi.getter
|
|
1088
1278
|
def redirection(self) -> Optional[pulumi.Input[int]]:
|
|
1279
|
+
"""
|
|
1280
|
+
When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
|
|
1281
|
+
"""
|
|
1089
1282
|
return pulumi.get(self, "redirection")
|
|
1090
1283
|
|
|
1091
1284
|
@redirection.setter
|
|
@@ -1095,6 +1288,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1095
1288
|
@property
|
|
1096
1289
|
@pulumi.getter(name="transmissionSize")
|
|
1097
1290
|
def transmission_size(self) -> Optional[pulumi.Input[int]]:
|
|
1291
|
+
"""
|
|
1292
|
+
The transmission size, in KB. The default value is 2048KB. The transmission size of the downloaded file must be between 1 and 20480KB.
|
|
1293
|
+
"""
|
|
1098
1294
|
return pulumi.get(self, "transmission_size")
|
|
1099
1295
|
|
|
1100
1296
|
@transmission_size.setter
|
|
@@ -1104,6 +1300,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1104
1300
|
@property
|
|
1105
1301
|
@pulumi.getter(name="validateKeywords")
|
|
1106
1302
|
def validate_keywords(self) -> Optional[pulumi.Input[str]]:
|
|
1303
|
+
"""
|
|
1304
|
+
Verify keywords.
|
|
1305
|
+
"""
|
|
1107
1306
|
return pulumi.get(self, "validate_keywords")
|
|
1108
1307
|
|
|
1109
1308
|
@validate_keywords.setter
|
|
@@ -1113,6 +1312,12 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1113
1312
|
@property
|
|
1114
1313
|
@pulumi.getter(name="verifyWay")
|
|
1115
1314
|
def verify_way(self) -> Optional[pulumi.Input[int]]:
|
|
1315
|
+
"""
|
|
1316
|
+
The verification method.
|
|
1317
|
+
- 0: Do not validate
|
|
1318
|
+
- 1: Validation string
|
|
1319
|
+
- 2:MD5 validation.
|
|
1320
|
+
"""
|
|
1116
1321
|
return pulumi.get(self, "verify_way")
|
|
1117
1322
|
|
|
1118
1323
|
@verify_way.setter
|
|
@@ -1122,6 +1327,9 @@ class SyntheticTaskMonitorConfFileDownloadArgs:
|
|
|
1122
1327
|
@property
|
|
1123
1328
|
@pulumi.getter(name="whiteList")
|
|
1124
1329
|
def white_list(self) -> Optional[pulumi.Input[str]]:
|
|
1330
|
+
"""
|
|
1331
|
+
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.
|
|
1332
|
+
"""
|
|
1125
1333
|
return pulumi.get(self, "white_list")
|
|
1126
1334
|
|
|
1127
1335
|
@white_list.setter
|
|
@@ -1137,6 +1345,18 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1137
1345
|
ns_server: Optional[pulumi.Input[str]] = None,
|
|
1138
1346
|
query_method: Optional[pulumi.Input[int]] = None,
|
|
1139
1347
|
timeout: Optional[pulumi.Input[int]] = None):
|
|
1348
|
+
"""
|
|
1349
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1350
|
+
:param pulumi.Input[int] dns_server_ip_type: The IP address type of the DNS server.
|
|
1351
|
+
- 0 (default):ipv4
|
|
1352
|
+
- 1:ipv6
|
|
1353
|
+
2: Automatic.
|
|
1354
|
+
:param pulumi.Input[str] ns_server: The IP address of the NS server. The default value is 114.114.114.114.
|
|
1355
|
+
:param pulumi.Input[int] query_method: DNS query method.
|
|
1356
|
+
- 0 (default): Recursive
|
|
1357
|
+
- 1: Iteration.
|
|
1358
|
+
:param pulumi.Input[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.
|
|
1359
|
+
"""
|
|
1140
1360
|
pulumi.set(__self__, "target_url", target_url)
|
|
1141
1361
|
if dns_server_ip_type is not None:
|
|
1142
1362
|
pulumi.set(__self__, "dns_server_ip_type", dns_server_ip_type)
|
|
@@ -1150,6 +1370,9 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1150
1370
|
@property
|
|
1151
1371
|
@pulumi.getter(name="targetUrl")
|
|
1152
1372
|
def target_url(self) -> pulumi.Input[str]:
|
|
1373
|
+
"""
|
|
1374
|
+
The target URL.
|
|
1375
|
+
"""
|
|
1153
1376
|
return pulumi.get(self, "target_url")
|
|
1154
1377
|
|
|
1155
1378
|
@target_url.setter
|
|
@@ -1159,6 +1382,12 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1159
1382
|
@property
|
|
1160
1383
|
@pulumi.getter(name="dnsServerIpType")
|
|
1161
1384
|
def dns_server_ip_type(self) -> Optional[pulumi.Input[int]]:
|
|
1385
|
+
"""
|
|
1386
|
+
The IP address type of the DNS server.
|
|
1387
|
+
- 0 (default):ipv4
|
|
1388
|
+
- 1:ipv6
|
|
1389
|
+
2: Automatic.
|
|
1390
|
+
"""
|
|
1162
1391
|
return pulumi.get(self, "dns_server_ip_type")
|
|
1163
1392
|
|
|
1164
1393
|
@dns_server_ip_type.setter
|
|
@@ -1168,6 +1397,9 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1168
1397
|
@property
|
|
1169
1398
|
@pulumi.getter(name="nsServer")
|
|
1170
1399
|
def ns_server(self) -> Optional[pulumi.Input[str]]:
|
|
1400
|
+
"""
|
|
1401
|
+
The IP address of the NS server. The default value is 114.114.114.114.
|
|
1402
|
+
"""
|
|
1171
1403
|
return pulumi.get(self, "ns_server")
|
|
1172
1404
|
|
|
1173
1405
|
@ns_server.setter
|
|
@@ -1177,6 +1409,11 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1177
1409
|
@property
|
|
1178
1410
|
@pulumi.getter(name="queryMethod")
|
|
1179
1411
|
def query_method(self) -> Optional[pulumi.Input[int]]:
|
|
1412
|
+
"""
|
|
1413
|
+
DNS query method.
|
|
1414
|
+
- 0 (default): Recursive
|
|
1415
|
+
- 1: Iteration.
|
|
1416
|
+
"""
|
|
1180
1417
|
return pulumi.get(self, "query_method")
|
|
1181
1418
|
|
|
1182
1419
|
@query_method.setter
|
|
@@ -1186,6 +1423,9 @@ class SyntheticTaskMonitorConfNetDnsArgs:
|
|
|
1186
1423
|
@property
|
|
1187
1424
|
@pulumi.getter
|
|
1188
1425
|
def timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1426
|
+
"""
|
|
1427
|
+
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.
|
|
1428
|
+
"""
|
|
1189
1429
|
return pulumi.get(self, "timeout")
|
|
1190
1430
|
|
|
1191
1431
|
@timeout.setter
|
|
@@ -1205,6 +1445,17 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1205
1445
|
tracert_enable: Optional[pulumi.Input[bool]] = None,
|
|
1206
1446
|
tracert_num_max: Optional[pulumi.Input[int]] = None,
|
|
1207
1447
|
tracert_timeout: Optional[pulumi.Input[int]] = None):
|
|
1448
|
+
"""
|
|
1449
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1450
|
+
:param pulumi.Input[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.
|
|
1451
|
+
:param pulumi.Input[int] package_num: Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.
|
|
1452
|
+
:param pulumi.Input[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.
|
|
1453
|
+
:param pulumi.Input[bool] split_package: Whether to split ICMP(Ping) packets. The default is true.
|
|
1454
|
+
:param pulumi.Input[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.
|
|
1455
|
+
:param pulumi.Input[bool] tracert_enable: Whether to enable tracert. The default is true.
|
|
1456
|
+
:param pulumi.Input[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.
|
|
1457
|
+
:param pulumi.Input[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.
|
|
1458
|
+
"""
|
|
1208
1459
|
pulumi.set(__self__, "target_url", target_url)
|
|
1209
1460
|
if interval is not None:
|
|
1210
1461
|
pulumi.set(__self__, "interval", interval)
|
|
@@ -1226,6 +1477,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1226
1477
|
@property
|
|
1227
1478
|
@pulumi.getter(name="targetUrl")
|
|
1228
1479
|
def target_url(self) -> pulumi.Input[str]:
|
|
1480
|
+
"""
|
|
1481
|
+
The target URL.
|
|
1482
|
+
"""
|
|
1229
1483
|
return pulumi.get(self, "target_url")
|
|
1230
1484
|
|
|
1231
1485
|
@target_url.setter
|
|
@@ -1235,6 +1489,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1235
1489
|
@property
|
|
1236
1490
|
@pulumi.getter
|
|
1237
1491
|
def interval(self) -> Optional[pulumi.Input[int]]:
|
|
1492
|
+
"""
|
|
1493
|
+
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.
|
|
1494
|
+
"""
|
|
1238
1495
|
return pulumi.get(self, "interval")
|
|
1239
1496
|
|
|
1240
1497
|
@interval.setter
|
|
@@ -1244,6 +1501,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1244
1501
|
@property
|
|
1245
1502
|
@pulumi.getter(name="packageNum")
|
|
1246
1503
|
def package_num(self) -> Optional[pulumi.Input[int]]:
|
|
1504
|
+
"""
|
|
1505
|
+
Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.
|
|
1506
|
+
"""
|
|
1247
1507
|
return pulumi.get(self, "package_num")
|
|
1248
1508
|
|
|
1249
1509
|
@package_num.setter
|
|
@@ -1253,6 +1513,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1253
1513
|
@property
|
|
1254
1514
|
@pulumi.getter(name="packageSize")
|
|
1255
1515
|
def package_size(self) -> Optional[pulumi.Input[int]]:
|
|
1516
|
+
"""
|
|
1517
|
+
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.
|
|
1518
|
+
"""
|
|
1256
1519
|
return pulumi.get(self, "package_size")
|
|
1257
1520
|
|
|
1258
1521
|
@package_size.setter
|
|
@@ -1262,6 +1525,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1262
1525
|
@property
|
|
1263
1526
|
@pulumi.getter(name="splitPackage")
|
|
1264
1527
|
def split_package(self) -> Optional[pulumi.Input[bool]]:
|
|
1528
|
+
"""
|
|
1529
|
+
Whether to split ICMP(Ping) packets. The default is true.
|
|
1530
|
+
"""
|
|
1265
1531
|
return pulumi.get(self, "split_package")
|
|
1266
1532
|
|
|
1267
1533
|
@split_package.setter
|
|
@@ -1271,6 +1537,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1271
1537
|
@property
|
|
1272
1538
|
@pulumi.getter
|
|
1273
1539
|
def timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1540
|
+
"""
|
|
1541
|
+
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.
|
|
1542
|
+
"""
|
|
1274
1543
|
return pulumi.get(self, "timeout")
|
|
1275
1544
|
|
|
1276
1545
|
@timeout.setter
|
|
@@ -1280,6 +1549,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1280
1549
|
@property
|
|
1281
1550
|
@pulumi.getter(name="tracertEnable")
|
|
1282
1551
|
def tracert_enable(self) -> Optional[pulumi.Input[bool]]:
|
|
1552
|
+
"""
|
|
1553
|
+
Whether to enable tracert. The default is true.
|
|
1554
|
+
"""
|
|
1283
1555
|
return pulumi.get(self, "tracert_enable")
|
|
1284
1556
|
|
|
1285
1557
|
@tracert_enable.setter
|
|
@@ -1289,6 +1561,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1289
1561
|
@property
|
|
1290
1562
|
@pulumi.getter(name="tracertNumMax")
|
|
1291
1563
|
def tracert_num_max(self) -> Optional[pulumi.Input[int]]:
|
|
1564
|
+
"""
|
|
1565
|
+
The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
|
|
1566
|
+
"""
|
|
1292
1567
|
return pulumi.get(self, "tracert_num_max")
|
|
1293
1568
|
|
|
1294
1569
|
@tracert_num_max.setter
|
|
@@ -1298,6 +1573,9 @@ class SyntheticTaskMonitorConfNetIcmpArgs:
|
|
|
1298
1573
|
@property
|
|
1299
1574
|
@pulumi.getter(name="tracertTimeout")
|
|
1300
1575
|
def tracert_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1576
|
+
"""
|
|
1577
|
+
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.
|
|
1578
|
+
"""
|
|
1301
1579
|
return pulumi.get(self, "tracert_timeout")
|
|
1302
1580
|
|
|
1303
1581
|
@tracert_timeout.setter
|
|
@@ -1315,6 +1593,15 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1315
1593
|
tracert_enable: Optional[pulumi.Input[bool]] = None,
|
|
1316
1594
|
tracert_num_max: Optional[pulumi.Input[int]] = None,
|
|
1317
1595
|
tracert_timeout: Optional[pulumi.Input[int]] = None):
|
|
1596
|
+
"""
|
|
1597
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1598
|
+
:param pulumi.Input[int] connect_times: The number of TCP connections established. The minimum value is 1, the maximum value is 16, and the default is 4.
|
|
1599
|
+
:param pulumi.Input[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.
|
|
1600
|
+
:param pulumi.Input[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.
|
|
1601
|
+
:param pulumi.Input[bool] tracert_enable: Whether to enable tracert. The default is true.
|
|
1602
|
+
:param pulumi.Input[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.
|
|
1603
|
+
:param pulumi.Input[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.
|
|
1604
|
+
"""
|
|
1318
1605
|
pulumi.set(__self__, "target_url", target_url)
|
|
1319
1606
|
if connect_times is not None:
|
|
1320
1607
|
pulumi.set(__self__, "connect_times", connect_times)
|
|
@@ -1332,6 +1619,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1332
1619
|
@property
|
|
1333
1620
|
@pulumi.getter(name="targetUrl")
|
|
1334
1621
|
def target_url(self) -> pulumi.Input[str]:
|
|
1622
|
+
"""
|
|
1623
|
+
The target URL.
|
|
1624
|
+
"""
|
|
1335
1625
|
return pulumi.get(self, "target_url")
|
|
1336
1626
|
|
|
1337
1627
|
@target_url.setter
|
|
@@ -1341,6 +1631,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1341
1631
|
@property
|
|
1342
1632
|
@pulumi.getter(name="connectTimes")
|
|
1343
1633
|
def connect_times(self) -> Optional[pulumi.Input[int]]:
|
|
1634
|
+
"""
|
|
1635
|
+
The number of TCP connections established. The minimum value is 1, the maximum value is 16, and the default is 4.
|
|
1636
|
+
"""
|
|
1344
1637
|
return pulumi.get(self, "connect_times")
|
|
1345
1638
|
|
|
1346
1639
|
@connect_times.setter
|
|
@@ -1350,6 +1643,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1350
1643
|
@property
|
|
1351
1644
|
@pulumi.getter
|
|
1352
1645
|
def interval(self) -> Optional[pulumi.Input[int]]:
|
|
1646
|
+
"""
|
|
1647
|
+
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.
|
|
1648
|
+
"""
|
|
1353
1649
|
return pulumi.get(self, "interval")
|
|
1354
1650
|
|
|
1355
1651
|
@interval.setter
|
|
@@ -1359,6 +1655,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1359
1655
|
@property
|
|
1360
1656
|
@pulumi.getter
|
|
1361
1657
|
def timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1658
|
+
"""
|
|
1659
|
+
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.
|
|
1660
|
+
"""
|
|
1362
1661
|
return pulumi.get(self, "timeout")
|
|
1363
1662
|
|
|
1364
1663
|
@timeout.setter
|
|
@@ -1368,6 +1667,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1368
1667
|
@property
|
|
1369
1668
|
@pulumi.getter(name="tracertEnable")
|
|
1370
1669
|
def tracert_enable(self) -> Optional[pulumi.Input[bool]]:
|
|
1670
|
+
"""
|
|
1671
|
+
Whether to enable tracert. The default is true.
|
|
1672
|
+
"""
|
|
1371
1673
|
return pulumi.get(self, "tracert_enable")
|
|
1372
1674
|
|
|
1373
1675
|
@tracert_enable.setter
|
|
@@ -1377,6 +1679,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1377
1679
|
@property
|
|
1378
1680
|
@pulumi.getter(name="tracertNumMax")
|
|
1379
1681
|
def tracert_num_max(self) -> Optional[pulumi.Input[int]]:
|
|
1682
|
+
"""
|
|
1683
|
+
The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
|
|
1684
|
+
"""
|
|
1380
1685
|
return pulumi.get(self, "tracert_num_max")
|
|
1381
1686
|
|
|
1382
1687
|
@tracert_num_max.setter
|
|
@@ -1386,6 +1691,9 @@ class SyntheticTaskMonitorConfNetTcpArgs:
|
|
|
1386
1691
|
@property
|
|
1387
1692
|
@pulumi.getter(name="tracertTimeout")
|
|
1388
1693
|
def tracert_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1694
|
+
"""
|
|
1695
|
+
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.
|
|
1696
|
+
"""
|
|
1389
1697
|
return pulumi.get(self, "tracert_timeout")
|
|
1390
1698
|
|
|
1391
1699
|
@tracert_timeout.setter
|
|
@@ -1403,6 +1711,19 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1403
1711
|
stream_type: Optional[pulumi.Input[int]] = None,
|
|
1404
1712
|
target_url: Optional[pulumi.Input[str]] = None,
|
|
1405
1713
|
white_list: Optional[pulumi.Input[str]] = None):
|
|
1714
|
+
"""
|
|
1715
|
+
:param pulumi.Input[Mapping[str, Any]] custom_header_content: Custom header, in JSON Map format.
|
|
1716
|
+
:param pulumi.Input[int] player_type: Player, do not pass the default 12.
|
|
1717
|
+
- 12:VLC
|
|
1718
|
+
- 2:FlashPlayer.
|
|
1719
|
+
:param pulumi.Input[int] stream_address_type: Resource address type:
|
|
1720
|
+
- 1: Resource address.
|
|
1721
|
+
- 0: page address, not 0 by default.
|
|
1722
|
+
:param pulumi.Input[int] stream_monitor_timeout: Monitoring duration, in seconds, up to 60s, not 60 by default.
|
|
1723
|
+
:param pulumi.Input[int] stream_type: Audio and video flags: 0-video, 1-audio.
|
|
1724
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1725
|
+
:param pulumi.Input[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.
|
|
1726
|
+
"""
|
|
1406
1727
|
if custom_header_content is not None:
|
|
1407
1728
|
pulumi.set(__self__, "custom_header_content", custom_header_content)
|
|
1408
1729
|
if player_type is not None:
|
|
@@ -1421,6 +1742,9 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1421
1742
|
@property
|
|
1422
1743
|
@pulumi.getter(name="customHeaderContent")
|
|
1423
1744
|
def custom_header_content(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
1745
|
+
"""
|
|
1746
|
+
Custom header, in JSON Map format.
|
|
1747
|
+
"""
|
|
1424
1748
|
return pulumi.get(self, "custom_header_content")
|
|
1425
1749
|
|
|
1426
1750
|
@custom_header_content.setter
|
|
@@ -1430,6 +1754,11 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1430
1754
|
@property
|
|
1431
1755
|
@pulumi.getter(name="playerType")
|
|
1432
1756
|
def player_type(self) -> Optional[pulumi.Input[int]]:
|
|
1757
|
+
"""
|
|
1758
|
+
Player, do not pass the default 12.
|
|
1759
|
+
- 12:VLC
|
|
1760
|
+
- 2:FlashPlayer.
|
|
1761
|
+
"""
|
|
1433
1762
|
return pulumi.get(self, "player_type")
|
|
1434
1763
|
|
|
1435
1764
|
@player_type.setter
|
|
@@ -1439,6 +1768,11 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1439
1768
|
@property
|
|
1440
1769
|
@pulumi.getter(name="streamAddressType")
|
|
1441
1770
|
def stream_address_type(self) -> Optional[pulumi.Input[int]]:
|
|
1771
|
+
"""
|
|
1772
|
+
Resource address type:
|
|
1773
|
+
- 1: Resource address.
|
|
1774
|
+
- 0: page address, not 0 by default.
|
|
1775
|
+
"""
|
|
1442
1776
|
return pulumi.get(self, "stream_address_type")
|
|
1443
1777
|
|
|
1444
1778
|
@stream_address_type.setter
|
|
@@ -1448,6 +1782,9 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1448
1782
|
@property
|
|
1449
1783
|
@pulumi.getter(name="streamMonitorTimeout")
|
|
1450
1784
|
def stream_monitor_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
1785
|
+
"""
|
|
1786
|
+
Monitoring duration, in seconds, up to 60s, not 60 by default.
|
|
1787
|
+
"""
|
|
1451
1788
|
return pulumi.get(self, "stream_monitor_timeout")
|
|
1452
1789
|
|
|
1453
1790
|
@stream_monitor_timeout.setter
|
|
@@ -1457,6 +1794,9 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1457
1794
|
@property
|
|
1458
1795
|
@pulumi.getter(name="streamType")
|
|
1459
1796
|
def stream_type(self) -> Optional[pulumi.Input[int]]:
|
|
1797
|
+
"""
|
|
1798
|
+
Audio and video flags: 0-video, 1-audio.
|
|
1799
|
+
"""
|
|
1460
1800
|
return pulumi.get(self, "stream_type")
|
|
1461
1801
|
|
|
1462
1802
|
@stream_type.setter
|
|
@@ -1466,6 +1806,9 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1466
1806
|
@property
|
|
1467
1807
|
@pulumi.getter(name="targetUrl")
|
|
1468
1808
|
def target_url(self) -> Optional[pulumi.Input[str]]:
|
|
1809
|
+
"""
|
|
1810
|
+
The target URL.
|
|
1811
|
+
"""
|
|
1469
1812
|
return pulumi.get(self, "target_url")
|
|
1470
1813
|
|
|
1471
1814
|
@target_url.setter
|
|
@@ -1475,6 +1818,9 @@ class SyntheticTaskMonitorConfStreamArgs:
|
|
|
1475
1818
|
@property
|
|
1476
1819
|
@pulumi.getter(name="whiteList")
|
|
1477
1820
|
def white_list(self) -> Optional[pulumi.Input[str]]:
|
|
1821
|
+
"""
|
|
1822
|
+
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.
|
|
1823
|
+
"""
|
|
1478
1824
|
return pulumi.get(self, "white_list")
|
|
1479
1825
|
|
|
1480
1826
|
@white_list.setter
|
|
@@ -1504,6 +1850,34 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1504
1850
|
verify_string_blacklist: Optional[pulumi.Input[str]] = None,
|
|
1505
1851
|
verify_string_whitelist: Optional[pulumi.Input[str]] = None,
|
|
1506
1852
|
wait_completion_time: Optional[pulumi.Input[int]] = None):
|
|
1853
|
+
"""
|
|
1854
|
+
:param pulumi.Input[str] target_url: The target URL.
|
|
1855
|
+
:param pulumi.Input[int] automatic_scrolling: Whether to support automatic scrolling screen, loading page.
|
|
1856
|
+
- 0 (default): No
|
|
1857
|
+
1: Yes.
|
|
1858
|
+
:param pulumi.Input[int] custom_header: Custom header.
|
|
1859
|
+
- 0 (default): Off
|
|
1860
|
+
- 1: Modify the first package
|
|
1861
|
+
- 2: Modify all packages.
|
|
1862
|
+
:param pulumi.Input[Mapping[str, Any]] custom_header_content: Custom header, in JSON Map format.
|
|
1863
|
+
:param pulumi.Input[int] disable_cache: Whether to disable caching.
|
|
1864
|
+
- 0: not disabled
|
|
1865
|
+
- 1 (default): Disabled.
|
|
1866
|
+
:param pulumi.Input[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.
|
|
1867
|
+
:param pulumi.Input[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.
|
|
1868
|
+
:param pulumi.Input[str] element_blacklist: If an element configured in the element blacklist appears during page loading, the element is not requested to be loaded.
|
|
1869
|
+
:param pulumi.Input[int] filter_invalid_ip: Whether to filter invalid IP parameters. 0: filter, 1: do not filter. The default value is 0.
|
|
1870
|
+
:param pulumi.Input[int] flow_hijack_jump_times: Identify elements: Set the total number of elements on the Browse page.
|
|
1871
|
+
:param pulumi.Input[str] flow_hijack_logo: Hijacking ID: Set the matching key information. Enter the hijacking keyword or key element, with an asterisk (*) allowed.
|
|
1872
|
+
:param pulumi.Input[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.
|
|
1873
|
+
:param pulumi.Input[int] monitor_timeout: Monitoring timeout, in ms. Not required, 20000 by default.
|
|
1874
|
+
:param pulumi.Input[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.
|
|
1875
|
+
:param pulumi.Input[int] redirection: When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
|
|
1876
|
+
:param pulumi.Input[int] slow_element_threshold: The slow element threshold, in ms, is 5000 by default and can be selected from 1 to 300000ms.
|
|
1877
|
+
:param pulumi.Input[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 (|).
|
|
1878
|
+
:param pulumi.Input[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 (|).
|
|
1879
|
+
:param pulumi.Input[int] wait_completion_time: The maximum waiting time, in ms, is 5000 by default and can be selected from 5000 ms to 300000ms.
|
|
1880
|
+
"""
|
|
1507
1881
|
pulumi.set(__self__, "target_url", target_url)
|
|
1508
1882
|
if automatic_scrolling is not None:
|
|
1509
1883
|
pulumi.set(__self__, "automatic_scrolling", automatic_scrolling)
|
|
@@ -1545,6 +1919,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1545
1919
|
@property
|
|
1546
1920
|
@pulumi.getter(name="targetUrl")
|
|
1547
1921
|
def target_url(self) -> pulumi.Input[str]:
|
|
1922
|
+
"""
|
|
1923
|
+
The target URL.
|
|
1924
|
+
"""
|
|
1548
1925
|
return pulumi.get(self, "target_url")
|
|
1549
1926
|
|
|
1550
1927
|
@target_url.setter
|
|
@@ -1554,6 +1931,11 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1554
1931
|
@property
|
|
1555
1932
|
@pulumi.getter(name="automaticScrolling")
|
|
1556
1933
|
def automatic_scrolling(self) -> Optional[pulumi.Input[int]]:
|
|
1934
|
+
"""
|
|
1935
|
+
Whether to support automatic scrolling screen, loading page.
|
|
1936
|
+
- 0 (default): No
|
|
1937
|
+
1: Yes.
|
|
1938
|
+
"""
|
|
1557
1939
|
return pulumi.get(self, "automatic_scrolling")
|
|
1558
1940
|
|
|
1559
1941
|
@automatic_scrolling.setter
|
|
@@ -1563,6 +1945,12 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1563
1945
|
@property
|
|
1564
1946
|
@pulumi.getter(name="customHeader")
|
|
1565
1947
|
def custom_header(self) -> Optional[pulumi.Input[int]]:
|
|
1948
|
+
"""
|
|
1949
|
+
Custom header.
|
|
1950
|
+
- 0 (default): Off
|
|
1951
|
+
- 1: Modify the first package
|
|
1952
|
+
- 2: Modify all packages.
|
|
1953
|
+
"""
|
|
1566
1954
|
return pulumi.get(self, "custom_header")
|
|
1567
1955
|
|
|
1568
1956
|
@custom_header.setter
|
|
@@ -1572,6 +1960,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1572
1960
|
@property
|
|
1573
1961
|
@pulumi.getter(name="customHeaderContent")
|
|
1574
1962
|
def custom_header_content(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
1963
|
+
"""
|
|
1964
|
+
Custom header, in JSON Map format.
|
|
1965
|
+
"""
|
|
1575
1966
|
return pulumi.get(self, "custom_header_content")
|
|
1576
1967
|
|
|
1577
1968
|
@custom_header_content.setter
|
|
@@ -1581,6 +1972,11 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1581
1972
|
@property
|
|
1582
1973
|
@pulumi.getter(name="disableCache")
|
|
1583
1974
|
def disable_cache(self) -> Optional[pulumi.Input[int]]:
|
|
1975
|
+
"""
|
|
1976
|
+
Whether to disable caching.
|
|
1977
|
+
- 0: not disabled
|
|
1978
|
+
- 1 (default): Disabled.
|
|
1979
|
+
"""
|
|
1584
1980
|
return pulumi.get(self, "disable_cache")
|
|
1585
1981
|
|
|
1586
1982
|
@disable_cache.setter
|
|
@@ -1590,6 +1986,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1590
1986
|
@property
|
|
1591
1987
|
@pulumi.getter(name="disableCompression")
|
|
1592
1988
|
def disable_compression(self) -> Optional[pulumi.Input[int]]:
|
|
1989
|
+
"""
|
|
1990
|
+
The Accept-Encoding field is used to determine whether to Accept compressed files. 0-do not disable, 1-disable, the default is 0.
|
|
1991
|
+
"""
|
|
1593
1992
|
return pulumi.get(self, "disable_compression")
|
|
1594
1993
|
|
|
1595
1994
|
@disable_compression.setter
|
|
@@ -1599,6 +1998,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1599
1998
|
@property
|
|
1600
1999
|
@pulumi.getter(name="dnsHijackWhitelist")
|
|
1601
2000
|
def dns_hijack_whitelist(self) -> Optional[pulumi.Input[str]]:
|
|
2001
|
+
"""
|
|
2002
|
+
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.
|
|
2003
|
+
"""
|
|
1602
2004
|
return pulumi.get(self, "dns_hijack_whitelist")
|
|
1603
2005
|
|
|
1604
2006
|
@dns_hijack_whitelist.setter
|
|
@@ -1608,6 +2010,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1608
2010
|
@property
|
|
1609
2011
|
@pulumi.getter(name="elementBlacklist")
|
|
1610
2012
|
def element_blacklist(self) -> Optional[pulumi.Input[str]]:
|
|
2013
|
+
"""
|
|
2014
|
+
If an element configured in the element blacklist appears during page loading, the element is not requested to be loaded.
|
|
2015
|
+
"""
|
|
1611
2016
|
return pulumi.get(self, "element_blacklist")
|
|
1612
2017
|
|
|
1613
2018
|
@element_blacklist.setter
|
|
@@ -1617,6 +2022,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1617
2022
|
@property
|
|
1618
2023
|
@pulumi.getter(name="filterInvalidIp")
|
|
1619
2024
|
def filter_invalid_ip(self) -> Optional[pulumi.Input[int]]:
|
|
2025
|
+
"""
|
|
2026
|
+
Whether to filter invalid IP parameters. 0: filter, 1: do not filter. The default value is 0.
|
|
2027
|
+
"""
|
|
1620
2028
|
return pulumi.get(self, "filter_invalid_ip")
|
|
1621
2029
|
|
|
1622
2030
|
@filter_invalid_ip.setter
|
|
@@ -1626,6 +2034,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1626
2034
|
@property
|
|
1627
2035
|
@pulumi.getter(name="flowHijackJumpTimes")
|
|
1628
2036
|
def flow_hijack_jump_times(self) -> Optional[pulumi.Input[int]]:
|
|
2037
|
+
"""
|
|
2038
|
+
Identify elements: Set the total number of elements on the Browse page.
|
|
2039
|
+
"""
|
|
1629
2040
|
return pulumi.get(self, "flow_hijack_jump_times")
|
|
1630
2041
|
|
|
1631
2042
|
@flow_hijack_jump_times.setter
|
|
@@ -1635,6 +2046,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1635
2046
|
@property
|
|
1636
2047
|
@pulumi.getter(name="flowHijackLogo")
|
|
1637
2048
|
def flow_hijack_logo(self) -> Optional[pulumi.Input[str]]:
|
|
2049
|
+
"""
|
|
2050
|
+
Hijacking ID: Set the matching key information. Enter the hijacking keyword or key element, with an asterisk (*) allowed.
|
|
2051
|
+
"""
|
|
1638
2052
|
return pulumi.get(self, "flow_hijack_logo")
|
|
1639
2053
|
|
|
1640
2054
|
@flow_hijack_logo.setter
|
|
@@ -1644,6 +2058,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1644
2058
|
@property
|
|
1645
2059
|
@pulumi.getter(name="ignoreCertificateError")
|
|
1646
2060
|
def ignore_certificate_error(self) -> Optional[pulumi.Input[int]]:
|
|
2061
|
+
"""
|
|
2062
|
+
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.
|
|
2063
|
+
"""
|
|
1647
2064
|
return pulumi.get(self, "ignore_certificate_error")
|
|
1648
2065
|
|
|
1649
2066
|
@ignore_certificate_error.setter
|
|
@@ -1653,6 +2070,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1653
2070
|
@property
|
|
1654
2071
|
@pulumi.getter(name="monitorTimeout")
|
|
1655
2072
|
def monitor_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
2073
|
+
"""
|
|
2074
|
+
Monitoring timeout, in ms. Not required, 20000 by default.
|
|
2075
|
+
"""
|
|
1656
2076
|
return pulumi.get(self, "monitor_timeout")
|
|
1657
2077
|
|
|
1658
2078
|
@monitor_timeout.setter
|
|
@@ -1662,6 +2082,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1662
2082
|
@property
|
|
1663
2083
|
@pulumi.getter(name="pageTamper")
|
|
1664
2084
|
def page_tamper(self) -> Optional[pulumi.Input[str]]:
|
|
2085
|
+
"""
|
|
2086
|
+
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.
|
|
2087
|
+
"""
|
|
1665
2088
|
return pulumi.get(self, "page_tamper")
|
|
1666
2089
|
|
|
1667
2090
|
@page_tamper.setter
|
|
@@ -1671,6 +2094,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1671
2094
|
@property
|
|
1672
2095
|
@pulumi.getter
|
|
1673
2096
|
def redirection(self) -> Optional[pulumi.Input[int]]:
|
|
2097
|
+
"""
|
|
2098
|
+
When redirection occurs, whether to continue browsing, 0-No, 1-Yes, the default is 1.
|
|
2099
|
+
"""
|
|
1674
2100
|
return pulumi.get(self, "redirection")
|
|
1675
2101
|
|
|
1676
2102
|
@redirection.setter
|
|
@@ -1680,6 +2106,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1680
2106
|
@property
|
|
1681
2107
|
@pulumi.getter(name="slowElementThreshold")
|
|
1682
2108
|
def slow_element_threshold(self) -> Optional[pulumi.Input[int]]:
|
|
2109
|
+
"""
|
|
2110
|
+
The slow element threshold, in ms, is 5000 by default and can be selected from 1 to 300000ms.
|
|
2111
|
+
"""
|
|
1683
2112
|
return pulumi.get(self, "slow_element_threshold")
|
|
1684
2113
|
|
|
1685
2114
|
@slow_element_threshold.setter
|
|
@@ -1689,6 +2118,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1689
2118
|
@property
|
|
1690
2119
|
@pulumi.getter(name="verifyStringBlacklist")
|
|
1691
2120
|
def verify_string_blacklist(self) -> Optional[pulumi.Input[str]]:
|
|
2121
|
+
"""
|
|
2122
|
+
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 (|).
|
|
2123
|
+
"""
|
|
1692
2124
|
return pulumi.get(self, "verify_string_blacklist")
|
|
1693
2125
|
|
|
1694
2126
|
@verify_string_blacklist.setter
|
|
@@ -1698,6 +2130,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1698
2130
|
@property
|
|
1699
2131
|
@pulumi.getter(name="verifyStringWhitelist")
|
|
1700
2132
|
def verify_string_whitelist(self) -> Optional[pulumi.Input[str]]:
|
|
2133
|
+
"""
|
|
2134
|
+
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 (|).
|
|
2135
|
+
"""
|
|
1701
2136
|
return pulumi.get(self, "verify_string_whitelist")
|
|
1702
2137
|
|
|
1703
2138
|
@verify_string_whitelist.setter
|
|
@@ -1707,6 +2142,9 @@ class SyntheticTaskMonitorConfWebsiteArgs:
|
|
|
1707
2142
|
@property
|
|
1708
2143
|
@pulumi.getter(name="waitCompletionTime")
|
|
1709
2144
|
def wait_completion_time(self) -> Optional[pulumi.Input[int]]:
|
|
2145
|
+
"""
|
|
2146
|
+
The maximum waiting time, in ms, is 5000 by default and can be selected from 5000 ms to 300000ms.
|
|
2147
|
+
"""
|
|
1710
2148
|
return pulumi.get(self, "wait_completion_time")
|
|
1711
2149
|
|
|
1712
2150
|
@wait_completion_time.setter
|