pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.0__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 (94) hide show
  1. pulumi_alicloud/__init__.py +35 -0
  2. pulumi_alicloud/amqp/instance.py +8 -8
  3. pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
  4. pulumi_alicloud/bss/get_open_api_products.py +4 -4
  5. pulumi_alicloud/cas/get_certificates.py +17 -1
  6. pulumi_alicloud/cas/get_service_certificates.py +153 -17
  7. pulumi_alicloud/cas/outputs.py +40 -36
  8. pulumi_alicloud/cen/instance.py +108 -53
  9. pulumi_alicloud/cen/transit_router_route_table_association.py +72 -68
  10. pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
  11. pulumi_alicloud/cloudfirewall/instance.py +64 -36
  12. pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
  13. pulumi_alicloud/cs/_inputs.py +390 -26
  14. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
  15. pulumi_alicloud/cs/kubernetes.py +48 -35
  16. pulumi_alicloud/cs/managed_kubernetes.py +91 -35
  17. pulumi_alicloud/cs/node_pool.py +68 -14
  18. pulumi_alicloud/cs/outputs.py +293 -16
  19. pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
  20. pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
  21. pulumi_alicloud/databasefilesystem/instance.py +31 -0
  22. pulumi_alicloud/databasefilesystem/outputs.py +0 -4
  23. pulumi_alicloud/dns/get_alidns_records.py +26 -4
  24. pulumi_alicloud/dns/outputs.py +2 -2
  25. pulumi_alicloud/eais/instance.py +55 -57
  26. pulumi_alicloud/ecp/instance.py +177 -219
  27. pulumi_alicloud/ecs/disk.py +2 -2
  28. pulumi_alicloud/ecs/ecs_disk.py +142 -58
  29. pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
  30. pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
  31. pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
  32. pulumi_alicloud/ecs/instance.py +131 -98
  33. pulumi_alicloud/ecs/key_pair.py +1 -1
  34. pulumi_alicloud/ecs/launch_template.py +102 -0
  35. pulumi_alicloud/ecs/outputs.py +57 -24
  36. pulumi_alicloud/ens/disk.py +2 -2
  37. pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
  38. pulumi_alicloud/ess/_inputs.py +342 -2
  39. pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
  40. pulumi_alicloud/ess/outputs.py +226 -2
  41. pulumi_alicloud/ess/scaling_configuration.py +377 -1
  42. pulumi_alicloud/ess/scaling_group.py +54 -7
  43. pulumi_alicloud/fc/_inputs.py +3 -3
  44. pulumi_alicloud/fc/outputs.py +2 -2
  45. pulumi_alicloud/ga/_inputs.py +57 -22
  46. pulumi_alicloud/ga/outputs.py +39 -15
  47. pulumi_alicloud/governance/baseline.py +18 -18
  48. pulumi_alicloud/governance/get_baselines.py +18 -18
  49. pulumi_alicloud/gpdb/__init__.py +1 -0
  50. pulumi_alicloud/gpdb/database.py +545 -0
  51. pulumi_alicloud/gpdb/instance.py +1 -1
  52. pulumi_alicloud/kms/get_secrets.py +5 -5
  53. pulumi_alicloud/kms/outputs.py +18 -18
  54. pulumi_alicloud/kvstore/instance.py +24 -5
  55. pulumi_alicloud/log/alert.py +14 -14
  56. pulumi_alicloud/mse/__init__.py +2 -0
  57. pulumi_alicloud/mse/cluster.py +149 -51
  58. pulumi_alicloud/mse/engine_namespace.py +176 -74
  59. pulumi_alicloud/mse/get_clusters.py +70 -10
  60. pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
  61. pulumi_alicloud/mse/get_nacos_configs.py +394 -0
  62. pulumi_alicloud/mse/nacos_config.py +762 -0
  63. pulumi_alicloud/mse/outputs.py +165 -8
  64. pulumi_alicloud/nas/data_flow.py +6 -6
  65. pulumi_alicloud/nas/fileset.py +6 -6
  66. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  67. pulumi_alicloud/nas/recycle_bin.py +6 -6
  68. pulumi_alicloud/nas/snapshot.py +6 -6
  69. pulumi_alicloud/ocean/base_instance.py +2 -2
  70. pulumi_alicloud/pai/__init__.py +8 -0
  71. pulumi_alicloud/pai/workspace_workspace.py +447 -0
  72. pulumi_alicloud/polardb/cluster.py +176 -14
  73. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
  74. pulumi_alicloud/privatelink/outputs.py +17 -6
  75. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
  76. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
  77. pulumi_alicloud/pulumi-plugin.json +1 -1
  78. pulumi_alicloud/rds/instance.py +50 -3
  79. pulumi_alicloud/resourcemanager/get_folders.py +35 -28
  80. pulumi_alicloud/resourcemanager/outputs.py +8 -8
  81. pulumi_alicloud/servicemesh/_inputs.py +656 -174
  82. pulumi_alicloud/servicemesh/outputs.py +507 -117
  83. pulumi_alicloud/servicemesh/service_mesh.py +120 -78
  84. pulumi_alicloud/sls/__init__.py +1 -0
  85. pulumi_alicloud/sls/_inputs.py +307 -0
  86. pulumi_alicloud/sls/collection_policy.py +561 -0
  87. pulumi_alicloud/sls/outputs.py +263 -0
  88. pulumi_alicloud/threatdetection/instance.py +331 -43
  89. pulumi_alicloud/vpc/subnet.py +59 -27
  90. pulumi_alicloud/vpc/switch.py +104 -87
  91. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
  92. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
  93. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
  94. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
@@ -42,13 +42,16 @@ class InstanceArgs:
42
42
  sas_webguard_boolean: Optional[pulumi.Input[str]] = None,
43
43
  sas_webguard_order_num: Optional[pulumi.Input[str]] = None,
44
44
  threat_analysis: Optional[pulumi.Input[str]] = None,
45
+ threat_analysis_flow: Optional[pulumi.Input[str]] = None,
46
+ threat_analysis_sls_storage: Optional[pulumi.Input[str]] = None,
45
47
  threat_analysis_switch: Optional[pulumi.Input[str]] = None,
48
+ threat_analysis_switch1: Optional[pulumi.Input[str]] = None,
46
49
  v_core: Optional[pulumi.Input[str]] = None,
47
50
  vul_count: Optional[pulumi.Input[str]] = None,
48
51
  vul_switch: Optional[pulumi.Input[str]] = None):
