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
@@ -26,6 +26,8 @@ class InstanceArgs:
26
26
  arbiter_vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
27
27
  arbiter_zone_id: Optional[pulumi.Input[builtins.str]] = None,
28
28
  arch_version: Optional[pulumi.Input[builtins.str]] = None,
29
+ auto_renew: Optional[pulumi.Input[builtins.str]] = None,
30
+ auto_renew_period: Optional[pulumi.Input[builtins.str]] = None,
29
31
  cold_storage: Optional[pulumi.Input[builtins.int]] = None,
30
32
  core_single_storage: Optional[pulumi.Input[builtins.int]] = None,
31
33
  core_spec: Optional[pulumi.Input[builtins.str]] = None,
@@ -69,6 +71,8 @@ class InstanceArgs:
69
71
  :param pulumi.Input[builtins.str] arbiter_vswitch_id: The multi-availability zone instance, coordinating the virtual switch ID of the availability zone, the switch must be located under the availability zone corresponding to the ArbiterZoneId. This parameter is required if you need to create multiple availability zone instances.
70
72
  :param pulumi.Input[builtins.str] arbiter_zone_id: The multiple Availability Zone Instance, the availability zone ID of the coordinating availability zone. required if you need to create multiple availability zone instances.
71
73
  :param pulumi.Input[builtins.str] arch_version: The deployment architecture. If you do not fill in this parameter, the default is 1.0. to create multiple availability instances, fill in 2.0. if you need to create multiple availability instances, this parameter is required. Valid values: `1.0` to `2.0`.
