pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.78.0a1747367664__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 (146) hide show
  1. pulumi_alicloud/__init__.py +32 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/health_check_template.py +233 -93
  4. pulumi_alicloud/alb/load_balancer.py +110 -0
  5. pulumi_alicloud/amqp/exchange.py +250 -159
  6. pulumi_alicloud/apigateway/_inputs.py +23 -3
  7. pulumi_alicloud/apigateway/api.py +7 -7
  8. pulumi_alicloud/apigateway/backend.py +8 -8
  9. pulumi_alicloud/apigateway/outputs.py +16 -2
  10. pulumi_alicloud/arms/remote_write.py +2 -2
  11. pulumi_alicloud/bp/studio_application.py +2 -2
  12. pulumi_alicloud/cassandra/cluster.py +2 -2
  13. pulumi_alicloud/cassandra/data_center.py +2 -2
  14. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  15. pulumi_alicloud/cen/_inputs.py +78 -27
  16. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  17. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  18. pulumi_alicloud/cen/outputs.py +52 -18
  19. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  20. pulumi_alicloud/chatbot/publish_task.py +2 -2
  21. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  22. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  23. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  24. pulumi_alicloud/das/switch_das_pro.py +6 -2
  25. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  26. pulumi_alicloud/dataworks/di_job.py +8 -6
  27. pulumi_alicloud/dataworks/project_member.py +2 -2
  28. pulumi_alicloud/ddos/domain_resource.py +19 -9
  29. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  30. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  31. pulumi_alicloud/drds/instance.py +12 -8
  32. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  33. pulumi_alicloud/ecs/activation.py +2 -2
  34. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  35. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  36. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  37. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  38. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  39. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  40. pulumi_alicloud/ecs/image_copy.py +2 -2
  41. pulumi_alicloud/ecs/image_export.py +2 -2
  42. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  43. pulumi_alicloud/ecs/snapshot.py +8 -4
  44. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  45. pulumi_alicloud/emr/cluster.py +4 -4
  46. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  47. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  48. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  49. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  50. pulumi_alicloud/esa/network_optimization.py +10 -2
  51. pulumi_alicloud/esa/origin_pool.py +10 -10
  52. pulumi_alicloud/esa/redirect_rule.py +12 -4
  53. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  54. pulumi_alicloud/ess/outputs.py +107 -0
  55. pulumi_alicloud/ess/scaling_group.py +47 -0
  56. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  57. pulumi_alicloud/fnf/execution.py +2 -2
  58. pulumi_alicloud/fnf/flow.py +2 -2
  59. pulumi_alicloud/fnf/schedule.py +2 -2
  60. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  61. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  62. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  63. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  64. pulumi_alicloud/hbr/hana_instance.py +2 -2
  65. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  66. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  67. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  68. pulumi_alicloud/hbr/restore_job.py +2 -2
  69. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  70. pulumi_alicloud/kms/_inputs.py +12 -12
  71. pulumi_alicloud/kms/instance.py +80 -47
  72. pulumi_alicloud/kms/outputs.py +8 -8
  73. pulumi_alicloud/kvstore/instance.py +21 -7
  74. pulumi_alicloud/lindorm/instance.py +101 -7
  75. pulumi_alicloud/log/etl.py +2 -2
  76. pulumi_alicloud/log/ingestion.py +4 -6
  77. pulumi_alicloud/log/oss_export.py +4 -6
  78. pulumi_alicloud/log/oss_shipper.py +2 -2
  79. pulumi_alicloud/mse/gateway.py +2 -2
  80. pulumi_alicloud/mse/nacos_config.py +2 -0
  81. pulumi_alicloud/mse/znode.py +2 -2
  82. pulumi_alicloud/nas/mount_target.py +6 -6
  83. pulumi_alicloud/nas/snapshot.py +2 -2
  84. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  85. pulumi_alicloud/oos/secret_parameter.py +2 -2
  86. pulumi_alicloud/oss/bucket_replication.py +8 -8
  87. pulumi_alicloud/pai/__init__.py +3 -0
  88. pulumi_alicloud/pai/_inputs.py +108 -0
  89. pulumi_alicloud/pai/outputs.py +64 -0
  90. pulumi_alicloud/pai/workspace_member.py +393 -0
  91. pulumi_alicloud/pai/workspace_model.py +792 -0
  92. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  93. pulumi_alicloud/polardb/cluster.py +68 -7
  94. pulumi_alicloud/polardb/global_database_network.py +2 -2
  95. pulumi_alicloud/polardb/parameter_group.py +2 -2
  96. pulumi_alicloud/pulumi-plugin.json +1 -1
  97. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  98. pulumi_alicloud/ram/role.py +2 -2
  99. pulumi_alicloud/ram/role_attachment.py +6 -4
  100. pulumi_alicloud/rds/instance.py +47 -47
  101. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  102. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  103. pulumi_alicloud/resourcemanager/account.py +315 -116
  104. pulumi_alicloud/rocketmq/group.py +2 -2
  105. pulumi_alicloud/ros/change_set.py +2 -2
  106. pulumi_alicloud/ros/stack.py +2 -2
  107. pulumi_alicloud/ros/stack_group.py +2 -2
  108. pulumi_alicloud/ros/stack_instance.py +2 -2
  109. pulumi_alicloud/ros/template_scratch.py +2 -2
  110. pulumi_alicloud/scdn/domain.py +2 -2
  111. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  112. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  113. pulumi_alicloud/slb/_inputs.py +44 -0
  114. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  115. pulumi_alicloud/slb/ca_certificate.py +4 -0
  116. pulumi_alicloud/slb/listener.py +46 -89
  117. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  118. pulumi_alicloud/slb/outputs.py +26 -0
  119. pulumi_alicloud/sms/short_url.py +2 -2
  120. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  121. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  122. pulumi_alicloud/threatdetection/instance.py +28 -21
  123. pulumi_alicloud/threatdetection/outputs.py +98 -6
  124. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  125. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  126. pulumi_alicloud/tsdb/instance.py +2 -2
  127. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  128. pulumi_alicloud/vpc/forward_entry.py +4 -4
  129. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  130. pulumi_alicloud/vpc/ha_vip.py +4 -4
  131. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  132. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  133. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  134. pulumi_alicloud/vpc/nat_ip.py +2 -2
  135. pulumi_alicloud/vpc/prefix_list.py +2 -2
  136. pulumi_alicloud/vpc/route_entry.py +6 -2
  137. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  138. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  139. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  140. pulumi_alicloud/vpn/route_entry.py +8 -8
  141. pulumi_alicloud/wafv3/instance.py +2 -2
  142. pulumi_alicloud/wafv3/outputs.py +11 -0
  143. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/METADATA +1 -1
  144. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/RECORD +146 -142
  145. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/WHEEL +1 -1
  146. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.78.0a1747367664.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class MasterSlaveServerGroupArgs:
31
31
  :param pulumi.Input[builtins.str] load_balancer_id: The Load Balancer ID which is used to launch a new master slave server group.
32
32
  :param pulumi.Input[builtins.bool] delete_protection_validation: Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.
33
33
  :param pulumi.Input[builtins.str] name: Name of the master slave server group.
34
- :param pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
34
+ :param pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
35
35
  """
36
36
  pulumi.set(__self__, "load_balancer_id", load_balancer_id)
37
37
  if delete_protection_validation is not None:
@@ -81,7 +81,7 @@ class MasterSlaveServerGroupArgs:
81
81
  @pulumi.getter
82
82
  def servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]]]:
83
83
  """
84
- A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
84
+ A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
85
85
  """
86
86
  return pulumi.get(self, "servers")
87
87
 
@@ -102,7 +102,7 @@ class _MasterSlaveServerGroupState:
102
102
  :param pulumi.Input[builtins.bool] delete_protection_validation: Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.
103
103
  :param pulumi.Input[builtins.str] load_balancer_id: The Load Balancer ID which is used to launch a new master slave server group.
104
104
  :param pulumi.Input[builtins.str] name: Name of the master slave server group.
105
- :param pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
105
+ :param pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
106
106
  """
107
107
  if delete_protection_validation is not None:
108
108
  pulumi.set(__self__, "delete_protection_validation", delete_protection_validation)
@@ -153,7 +153,7 @@ class _MasterSlaveServerGroupState:
153
153
  @pulumi.getter
154
154
  def servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MasterSlaveServerGroupServerArgs']]]]:
155
155
  """
156
- A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
156
+ A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
157
157
  """
158
158
  return pulumi.get(self, "servers")
159
159
 
@@ -188,7 +188,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
188
188
 
189
189
  > **NOTE:** One VPC load balancer, its master slave server group can only add the same VPC ECS instances.
190
190
 
191
- > **NOTE:** Available in 1.54.0+
191
+ > **NOTE:** Available since v1.54.0+
192
192
 
193
193
  ## Example Usage
194
194
 
@@ -199,7 +199,9 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
199
199
  ms_server_group = alicloud.get_zones(available_disk_category="cloud_efficiency",
200
200
  available_resource_creation="VSwitch")
201
201
  ms_server_group_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=ms_server_group.zones[0].id,
202
- eni_amount=2)
202
+ cpu_core_count=2,
203
+ memory_size=8,
204
+ instance_type_family="ecs.g6")
203
205
  image = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