49
52
  """
50
53
  The set of arguments for constructing a Instance resource.
51
- :param pulumi.Input[str] payment_type: The payment type of the resource.
54
+ :param pulumi.Input[str] payment_type: The payment type of the resource
52
55
  :param pulumi.Input[str] version_code: Select the security center version. Value:
53
56
  - level7: Antivirus Edition.
54
57
  - level3: Premium version.
@@ -57,10 +60,13 @@ class InstanceArgs:
57
60
  - level10: Purchase value-added services only.
58
61
  :param pulumi.Input[str] buy_number: Number of servers.
59
62
  :param pulumi.Input[str] container_image_scan: Container Image security scan. Interval type, value interval:[0,200000].
63
+
60
64
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
61
65
  :param pulumi.Input[str] container_image_scan_new: Container Image security scan. Interval type, value interval:[0,200000].
66
+
62
67
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
63
68
  :param pulumi.Input[str] honeypot: Number of cloud honeypot licenses. Interval type, value interval:[20,500].
69
+
64
70
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
65
71
  :param pulumi.Input[str] honeypot_switch: Cloud honeypot. Value:
66
72
  - 1: Yes.
@@ -69,21 +75,28 @@ class InstanceArgs:
69
75
  - Upgrade: Upgrade.
70
76
  - Downgrade: Downgrade.
71
77
  :param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
78
+
72
79
  > **NOTE:** must be set when creating a prepaid instance.
73
80
  :param pulumi.Input[str] rasp_count: Number of application protection licenses. Interval type, value interval:[1,100000000].
74
81
  :param pulumi.Input[int] renew_period: Automatic renewal cycle, in months.
75
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
82
+
83
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
76
84
  :param pulumi.Input[str] renewal_period_unit: Automatic renewal period unit, value:
77
85
  - M: month.
78
86
  - Y: years.
87
+
79
88
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
80
- :param pulumi.Input[str] renewal_status: Automatic renewal status, default ManualRenewal, valid values:
89
+ :param pulumi.Input[str] renewal_status: Automatic renewal status, value:
81
90
  - AutoRenewal: automatic renewal.
82
91
  - ManualRenewal: manual renewal.
92
+
93
+ Default ManualRenewal.
83
94
  :param pulumi.Input[str] sas_anti_ransomware: Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
95
+
84
96
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
85
- :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
86
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
97
+ :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
98
+
99
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
87
100
  :param pulumi.Input[str] sas_cspm_switch: Cloud platform configuration check switch. Value:
88
101
  - 0: No.
89
102
  - 1: Yes.
@@ -91,9 +104,11 @@ class InstanceArgs:
91
104
  - true: Yes.
92
105
  - false: No.
93
106
  :param pulumi.Input[str] sas_sdk: Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
107
+
94
108
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
95
109
  :param pulumi.Input[str] sas_sdk_switch: Malicious file detection SDK.
96
110
  :param pulumi.Input[str] sas_sls_storage: Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
111
+
97
112
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
98
113
  :param pulumi.Input[str] sas_webguard_boolean: Web tamper-proof switch. Value:
99
114
  - 0: No.
@@ -102,16 +117,28 @@ class InstanceArgs:
102
117
  - 0: No
103
118
  - 1: Yes.
104
119
  :param pulumi.Input[str] threat_analysis: Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
120
+
105
121
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
122
+ :param pulumi.Input[str] threat_analysis_flow: Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
123
+
124
+ > **NOTE:** Step size is 1.
125
+ :param pulumi.Input[str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
126
+
127
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
106
128
  :param pulumi.Input[str] threat_analysis_switch: Threat analysis. Value:
107
129
  - 0: No.
108
130
  - 1: Yes.
131
+ :param pulumi.Input[str] threat_analysis_switch1: Threat analysis and response switch (new), values:
132
+ - 0: No
133
+ - 1: Yes
109
134
  :param pulumi.Input[str] v_core: Number of cores.
110
135
  :param pulumi.Input[str] vul_count: Vulnerability repair times, interval type, value range:[20,100000000].
136
+
111
137
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
112
138
  :param pulumi.Input[str] vul_switch: Vulnerability fix switch. Value:
113
139
  - 0: No.
114
140
  - 1: Yes.
141
+
115
142
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
116
143
  """
117
144
  pulumi.set(__self__, "payment_type", payment_type)
@@ -161,8 +188,14 @@ class InstanceArgs:
161
188
  pulumi.set(__self__, "sas_webguard_order_num", sas_webguard_order_num)
162
189
  if threat_analysis is not None:
163
190
  pulumi.set(__self__, "threat_analysis", threat_analysis)
191
+ if threat_analysis_flow is not None:
192
+ pulumi.set(__self__, "threat_analysis_flow", threat_analysis_flow)
193
+ if threat_analysis_sls_storage is not None:
194
+ pulumi.set(__self__, "threat_analysis_sls_storage", threat_analysis_sls_storage)
164
195
  if threat_analysis_switch is not None:
165
196
  pulumi.set(__self__, "threat_analysis_switch", threat_analysis_switch)
197
+ if threat_analysis_switch1 is not None:
198
+ pulumi.set(__self__, "threat_analysis_switch1", threat_analysis_switch1)
166
199
  if v_core is not None:
167
200
  pulumi.set(__self__, "v_core", v_core)
168
201
  if vul_count is not None:
@@ -174,7 +207,7 @@ class InstanceArgs:
174
207
  @pulumi.getter(name="paymentType")
175
208
  def payment_type(self) -> pulumi.Input[str]:
176
209
  """
177
- The payment type of the resource.
210
+ The payment type of the resource
178
211
  """
179
212
  return pulumi.get(self, "payment_type")
180
213
 
@@ -217,6 +250,7 @@ class InstanceArgs:
217
250
  def container_image_scan(self) -> Optional[pulumi.Input[str]]:
218
251
  """
219
252
  Container Image security scan. Interval type, value interval:[0,200000].
253
+
220
254
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
221
255
  """
222
256
  return pulumi.get(self, "container_image_scan")
@@ -230,6 +264,7 @@ class InstanceArgs:
230
264
  def container_image_scan_new(self) -> Optional[pulumi.Input[str]]:
231
265
  """
232
266
  Container Image security scan. Interval type, value interval:[0,200000].
267
+
233
268
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
234
269
  """
235
270
  return pulumi.get(self, "container_image_scan_new")
@@ -243,6 +278,7 @@ class InstanceArgs:
243
278
  def honeypot(self) -> Optional[pulumi.Input[str]]:
244
279
  """
245
280
  Number of cloud honeypot licenses. Interval type, value interval:[20,500].
281
+
246
282
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
247
283
  """
248
284
  return pulumi.get(self, "honeypot")
@@ -284,6 +320,7 @@ class InstanceArgs:
284
320
  def period(self) -> Optional[pulumi.Input[int]]:
285
321
  """
286
322
  Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
323
+
287
324
  > **NOTE:** must be set when creating a prepaid instance.
288
325
  """
289
326
  return pulumi.get(self, "period")
@@ -309,7 +346,8 @@ class InstanceArgs:
309
346
  def renew_period(self) -> Optional[pulumi.Input[int]]:
310
347
  """
311
348
  Automatic renewal cycle, in months.
312
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
349
+
350
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
313
351
  """
314
352
  return pulumi.get(self, "renew_period")
315
353
 
@@ -324,6 +362,7 @@ class InstanceArgs:
324
362
  Automatic renewal period unit, value:
325
363
  - M: month.
326
364
  - Y: years.
365
+
327
366
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
328
367
  """
329
368
  return pulumi.get(self, "renewal_period_unit")
@@ -336,9 +375,11 @@ class InstanceArgs:
336
375
  @pulumi.getter(name="renewalStatus")
337
376
  def renewal_status(self) -> Optional[pulumi.Input[str]]:
338
377
  """
339
- Automatic renewal status, default ManualRenewal, valid values:
378
+ Automatic renewal status, value:
340
379
  - AutoRenewal: automatic renewal.
341
380
  - ManualRenewal: manual renewal.
381
+
382
+ Default ManualRenewal.
342
383
  """
343
384
  return pulumi.get(self, "renewal_status")
344
385
 
@@ -351,6 +392,7 @@ class InstanceArgs:
351
392
  def sas_anti_ransomware(self) -> Optional[pulumi.Input[str]]:
352
393
  """
