pulumi-alicloud 3.57.0a1718428539__py3-none-any.whl → 3.57.1__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 (217) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/_inputs.py +9 -9
  3. pulumi_alicloud/_utilities.py +35 -0
  4. pulumi_alicloud/actiontrail/get_trails.py +1 -3
  5. pulumi_alicloud/actiontrail/get_trails_deprecated.py +1 -3
  6. pulumi_alicloud/actiontrail/trail.py +9 -27
  7. pulumi_alicloud/actiontrail/trail_deprecated.py +9 -27
  8. pulumi_alicloud/adb/cluster.py +6 -18
  9. pulumi_alicloud/adb/db_cluster.py +6 -18
  10. pulumi_alicloud/alb/acl.py +3 -9
  11. pulumi_alicloud/alb/get_load_balancers.py +1 -3
  12. pulumi_alicloud/alb/listener.py +3 -9
  13. pulumi_alicloud/alb/outputs.py +1 -3
  14. pulumi_alicloud/alikafka/instance.py +3 -9
  15. pulumi_alicloud/cas/certificate.py +3 -9
  16. pulumi_alicloud/cas/outputs.py +2 -6
  17. pulumi_alicloud/cas/service_certificate.py +3 -9
  18. pulumi_alicloud/cddc/dedicated_host_account.py +4 -0
  19. pulumi_alicloud/cddc/dedicated_host_group.py +4 -0
  20. pulumi_alicloud/cdn/domain.py +45 -135
  21. pulumi_alicloud/cen/bandwidth_package.py +9 -27
  22. pulumi_alicloud/cen/get_transit_router_available_resources.py +32 -11
  23. pulumi_alicloud/cen/instance.py +3 -9
  24. pulumi_alicloud/cen/outputs.py +23 -1
  25. pulumi_alicloud/cen/transit_router_vpc_attachment.py +6 -18
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +3 -9
  27. pulumi_alicloud/cfg/compliance_pack.py +3 -9
  28. pulumi_alicloud/cfg/get_rules.py +1 -3
  29. pulumi_alicloud/cfg/remediation.py +10 -2
  30. pulumi_alicloud/cfg/rule.py +9 -27
  31. pulumi_alicloud/clickhouse/account.py +6 -18
  32. pulumi_alicloud/clickhouse/db_cluster.py +47 -0
  33. pulumi_alicloud/cloudfirewall/instance.py +3 -9
  34. pulumi_alicloud/cms/__init__.py +1 -0
  35. pulumi_alicloud/cms/_inputs.py +18 -18
  36. pulumi_alicloud/cms/alarm.py +47 -53
  37. pulumi_alicloud/cms/get_site_monitors.py +243 -0
  38. pulumi_alicloud/cms/outputs.py +92 -18
  39. pulumi_alicloud/config/outputs.py +6 -6
  40. pulumi_alicloud/cs/_inputs.py +2 -6
  41. pulumi_alicloud/cs/cluster.py +3 -9
  42. pulumi_alicloud/cs/edge_kubernetes.py +6 -18
  43. pulumi_alicloud/cs/kubernetes.py +3 -9
  44. pulumi_alicloud/cs/kubernetes_addon.py +2 -2
  45. pulumi_alicloud/cs/node_pool.py +29 -59
  46. pulumi_alicloud/cs/outputs.py +2 -6
  47. pulumi_alicloud/cs/serverless_kubernetes.py +9 -27
  48. pulumi_alicloud/cs/swarm.py +3 -9
  49. pulumi_alicloud/databasefilesystem/instance.py +6 -18
  50. pulumi_alicloud/ddos/bgp_ip.py +53 -2
  51. pulumi_alicloud/dms/enterprise_instance.py +5 -15
  52. pulumi_alicloud/dms/enterprise_user.py +3 -9
  53. pulumi_alicloud/dns/domain_group.py +3 -9
  54. pulumi_alicloud/drds/get_instances.py +1 -3
  55. pulumi_alicloud/eci/_inputs.py +12 -0
  56. pulumi_alicloud/eci/outputs.py +8 -0
  57. pulumi_alicloud/ecs/_inputs.py +10 -14
  58. pulumi_alicloud/ecs/copy_image.py +3 -9
  59. pulumi_alicloud/ecs/disk.py +6 -18
  60. pulumi_alicloud/ecs/ecs_disk.py +13 -25
  61. pulumi_alicloud/ecs/ecs_key_pair.py +3 -9
  62. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +3 -9
  63. pulumi_alicloud/ecs/ecs_launch_template.py +18 -54
  64. pulumi_alicloud/ecs/ecs_network_interface.py +15 -45
  65. pulumi_alicloud/ecs/ecs_snapshot.py +3 -9
  66. pulumi_alicloud/ecs/eip.py +7 -19
  67. pulumi_alicloud/ecs/eip_address.py +501 -317
  68. pulumi_alicloud/ecs/eip_association.py +205 -58
  69. pulumi_alicloud/ecs/eip_segment_address.py +311 -133
  70. pulumi_alicloud/ecs/get_disks.py +2 -6
  71. pulumi_alicloud/ecs/get_ecs_disks.py +2 -6
  72. pulumi_alicloud/ecs/get_ecs_key_pairs.py +1 -3
  73. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +2 -6
  74. pulumi_alicloud/ecs/get_eip_addresses.py +2 -6
  75. pulumi_alicloud/ecs/get_eips.py +2 -6
  76. pulumi_alicloud/ecs/get_key_pairs.py +1 -3
  77. pulumi_alicloud/ecs/get_network_interfaces.py +2 -6
  78. pulumi_alicloud/ecs/image.py +3 -9
  79. pulumi_alicloud/ecs/image_copy.py +3 -9
  80. pulumi_alicloud/ecs/image_import.py +162 -100
  81. pulumi_alicloud/ecs/instance.py +26 -24
  82. pulumi_alicloud/ecs/key_pair.py +3 -9
  83. pulumi_alicloud/ecs/key_pair_attachment.py +3 -9
  84. pulumi_alicloud/ecs/launch_template.py +18 -54
  85. pulumi_alicloud/ecs/outputs.py +10 -14
  86. pulumi_alicloud/ecs/reserved_instance.py +3 -9
  87. pulumi_alicloud/ecs/security_group.py +3 -9
  88. pulumi_alicloud/ecs/security_group_rule.py +2 -2
  89. pulumi_alicloud/ecs/snapshot.py +3 -9
  90. pulumi_alicloud/edas/k8s_application.py +12 -36
  91. pulumi_alicloud/eds/network_package.py +22 -8
  92. pulumi_alicloud/eds/outputs.py +2 -6
  93. pulumi_alicloud/eds/simple_office_site.py +6 -18
  94. pulumi_alicloud/ess/_inputs.py +89 -3
  95. pulumi_alicloud/ess/alarm.py +132 -38
  96. pulumi_alicloud/ess/outputs.py +88 -3
  97. pulumi_alicloud/ess/scaling_configuration.py +6 -18
  98. pulumi_alicloud/ess/scaling_group.py +151 -16
  99. pulumi_alicloud/expressconnect/__init__.py +8 -0
  100. pulumi_alicloud/expressconnect/_inputs.py +40 -0
  101. pulumi_alicloud/expressconnect/outputs.py +51 -0
  102. pulumi_alicloud/expressconnect/router_express_connect_router.py +458 -0
  103. pulumi_alicloud/expressconnect/router_tr_association.py +578 -0
  104. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +475 -0
  105. pulumi_alicloud/expressconnect/router_vpc_association.py +500 -0
  106. pulumi_alicloud/expressconnect/traffic_qos.py +284 -0
  107. pulumi_alicloud/expressconnect/traffic_qos_association.py +336 -0
  108. pulumi_alicloud/expressconnect/traffic_qos_queue.py +520 -0
  109. pulumi_alicloud/expressconnect/traffic_qos_rule.py +1174 -0
  110. pulumi_alicloud/ga/acl.py +3 -9
  111. pulumi_alicloud/gpdb/__init__.py +1 -0
  112. pulumi_alicloud/gpdb/db_resource_group.py +364 -0
  113. pulumi_alicloud/gpdb/instance.py +62 -45
  114. pulumi_alicloud/hbase/get_instance_types.py +2 -2
  115. pulumi_alicloud/hbr/ecs_backup_plan.py +3 -9
  116. pulumi_alicloud/hbr/nas_backup_plan.py +3 -9
  117. pulumi_alicloud/hbr/ots_backup_plan.py +3 -9
  118. pulumi_alicloud/kms/key.py +9 -27
  119. pulumi_alicloud/kvstore/_inputs.py +2 -6
  120. pulumi_alicloud/kvstore/get_instance_classes.py +3 -9
  121. pulumi_alicloud/kvstore/instance.py +23 -69
  122. pulumi_alicloud/kvstore/outputs.py +2 -6
  123. pulumi_alicloud/lindorm/instance.py +3 -9
  124. pulumi_alicloud/log/_inputs.py +1 -3
  125. pulumi_alicloud/log/alert.py +21 -63
  126. pulumi_alicloud/log/oss_shipper.py +4 -0
  127. pulumi_alicloud/log/outputs.py +1 -3
  128. pulumi_alicloud/log/project.py +3 -9
  129. pulumi_alicloud/log/store.py +6 -18
  130. pulumi_alicloud/mongodb/instance.py +7 -7
  131. pulumi_alicloud/mongodb/sharding_instance.py +54 -7
  132. pulumi_alicloud/nas/access_group.py +6 -18
  133. pulumi_alicloud/nas/get_access_groups.py +1 -3
  134. pulumi_alicloud/nas/get_mount_targets.py +2 -6
  135. pulumi_alicloud/nlb/server_group.py +3 -9
  136. pulumi_alicloud/oss/bucket.py +6 -18
  137. pulumi_alicloud/oss/bucket_cors.py +8 -4
  138. pulumi_alicloud/oss/bucket_data_redundancy_transition.py +12 -4
  139. pulumi_alicloud/oss/bucket_policy.py +2 -2
  140. pulumi_alicloud/oss/bucket_public_access_block.py +12 -4
  141. pulumi_alicloud/oss/bucket_referer.py +2 -2
  142. pulumi_alicloud/ots/instance.py +7 -7
  143. pulumi_alicloud/ots/table.py +149 -8
  144. pulumi_alicloud/provider.py +8 -24
  145. pulumi_alicloud/pulumi-plugin.json +1 -1
  146. pulumi_alicloud/pvtz/zone.py +3 -9
  147. pulumi_alicloud/pvtz/zone_record.py +3 -9
  148. pulumi_alicloud/ram/policy.py +12 -36
  149. pulumi_alicloud/ram/role.py +9 -27
  150. pulumi_alicloud/rds/account.py +15 -45
  151. pulumi_alicloud/rds/backup_policy.py +15 -45
  152. pulumi_alicloud/rds/get_zones.py +1 -3
  153. pulumi_alicloud/rds/instance.py +27 -18
  154. pulumi_alicloud/rds/rds_account.py +15 -45
  155. pulumi_alicloud/resourcemanager/policy.py +3 -9
  156. pulumi_alicloud/resourcemanager/policy_version.py +3 -9
  157. pulumi_alicloud/resourcemanager/resource_group.py +3 -9
  158. pulumi_alicloud/rocketmq/group.py +3 -9
  159. pulumi_alicloud/rocketmq/instance.py +3 -9
  160. pulumi_alicloud/rocketmq/topic.py +6 -18
  161. pulumi_alicloud/sae/application.py +30 -90
  162. pulumi_alicloud/sae/load_balancer_internet.py +4 -2
  163. pulumi_alicloud/sae/load_balancer_intranet.py +4 -2
  164. pulumi_alicloud/scdn/domain.py +3 -9
  165. pulumi_alicloud/servicecatalog/get_launch_options.py +1 -3
  166. pulumi_alicloud/servicecatalog/get_product_versions.py +1 -3
  167. pulumi_alicloud/servicecatalog/get_provisioned_products.py +1 -3
  168. pulumi_alicloud/servicemesh/_inputs.py +0 -6
  169. pulumi_alicloud/servicemesh/outputs.py +0 -6
  170. pulumi_alicloud/servicemesh/service_mesh.py +2 -2
  171. pulumi_alicloud/simpleapplicationserver/snapshot.py +10 -2
  172. pulumi_alicloud/slb/acl.py +3 -9
  173. pulumi_alicloud/slb/application_load_balancer.py +6 -18
  174. pulumi_alicloud/slb/ca_certificate.py +3 -9
  175. pulumi_alicloud/slb/get_application_load_balancers.py +1 -3
  176. pulumi_alicloud/slb/get_load_balancers.py +1 -3
  177. pulumi_alicloud/slb/get_zones.py +1 -3
  178. pulumi_alicloud/slb/listener.py +9 -27
  179. pulumi_alicloud/slb/load_balancer.py +6 -18
  180. pulumi_alicloud/slb/outputs.py +1 -3
  181. pulumi_alicloud/slb/server_certificate.py +6 -18
  182. pulumi_alicloud/slb/server_group.py +3 -9
  183. pulumi_alicloud/threatdetection/instance.py +3 -9
  184. pulumi_alicloud/vpc/bgp_peer.py +36 -8
  185. pulumi_alicloud/vpc/common_bandwith_package.py +200 -129
  186. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +58 -30
  187. pulumi_alicloud/vpc/dhcp_options_set.py +3 -9
  188. pulumi_alicloud/vpc/forward_entry.py +3 -9
  189. pulumi_alicloud/vpc/ha_vip.py +3 -9
  190. pulumi_alicloud/vpc/ha_vip_attachment.py +3 -9
  191. pulumi_alicloud/vpc/ha_vipv2.py +3 -9
  192. pulumi_alicloud/vpc/ipv6_gateway.py +3 -9
  193. pulumi_alicloud/vpc/network.py +8 -28
  194. pulumi_alicloud/vpc/network_acl.py +3 -9
  195. pulumi_alicloud/vpc/network_interface.py +15 -45
  196. pulumi_alicloud/vpc/route_entry.py +3 -9
  197. pulumi_alicloud/vpc/route_table.py +3 -9
  198. pulumi_alicloud/vpc/router_interface.py +13 -39
  199. pulumi_alicloud/vpc/router_interface_connection.py +2 -2
  200. pulumi_alicloud/vpc/subnet.py +6 -18
  201. pulumi_alicloud/vpc/switch.py +6 -18
  202. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +3 -9
  203. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +3 -9
  204. pulumi_alicloud/vpn/connection.py +223 -9
  205. pulumi_alicloud/vpn/customer_gateway.py +3 -9
  206. pulumi_alicloud/vpn/gateway.py +6 -18
  207. pulumi_alicloud/vpn/gateway_vpn_attachment.py +2 -2
  208. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +1 -3
  209. pulumi_alicloud/vpn/get_gateways.py +1 -3
  210. pulumi_alicloud/vpn/ipsec_server.py +20 -12
  211. pulumi_alicloud/vpn/pbr_route_entry.py +152 -16
  212. pulumi_alicloud/vpn/route_entry.py +158 -44
  213. pulumi_alicloud/waf/domain.py +3 -9
  214. {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/METADATA +1 -1
  215. {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/RECORD +217 -207
  216. {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/WHEEL +1 -1
  217. {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/top_level.txt +0 -0
@@ -57,14 +57,12 @@ class AclArgs:
57
57
 
58
58
  @property
59
59
  @pulumi.getter(name="aclEntries")
60
+ @_utilities.deprecated("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
60
61
  def acl_entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AclAclEntryArgs']]]]:
61
62
  """
62
63
  The list of the ACL entries. You can add up to `20` entries in each call. See `acl_entries` below for details.
63
64
  **NOTE:** "Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.",
64
65
  """
65
- warnings.warn("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""", DeprecationWarning)
66
- pulumi.log.warn("""acl_entries is deprecated: Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
67
-
68
66
  return pulumi.get(self, "acl_entries")
69
67
 
70
68
  @acl_entries.setter
@@ -145,14 +143,12 @@ class _AclState:
145
143
 
146
144
  @property
147
145
  @pulumi.getter(name="aclEntries")
146
+ @_utilities.deprecated("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
148
147
  def acl_entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AclAclEntryArgs']]]]:
149
148
  """
150
149
  The list of the ACL entries. You can add up to `20` entries in each call. See `acl_entries` below for details.
151
150
  **NOTE:** "Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.",
152
151
  """
153
- warnings.warn("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""", DeprecationWarning)
154
- pulumi.log.warn("""acl_entries is deprecated: Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
155
-
156
152
  return pulumi.get(self, "acl_entries")
157
153
 
158
154
  @acl_entries.setter
@@ -386,14 +382,12 @@ class Acl(pulumi.CustomResource):
386
382
 
387
383
  @property
388
384
  @pulumi.getter(name="aclEntries")
385
+ @_utilities.deprecated("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
389
386
  def acl_entries(self) -> pulumi.Output[Sequence['outputs.AclAclEntry']]:
390
387
  """
391
388
  The list of the ACL entries. You can add up to `20` entries in each call. See `acl_entries` below for details.
392
389
  **NOTE:** "Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.",
393
390
  """
394
- warnings.warn("""Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""", DeprecationWarning)
395
- pulumi.log.warn("""acl_entries is deprecated: Field 'acl_entries' has been deprecated from provider version 1.166.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_acl_entry_attachment'.""")
396
-
397
391
  return pulumi.get(self, "acl_entries")
398
392
 
399
393
  @property
@@ -113,10 +113,8 @@ class GetLoadBalancersResult:
113
113
 
114
114
  @property
115
115
  @pulumi.getter(name="loadBalancerBussinessStatus")
116
+ @_utilities.deprecated("""Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new attribute 'load_balancer_business_status' instead.""")
116
117
  def load_balancer_bussiness_status(self) -> Optional[str]:
117
- warnings.warn("""Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new attribute 'load_balancer_business_status' instead.""", DeprecationWarning)
118
- pulumi.log.warn("""load_balancer_bussiness_status is deprecated: Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new attribute 'load_balancer_business_status' instead.""")
119
-
120
118
  return pulumi.get(self, "load_balancer_bussiness_status")
121
119
 
122
120
  @property
@@ -166,13 +166,11 @@ class ListenerArgs:
166
166
 
167
167
  @property
168
168
  @pulumi.getter(name="aclConfig")
169
+ @_utilities.deprecated("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
169
170
  def acl_config(self) -> Optional[pulumi.Input['ListenerAclConfigArgs']]:
170
171
  """
171
172
  The configurations of the access control lists (ACLs). See `acl_config` below for details. **NOTE:** Field `acl_config` has been deprecated from provider version 1.163.0, and it will be removed in the future version. Please use the new resource `alb.ListenerAclAttachment`.,
172
173
  """
173
- warnings.warn("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""", DeprecationWarning)
174
- pulumi.log.warn("""acl_config is deprecated: Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
175
-
176
174
  return pulumi.get(self, "acl_config")
177
175
 
178
176
  @acl_config.setter
@@ -460,13 +458,11 @@ class _ListenerState:
460
458
 
461
459
  @property
462
460
  @pulumi.getter(name="aclConfig")
461
+ @_utilities.deprecated("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
463
462
  def acl_config(self) -> Optional[pulumi.Input['ListenerAclConfigArgs']]:
464
463
  """
465
464
  The configurations of the access control lists (ACLs). See `acl_config` below for details. **NOTE:** Field `acl_config` has been deprecated from provider version 1.163.0, and it will be removed in the future version. Please use the new resource `alb.ListenerAclAttachment`.,
466
465
  """
467
- warnings.warn("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""", DeprecationWarning)
468
- pulumi.log.warn("""acl_config is deprecated: Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
469
-
470
466
  return pulumi.get(self, "acl_config")
471
467
 
472
468
  @acl_config.setter
@@ -934,13 +930,11 @@ class Listener(pulumi.CustomResource):
934
930
 
935
931
  @property
936
932
  @pulumi.getter(name="aclConfig")
933
+ @_utilities.deprecated("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
937
934
  def acl_config(self) -> pulumi.Output['outputs.ListenerAclConfig']:
938
935
  """
939
936
  The configurations of the access control lists (ACLs). See `acl_config` below for details. **NOTE:** Field `acl_config` has been deprecated from provider version 1.163.0, and it will be removed in the future version. Please use the new resource `alb.ListenerAclAttachment`.,
940
937
  """
941
- warnings.warn("""Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""", DeprecationWarning)
942
- pulumi.log.warn("""acl_config is deprecated: Field 'acl_config' has been deprecated from provider version 1.163.0 and it will be removed in the future version. Please use the new resource 'alicloud_alb_listener_acl_attachment'.""")
943
-
944
938
  return pulumi.get(self, "acl_config")
945
939
 
946
940
  @property
@@ -3689,13 +3689,11 @@ class GetLoadBalancersBalancerResult(dict):
3689
3689
 
3690
3690
  @property
3691
3691
  @pulumi.getter(name="loadBalancerBussinessStatus")
3692
+ @_utilities.deprecated("""Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new parameter 'load_balancer_business_status' instead.""")
3692
3693
  def load_balancer_bussiness_status(self) -> str:
3693
3694
  """
3694
3695
  Load Balancing of the Service Status. Valid Values: `Abnormal` and `Normal`. **NOTE:** Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0.
3695
3696
  """
3696
- warnings.warn("""Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new parameter 'load_balancer_business_status' instead.""", DeprecationWarning)
3697
- pulumi.log.warn("""load_balancer_bussiness_status is deprecated: Field 'load_balancer_bussiness_status' has been deprecated from provider version 1.142.0 and it will be removed in the future version. Please use the new parameter 'load_balancer_business_status' instead.""")
3698
-
3699
3697
  return pulumi.get(self, "load_balancer_bussiness_status")
3700
3698
 
3701
3699
  @property
@@ -350,6 +350,7 @@ class InstanceArgs:
350
350
 
351
351
  @property
352
352
  @pulumi.getter(name="topicQuota")
353
+ @_utilities.deprecated("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
353
354
  def topic_quota(self) -> Optional[pulumi.Input[int]]:
354
355
  """
355
356
  The max num of topic can be creation of the instance.
@@ -357,9 +358,6 @@ class InstanceArgs:
357
358
  Currently, its value only can be set to 50 when creating it, and finally depends on `partition_num` value: <`topic_quota`> = 1000 + <`partition_num`>.
358
359
  Therefore, you can update it by updating the `partition_num`, and it is the only updating path.
359
360
  """
360
- warnings.warn("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""", DeprecationWarning)
361
- pulumi.log.warn("""topic_quota is deprecated: Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
362
-
363
361
  return pulumi.get(self, "topic_quota")
364
362
 
365
363
  @topic_quota.setter
@@ -870,6 +868,7 @@ class _InstanceState:
870
868
 
871
869
  @property
872
870
  @pulumi.getter(name="topicQuota")
871
+ @_utilities.deprecated("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
873
872
  def topic_quota(self) -> Optional[pulumi.Input[int]]:
874
873
  """
875
874
  The max num of topic can be creation of the instance.
@@ -877,9 +876,6 @@ class _InstanceState:
877
876
  Currently, its value only can be set to 50 when creating it, and finally depends on `partition_num` value: <`topic_quota`> = 1000 + <`partition_num`>.
878
877
  Therefore, you can update it by updating the `partition_num`, and it is the only updating path.
879
878
  """
880
- warnings.warn("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""", DeprecationWarning)
881
- pulumi.log.warn("""topic_quota is deprecated: Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
882
-
883
879
  return pulumi.get(self, "topic_quota")
884
880
 
885
881
  @topic_quota.setter
@@ -1469,6 +1465,7 @@ class Instance(pulumi.CustomResource):
1469
1465
 
1470
1466
  @property
1471
1467
  @pulumi.getter(name="topicQuota")
1468
+ @_utilities.deprecated("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
1472
1469
  def topic_quota(self) -> pulumi.Output[int]:
1473
1470
  """
1474
1471
  The max num of topic can be creation of the instance.
@@ -1476,9 +1473,6 @@ class Instance(pulumi.CustomResource):
1476
1473
  Currently, its value only can be set to 50 when creating it, and finally depends on `partition_num` value: <`topic_quota`> = 1000 + <`partition_num`>.
1477
1474
  Therefore, you can update it by updating the `partition_num`, and it is the only updating path.
1478
1475
  """
1479
- warnings.warn("""Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""", DeprecationWarning)
1480
- pulumi.log.warn("""topic_quota is deprecated: Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.""")
1481
-
1482
1476
  return pulumi.get(self, "topic_quota")
1483
1477
 
1484
1478
  @property
@@ -81,13 +81,11 @@ class CertificateArgs:
81
81
 
82
82
  @property
83
83
  @pulumi.getter
84
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
84
85
  def name(self) -> Optional[pulumi.Input[str]]:
85
86
  """
86
87
  Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
87
88
  """
88
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
89
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
90
-
91
89
  return pulumi.get(self, "name")
92
90
 
93
91
  @name.setter
@@ -167,13 +165,11 @@ class _CertificateState:
167
165
 
168
166
  @property
169
167
  @pulumi.getter
168
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
170
169
  def name(self) -> Optional[pulumi.Input[str]]:
171
170
  """
172
171
  Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
173
172
  """
174
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
175
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
176
-
177
173
  return pulumi.get(self, "name")
178
174
 
179
175
  @name.setter
@@ -335,12 +331,10 @@ class Certificate(pulumi.CustomResource):
335
331
 
336
332
  @property
337
333
  @pulumi.getter
334
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
338
335
  def name(self) -> pulumi.Output[str]:
339
336
  """
340
337
  Name of the Certificate. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
341
338
  """
342
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
343
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
344
-
345
339
  return pulumi.get(self, "name")
346
340
 
@@ -160,13 +160,11 @@ class GetCertificatesCertificateResult(dict):
160
160
 
161
161
  @property
162
162
  @pulumi.getter
163
+ @_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""")
163
164
  def name(self) -> str:
164
165
  """
165
166
  The cert's name.
166
167
  """
167
- warnings.warn("""Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
168
- pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""")
169
-
170
168
  return pulumi.get(self, "name")
171
169
 
172
170
  @property
@@ -363,10 +361,8 @@ class GetServiceCertificatesCertificateResult(dict):
363
361
 
364
362
  @property
365
363
  @pulumi.getter
364
+ @_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""")
366
365
  def name(self) -> str:
367
- warnings.warn("""Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
368
- pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.129.0 and it will be removed in the future version. Please use the new attribute 'certificate_name' instead.""")
369
-
370
366
  return pulumi.get(self, "name")
371
367
 
372
368
  @property
@@ -97,13 +97,11 @@ class ServiceCertificateArgs:
97
97
 
98
98
  @property
99
99
  @pulumi.getter
100
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
100
101
  def name(self) -> Optional[pulumi.Input[str]]:
101
102
  """
102
103
  It has been deprecated from version 1.129.0 and using `certificate_name` instead.
103
104
  """
104
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
105
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
106
-
107
105
  return pulumi.get(self, "name")
108
106
 
109
107
  @name.setter
@@ -199,13 +197,11 @@ class _ServiceCertificateState:
199
197
 
200
198
  @property
201
199
  @pulumi.getter
200
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
202
201
  def name(self) -> Optional[pulumi.Input[str]]:
203
202
  """
204
203
  It has been deprecated from version 1.129.0 and using `certificate_name` instead.
205
204
  """
206
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
207
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
208
-
209
205
  return pulumi.get(self, "name")
210
206
 
211
207
  @name.setter
@@ -525,12 +521,10 @@ class ServiceCertificate(pulumi.CustomResource):
525
521
 
526
522
  @property
527
523
  @pulumi.getter
524
+ @_utilities.deprecated("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
528
525
  def name(self) -> pulumi.Output[str]:
529
526
  """
530
527
  It has been deprecated from version 1.129.0 and using `certificate_name` instead.
531
528
  """
532
- warnings.warn("""attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""", DeprecationWarning)
533
- pulumi.log.warn("""name is deprecated: attribute 'name' has been deprecated from provider version 1.129.0 and it will be remove in the future version. Please use the new attribute 'certificate_name' instead.""")
534
-
535
529
  return pulumi.get(self, "name")
536
530
 
@@ -171,6 +171,8 @@ class DedicatedHostAccount(pulumi.CustomResource):
171
171
 
172
172
  > **NOTE:** Each Dedicated host can have only one account. Before you create an account for a host, make sure that the existing account is deleted.
173
173
 
174
+ > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/help/en/apsaradb-for-mybase/latest/notice-stop-selling-mybase-hosted-instances-from-august-31-2023) from version `1.225.1`.
175
+
174
176
  ## Example Usage
175
177
 
176
178
  Basic Usage
@@ -253,6 +255,8 @@ class DedicatedHostAccount(pulumi.CustomResource):
253
255
 
254
256
  > **NOTE:** Each Dedicated host can have only one account. Before you create an account for a host, make sure that the existing account is deleted.
255
257
 
258
+ > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/help/en/apsaradb-for-mybase/latest/notice-stop-selling-mybase-hosted-instances-from-august-31-2023) from version `1.225.1`.
259
+
256
260
  ## Example Usage
257
261
 
258
262
  Basic Usage
@@ -339,6 +339,8 @@ class DedicatedHostGroup(pulumi.CustomResource):
339
339
 
340
340
  > **NOTE:** Available since v1.132.0.
341
341
 
342
+ > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/help/en/apsaradb-for-mybase/latest/notice-stop-selling-mybase-hosted-instances-from-august-31-2023) from version `1.225.1`.
343
+
342
344
  ## Example Usage
343
345
 
344
346
  Basic Usage
@@ -399,6 +401,8 @@ class DedicatedHostGroup(pulumi.CustomResource):
399
401
 
400
402
  > **NOTE:** Available since v1.132.0.
401
403
 
404
+ > **DEPRECATED:** This resource has been [deprecated](https://www.alibabacloud.com/help/en/apsaradb-for-mybase/latest/notice-stop-selling-mybase-hosted-instances-from-august-31-2023) from version `1.225.1`.
405
+
402
406
  ## Example Usage
403
407
 
404
408
  Basic Usage