74
+ :param pulumi.Input[builtins.str] auto_renew: Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
75
+ :param pulumi.Input[builtins.str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
72
76
  :param pulumi.Input[builtins.int] cold_storage: The cold storage capacity of the instance. Unit: GB. Valid values: [800, 1000000].
73
77
  :param pulumi.Input[builtins.int] core_single_storage: The multiple availability zone instances, CORE single node capacity. required if you want to create multiple availability zone instances. Valid values: `400` to `64000`.
74
78
  :param pulumi.Input[builtins.str] core_spec: The core spec. When `disk_category` is `local_ssd_pro` or `local_hdd_pro`, this filed is valid.
@@ -79,7 +83,7 @@ class InstanceArgs:
79
83
  :param pulumi.Input[builtins.int] file_engine_node_count: The count of file engine.
80
84
  :param pulumi.Input[builtins.str] file_engine_specification: The specification of file engine. Valid values: `lindorm.c.xlarge`.
81
85
  :param pulumi.Input[builtins.str] instance_name: The name of the instance.
82
- :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
86
+ :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
83
87
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_white_lists: The ip white list of instance.
84
88
  :param pulumi.Input[builtins.str] log_disk_category: The multi-available zone instance, log node disk type. required if you need to create multiple availability zone instances. Valid values: `cloud_efficiency`, `cloud_ssd`.
85
89
  :param pulumi.Input[builtins.int] log_num: The multiple Availability Zone Instance, number of log nodes. this parameter is required if you want to create multiple availability zone instances. Valid values: `4` to `400`.
@@ -116,6 +120,10 @@ class InstanceArgs:
116
120
  pulumi.set(__self__, "arbiter_zone_id", arbiter_zone_id)
117
121
  if arch_version is not None:
118
122
  pulumi.set(__self__, "arch_version", arch_version)
123
+ if auto_renew is not None:
124
+ pulumi.set(__self__, "auto_renew", auto_renew)
125
+ if auto_renew_period is not None:
126
+ pulumi.set(__self__, "auto_renew_period", auto_renew_period)
119
127
  if cold_storage is not None:
120
128
  pulumi.set(__self__, "cold_storage", cold_storage)
121
129
  if core_single_storage is not None:
@@ -262,6 +270,30 @@ class InstanceArgs:
262
270
  def arch_version(self, value: Optional[pulumi.Input[builtins.str]]):
263
271
  pulumi.set(self, "arch_version", value)
264
272
 
273
+ @property
274
+ @pulumi.getter(name="autoRenew")
275
+ def auto_renew(self) -> Optional[pulumi.Input[builtins.str]]:
276
+ """
277
+ Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
278
+ """
279
+ return pulumi.get(self, "auto_renew")
280
+
281
+ @auto_renew.setter
282
+ def auto_renew(self, value: Optional[pulumi.Input[builtins.str]]):
283
+ pulumi.set(self, "auto_renew", value)
284
+
285
+ @property
286
+ @pulumi.getter(name="autoRenewPeriod")
287
+ def auto_renew_period(self) -> Optional[pulumi.Input[builtins.str]]:
288
+ """
289
+ The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
290
+ """
291
+ return pulumi.get(self, "auto_renew_period")
292
+
293
+ @auto_renew_period.setter
294
+ def auto_renew_period(self, value: Optional[pulumi.Input[builtins.str]]):
295
+ pulumi.set(self, "auto_renew_period", value)
296
+
265
297
  @property
266
298
  @pulumi.getter(name="coldStorage")
267
299
  def cold_storage(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -364,7 +396,7 @@ class InstanceArgs:
364
396
  @pulumi.getter(name="instanceStorage")
365
397
  def instance_storage(self) -> Optional[pulumi.Input[builtins.str]]:
366
398
  """
367
- The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
399
+ The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
368
400
  """
369
401
  return pulumi.get(self, "instance_storage")
370
402
 
@@ -692,6 +724,8 @@ class _InstanceState:
692
724
  arbiter_vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
693
725
  arbiter_zone_id: Optional[pulumi.Input[builtins.str]] = None,
694
726
  arch_version: Optional[pulumi.Input[builtins.str]] = None,
727
+ auto_renew: Optional[pulumi.Input[builtins.str]] = None,
728
+ auto_renew_period: Optional[pulumi.Input[builtins.str]] = None,
695
729
  cold_storage: Optional[pulumi.Input[builtins.int]] = None,
696
730
  core_single_storage: Optional[pulumi.Input[builtins.int]] = None,
697
731
  core_spec: Optional[pulumi.Input[builtins.str]] = None,
@@ -743,6 +777,8 @@ class _InstanceState:
743
777
  :param pulumi.Input[builtins.str] arbiter_vswitch_id: The multi-availability zone instance, coordinating the virtual switch ID of the availability zone, the switch must be located under the availability zone corresponding to the ArbiterZoneId. This parameter is required if you need to create multiple availability zone instances.
744
778
  :param pulumi.Input[builtins.str] arbiter_zone_id: The multiple Availability Zone Instance, the availability zone ID of the coordinating availability zone. required if you need to create multiple availability zone instances.
745
779
  :param pulumi.Input[builtins.str] arch_version: The deployment architecture. If you do not fill in this parameter, the default is 1.0. to create multiple availability instances, fill in 2.0. if you need to create multiple availability instances, this parameter is required. Valid values: `1.0` to `2.0`.
780
+ :param pulumi.Input[builtins.str] auto_renew: Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
781
+ :param pulumi.Input[builtins.str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
746
782
  :param pulumi.Input[builtins.int] cold_storage: The cold storage capacity of the instance. Unit: GB. Valid values: [800, 1000000].
747
783
  :param pulumi.Input[builtins.int] core_single_storage: The multiple availability zone instances, CORE single node capacity. required if you want to create multiple availability zone instances. Valid values: `400` to `64000`.
748
784
  :param pulumi.Input[builtins.str] core_spec: The core spec. When `disk_category` is `local_ssd_pro` or `local_hdd_pro`, this filed is valid.
@@ -760,7 +796,7 @@ class _InstanceState:
760
796
  :param pulumi.Input[builtins.int] file_engine_node_count: The count of file engine.
761
797
  :param pulumi.Input[builtins.str] file_engine_specification: The specification of file engine. Valid values: `lindorm.c.xlarge`.
762
798
  :param pulumi.Input[builtins.str] instance_name: The name of the instance.
763
- :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
799
+ :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
764
800
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_white_lists: The ip white list of instance.
765
801
  :param pulumi.Input[builtins.str] log_disk_category: The multi-available zone instance, log node disk type. required if you need to create multiple availability zone instances. Valid values: `cloud_efficiency`, `cloud_ssd`.
766
802
  :param pulumi.Input[builtins.int] log_num: The multiple Availability Zone Instance, number of log nodes. this parameter is required if you want to create multiple availability zone instances. Valid values: `4` to `400`.
@@ -798,6 +834,10 @@ class _InstanceState:
798
834
  pulumi.set(__self__, "arbiter_zone_id", arbiter_zone_id)
799
835
  if arch_version is not None:
800
836
  pulumi.set(__self__, "arch_version", arch_version)
837
+ if auto_renew is not None:
838
+ pulumi.set(__self__, "auto_renew", auto_renew)
839
+ if auto_renew_period is not None:
840
+ pulumi.set(__self__, "auto_renew_period", auto_renew_period)
801
841
  if cold_storage is not None:
802
842
  pulumi.set(__self__, "cold_storage", cold_storage)
803
843
  if core_single_storage is not None:
@@ -930,6 +970,30 @@ class _InstanceState:
930
970
  def arch_version(self, value: Optional[pulumi.Input[builtins.str]]):
931
971
  pulumi.set(self, "arch_version", value)
932
972
 
973
+ @property
974
+ @pulumi.getter(name="autoRenew")
975
+ def auto_renew(self) -> Optional[pulumi.Input[builtins.str]]:
976
+ """
977
+ Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
978
+ """
979
+ return pulumi.get(self, "auto_renew")
980
+
981
+ @auto_renew.setter
982
+ def auto_renew(self, value: Optional[pulumi.Input[builtins.str]]):
983
+ pulumi.set(self, "auto_renew", value)
984
+
985
+ @property
986
+ @pulumi.getter(name="autoRenewPeriod")
987
+ def auto_renew_period(self) -> Optional[pulumi.Input[builtins.str]]:
988
+ """
989
+ The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
990
+ """
991
+ return pulumi.get(self, "auto_renew_period")
992
+
993
+ @auto_renew_period.setter
994
+ def auto_renew_period(self, value: Optional[pulumi.Input[builtins.str]]):
995
+ pulumi.set(self, "auto_renew_period", value)
996
+
933
997
  @property
934
998
  @pulumi.getter(name="coldStorage")
935
999
  def cold_storage(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -1116,7 +1180,7 @@ class _InstanceState:
1116
1180
  @pulumi.getter(name="instanceStorage")
1117
1181
  def instance_storage(self) -> Optional[pulumi.Input[builtins.str]]:
1118
1182
  """
1119
- The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
1183
+ The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
1120
1184
  """
1121
1185
  return pulumi.get(self, "instance_storage")
1122
1186
 
@@ -1495,6 +1559,8 @@ class Instance(pulumi.CustomResource):
1495
1559
  arbiter_vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
1496
1560
  arbiter_zone_id: Optional[pulumi.Input[builtins.str]] = None,
1497
1561
  arch_version: Optional[pulumi.Input[builtins.str]] = None,
1562
+ auto_renew: Optional[pulumi.Input[builtins.str]] = None,
1563
+ auto_renew_period: Optional[pulumi.Input[builtins.str]] = None,
1498
1564
  cold_storage: Optional[pulumi.Input[builtins.int]] = None,
1499
1565
  core_single_storage: Optional[pulumi.Input[builtins.int]] = None,
1500
1566
  core_spec: Optional[pulumi.Input[builtins.str]] = None,
@@ -1586,6 +1652,8 @@ class Instance(pulumi.CustomResource):
1586
1652
  :param pulumi.Input[builtins.str] arbiter_vswitch_id: The multi-availability zone instance, coordinating the virtual switch ID of the availability zone, the switch must be located under the availability zone corresponding to the ArbiterZoneId. This parameter is required if you need to create multiple availability zone instances.
1587
1653
  :param pulumi.Input[builtins.str] arbiter_zone_id: The multiple Availability Zone Instance, the availability zone ID of the coordinating availability zone. required if you need to create multiple availability zone instances.
1588
1654
  :param pulumi.Input[builtins.str] arch_version: The deployment architecture. If you do not fill in this parameter, the default is 1.0. to create multiple availability instances, fill in 2.0. if you need to create multiple availability instances, this parameter is required. Valid values: `1.0` to `2.0`.
1655
+ :param pulumi.Input[builtins.str] auto_renew: Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
1656
+ :param pulumi.Input[builtins.str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
1589
1657
  :param pulumi.Input[builtins.int] cold_storage: The cold storage capacity of the instance. Unit: GB. Valid values: [800, 1000000].
1590
1658
  :param pulumi.Input[builtins.int] core_single_storage: The multiple availability zone instances, CORE single node capacity. required if you want to create multiple availability zone instances. Valid values: `400` to `64000`.
1591
1659
  :param pulumi.Input[builtins.str] core_spec: The core spec. When `disk_category` is `local_ssd_pro` or `local_hdd_pro`, this filed is valid.
@@ -1597,7 +1665,7 @@ class Instance(pulumi.CustomResource):
1597
1665
  :param pulumi.Input[builtins.int] file_engine_node_count: The count of file engine.
1598
1666
  :param pulumi.Input[builtins.str] file_engine_specification: The specification of file engine. Valid values: `lindorm.c.xlarge`.
1599
1667
  :param pulumi.Input[builtins.str] instance_name: The name of the instance.
1600
- :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
1668
+ :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
1601
1669
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_white_lists: The ip white list of instance.
1602
1670
  :param pulumi.Input[builtins.str] log_disk_category: The multi-available zone instance, log node disk type. required if you need to create multiple availability zone instances. Valid values: `cloud_efficiency`, `cloud_ssd`.
1603
1671
  :param pulumi.Input[builtins.int] log_num: The multiple Availability Zone Instance, number of log nodes. this parameter is required if you want to create multiple availability zone instances. Valid values: `4` to `400`.
@@ -1698,6 +1766,8 @@ class Instance(pulumi.CustomResource):
1698
1766
  arbiter_vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
1699
1767
  arbiter_zone_id: Optional[pulumi.Input[builtins.str]] = None,
1700
1768
  arch_version: Optional[pulumi.Input[builtins.str]] = None,
1769
+ auto_renew: Optional[pulumi.Input[builtins.str]] = None,
1770
+ auto_renew_period: Optional[pulumi.Input[builtins.str]] = None,
1701
1771
  cold_storage: Optional[pulumi.Input[builtins.int]] = None,
1702
1772
  core_single_storage: Optional[pulumi.Input[builtins.int]] = None,
1703
1773
  core_spec: Optional[pulumi.Input[builtins.str]] = None,
@@ -1748,6 +1818,8 @@ class Instance(pulumi.CustomResource):
1748
1818
  __props__.__dict__["arbiter_vswitch_id"] = arbiter_vswitch_id
1749
1819
  __props__.__dict__["arbiter_zone_id"] = arbiter_zone_id
1750
1820
  __props__.__dict__["arch_version"] = arch_version
1821
+ __props__.__dict__["auto_renew"] = auto_renew
1822
+ __props__.__dict__["auto_renew_period"] = auto_renew_period
1751
1823
  __props__.__dict__["cold_storage"] = cold_storage
1752
1824
  __props__.__dict__["core_single_storage"] = core_single_storage
1753
1825
  __props__.__dict__["core_spec"] = core_spec
@@ -1813,6 +1885,8 @@ class Instance(pulumi.CustomResource):
1813
1885
  arbiter_vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
1814
1886
  arbiter_zone_id: Optional[pulumi.Input[builtins.str]] = None,
1815
1887
  arch_version: Optional[pulumi.Input[builtins.str]] = None,
1888
+ auto_renew: Optional[pulumi.Input[builtins.str]] = None,
1889
+ auto_renew_period: Optional[pulumi.Input[builtins.str]] = None,
1816
1890
  cold_storage: Optional[pulumi.Input[builtins.int]] = None,
1817
1891
  core_single_storage: Optional[pulumi.Input[builtins.int]] = None,
1818
1892
  core_spec: Optional[pulumi.Input[builtins.str]] = None,
@@ -1869,6 +1943,8 @@ class Instance(pulumi.CustomResource):
1869
1943
  :param pulumi.Input[builtins.str] arbiter_vswitch_id: The multi-availability zone instance, coordinating the virtual switch ID of the availability zone, the switch must be located under the availability zone corresponding to the ArbiterZoneId. This parameter is required if you need to create multiple availability zone instances.
1870
1944
  :param pulumi.Input[builtins.str] arbiter_zone_id: The multiple Availability Zone Instance, the availability zone ID of the coordinating availability zone. required if you need to create multiple availability zone instances.
1871
1945
  :param pulumi.Input[builtins.str] arch_version: The deployment architecture. If you do not fill in this parameter, the default is 1.0. to create multiple availability instances, fill in 2.0. if you need to create multiple availability instances, this parameter is required. Valid values: `1.0` to `2.0`.
1946
+ :param pulumi.Input[builtins.str] auto_renew: Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
1947
+ :param pulumi.Input[builtins.str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
1872
1948
  :param pulumi.Input[builtins.int] cold_storage: The cold storage capacity of the instance. Unit: GB. Valid values: [800, 1000000].
1873
1949
  :param pulumi.Input[builtins.int] core_single_storage: The multiple availability zone instances, CORE single node capacity. required if you want to create multiple availability zone instances. Valid values: `400` to `64000`.
1874
1950
  :param pulumi.Input[builtins.str] core_spec: The core spec. When `disk_category` is `local_ssd_pro` or `local_hdd_pro`, this filed is valid.
@@ -1886,7 +1962,7 @@ class Instance(pulumi.CustomResource):
1886
1962
  :param pulumi.Input[builtins.int] file_engine_node_count: The count of file engine.
1887
1963
  :param pulumi.Input[builtins.str] file_engine_specification: The specification of file engine. Valid values: `lindorm.c.xlarge`.
1888
1964
  :param pulumi.Input[builtins.str] instance_name: The name of the instance.
1889
- :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
1965
+ :param pulumi.Input[builtins.str] instance_storage: The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
1890
1966
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_white_lists: The ip white list of instance.
1891
1967
  :param pulumi.Input[builtins.str] log_disk_category: The multi-available zone instance, log node disk type. required if you need to create multiple availability zone instances. Valid values: `cloud_efficiency`, `cloud_ssd`.
1892
1968
  :param pulumi.Input[builtins.int] log_num: The multiple Availability Zone Instance, number of log nodes. this parameter is required if you want to create multiple availability zone instances. Valid values: `4` to `400`.
@@ -1925,6 +2001,8 @@ class Instance(pulumi.CustomResource):
1925
2001
  __props__.__dict__["arbiter_vswitch_id"] = arbiter_vswitch_id
1926
2002
  __props__.__dict__["arbiter_zone_id"] = arbiter_zone_id
1927
2003
  __props__.__dict__["arch_version"] = arch_version
2004
+ __props__.__dict__["auto_renew"] = auto_renew
2005
+ __props__.__dict__["auto_renew_period"] = auto_renew_period
1928
2006
  __props__.__dict__["cold_storage"] = cold_storage
1929
2007
  __props__.__dict__["core_single_storage"] = core_single_storage
1930
2008
  __props__.__dict__["core_spec"] = core_spec
@@ -1997,6 +2075,22 @@ class Instance(pulumi.CustomResource):
1997
2075
  """
1998
2076
  return pulumi.get(self, "arch_version")
1999
2077
 
2078
+ @property
2079
+ @pulumi.getter(name="autoRenew")
2080
+ def auto_renew(self) -> pulumi.Output[Optional[builtins.str]]:
2081
+ """
2082
+ Specifies whether to enable auto-renewal for the instance. Valid when the `payment_type` is `Subscription`. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
2083
+ """
2084
+ return pulumi.get(self, "auto_renew")
2085
+
2086
+ @property
2087
+ @pulumi.getter(name="autoRenewPeriod")
2088
+ def auto_renew_period(self) -> pulumi.Output[Optional[builtins.str]]:
2089
+ """
2090
+ The subscription duration that is supported by auto-renewal. Unit: months. Valid values: `1` to `12`. This parameter is required only if the AutoRenew parameter is set to true.
2091
+ """
2092
+ return pulumi.get(self, "auto_renew_period")
2093
+
2000
2094
  @property
2001
2095
  @pulumi.getter(name="coldStorage")
2002
2096
  def cold_storage(self) -> pulumi.Output[builtins.int]:
@@ -2123,7 +2217,7 @@ class Instance(pulumi.CustomResource):
2123
2217
  @pulumi.getter(name="instanceStorage")
2124
2218
  def instance_storage(self) -> pulumi.Output[builtins.str]:
2125
2219
  """
2126
- The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
2220
+ The storage capacity of the instance. Unit: GB. Valid values: [80, 10485760], and the value must be divisible by 80.
2127
2221
  """
2128
2222
  return pulumi.get(self, "instance_storage")
2129
2223
 
@@ -800,7 +800,7 @@ class Etl(pulumi.CustomResource):
800
800
  which is widely applicable to scenarios such as data regularization, enrichment, distribution, aggregation, and index reconstruction.
801
801
  [Refer to details](https://www.alibabacloud.com/help/zh/doc-detail/125384.htm).
802
802
 
803
- > **NOTE:** Available in 1.120.0
803
+ > **NOTE:** Available since v1.120.0.
804
804
 
805
805
  ## Example Usage
806
806
 
@@ -915,7 +915,7 @@ class Etl(pulumi.CustomResource):
915
915
  which is widely applicable to scenarios such as data regularization, enrichment, distribution, aggregation, and index reconstruction.
916
916
  [Refer to details](https://www.alibabacloud.com/help/zh/doc-detail/125384.htm).
917
917
 
918
- > **NOTE:** Available in 1.120.0
918
+ > **NOTE:** Available since v1.120.0.
919
919
 
920
920
  ## Example Usage
921
921
 
@@ -331,10 +331,9 @@ class Ingestion(pulumi.CustomResource):
331
331
  time_zone: Optional[pulumi.Input[builtins.str]] = None,
332
332
  __props__=None):
333
333
  """
334
- Log service ingestion, this service provides the function of importing logs of various data sources(OSS, MaxCompute) into logstore.
335
- [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/147819.html).
334
+ Log service ingestion, this service provides the function of importing logs of various data sources(OSS, MaxCompute) into logstore. [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/147819.html).
336
335
 
337
- > **NOTE:** Available in 1.161.0+
336
+ > **NOTE:** Available since v1.161.0.
338
337
 
339
338
  ## Example Usage
340
339
 
@@ -424,10 +423,9 @@ class Ingestion(pulumi.CustomResource):
424
423
  args: IngestionArgs,
425
424
  opts: Optional[pulumi.ResourceOptions] = None):
426
425
  """
427
- Log service ingestion, this service provides the function of importing logs of various data sources(OSS, MaxCompute) into logstore.
428
- [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/147819.html).
426
+ Log service ingestion, this service provides the function of importing logs of various data sources(OSS, MaxCompute) into logstore. [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/147819.html).
429
427
 
430
- > **NOTE:** Available in 1.161.0+
428
+ > **NOTE:** Available since v1.161.0.
431
429
 
432
430
  ## Example Usage
433
431
 
@@ -863,10 +863,9 @@ class OssExport(pulumi.CustomResource):
863
863
  time_zone: Optional[pulumi.Input[builtins.str]] = None,
864
864
  __props__=None):
865
865
  """
866
- Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage.
867
- [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
866
+ Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage. [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
868
867
 
869
- > **NOTE:** Available in 1.187.0+
868
+ > **NOTE:** Available since v1.187.0.
870
869
 
871
870
  ## Example Usage
872
871
 
@@ -958,10 +957,9 @@ class OssExport(pulumi.CustomResource):
958
957
  args: OssExportArgs,
959
958
  opts: Optional[pulumi.ResourceOptions] = None):
960
959
  """
961
- Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage.
962
- [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
960
+ Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage. [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
963
961
 
964
- > **NOTE:** Available in 1.187.0+
962
+ > **NOTE:** Available since v1.187.0.
965
963
 
966
964
  ## Example Usage
967
965
 
@@ -657,7 +657,7 @@ class OssShipper(pulumi.CustomResource):
657
657
  Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage.
658
658
  [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/43724.htm).
659
659
 
660
- > **NOTE:** Available in 1.121.0+
660
+ > **NOTE:** Available since v1.121.0.
661
661
 
662
662
  > **DEPRECATED:** This resource has been deprecated from version `1.215.0`. Please use new resource alicloud_log_oss_export.
663
663
 
@@ -747,7 +747,7 @@ class OssShipper(pulumi.CustomResource):
747
747
  Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage.
748
748
  [Refer to details](https://www.alibabacloud.com/help/en/doc-detail/43724.htm).
749
749
 
750
- > **NOTE:** Available in 1.121.0+
750
+ > **NOTE:** Available since v1.121.0.
751
751
 
752
752
  > **DEPRECATED:** This resource has been deprecated from version `1.215.0`. Please use new resource alicloud_log_oss_export.
753
753
 
@@ -405,7 +405,7 @@ class Gateway(pulumi.CustomResource):
405
405
 
406
406
  For information about Microservice Engine (MSE) Gateway and how to use it, see [What is Gateway](https://help.aliyun.com/document_detail/347638.html).
407
407
 
408
- > **NOTE:** Available in v1.157.0+.
408
+ > **NOTE:** Available since v1.157.0.
409
409
 
410
410
  ## Import
411
411
 
@@ -439,7 +439,7 @@ class Gateway(pulumi.CustomResource):
439
439
 
440
440
  For information about Microservice Engine (MSE) Gateway and how to use it, see [What is Gateway](https://help.aliyun.com/document_detail/347638.html).
441
441
 
442
- > **NOTE:** Available in v1.157.0+.
442
+ > **NOTE:** Available since v1.157.0.
443
443
 
444
444
  ## Import
445
445
 
@@ -419,6 +419,7 @@ class NacosConfig(pulumi.CustomResource):
419
419
  Provides a Microservice Engine (MSE) Nacos Config resource.
420
420
 
421
421
  For information about Microservice Engine (MSE) Nacos Config and how to use it, see [What is Nacos configuration](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createnacosconfig)
422
+
422
423
  > **NOTE:** Available since v1.233.0.
423
424
 
424
425
  ## Example Usage
@@ -499,6 +500,7 @@ class NacosConfig(pulumi.CustomResource):
499
500
  Provides a Microservice Engine (MSE) Nacos Config resource.
500
501
 
501
502
  For information about Microservice Engine (MSE) Nacos Config and how to use it, see [What is Nacos configuration](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createnacosconfig)
503
+
502
504
  > **NOTE:** Available since v1.233.0.
503
505
 
504
506
  ## Example Usage
@@ -175,7 +175,7 @@ class Znode(pulumi.CustomResource):
175
175
 
176
176
  For information about Microservice Engine (MSE) Znode and how to use it, see [What is Znode](https://help.aliyun.com/document_detail/393622.html).
177
177
 
178
- > **NOTE:** Available in v1.162.0+.
178
+ > **NOTE:** Available since v1.162.0.
179
179
 
180
180
  ## Example Usage
181
181
 
@@ -238,7 +238,7 @@ class Znode(pulumi.CustomResource):
238
238
 
239
239
  For information about Microservice Engine (MSE) Znode and how to use it, see [What is Znode](https://help.aliyun.com/document_detail/393622.html).
240
240
 
241
- > **NOTE:** Available in v1.162.0+.
241
+ > **NOTE:** Available since v1.162.0.
242
242
 
243
243
  ## Example Usage
244
244
 
@@ -344,11 +344,11 @@ class MountTarget(pulumi.CustomResource):
344
344
  vswitch_id: Optional[pulumi.Input[builtins.str]] = None,
345
345
  __props__=None):
346
346
  """
347
- Provides a Network Attached Storage (NAS) Mount Target resource.
347
+ Provides a File Storage (NAS) Mount Target resource.
348
348
 
349
349
  File system mount point.
350
350
 
351
- For information about Network Attached Storage (NAS) Mount Target and how to use it, see [What is Mount Target](https://www.alibabacloud.com/help/en/doc-detail/27531.htm).
351
+ For information about File Storage (NAS) Mount Target and how to use it, see [What is Mount Target](https://www.alibabacloud.com/help/en/doc-detail/27531.htm).
352
352
 
353
353
  > **NOTE:** Available since v1.34.0.
354
354
 
@@ -392,7 +392,7 @@ class MountTarget(pulumi.CustomResource):
392
392
 
393
393
  ## Import
394
394
 
395
- Network Attached Storage (NAS) Mount Target can be imported using the id, e.g.
395
+ File Storage (NAS) Mount Target can be imported using the id, e.g.
396
396
 
397
397
  ```sh
398
398
  $ pulumi import alicloud:nas/mountTarget:MountTarget example <file_system_id>:<mount_target_domain>
@@ -422,11 +422,11 @@ class MountTarget(pulumi.CustomResource):
422
422
  args: MountTargetArgs,
423
423
  opts: Optional[pulumi.ResourceOptions] = None):
424
424
  """
425
- Provides a Network Attached Storage (NAS) Mount Target resource.
425
+ Provides a File Storage (NAS) Mount Target resource.
426
426
 
427
427
  File system mount point.
428
428
 
429
- For information about Network Attached Storage (NAS) Mount Target and how to use it, see [What is Mount Target](https://www.alibabacloud.com/help/en/doc-detail/27531.htm).
429
+ For information about File Storage (NAS) Mount Target and how to use it, see [What is Mount Target](https://www.alibabacloud.com/help/en/doc-detail/27531.htm).
430
430
 
431
431
  > **NOTE:** Available since v1.34.0.
432
432
 
@@ -470,7 +470,7 @@ class MountTarget(pulumi.CustomResource):
470
470
 
471
471
  ## Import
472
472
 
473
- Network Attached Storage (NAS) Mount Target can be imported using the id, e.g.
473
+ File Storage (NAS) Mount Target can be imported using the id, e.g.
474
474
 
475
475
  ```sh
476
476
  $ pulumi import alicloud:nas/mountTarget:MountTarget example <file_system_id>:<mount_target_domain>
@@ -196,7 +196,7 @@ class Snapshot(pulumi.CustomResource):
196
196
 
197
197
  For information about File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
198
198
 
199
- > **NOTE:** Available in v1.152.0+.
199
+ > **NOTE:** Available since v1.152.0.
200
200
 
201
201
  > **NOTE:** Only Extreme NAS file systems support the snapshot feature.
202
202
 
@@ -253,7 +253,7 @@ class Snapshot(pulumi.CustomResource):
253
253
 
254
254
  For information about File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
255
255
 
256
- > **NOTE:** Available in v1.152.0+.
256
+ > **NOTE:** Available since v1.152.0.
257
257
 
258
258
  > **NOTE:** Only Extreme NAS file systems support the snapshot feature.
259
259
 
@@ -93,7 +93,7 @@ class DefaultPatchBaseline(pulumi.CustomResource):
93
93
 
94
94
  For information about Oos Default Patch Baseline and how to use it, see [What is Default Patch Baseline](https://www.alibabacloud.com/help/en/operation-orchestration-service/latest/api-oos-2019-06-01-registerdefaultpatchbaseline).
95
95
 
96
- > **NOTE:** Available in v1.203.0+.
96
+ > **NOTE:** Available since v1.203.0.
97
97
 
98
98
  ## Example Usage
99
99
 
@@ -134,7 +134,7 @@ class DefaultPatchBaseline(pulumi.CustomResource):
134
134
 
135
135
  For information about Oos Default Patch Baseline and how to use it, see [What is Default Patch Baseline](https://www.alibabacloud.com/help/en/operation-orchestration-service/latest/api-oos-2019-06-01-registerdefaultpatchbaseline).
136
136
 
137
- > **NOTE:** Available in v1.203.0+.
137
+ > **NOTE:** Available since v1.203.0.
138
138
 
139
139
  ## Example Usage
140
140
 
@@ -372,7 +372,7 @@ class SecretParameter(pulumi.CustomResource):
372
372
 
373
373
  For information about Operation Orchestration Service (OOS) Secret Parameter and how to use it, see [What is Secret Parameter](https://www.alibabacloud.com/help/en/doc-detail/183418.html).
374
374
 
375
- > **NOTE:** Available since v1.147.0+.
375
+ > **NOTE:** Available since v1.147.0.
376
376
 
377
377
  ## Example Usage
378
378
 
@@ -435,7 +435,7 @@ class SecretParameter(pulumi.CustomResource):
435
435
 
436
436
  For information about Operation Orchestration Service (OOS) Secret Parameter and how to use it, see [What is Secret Parameter](https://www.alibabacloud.com/help/en/doc-detail/183418.html).
437
437
 
438
- > **NOTE:** Available since v1.147.0+.
438
+ > **NOTE:** Available since v1.147.0.
439
439
 
440
440
  ## Example Usage
441
441
 
@@ -463,11 +463,11 @@ class BucketReplication(pulumi.CustomResource):
463
463
 
464
464
  ## Import
465
465
 
466
- ### Timeouts
466
+ Oss Bucket Replication can be imported using the id, e.g.
467
467
 
468
- The `timeouts` block allows you to specify timeouts for certain actions:
469
-
470
- * `delete` - (Defaults to 30 mins) Used when delete a data replication rule (until the data replication task is cleared).
468
+ ```sh
469
+ $ pulumi import alicloud:oss/bucketReplication:BucketReplication example
470
+ ```
471
471
 
472
472
  :param str resource_name: The name of the resource.
473
473
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -581,11 +581,11 @@ class BucketReplication(pulumi.CustomResource):
581
581
 
582
582
  ## Import
583
583
 
584
- ### Timeouts
584
+ Oss Bucket Replication can be imported using the id, e.g.
585
585
 
586
- The `timeouts` block allows you to specify timeouts for certain actions:
587
-
588
- * `delete` - (Defaults to 30 mins) Used when delete a data replication rule (until the data replication task is cleared).
586
+ ```sh
587
+ $ pulumi import alicloud:oss/bucketReplication:BucketReplication example
588
+ ```
589
589
 
590
590
  :param str resource_name: The name of the resource.
591
591
  :param BucketReplicationArgs args: The arguments to use to populate this resource's properties.
@@ -12,6 +12,9 @@ from .workspace_code_source import *
12
12
  from .workspace_dataset import *
13
13
  from .workspace_datasetversion import *
14
14
  from .workspace_experiment import *
15
+ from .workspace_member import *
16
+ from .workspace_model import *
17
+ from .workspace_model_version import *
15
18
  from .workspace_run import *
16
19
  from .workspace_workspace import *
17
20
  from ._inputs import *