353
394
  Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
395
+
354
396
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
355
397
  """
356
398
  return pulumi.get(self, "sas_anti_ransomware")
@@ -363,8 +405,9 @@ class InstanceArgs:
363
405
  @pulumi.getter(name="sasCspm")
364
406
  def sas_cspm(self) -> Optional[pulumi.Input[str]]:
365
407
  """
366
- Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
367
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
408
+ Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
409
+
410
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
368
411
  """
369
412
  return pulumi.get(self, "sas_cspm")
370
413
 
@@ -405,6 +448,7 @@ class InstanceArgs:
405
448
  def sas_sdk(self) -> Optional[pulumi.Input[str]]:
406
449
  """
407
450
  Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
451
+
408
452
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
409
453
  """
410
454
  return pulumi.get(self, "sas_sdk")
@@ -430,6 +474,7 @@ class InstanceArgs:
430
474
  def sas_sls_storage(self) -> Optional[pulumi.Input[str]]:
431
475
  """
432
476
  Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
477
+
433
478
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
434
479
  """
435
480
  return pulumi.get(self, "sas_sls_storage")
@@ -471,6 +516,7 @@ class InstanceArgs:
471
516
  def threat_analysis(self) -> Optional[pulumi.Input[str]]:
472
517
  """
473
518
  Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
519
+
474
520
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
475
521
  """
476
522
  return pulumi.get(self, "threat_analysis")
@@ -479,6 +525,34 @@ class InstanceArgs:
479
525
  def threat_analysis(self, value: Optional[pulumi.Input[str]]):
480
526
  pulumi.set(self, "threat_analysis", value)
481
527
 
528
+ @property
529
+ @pulumi.getter(name="threatAnalysisFlow")
530
+ def threat_analysis_flow(self) -> Optional[pulumi.Input[str]]:
531
+ """
532
+ Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
533
+
534
+ > **NOTE:** Step size is 1.
535
+ """
536
+ return pulumi.get(self, "threat_analysis_flow")
537
+
538
+ @threat_analysis_flow.setter
539
+ def threat_analysis_flow(self, value: Optional[pulumi.Input[str]]):
540
+ pulumi.set(self, "threat_analysis_flow", value)
541
+
542
+ @property
543
+ @pulumi.getter(name="threatAnalysisSlsStorage")
544
+ def threat_analysis_sls_storage(self) -> Optional[pulumi.Input[str]]:
545
+ """
546
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
547
+
548
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
549
+ """
550
+ return pulumi.get(self, "threat_analysis_sls_storage")
551
+
552
+ @threat_analysis_sls_storage.setter
553
+ def threat_analysis_sls_storage(self, value: Optional[pulumi.Input[str]]):
554
+ pulumi.set(self, "threat_analysis_sls_storage", value)
555
+
482
556
  @property
483
557
  @pulumi.getter(name="threatAnalysisSwitch")
484
558
  def threat_analysis_switch(self) -> Optional[pulumi.Input[str]]:
@@ -493,6 +567,20 @@ class InstanceArgs:
493
567
  def threat_analysis_switch(self, value: Optional[pulumi.Input[str]]):
494
568
  pulumi.set(self, "threat_analysis_switch", value)
495
569
 
570
+ @property
571
+ @pulumi.getter(name="threatAnalysisSwitch1")
572
+ def threat_analysis_switch1(self) -> Optional[pulumi.Input[str]]:
573
+ """
574
+ Threat analysis and response switch (new), values:
575
+ - 0: No
576
+ - 1: Yes
577
+ """
578
+ return pulumi.get(self, "threat_analysis_switch1")
579
+
580
+ @threat_analysis_switch1.setter
581
+ def threat_analysis_switch1(self, value: Optional[pulumi.Input[str]]):
582
+ pulumi.set(self, "threat_analysis_switch1", value)
583
+
496
584
  @property
497
585
  @pulumi.getter(name="vCore")
498
586
  def v_core(self) -> Optional[pulumi.Input[str]]:
@@ -510,6 +598,7 @@ class InstanceArgs:
510
598
  def vul_count(self) -> Optional[pulumi.Input[str]]:
511
599
  """
512
600
  Vulnerability repair times, interval type, value range:[20,100000000].
601
+
513
602
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
514
603
  """
515
604
  return pulumi.get(self, "vul_count")
@@ -525,6 +614,7 @@ class InstanceArgs:
525
614
  Vulnerability fix switch. Value:
526
615
  - 0: No.
527
616
  - 1: Yes.
617
+
528
618
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
529
619
  """
530
620
  return pulumi.get(self, "vul_switch")
@@ -561,7 +651,10 @@ class _InstanceState:
561
651
  sas_webguard_order_num: Optional[pulumi.Input[str]] = None,
562
652
  status: Optional[pulumi.Input[str]] = None,
563
653
  threat_analysis: Optional[pulumi.Input[str]] = None,
654
+ threat_analysis_flow: Optional[pulumi.Input[str]] = None,
655
+ threat_analysis_sls_storage: Optional[pulumi.Input[str]] = None,
564
656
  threat_analysis_switch: Optional[pulumi.Input[str]] = None,
657
+ threat_analysis_switch1: Optional[pulumi.Input[str]] = None,
565
658
  v_core: Optional[pulumi.Input[str]] = None,
566
659
  version_code: Optional[pulumi.Input[str]] = None,
567
660
  vul_count: Optional[pulumi.Input[str]] = None,
@@ -570,11 +663,14 @@ class _InstanceState:
570
663
  Input properties used for looking up and filtering Instance resources.
571
664
  :param pulumi.Input[str] buy_number: Number of servers.
572
665
  :param pulumi.Input[str] container_image_scan: Container Image security scan. Interval type, value interval:[0,200000].
666
+
573
667
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
574
668
  :param pulumi.Input[str] container_image_scan_new: Container Image security scan. Interval type, value interval:[0,200000].
669
+
575
670
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
576
- :param pulumi.Input[str] create_time: The creation time of the resource.
671
+ :param pulumi.Input[str] create_time: The creation time of the resource
577
672
  :param pulumi.Input[str] honeypot: Number of cloud honeypot licenses. Interval type, value interval:[20,500].
673
+
578
674
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
579
675
  :param pulumi.Input[str] honeypot_switch: Cloud honeypot. Value:
580
676
  - 1: Yes.
@@ -582,23 +678,30 @@ class _InstanceState:
582
678
  :param pulumi.Input[str] modify_type: Change configuration type, value
583
679
  - Upgrade: Upgrade.
584
680
  - Downgrade: Downgrade.
585
- :param pulumi.Input[str] payment_type: The payment type of the resource.
681
+ :param pulumi.Input[str] payment_type: The payment type of the resource
586
682
  :param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
683
+
587
684
  > **NOTE:** must be set when creating a prepaid instance.
588
685
  :param pulumi.Input[str] rasp_count: Number of application protection licenses. Interval type, value interval:[1,100000000].
589
686
  :param pulumi.Input[int] renew_period: Automatic renewal cycle, in months.
590
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
687
+
688
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
591
689
  :param pulumi.Input[str] renewal_period_unit: Automatic renewal period unit, value:
592
690
  - M: month.
593
691
  - Y: years.
692
+
594
693
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
595
- :param pulumi.Input[str] renewal_status: Automatic renewal status, default ManualRenewal, valid values:
694
+ :param pulumi.Input[str] renewal_status: Automatic renewal status, value:
596
695
  - AutoRenewal: automatic renewal.