204
206
  most_recent=True,
205
207
  owners="system")
@@ -216,7 +218,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
216
218
  zone_id=ms_server_group.zones[0].id,
217
219
  vswitch_name=slb_master_slave_server_group)
218
220
  group = alicloud.ecs.SecurityGroup("group",
219
- name=slb_master_slave_server_group,
221
+ security_group_name=slb_master_slave_server_group,
220
222
  vpc_id=main.id)
221
223
  ms_server_group_instance = []
222
224
  for range in [{"value": i} for i in range(0, 2)]:
@@ -277,17 +279,6 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
277
279
  established_timeout=600)
278
280
  ```
279
281
 
280
- ## Block servers
281
-
282
- The servers mapping supports the following:
283
-
284
- * `server_ids` - (Required) A list backend server ID (ECS instance ID).
285
- * `port` - (Required) The port used by the backend server. Valid value range: [1-65535].
286
- * `weight` - (Optional) Weight of the backend server. Valid value range: [0-100]. Default to 100.
287
- * `type` - (Optional, Available in 1.51.0+) Type of the backend server. Valid value ecs, eni. Default to eni.
288
- * `server_type` - (Optional) The server type of the backend server. Valid value Master, Slave.
289
- * `is_backup` - (Removed from v1.63.0) Determine if the server is executing. Valid value 0, 1.
290
-
291
282
  ## Import
292
283
 
293
284
  Load balancer master slave server group can be imported using the id, e.g.
@@ -301,7 +292,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
301
292
  :param pulumi.Input[builtins.bool] delete_protection_validation: Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.
302
293
  :param pulumi.Input[builtins.str] load_balancer_id: The Load Balancer ID which is used to launch a new master slave server group.
303
294
  :param pulumi.Input[builtins.str] name: Name of the master slave server group.
304
- :param pulumi.Input[Sequence[pulumi.Input[Union['MasterSlaveServerGroupServerArgs', 'MasterSlaveServerGroupServerArgsDict']]]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
295
+ :param pulumi.Input[Sequence[pulumi.Input[Union['MasterSlaveServerGroupServerArgs', 'MasterSlaveServerGroupServerArgsDict']]]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
305
296
  """
306
297
  ...
307
298
  @overload
@@ -324,7 +315,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
324
315
 
325
316
  > **NOTE:** One VPC load balancer, its master slave server group can only add the same VPC ECS instances.
326
317
 
327
- > **NOTE:** Available in 1.54.0+
318
+ > **NOTE:** Available since v1.54.0+
328
319
 
329
320
  ## Example Usage
330
321
 
@@ -335,7 +326,9 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
335
326
  ms_server_group = alicloud.get_zones(available_disk_category="cloud_efficiency",
336
327
  available_resource_creation="VSwitch")
337
328
  ms_server_group_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=ms_server_group.zones[0].id,
338
- eni_amount=2)
329
+ cpu_core_count=2,
330
+ memory_size=8,
331
+ instance_type_family="ecs.g6")
339
332
  image = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
340
333
  most_recent=True,
341
334
  owners="system")
@@ -352,7 +345,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
352
345
  zone_id=ms_server_group.zones[0].id,
353
346
  vswitch_name=slb_master_slave_server_group)
354
347
  group = alicloud.ecs.SecurityGroup("group",
355
- name=slb_master_slave_server_group,
348
+ security_group_name=slb_master_slave_server_group,
356
349
  vpc_id=main.id)
357
350
  ms_server_group_instance = []
358
351
  for range in [{"value": i} for i in range(0, 2)]:
@@ -413,17 +406,6 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
413
406
  established_timeout=600)
414
407
  ```
415
408
 
416
- ## Block servers
417
-
418
- The servers mapping supports the following:
419
-
420
- * `server_ids` - (Required) A list backend server ID (ECS instance ID).
421
- * `port` - (Required) The port used by the backend server. Valid value range: [1-65535].
422
- * `weight` - (Optional) Weight of the backend server. Valid value range: [0-100]. Default to 100.
423
- * `type` - (Optional, Available in 1.51.0+) Type of the backend server. Valid value ecs, eni. Default to eni.
424
- * `server_type` - (Optional) The server type of the backend server. Valid value Master, Slave.
425
- * `is_backup` - (Removed from v1.63.0) Determine if the server is executing. Valid value 0, 1.
426
-
427
409
  ## Import
428
410
 
429
411
  Load balancer master slave server group can be imported using the id, e.g.
@@ -490,7 +472,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
490
472
  :param pulumi.Input[builtins.bool] delete_protection_validation: Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.