597
696
  - ManualRenewal: manual renewal.
697
+
698
+ Default ManualRenewal.
598
699
  :param pulumi.Input[str] sas_anti_ransomware: Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
700
+
599
701
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
600
- :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
601
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
702
+ :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
703
+
704
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
602
705
  :param pulumi.Input[str] sas_cspm_switch: Cloud platform configuration check switch. Value:
603
706
  - 0: No.
604
707
  - 1: Yes.
@@ -606,9 +709,11 @@ class _InstanceState:
606
709
  - true: Yes.
607
710
  - false: No.
608
711
  :param pulumi.Input[str] sas_sdk: Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
712
+
609
713
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
610
714
  :param pulumi.Input[str] sas_sdk_switch: Malicious file detection SDK.
611
715
  :param pulumi.Input[str] sas_sls_storage: Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
716
+
612
717
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
613
718
  :param pulumi.Input[str] sas_webguard_boolean: Web tamper-proof switch. Value:
614
719
  - 0: No.
@@ -616,12 +721,22 @@ class _InstanceState:
616
721
  :param pulumi.Input[str] sas_webguard_order_num: Tamper-proof authorization number. Value:
617
722
  - 0: No
618
723
  - 1: Yes.
619
- :param pulumi.Input[str] status: The status of the resource.
724
+ :param pulumi.Input[str] status: The status of the resource
620
725
  :param pulumi.Input[str] threat_analysis: Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
726
+
621
727
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
728
+ :param pulumi.Input[str] threat_analysis_flow: Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
729
+
730
+ > **NOTE:** Step size is 1.
731
+ :param pulumi.Input[str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
732
+
733
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
622
734
  :param pulumi.Input[str] threat_analysis_switch: Threat analysis. Value:
623
735
  - 0: No.
624
736
  - 1: Yes.
737
+ :param pulumi.Input[str] threat_analysis_switch1: Threat analysis and response switch (new), values:
738
+ - 0: No
739
+ - 1: Yes
625
740
  :param pulumi.Input[str] v_core: Number of cores.
626
741
  :param pulumi.Input[str] version_code: Select the security center version. Value:
627
742
  - level7: Antivirus Edition.
@@ -630,10 +745,12 @@ class _InstanceState:
630
745
  - level8: Ultimate.
631
746
  - level10: Purchase value-added services only.
632
747
  :param pulumi.Input[str] vul_count: Vulnerability repair times, interval type, value range:[20,100000000].
748
+
633
749
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
634
750
  :param pulumi.Input[str] vul_switch: Vulnerability fix switch. Value:
635
751
  - 0: No.
636
752
  - 1: Yes.
753
+
637
754
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
638
755
  """
639
756
  if buy_number is not None:
@@ -687,8 +804,14 @@ class _InstanceState:
687
804
  pulumi.set(__self__, "status", status)
688
805
  if threat_analysis is not None:
689
806
  pulumi.set(__self__, "threat_analysis", threat_analysis)
807
+ if threat_analysis_flow is not None:
808
+ pulumi.set(__self__, "threat_analysis_flow", threat_analysis_flow)
809
+ if threat_analysis_sls_storage is not None:
810
+ pulumi.set(__self__, "threat_analysis_sls_storage", threat_analysis_sls_storage)
690
811
  if threat_analysis_switch is not None:
691
812
  pulumi.set(__self__, "threat_analysis_switch", threat_analysis_switch)
813
+ if threat_analysis_switch1 is not None:
814
+ pulumi.set(__self__, "threat_analysis_switch1", threat_analysis_switch1)
692
815
  if v_core is not None:
693
816
  pulumi.set(__self__, "v_core", v_core)
694
817
  if version_code is not None:
@@ -716,6 +839,7 @@ class _InstanceState:
716
839
  def container_image_scan(self) -> Optional[pulumi.Input[str]]:
717
840
  """
718
841
  Container Image security scan. Interval type, value interval:[0,200000].
842
+
719
843
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
720
844
  """
721
845
  return pulumi.get(self, "container_image_scan")
@@ -729,6 +853,7 @@ class _InstanceState:
729
853
  def container_image_scan_new(self) -> Optional[pulumi.Input[str]]:
730
854
  """
731
855
  Container Image security scan. Interval type, value interval:[0,200000].
856
+
732
857
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
733
858
  """
734
859
  return pulumi.get(self, "container_image_scan_new")
@@ -741,7 +866,7 @@ class _InstanceState:
741
866
  @pulumi.getter(name="createTime")
742
867
  def create_time(self) -> Optional[pulumi.Input[str]]:
743
868
  """
744
- The creation time of the resource.
869
+ The creation time of the resource
745
870
  """
746
871
  return pulumi.get(self, "create_time")
747
872
 
@@ -754,6 +879,7 @@ class _InstanceState:
754
879
  def honeypot(self) -> Optional[pulumi.Input[str]]:
755
880
  """
756
881
  Number of cloud honeypot licenses. Interval type, value interval:[20,500].
882
+
757
883
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
758
884
  """
759
885
  return pulumi.get(self, "honeypot")
@@ -794,7 +920,7 @@ class _InstanceState:
794
920
  @pulumi.getter(name="paymentType")
795
921
  def payment_type(self) -> Optional[pulumi.Input[str]]:
796
922
  """
797
- The payment type of the resource.
923
+ The payment type of the resource
798
924
  """
799
925
  return pulumi.get(self, "payment_type")
800
926
 
@@ -807,6 +933,7 @@ class _InstanceState:
807
933
  def period(self) -> Optional[pulumi.Input[int]]:
808
934
  """
809
935
  Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
936
+
810
937
  > **NOTE:** must be set when creating a prepaid instance.
811
938
  """
812
939
  return pulumi.get(self, "period")
@@ -832,7 +959,8 @@ class _InstanceState:
832
959
  def renew_period(self) -> Optional[pulumi.Input[int]]:
833
960
  """
834
961
  Automatic renewal cycle, in months.
835
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
962
+
963
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
836
964
  """
837
965
  return pulumi.get(self, "renew_period")
838
966
 
@@ -847,6 +975,7 @@ class _InstanceState:
847
975
  Automatic renewal period unit, value:
848
976
  - M: month.
849
977
  - Y: years.
978
+
850
979
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
851
980
  """
852
981
  return pulumi.get(self, "renewal_period_unit")
@@ -859,9 +988,11 @@ class _InstanceState:
859
988
  @pulumi.getter(name="renewalStatus")
860
989
  def renewal_status(self) -> Optional[pulumi.Input[str]]:
861
990
  """
862
- Automatic renewal status, default ManualRenewal, valid values:
991
+ Automatic renewal status, value:
863
992
  - AutoRenewal: automatic renewal.
864
993
  - ManualRenewal: manual renewal.
994
+
995
+ Default ManualRenewal.
865
996
  """
866
997
  return pulumi.get(self, "renewal_status")
867
998
 
@@ -874,6 +1005,7 @@ class _InstanceState:
874
1005
  def sas_anti_ransomware(self) -> Optional[pulumi.Input[str]]:
875
1006
  """
876
1007
  Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
1008
+
877
1009
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
878
1010
  """
879
1011
  return pulumi.get(self, "sas_anti_ransomware")
@@ -886,8 +1018,9 @@ class _InstanceState:
886
1018
  @pulumi.getter(name="sasCspm")
887
1019
  def sas_cspm(self) -> Optional[pulumi.Input[str]]:
888
1020
  """
889
- Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
890
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
1021
+ Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
1022
+
1023
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
891
1024
  """
892
1025
  return pulumi.get(self, "sas_cspm")
893
1026
 
@@ -928,6 +1061,7 @@ class _InstanceState:
928
1061
  def sas_sdk(self) -> Optional[pulumi.Input[str]]:
929
1062
  """
930
1063
  Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
1064
+
931
1065
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
932
1066
  """
933
1067
  return pulumi.get(self, "sas_sdk")
@@ -953,6 +1087,7 @@ class _InstanceState:
953
1087
  def sas_sls_storage(self) -> Optional[pulumi.Input[str]]:
954
1088
  """
955
1089
  Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
1090
+
956
1091
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
957
1092
  """
958
1093
  return pulumi.get(self, "sas_sls_storage")
@@ -993,7 +1128,7 @@ class _InstanceState:
993
1128
  @pulumi.getter
994
1129
  def status(self) -> Optional[pulumi.Input[str]]:
995
1130
  """
996
- The status of the resource.
1131
+ The status of the resource
997
1132
  """
998
1133
  return pulumi.get(self, "status")
999
1134
 
@@ -1006,6 +1141,7 @@ class _InstanceState:
1006
1141
  def threat_analysis(self) -> Optional[pulumi.Input[str]]:
1007
1142
  """
1008
1143
  Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
1144
+
1009
1145
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1010
1146
  """
1011
1147
  return pulumi.get(self, "threat_analysis")
@@ -1014,6 +1150,34 @@ class _InstanceState:
1014
1150
  def threat_analysis(self, value: Optional[pulumi.Input[str]]):
1015
1151
  pulumi.set(self, "threat_analysis", value)
1016
1152
 
1153
+ @property
1154
+ @pulumi.getter(name="threatAnalysisFlow")
1155
+ def threat_analysis_flow(self) -> Optional[pulumi.Input[str]]:
1156
+ """
1157
+ Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
1158
+
1159
+ > **NOTE:** Step size is 1.
1160
+ """
1161
+ return pulumi.get(self, "threat_analysis_flow")
1162
+
1163
+ @threat_analysis_flow.setter
1164
+ def threat_analysis_flow(self, value: Optional[pulumi.Input[str]]):
1165
+ pulumi.set(self, "threat_analysis_flow", value)
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="threatAnalysisSlsStorage")
1169
+ def threat_analysis_sls_storage(self) -> Optional[pulumi.Input[str]]:
1170
+ """
1171
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1172
+
1173
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1174
+ """
1175
+ return pulumi.get(self, "threat_analysis_sls_storage")
1176
+
1177
+ @threat_analysis_sls_storage.setter
1178
+ def threat_analysis_sls_storage(self, value: Optional[pulumi.Input[str]]):
1179
+ pulumi.set(self, "threat_analysis_sls_storage", value)
1180
+
1017
1181
  @property
1018
1182
  @pulumi.getter(name="threatAnalysisSwitch")
1019
1183
  def threat_analysis_switch(self) -> Optional[pulumi.Input[str]]:
@@ -1028,6 +1192,20 @@ class _InstanceState:
1028
1192
  def threat_analysis_switch(self, value: Optional[pulumi.Input[str]]):
1029
1193
  pulumi.set(self, "threat_analysis_switch", value)
1030
1194
 
1195
+ @property
1196
+ @pulumi.getter(name="threatAnalysisSwitch1")
1197
+ def threat_analysis_switch1(self) -> Optional[pulumi.Input[str]]:
1198
+ """
1199
+ Threat analysis and response switch (new), values:
1200
+ - 0: No
1201
+ - 1: Yes
1202
+ """
1203
+ return pulumi.get(self, "threat_analysis_switch1")
1204
+
1205
+ @threat_analysis_switch1.setter
1206
+ def threat_analysis_switch1(self, value: Optional[pulumi.Input[str]]):
1207
+ pulumi.set(self, "threat_analysis_switch1", value)
1208
+
1031
1209
  @property
1032
1210
  @pulumi.getter(name="vCore")
1033
1211
  def v_core(self) -> Optional[pulumi.Input[str]]:
@@ -1062,6 +1240,7 @@ class _InstanceState:
1062
1240
  def vul_count(self) -> Optional[pulumi.Input[str]]:
1063
1241
  """
1064
1242
  Vulnerability repair times, interval type, value range:[20,100000000].
1243
+
1065
1244
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
1066
1245
  """
1067
1246
  return pulumi.get(self, "vul_count")
@@ -1077,6 +1256,7 @@ class _InstanceState:
1077
1256
  Vulnerability fix switch. Value:
1078
1257
  - 0: No.
1079
1258
  - 1: Yes.