491
473
  :param pulumi.Input[builtins.str] load_balancer_id: The Load Balancer ID which is used to launch a new master slave server group.
492
474
  :param pulumi.Input[builtins.str] name: Name of the master slave server group.
493
- :param pulumi.Input[Sequence[pulumi.Input[Union['MasterSlaveServerGroupServerArgs', 'MasterSlaveServerGroupServerArgsDict']]]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
475
+ :param pulumi.Input[Sequence[pulumi.Input[Union['MasterSlaveServerGroupServerArgs', 'MasterSlaveServerGroupServerArgsDict']]]] servers: A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
494
476
  """
495
477
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
496
478
 
@@ -530,7 +512,7 @@ class MasterSlaveServerGroup(pulumi.CustomResource):
530
512
  @pulumi.getter
531
513
  def servers(self) -> pulumi.Output[Optional[Sequence['outputs.MasterSlaveServerGroupServer']]]:
532
514
  """
533
- A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as `Block server` follows.
515
+ A list of ECS instances to be added. Only two ECS instances can be supported in one resource. See `servers` below.
534
516
  """
535
517
  return pulumi.get(self, "servers")
536
518
 
@@ -235,6 +235,14 @@ class MasterSlaveServerGroupServer(dict):
235
235
  server_type: Optional[builtins.str] = None,
236
236
  type: Optional[builtins.str] = None,
237
237
  weight: Optional[builtins.int] = None):
238
+ """
239
+ :param builtins.int port: The port used by the backend server. Valid value range: [1-65535].
240
+ :param builtins.str server_id: A list backend server ID (ECS instance ID).
241
+ :param builtins.int is_backup: Determine if the server is executing. Valid value 0, 1.
242
+ :param builtins.str server_type: The server type of the backend server. Valid value Master, Slave.
243
+ :param builtins.str type: Type of the backend server. Valid value ecs, eni. Default to eni.
244
+ :param builtins.int weight: Weight of the backend server. Valid value range: [0-100]. Default to 100.
245
+ """
238
246
  pulumi.set(__self__, "port", port)
239
247
  pulumi.set(__self__, "server_id", server_id)
240
248
  if is_backup is not None:
@@ -249,31 +257,49 @@ class MasterSlaveServerGroupServer(dict):
249
257
  @property
250
258
  @pulumi.getter
251
259
  def port(self) -> builtins.int:
260
+ """
261
+ The port used by the backend server. Valid value range: [1-65535].
262
+ """
252
263
  return pulumi.get(self, "port")
253
264
 
254
265
  @property
255
266
  @pulumi.getter(name="serverId")
256
267
  def server_id(self) -> builtins.str:
268
+ """
269
+ A list backend server ID (ECS instance ID).
270
+ """
257
271
  return pulumi.get(self, "server_id")
258
272
 
259
273
  @property
260
274
  @pulumi.getter(name="isBackup")
261
275
  def is_backup(self) -> Optional[builtins.int]:
276
+ """
277
+ Determine if the server is executing. Valid value 0, 1.
278
+ """
262
279
  return pulumi.get(self, "is_backup")
263
280
 
264
281
  @property
265
282
  @pulumi.getter(name="serverType")
266
283
  def server_type(self) -> Optional[builtins.str]:
284
+ """
285
+ The server type of the backend server. Valid value Master, Slave.
286
+ """
267
287
  return pulumi.get(self, "server_type")
268
288
 
269
289
  @property
270
290
  @pulumi.getter
271
291
  def type(self) -> Optional[builtins.str]:
292
+ """
293
+ Type of the backend server. Valid value ecs, eni. Default to eni.
294
+ """
272
295
  return pulumi.get(self, "type")
273
296
 
274
297
  @property
275
298
  @pulumi.getter
276
299
  def weight(self) -> Optional[builtins.int]:
300
+ """
301
+ Weight of the backend server. Valid value range: [0-100]. Default to 100.
302
+ """
277
303
  return pulumi.get(self, "weight")
278
304
 
279
305
 
@@ -157,7 +157,7 @@ class ShortUrl(pulumi.CustomResource):
157
157
 
158
158
  For information about SMS Short Url and how to use it, see [What is Short Url](https://next.api.alibabacloud.com/api/Dysmsapi/2017-05-25/AddShortUrl).
159
159
 
160
- > **NOTE:** Available in v1.178.0+.
160
+ > **NOTE:** Available since v1.178.0.
161
161
 
162
162
  ## Example Usage
163
163
 
@@ -198,7 +198,7 @@ class ShortUrl(pulumi.CustomResource):
198
198
 
199
199
  For information about SMS Short Url and how to use it, see [What is Short Url](https://next.api.alibabacloud.com/api/Dysmsapi/2017-05-25/AddShortUrl).
200
200
 
201
- > **NOTE:** Available in v1.178.0+.
201
+ > **NOTE:** Available since v1.178.0.
202
202
 
203
203
  ## Example Usage
204
204
 
@@ -222,7 +222,7 @@ class BackupPolicy(pulumi.CustomResource):
222
222
 
223
223
  For information about Threat Detection Backup Policy and how to use it, see [What is Backup Policy](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-createbackuppolicy).
224
224
 
225
- > **NOTE:** Available in v1.195.0+.
225
+ > **NOTE:** Available since v1.195.0.
226
226
 
227
227
  ## Example Usage
228
228
 
@@ -267,7 +267,7 @@ class BackupPolicy(pulumi.CustomResource):
267
267
 
268
268
  For information about Threat Detection Backup Policy and how to use it, see [What is Backup Policy](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-createbackuppolicy).
269
269
 
270
- > **NOTE:** Available in v1.195.0+.
270
+ > **NOTE:** Available since v1.195.0.
271
271
 
272
272
  ## Example Usage
273
273
 
@@ -439,7 +439,7 @@ class HoneypotProbe(pulumi.CustomResource):
439
439
 
440
440
  For information about Threat Detection Honeypot Probe and how to use it, see [What is Honeypot Probe](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-createhoneypotprobe).
441
441
 
442
- > **NOTE:** Available in v1.195.0+.
442
+ > **NOTE:** Available since v1.195.0.
443
443
 
444
444
  ## Example Usage
445
445
 
@@ -498,7 +498,7 @@ class HoneypotProbe(pulumi.CustomResource):
498
498
 
499
499
  For information about Threat Detection Honeypot Probe and how to use it, see [What is Honeypot Probe](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-createhoneypotprobe).
500
500
 
501
- > **NOTE:** Available in v1.195.0+.
501
+ > **NOTE:** Available since v1.195.0.
502
502
 
503
503
  ## Example Usage
504
504
 
@@ -83,6 +83,7 @@ class InstanceArgs:
83
83
  - `AGENTLESS`: AGENTLESS detection module
84
84
  - `SERVERLESS`:Serverless asset module
85
85
  - `CTDR`: threat analysis and response module
86
+ - `POST_HOST`: Host and container security module
86
87
  - Value:0 means off, 1 means on
87
88
 
88
89
  > **NOTE:** The module value of the unpassed value will not change.
@@ -133,10 +134,10 @@ class InstanceArgs:
133
134
  > **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.
134
135
  :param pulumi.Input[builtins.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].
135
136
 
136
- > **NOTE:** Step size is 1.
137
- :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
137
+ > **NOTE:** Step size is 100.
138
+ :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
138
139
 
139
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
140
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
140
141
  :param pulumi.Input[builtins.str] threat_analysis_switch: Threat analysis. Value:
141
142
  - 0: No.
142
143
  - 1: Yes.
@@ -360,6 +361,7 @@ class InstanceArgs:
360
361
  - `AGENTLESS`: AGENTLESS detection module
361
362
  - `SERVERLESS`:Serverless asset module
362
363
  - `CTDR`: threat analysis and response module
364
+ - `POST_HOST`: Host and container security module
363
365
  - Value:0 means off, 1 means on
364
366
 
365
367
  > **NOTE:** The module value of the unpassed value will not change.
@@ -586,7 +588,7 @@ class InstanceArgs:
586
588
  """
587
589
  Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
588
590
 
589
- > **NOTE:** Step size is 1.
591
+ > **NOTE:** Step size is 100.
590
592
  """
591
593
  return pulumi.get(self, "threat_analysis_flow")
592
594
 
@@ -598,9 +600,9 @@ class InstanceArgs:
598
600
  @pulumi.getter(name="threatAnalysisSlsStorage")
599
601
  def threat_analysis_sls_storage(self) -> Optional[pulumi.Input[builtins.str]]:
600
602
  """
601
- Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
603
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
602
604
 
603
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
605
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
604
606
  """
605
607
  return pulumi.get(self, "threat_analysis_sls_storage")
606
608
 
@@ -765,6 +767,7 @@ class _InstanceState:
765
767
  - `AGENTLESS`: AGENTLESS detection module
766
768
  - `SERVERLESS`:Serverless asset module
767
769
  - `CTDR`: threat analysis and response module
770
+ - `POST_HOST`: Host and container security module
768
771
  - Value:0 means off, 1 means on
769
772
 
770
773
  > **NOTE:** The module value of the unpassed value will not change.
@@ -816,10 +819,10 @@ class _InstanceState:
816
819
  > **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.
817
820
  :param pulumi.Input[builtins.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].
818
821
 
819
- > **NOTE:** Step size is 1.
820
- :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
822
+ > **NOTE:** Step size is 100.
823
+ :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
821
824
 
822
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
825
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
823
826
  :param pulumi.Input[builtins.str] threat_analysis_switch: Threat analysis. Value:
824
827
  - 0: No.
825
828
  - 1: Yes.
@@ -1060,6 +1063,7 @@ class _InstanceState:
1060
1063
  - `AGENTLESS`: AGENTLESS detection module
1061
1064
  - `SERVERLESS`:Serverless asset module
1062
1065
  - `CTDR`: threat analysis and response module
1066
+ - `POST_HOST`: Host and container security module
1063
1067
  - Value:0 means off, 1 means on
1064
1068
 
1065
1069
  > **NOTE:** The module value of the unpassed value will not change.
@@ -1298,7 +1302,7 @@ class _InstanceState:
1298
1302
  """
1299
1303
  Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
1300
1304
 
1301
- > **NOTE:** Step size is 1.
1305
+ > **NOTE:** Step size is 100.
1302
1306
  """
1303
1307
  return pulumi.get(self, "threat_analysis_flow")
1304
1308
 
@@ -1310,9 +1314,9 @@ class _InstanceState:
1310
1314
  @pulumi.getter(name="threatAnalysisSlsStorage")
1311
1315
  def threat_analysis_sls_storage(self) -> Optional[pulumi.Input[builtins.str]]:
1312
1316
  """
1313
- Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
1317
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1314
1318
 
1315
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
1319
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
1316
1320
  """
1317
1321
  return pulumi.get(self, "threat_analysis_sls_storage")
1318
1322
 
@@ -1487,6 +1491,7 @@ class Instance(pulumi.CustomResource):
1487
1491
  - `AGENTLESS`: AGENTLESS detection module
1488
1492
  - `SERVERLESS`:Serverless asset module
1489
1493
  - `CTDR`: threat analysis and response module
1494
+ - `POST_HOST`: Host and container security module
1490
1495
  - Value:0 means off, 1 means on
1491
1496
 
1492
1497
  > **NOTE:** The module value of the unpassed value will not change.
@@ -1537,10 +1542,10 @@ class Instance(pulumi.CustomResource):
1537
1542
  > **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.
1538
1543
  :param pulumi.Input[builtins.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].
1539
1544
 
1540
- > **NOTE:** Step size is 1.
1541
- :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
1545
+ > **NOTE:** Step size is 100.
1546
+ :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1542
1547
 
1543
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
1548
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
1544
1549
  :param pulumi.Input[builtins.str] threat_analysis_switch: Threat analysis. Value:
1545
1550
  - 0: No.
1546
1551
  - 1: Yes.
@@ -1753,6 +1758,7 @@ class Instance(pulumi.CustomResource):
1753
1758
  - `AGENTLESS`: AGENTLESS detection module
1754
1759
  - `SERVERLESS`:Serverless asset module
1755
1760
  - `CTDR`: threat analysis and response module
1761
+ - `POST_HOST`: Host and container security module
1756
1762
  - Value:0 means off, 1 means on
1757
1763
 
1758
1764
  > **NOTE:** The module value of the unpassed value will not change.
@@ -1804,10 +1810,10 @@ class Instance(pulumi.CustomResource):
1804
1810
  > **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.
1805
1811
  :param pulumi.Input[builtins.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].
1806
1812
 
1807
- > **NOTE:** Step size is 1.
1808
- :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
1813
+ > **NOTE:** Step size is 100.
1814
+ :param pulumi.Input[builtins.str] threat_analysis_sls_storage: Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
1809
1815
 
1810
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
1816
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
1811
1817
  :param pulumi.Input[builtins.str] threat_analysis_switch: Threat analysis. Value:
1812
1818
  - 0: No.
1813
1819
  - 1: Yes.
@@ -1975,6 +1981,7 @@ class Instance(pulumi.CustomResource):
1975
1981
  - `AGENTLESS`: AGENTLESS detection module
1976
1982
  - `SERVERLESS`:Serverless asset module
1977
1983
  - `CTDR`: threat analysis and response module
1984
+ - `POST_HOST`: Host and container security module
1978
1985
  - Value:0 means off, 1 means on
1979
1986
 
1980
1987
  > **NOTE:** The module value of the unpassed value will not change.
@@ -2145,7 +2152,7 @@ class Instance(pulumi.CustomResource):
2145
2152
  """
2146
2153
  Threat analysis and response log access traffic. After ThreatAnalysisSwitch1 is selected, it must be selected. Interval type, value interval:[0,9999999999].
2147
2154
 
2148
- > **NOTE:** Step size is 1.
2155
+ > **NOTE:** Step size is 100.
2149
2156
  """
2150
2157
  return pulumi.get(self, "threat_analysis_flow")
2151
2158
 
@@ -2153,9 +2160,9 @@ class Instance(pulumi.CustomResource):
2153
2160
  @pulumi.getter(name="threatAnalysisSlsStorage")
2154
2161
  def threat_analysis_sls_storage(self) -> pulumi.Output[Optional[builtins.str]]:
2155
2162
  """
2156
- Threat analysis and response log storage capacity. Interval type, value interval:[100,9999999999].
2163
+ Threat analysis and response log storage capacity. Interval type, value interval:[0,9999999999].
2157
2164
 
2158
- > **NOTE:** The step size is 100, that is, only multiples of 100 can be filled in.
2165
+ > **NOTE:** The step size is 1000, that is, only multiples of 1000 can be filled in.
2159
2166
  """
2160
2167
  return pulumi.get(self, "threat_analysis_sls_storage")
2161
2168
 
@@ -389,17 +389,59 @@ class GetAntiBruteForceRulesRuleResult(dict):
389
389
  @pulumi.output_type
390
390
  class GetAssetsAssetResult(dict):
391
391
  def __init__(__self__, *,
392
+ cluster_id: builtins.str,
393
+ cluster_name: builtins.str,
392
394
  create_time: builtins.str,
393
395
  id: builtins.str,
394
- uuid: builtins.str):
396
+ instance_id: builtins.str,
397
+ instance_name: builtins.str,
398
+ internet_ip: builtins.str,
399
+ intranet_ip: builtins.str,
400
+ status: builtins.str,
401
+ uuid: builtins.str,
402
+ vpc_instance_id: builtins.str):
395
403
  """
404
+ :param builtins.str cluster_id: The ID of the cluster.
405
+ :param builtins.str cluster_name: The name of the cluster.
396
406
  :param builtins.str create_time: The creation time of the resource
397
- :param builtins.str id: The ID of the instance.
398
- :param builtins.str uuid: The UUID of the instance.
399
- """
407
+ :param builtins.str id: The UUID of the asset.
408
+ :param builtins.str instance_id: The ID of the asset.
409
+ :param builtins.str instance_name: The name of the asset.
410
+ :param builtins.str internet_ip: The public IP address of the asset.
411
+ :param builtins.str intranet_ip: The private IP address of the asset.
412
+ :param builtins.str status: The status of the asset. Valid values:
413
+ - **Running**: running
414
+ - **notRunning**: stopped
415
+ :param builtins.str uuid: The UUID of the asset. Same as `id`.
416
+ :param builtins.str vpc_instance_id: The ID of the VPC to which the asset belongs.
417
+ """
418
+ pulumi.set(__self__, "cluster_id", cluster_id)
419
+ pulumi.set(__self__, "cluster_name", cluster_name)
400
420
  pulumi.set(__self__, "create_time", create_time)
401
421
  pulumi.set(__self__, "id", id)
422
+ pulumi.set(__self__, "instance_id", instance_id)
423
+ pulumi.set(__self__, "instance_name", instance_name)
424
+ pulumi.set(__self__, "internet_ip", internet_ip)
425
+ pulumi.set(__self__, "intranet_ip", intranet_ip)
426
+ pulumi.set(__self__, "status", status)
402
427
  pulumi.set(__self__, "uuid", uuid)
428
+ pulumi.set(__self__, "vpc_instance_id", vpc_instance_id)
429
+
430
+ @property
431
+ @pulumi.getter(name="clusterId")
432
+ def cluster_id(self) -> builtins.str:
433
+ """
434
+ The ID of the cluster.
435
+ """
436
+ return pulumi.get(self, "cluster_id")
437
+
438
+ @property
439
+ @pulumi.getter(name="clusterName")
440
+ def cluster_name(self) -> builtins.str:
441
+ """
442
+ The name of the cluster.
443
+ """
444
+ return pulumi.get(self, "cluster_name")
403
445
 
404
446
  @property
405
447
  @pulumi.getter(name="createTime")
@@ -413,18 +455,68 @@ class GetAssetsAssetResult(dict):
413
455
  @pulumi.getter
414
456
  def id(self) -> builtins.str:
415
457
  """
416
- The ID of the instance.
458
+ The UUID of the asset.
417
459
  """
418
460
  return pulumi.get(self, "id")
419
461
 
462
+ @property
463
+ @pulumi.getter(name="instanceId")
464
+ def instance_id(self) -> builtins.str:
465
+ """
466
+ The ID of the asset.
467
+ """
468
+ return pulumi.get(self, "instance_id")
469
+
470
+ @property
471
+ @pulumi.getter(name="instanceName")
472
+ def instance_name(self) -> builtins.str:
473
+ """
474
+ The name of the asset.
475
+ """
476
+ return pulumi.get(self, "instance_name")
477
+
478
+ @property
479
+ @pulumi.getter(name="internetIp")
480
+ def internet_ip(self) -> builtins.str:
481
+ """
482
+ The public IP address of the asset.
483
+ """
484
+ return pulumi.get(self, "internet_ip")
485
+
486
+ @property
487
+ @pulumi.getter(name="intranetIp")
488
+ def intranet_ip(self) -> builtins.str:
489
+ """
490
+ The private IP address of the asset.
491
+ """
492
+ return pulumi.get(self, "intranet_ip")
493
+
494
+ @property
495
+ @pulumi.getter
496
+ def status(self) -> builtins.str:
497
+ """
498
+ The status of the asset. Valid values:
499
+ - **Running**: running
500
+ - **notRunning**: stopped
501
+ """
502
+ return pulumi.get(self, "status")
503
+
420
504
  @property
421
505
  @pulumi.getter
422
506
  def uuid(self) -> builtins.str:
423
507
  """
424
- The UUID of the instance.
508
+ The UUID of the asset. Same as `id`.
425
509
  """
426
510
  return pulumi.get(self, "uuid")
427
511
 
512
+ @property
513
+ @pulumi.getter(name="vpcInstanceId")
514
+ def vpc_instance_id(self) -> builtins.str:
515
+ """
516
+ The ID of the VPC to which the asset belongs.
517
+ """
518
+ return pulumi.get(self, "vpc_instance_id")
519
+
428
520
 
429
521
  @pulumi.output_type
430
522
  class GetBackupPoliciesPolicyResult(dict):
@@ -143,7 +143,7 @@ class VulWhitelist(pulumi.CustomResource):
143
143
 
144
144
  For information about Threat Detection Vul Whitelist and how to use it, see [What is Vul Whitelist](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-modifycreatevulwhitelist).
145
145
 
146
- > **NOTE:** Available in v1.195.0+.
146
+ > **NOTE:** Available since v1.195.0.
147
147
 
148
148
  ## Example Usage
149
149
 
@@ -184,7 +184,7 @@ class VulWhitelist(pulumi.CustomResource):
184
184
 
185
185
  For information about Threat Detection Vul Whitelist and how to use it, see [What is Vul Whitelist](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-modifycreatevulwhitelist).
186
186
 
187
- > **NOTE:** Available in v1.195.0+.
187
+ > **NOTE:** Available since v1.195.0.
188
188
 
189
189
  ## Example Usage
190
190
 
@@ -337,7 +337,7 @@ class WebLockConfig(pulumi.CustomResource):
337
337
 
338
338
  For information about Threat Detection Web Lock Config and how to use it, see [What is Web Lock Config](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-modifyweblockstart).
339
339
 
340
- > **NOTE:** Available in v1.195.0+.
340
+ > **NOTE:** Available since v1.195.0.
341
341
 
342
342
  ## Example Usage
343
343
 
@@ -388,7 +388,7 @@ class WebLockConfig(pulumi.CustomResource):
388
388
 
389
389
  For information about Threat Detection Web Lock Config and how to use it, see [What is Web Lock Config](https://www.alibabacloud.com/help/en/security-center/developer-reference/api-sas-2018-12-03-modifyweblockstart).
390
390
 
391
- > **NOTE:** Available in v1.195.0+.
391
+ > **NOTE:** Available since v1.195.0.
392
392
 
393
393
  ## Example Usage
394
394
 
@@ -475,7 +475,7 @@ class Instance(pulumi.CustomResource):
475
475
 
476
476
  For information about Time Series Database (TSDB) Instance and how to use it, see [What is Time Series Database (TSDB)](https://www.alibabacloud.com/help/en/doc-detail/55652.htm).
477
477
 
478
- > **NOTE:** Available in v1.112.0+.
478
+ > **NOTE:** Available since v1.112.0.
479
479
 
480
480
  > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/en/notice/0313tsdb?_p_lc=1) from version `1.223.1`.
481
481
 
@@ -558,7 +558,7 @@ class Instance(pulumi.CustomResource):
558
558
 
559
559
  For information about Time Series Database (TSDB) Instance and how to use it, see [What is Time Series Database (TSDB)](https://www.alibabacloud.com/help/en/doc-detail/55652.htm).
560
560
 
561
- > **NOTE:** Available in v1.112.0+.
561
+ > **NOTE:** Available since v1.112.0.
562
562
 
563
563
  > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/en/notice/0313tsdb?_p_lc=1) from version `1.223.1`.
564
564