1259
+
1080
1260
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
1081
1261
  """
1082
1262
  return pulumi.get(self, "vul_switch")
@@ -1113,7 +1293,10 @@ class Instance(pulumi.CustomResource):
1113
1293
  sas_webguard_boolean: Optional[pulumi.Input[str]] = None,
1114
1294
  sas_webguard_order_num: Optional[pulumi.Input[str]] = None,
1115
1295
  threat_analysis: Optional[pulumi.Input[str]] = None,
1296
+ threat_analysis_flow: Optional[pulumi.Input[str]] = None,
1297
+ threat_analysis_sls_storage: Optional[pulumi.Input[str]] = None,
1116
1298
  threat_analysis_switch: Optional[pulumi.Input[str]] = None,
1299
+ threat_analysis_switch1: Optional[pulumi.Input[str]] = None,
1117
1300
  v_core: Optional[pulumi.Input[str]] = None,
1118
1301
  version_code: Optional[pulumi.Input[str]] = None,
1119
1302
  vul_count: Optional[pulumi.Input[str]] = None,
@@ -1132,10 +1315,13 @@ class Instance(pulumi.CustomResource):
1132
1315
  :param pulumi.ResourceOptions opts: Options for the resource.
1133
1316
  :param pulumi.Input[str] buy_number: Number of servers.
1134
1317
  :param pulumi.Input[str] container_image_scan: Container Image security scan. Interval type, value interval:[0,200000].
1318
+
1135
1319
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1136
1320
  :param pulumi.Input[str] container_image_scan_new: Container Image security scan. Interval type, value interval:[0,200000].
1321
+
1137
1322
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1138
1323
  :param pulumi.Input[str] honeypot: Number of cloud honeypot licenses. Interval type, value interval:[20,500].
1324
+
1139
1325
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
1140
1326
  :param pulumi.Input[str] honeypot_switch: Cloud honeypot. Value:
1141
1327
  - 1: Yes.
@@ -1143,23 +1329,30 @@ class Instance(pulumi.CustomResource):
1143
1329
  :param pulumi.Input[str] modify_type: Change configuration type, value
1144
1330
  - Upgrade: Upgrade.
1145
1331
  - Downgrade: Downgrade.
1146
- :param pulumi.Input[str] payment_type: The payment type of the resource.
1332
+ :param pulumi.Input[str] payment_type: The payment type of the resource
1147
1333
  :param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
1334
+
1148
1335
  > **NOTE:** must be set when creating a prepaid instance.
1149
1336
  :param pulumi.Input[str] rasp_count: Number of application protection licenses. Interval type, value interval:[1,100000000].
1150
1337
  :param pulumi.Input[int] renew_period: Automatic renewal cycle, in months.
1151
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
1338
+
1339
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
1152
1340
  :param pulumi.Input[str] renewal_period_unit: Automatic renewal period unit, value:
1153
1341
  - M: month.
1154
1342
  - Y: years.
1343
+
1155
1344
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
1156
- :param pulumi.Input[str] renewal_status: Automatic renewal status, default ManualRenewal, valid values:
1345
+ :param pulumi.Input[str] renewal_status: Automatic renewal status, value:
1157
1346
  - AutoRenewal: automatic renewal.
1158
1347
  - ManualRenewal: manual renewal.
1348
+
1349
+ Default ManualRenewal.
1159
1350
  :param pulumi.Input[str] sas_anti_ransomware: Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
1351
+
1160
1352
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1161
- :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
1162
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
1353
+ :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
1354
+
1355
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
1163
1356
  :param pulumi.Input[str] sas_cspm_switch: Cloud platform configuration check switch. Value:
1164
1357
  - 0: No.
1165
1358
  - 1: Yes.
@@ -1167,9 +1360,11 @@ class Instance(pulumi.CustomResource):
1167
1360
  - true: Yes.
1168
1361
  - false: No.
1169
1362
  :param pulumi.Input[str] sas_sdk: Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
1363
+
1170
1364
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1171
1365
  :param pulumi.Input[str] sas_sdk_switch: Malicious file detection SDK.
1172
1366
  :param pulumi.Input[str] sas_sls_storage: Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
1367
+
1173
1368
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1174
1369
  :param pulumi.Input[str] sas_webguard_boolean: Web tamper-proof switch. Value:
1175
1370
  - 0: No.
@@ -1178,10 +1373,20 @@ class Instance(pulumi.CustomResource):
1178
1373
  - 0: No
1179
1374
  - 1: Yes.
1180
1375
  :param pulumi.Input[str] threat_analysis: Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
1376
+
1181
1377
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1378
+ :param pulumi.Input[str] threat_analysis_flow: Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
1379
+
1380
+ > **NOTE:** Step size is 1.
1381
+ :param pulumi.Input[str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1382
+
1383
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1182
1384
  :param pulumi.Input[str] threat_analysis_switch: Threat analysis. Value:
1183
1385
  - 0: No.
1184
1386
  - 1: Yes.
1387
+ :param pulumi.Input[str] threat_analysis_switch1: Threat analysis and response switch (new), values:
1388
+ - 0: No
1389
+ - 1: Yes
1185
1390
  :param pulumi.Input[str] v_core: Number of cores.
1186
1391
  :param pulumi.Input[str] version_code: Select the security center version. Value:
1187
1392
  - level7: Antivirus Edition.
@@ -1190,10 +1395,12 @@ class Instance(pulumi.CustomResource):
1190
1395
  - level8: Ultimate.
1191
1396
  - level10: Purchase value-added services only.
1192
1397
  :param pulumi.Input[str] vul_count: Vulnerability repair times, interval type, value range:[20,100000000].
1398
+
1193
1399
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
1194
1400
  :param pulumi.Input[str] vul_switch: Vulnerability fix switch. Value:
1195
1401
  - 0: No.
1196
1402
  - 1: Yes.
1403
+
1197
1404
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
1198
1405
  """
1199
1406
  ...
@@ -1248,7 +1455,10 @@ class Instance(pulumi.CustomResource):
1248
1455
  sas_webguard_boolean: Optional[pulumi.Input[str]] = None,
1249
1456
  sas_webguard_order_num: Optional[pulumi.Input[str]] = None,
1250
1457
  threat_analysis: Optional[pulumi.Input[str]] = None,
1458
+ threat_analysis_flow: Optional[pulumi.Input[str]] = None,
1459
+ threat_analysis_sls_storage: Optional[pulumi.Input[str]] = None,
1251
1460
  threat_analysis_switch: Optional[pulumi.Input[str]] = None,
1461
+ threat_analysis_switch1: Optional[pulumi.Input[str]] = None,
1252
1462
  v_core: Optional[pulumi.Input[str]] = None,
1253
1463
  version_code: Optional[pulumi.Input[str]] = None,
1254
1464
  vul_count: Optional[pulumi.Input[str]] = None,
@@ -1286,7 +1496,10 @@ class Instance(pulumi.CustomResource):
1286
1496
  __props__.__dict__["sas_webguard_boolean"] = sas_webguard_boolean
1287
1497
  __props__.__dict__["sas_webguard_order_num"] = sas_webguard_order_num
1288
1498
  __props__.__dict__["threat_analysis"] = threat_analysis
1499
+ __props__.__dict__["threat_analysis_flow"] = threat_analysis_flow
1500
+ __props__.__dict__["threat_analysis_sls_storage"] = threat_analysis_sls_storage
1289
1501
  __props__.__dict__["threat_analysis_switch"] = threat_analysis_switch
1502
+ __props__.__dict__["threat_analysis_switch1"] = threat_analysis_switch1
1290
1503
  __props__.__dict__["v_core"] = v_core
1291
1504
  if version_code is None and not opts.urn:
1292
1505
  raise TypeError("Missing required property 'version_code'")
@@ -1329,7 +1542,10 @@ class Instance(pulumi.CustomResource):
1329
1542
  sas_webguard_order_num: Optional[pulumi.Input[str]] = None,
1330
1543
  status: Optional[pulumi.Input[str]] = None,
1331
1544
  threat_analysis: Optional[pulumi.Input[str]] = None,
1545
+ threat_analysis_flow: Optional[pulumi.Input[str]] = None,
1546
+ threat_analysis_sls_storage: Optional[pulumi.Input[str]] = None,
1332
1547
  threat_analysis_switch: Optional[pulumi.Input[str]] = None,
1548
+ threat_analysis_switch1: Optional[pulumi.Input[str]] = None,
1333
1549
  v_core: Optional[pulumi.Input[str]] = None,
1334
1550
  version_code: Optional[pulumi.Input[str]] = None,
1335
1551
  vul_count: Optional[pulumi.Input[str]] = None,
@@ -1343,11 +1559,14 @@ class Instance(pulumi.CustomResource):
1343
1559
  :param pulumi.ResourceOptions opts: Options for the resource.
1344
1560
  :param pulumi.Input[str] buy_number: Number of servers.
1345
1561
  :param pulumi.Input[str] container_image_scan: Container Image security scan. Interval type, value interval:[0,200000].
1562
+
1346
1563
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1347
1564
  :param pulumi.Input[str] container_image_scan_new: Container Image security scan. Interval type, value interval:[0,200000].
1565
+
1348
1566
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1349
- :param pulumi.Input[str] create_time: The creation time of the resource.
1567
+ :param pulumi.Input[str] create_time: The creation time of the resource
1350
1568
  :param pulumi.Input[str] honeypot: Number of cloud honeypot licenses. Interval type, value interval:[20,500].
1569
+
1351
1570
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
1352
1571
  :param pulumi.Input[str] honeypot_switch: Cloud honeypot. Value:
1353
1572
  - 1: Yes.
@@ -1355,23 +1574,30 @@ class Instance(pulumi.CustomResource):
1355
1574
  :param pulumi.Input[str] modify_type: Change configuration type, value
1356
1575
  - Upgrade: Upgrade.
1357
1576
  - Downgrade: Downgrade.
1358
- :param pulumi.Input[str] payment_type: The payment type of the resource.
1577
+ :param pulumi.Input[str] payment_type: The payment type of the resource
1359
1578
  :param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
1579
+
1360
1580
  > **NOTE:** must be set when creating a prepaid instance.
1361
1581
  :param pulumi.Input[str] rasp_count: Number of application protection licenses. Interval type, value interval:[1,100000000].
1362
1582
  :param pulumi.Input[int] renew_period: Automatic renewal cycle, in months.
1363
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
1583
+
1584
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
1364
1585
  :param pulumi.Input[str] renewal_period_unit: Automatic renewal period unit, value:
1365
1586
  - M: month.
1366
1587
  - Y: years.
1588
+
1367
1589
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
1368
- :param pulumi.Input[str] renewal_status: Automatic renewal status, default ManualRenewal, valid values:
1590
+ :param pulumi.Input[str] renewal_status: Automatic renewal status, value:
1369
1591
  - AutoRenewal: automatic renewal.
1370
1592
  - ManualRenewal: manual renewal.
1593
+
1594
+ Default ManualRenewal.
1371
1595
  :param pulumi.Input[str] sas_anti_ransomware: Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
1596
+
1372
1597
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1373
- :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
1374
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
1598
+ :param pulumi.Input[str] sas_cspm: Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
1599
+
1600
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
1375
1601
  :param pulumi.Input[str] sas_cspm_switch: Cloud platform configuration check switch. Value:
1376
1602
  - 0: No.
1377
1603
  - 1: Yes.
@@ -1379,9 +1605,11 @@ class Instance(pulumi.CustomResource):
1379
1605
  - true: Yes.
1380
1606
  - false: No.
1381
1607
  :param pulumi.Input[str] sas_sdk: Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
1608
+
1382
1609
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1383
1610
  :param pulumi.Input[str] sas_sdk_switch: Malicious file detection SDK.
1384
1611
  :param pulumi.Input[str] sas_sls_storage: Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
1612
+
1385
1613
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1386
1614
  :param pulumi.Input[str] sas_webguard_boolean: Web tamper-proof switch. Value:
1387
1615
  - 0: No.
@@ -1389,12 +1617,22 @@ class Instance(pulumi.CustomResource):
1389
1617
  :param pulumi.Input[str] sas_webguard_order_num: Tamper-proof authorization number. Value:
1390
1618
  - 0: No
1391
1619
  - 1: Yes.
1392
- :param pulumi.Input[str] status: The status of the resource.
1620
+ :param pulumi.Input[str] status: The status of the resource
1393
1621
  :param pulumi.Input[str] threat_analysis: Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
1622
+
1394
1623
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1624
+ :param pulumi.Input[str] threat_analysis_flow: Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
1625
+
1626
+ > **NOTE:** Step size is 1.
1627
+ :param pulumi.Input[str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1628
+
1629
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1395
1630
  :param pulumi.Input[str] threat_analysis_switch: Threat analysis. Value:
1396
1631
  - 0: No.
1397
1632
  - 1: Yes.
1633
+ :param pulumi.Input[str] threat_analysis_switch1: Threat analysis and response switch (new), values:
1634
+ - 0: No
1635
+ - 1: Yes
1398
1636
  :param pulumi.Input[str] v_core: Number of cores.
1399
1637
  :param pulumi.Input[str] version_code: Select the security center version. Value:
1400
1638
  - level7: Antivirus Edition.
@@ -1403,10 +1641,12 @@ class Instance(pulumi.CustomResource):
1403
1641
  - level8: Ultimate.
1404
1642
  - level10: Purchase value-added services only.
1405
1643
  :param pulumi.Input[str] vul_count: Vulnerability repair times, interval type, value range:[20,100000000].
1644
+
1406
1645
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
1407
1646
  :param pulumi.Input[str] vul_switch: Vulnerability fix switch. Value:
1408
1647
  - 0: No.
1409
1648
  - 1: Yes.
1649
+
1410
1650
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
1411
1651
  """
1412
1652
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1437,7 +1677,10 @@ class Instance(pulumi.CustomResource):
1437
1677
  __props__.__dict__["sas_webguard_order_num"] = sas_webguard_order_num
1438
1678
  __props__.__dict__["status"] = status
1439
1679
  __props__.__dict__["threat_analysis"] = threat_analysis
1680
+ __props__.__dict__["threat_analysis_flow"] = threat_analysis_flow
1681
+ __props__.__dict__["threat_analysis_sls_storage"] = threat_analysis_sls_storage
1440
1682
  __props__.__dict__["threat_analysis_switch"] = threat_analysis_switch
1683
+ __props__.__dict__["threat_analysis_switch1"] = threat_analysis_switch1
1441
1684
  __props__.__dict__["v_core"] = v_core
1442
1685
  __props__.__dict__["version_code"] = version_code
1443
1686
  __props__.__dict__["vul_count"] = vul_count
@@ -1458,6 +1701,7 @@ class Instance(pulumi.CustomResource):
1458
1701
  def container_image_scan(self) -> pulumi.Output[Optional[str]]:
1459
1702
  """
1460
1703
  Container Image security scan. Interval type, value interval:[0,200000].
1704
+
1461
1705
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1462
1706
  """
1463
1707
  return pulumi.get(self, "container_image_scan")
@@ -1467,6 +1711,7 @@ class Instance(pulumi.CustomResource):
1467
1711
  def container_image_scan_new(self) -> pulumi.Output[Optional[str]]:
1468
1712
  """
1469
1713
  Container Image security scan. Interval type, value interval:[0,200000].
1714
+
1470
1715
  > **NOTE:** The step size is 20, that is, only multiples of 20 can be filled in.
1471
1716
  """
1472
1717
  return pulumi.get(self, "container_image_scan_new")
@@ -1475,7 +1720,7 @@ class Instance(pulumi.CustomResource):
1475
1720
  @pulumi.getter(name="createTime")
1476
1721
  def create_time(self) -> pulumi.Output[str]:
1477
1722
  """
1478
- The creation time of the resource.
1723
+ The creation time of the resource
1479
1724
  """
1480
1725
  return pulumi.get(self, "create_time")
1481
1726
 
@@ -1484,6 +1729,7 @@ class Instance(pulumi.CustomResource):
1484
1729
  def honeypot(self) -> pulumi.Output[Optional[str]]:
1485
1730
  """
1486
1731
  Number of cloud honeypot licenses. Interval type, value interval:[20,500].
1732
+
1487
1733
  > **NOTE:** This module can only be purchased when honeypot_switch = 1, starting with 20.
1488
1734
  """
1489
1735
  return pulumi.get(self, "honeypot")
@@ -1512,7 +1758,7 @@ class Instance(pulumi.CustomResource):
1512
1758
  @pulumi.getter(name="paymentType")
1513
1759
  def payment_type(self) -> pulumi.Output[str]:
1514
1760
  """
1515
- The payment type of the resource.
1761
+ The payment type of the resource
1516
1762
  """
1517
1763
  return pulumi.get(self, "payment_type")
1518
1764
 
@@ -1521,6 +1767,7 @@ class Instance(pulumi.CustomResource):
1521
1767
  def period(self) -> pulumi.Output[Optional[int]]:
1522
1768
  """
1523
1769
  Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
1770
+
1524
1771
  > **NOTE:** must be set when creating a prepaid instance.
1525
1772
  """
1526
1773
  return pulumi.get(self, "period")
@@ -1538,7 +1785,8 @@ class Instance(pulumi.CustomResource):
1538
1785
  def renew_period(self) -> pulumi.Output[int]:
1539
1786
  """
1540
1787
  Automatic renewal cycle, in months.
1541
- > **NOTE:** When **RenewalStatus** is set to **AutoRenewal**, it must be set.
1788
+
1789
+ > **NOTE:** When `RenewalStatus` is set to `AutoRenewal`, it must be set.
1542
1790
  """
1543
1791
  return pulumi.get(self, "renew_period")
1544
1792
 
@@ -1549,6 +1797,7 @@ class Instance(pulumi.CustomResource):
1549
1797
  Automatic renewal period unit, value:
1550
1798
  - M: month.
1551
1799
  - Y: years.
1800
+
1552
1801
  > **NOTE:** Must be set when RenewalStatus = AutoRenewal.
1553
1802
  """
1554
1803
  return pulumi.get(self, "renewal_period_unit")
@@ -1557,9 +1806,11 @@ class Instance(pulumi.CustomResource):
1557
1806
  @pulumi.getter(name="renewalStatus")
1558
1807
  def renewal_status(self) -> pulumi.Output[Optional[str]]:
1559
1808
  """
1560
- Automatic renewal status, default ManualRenewal, valid values:
1809
+ Automatic renewal status, value:
1561
1810
  - AutoRenewal: automatic renewal.
1562
1811
  - ManualRenewal: manual renewal.
1812
+
1813
+ Default ManualRenewal.
1563
1814
  """
1564
1815
  return pulumi.get(self, "renewal_status")
1565
1816
 
@@ -1568,6 +1819,7 @@ class Instance(pulumi.CustomResource):
1568
1819
  def sas_anti_ransomware(self) -> pulumi.Output[Optional[str]]:
1569
1820
  """
1570
1821
  Anti-ransomware capacity. Unit: GB. Interval type, value interval:[0,9999999999].
1822
+
1571
1823
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1572
1824
  """
1573
1825
  return pulumi.get(self, "sas_anti_ransomware")
@@ -1576,8 +1828,9 @@ class Instance(pulumi.CustomResource):
1576
1828
  @pulumi.getter(name="sasCspm")
1577
1829
  def sas_cspm(self) -> pulumi.Output[Optional[str]]:
1578
1830
  """
1579
- Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
1580
- > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 100, that is, only multiples of 10 can be filled in.
1831
+ Cloud platform configuration check scan times, interval type, value range:[15000,9999999999].
1832
+
1833
+ > **NOTE:** You must have sas_cspm_switch = 1 to purchase this module. The step size is 55000, that is, only multiples of 55000 can be filled in.
1581
1834
  """
1582
1835
  return pulumi.get(self, "sas_cspm")
1583
1836
 
@@ -1606,6 +1859,7 @@ class Instance(pulumi.CustomResource):
1606
1859
  def sas_sdk(self) -> pulumi.Output[Optional[str]]:
1607
1860
  """
1608
1861
  Number of malicious file detections. Unit: 10,000 times. Interval type, value interval:[10,9999999999].
1862
+
1609
1863
  > **NOTE:** This module can only be purchased when sas_sdk_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1610
1864
  """
1611
1865
  return pulumi.get(self, "sas_sdk")
@@ -1623,6 +1877,7 @@ class Instance(pulumi.CustomResource):
1623
1877
  def sas_sls_storage(self) -> pulumi.Output[Optional[str]]:
1624
1878
  """
1625
1879
  Log analysis storage capacity. Unit: GB. Interval type, value interval:[0,600000].
1880
+
1626
1881
  > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1627
1882
  """
1628
1883
  return pulumi.get(self, "sas_sls_storage")
@@ -1651,7 +1906,7 @@ class Instance(pulumi.CustomResource):
1651
1906
  @pulumi.getter
1652
1907
  def status(self) -> pulumi.Output[str]:
1653
1908
  """
1654
- The status of the resource.
1909
+ The status of the resource
1655
1910
  """
1656
1911
  return pulumi.get(self, "status")
1657
1912
 
@@ -1660,10 +1915,31 @@ class Instance(pulumi.CustomResource):
1660
1915
  def threat_analysis(self) -> pulumi.Output[Optional[str]]:
1661
1916
  """
1662
1917
  Threat Analysis log storage capacity. Interval type, value interval:[0,9999999999].
1918
+
1663
1919
  > **NOTE:** This module can only be purchased when Threat_analysis_switch = 1. The step size is 10, that is, only multiples of 10 can be filled in.
1664
1920
  """
1665
1921
  return pulumi.get(self, "threat_analysis")
1666
1922
 
1923
+ @property
1924
+ @pulumi.getter(name="threatAnalysisFlow")
1925
+ def threat_analysis_flow(self) -> pulumi.Output[Optional[str]]:
1926
+ """
1927
+ Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
1928
+
1929
+ > **NOTE:** Step size is 1.
1930
+ """
1931
+ return pulumi.get(self, "threat_analysis_flow")
1932
+
1933
+ @property
1934
+ @pulumi.getter(name="threatAnalysisSlsStorage")
1935
+ def threat_analysis_sls_storage(self) -> pulumi.Output[Optional[str]]:
1936
+ """
1937
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1938
+
1939
+ > **NOTE:** The step size is 10, that is, only multiples of 10 can be filled in.
1940
+ """
1941
+ return pulumi.get(self, "threat_analysis_sls_storage")
1942
+
1667
1943
  @property
1668
1944
  @pulumi.getter(name="threatAnalysisSwitch")
1669
1945
  def threat_analysis_switch(self) -> pulumi.Output[str]:
@@ -1674,6 +1950,16 @@ class Instance(pulumi.CustomResource):
1674
1950
  """
1675
1951
  return pulumi.get(self, "threat_analysis_switch")
1676
1952
 
1953
+ @property
1954
+ @pulumi.getter(name="threatAnalysisSwitch1")
1955
+ def threat_analysis_switch1(self) -> pulumi.Output[str]:
1956
+ """
1957
+ Threat analysis and response switch (new), values:
1958
+ - 0: No
1959
+ - 1: Yes
1960
+ """
1961
+ return pulumi.get(self, "threat_analysis_switch1")
1962
+
1677
1963
  @property
1678
1964
  @pulumi.getter(name="vCore")
1679
1965
  def v_core(self) -> pulumi.Output[Optional[str]]:
@@ -1700,6 +1986,7 @@ class Instance(pulumi.CustomResource):
1700
1986
  def vul_count(self) -> pulumi.Output[Optional[str]]:
1701
1987
  """
1702
1988
  Vulnerability repair times, interval type, value range:[20,100000000].
1989
+
1703
1990
  > **NOTE:** This module can only be purchased when vul_switch = 1. Only when the version_code value is level7 or level10. other versions do not need to be purchased separately.
1704
1991
  """
1705
1992
  return pulumi.get(self, "vul_count")
@@ -1711,6 +1998,7 @@ class Instance(pulumi.CustomResource):
1711
1998
  Vulnerability fix switch. Value:
1712
1999
  - 0: No.
1713
2000
  - 1: Yes.
2001
+
1714
2002
  > **NOTE:** When the value of version_code is level7 or level10, the purchase is allowed. Other versions do not need to be purchased separately.
1715
2003
  """
1716
2004
  return pulumi.get(self, "vul_switch")