pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__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 (122) hide show
  1. pulumi_alicloud/__init__.py +150 -0
  2. pulumi_alicloud/adb/resource_group.py +48 -20
  3. pulumi_alicloud/alb/_inputs.py +22 -22
  4. pulumi_alicloud/alb/load_balancer.py +119 -133
  5. pulumi_alicloud/alb/outputs.py +22 -22
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/aligreen/__init__.py +13 -0
  8. pulumi_alicloud/aligreen/audit_callback.py +422 -0
  9. pulumi_alicloud/aligreen/biz_type.py +398 -0
  10. pulumi_alicloud/aligreen/callback.py +449 -0
  11. pulumi_alicloud/aligreen/image_lib.py +406 -0
  12. pulumi_alicloud/aligreen/keyword_lib.py +615 -0
  13. pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
  14. pulumi_alicloud/amqp/binding.py +94 -102
  15. pulumi_alicloud/apigateway/__init__.py +2 -0
  16. pulumi_alicloud/apigateway/_inputs.py +221 -2
  17. pulumi_alicloud/apigateway/access_control_list.py +17 -9
  18. pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
  19. pulumi_alicloud/apigateway/api.py +4 -2
  20. pulumi_alicloud/apigateway/group.py +51 -2
  21. pulumi_alicloud/apigateway/instance.py +396 -63
  22. pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
  23. pulumi_alicloud/apigateway/outputs.py +223 -2
  24. pulumi_alicloud/apigateway/vpc_access.py +2 -2
  25. pulumi_alicloud/arms/get_remote_writes.py +4 -0
  26. pulumi_alicloud/arms/outputs.py +2 -2
  27. pulumi_alicloud/arms/remote_write.py +4 -0
  28. pulumi_alicloud/cen/route_entry.py +2 -2
  29. pulumi_alicloud/cen/vbr_health_check.py +1 -1
  30. pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
  31. pulumi_alicloud/cfg/delivery.py +259 -122
  32. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  33. pulumi_alicloud/clickhouse/db_cluster.py +66 -6
  34. pulumi_alicloud/clickhouse/outputs.py +50 -0
  35. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  36. pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
  37. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
  38. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
  39. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
  40. pulumi_alicloud/cms/_inputs.py +214 -42
  41. pulumi_alicloud/cms/alarm.py +61 -14
  42. pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
  43. pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
  44. pulumi_alicloud/cms/metric_rule_template.py +54 -87
  45. pulumi_alicloud/cms/outputs.py +214 -42
  46. pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
  47. pulumi_alicloud/cs/outputs.py +2 -2
  48. pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
  49. pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
  50. pulumi_alicloud/ddos/basic_threshold.py +2 -2
  51. pulumi_alicloud/ddos/bgp_ip.py +2 -6
  52. pulumi_alicloud/eci/get_container_groups.py +2 -2
  53. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  54. pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
  55. pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
  56. pulumi_alicloud/ecs/ecs_invocation.py +2 -2
  57. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
  58. pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
  59. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
  60. pulumi_alicloud/ecs/eip_association.py +4 -6
  61. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
  62. pulumi_alicloud/ecs/get_instances.py +3 -3
  63. pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
  64. pulumi_alicloud/ecs/image.py +4 -6
  65. pulumi_alicloud/ecs/image_copy.py +2 -2
  66. pulumi_alicloud/ecs/image_export.py +2 -2
  67. pulumi_alicloud/ecs/image_import.py +14 -6
  68. pulumi_alicloud/ecs/image_share_permission.py +2 -2
  69. pulumi_alicloud/ecs/instance.py +7 -7
  70. pulumi_alicloud/ecs/outputs.py +48 -26
  71. pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
  72. pulumi_alicloud/eds/outputs.py +10 -10
  73. pulumi_alicloud/ess/scaling_group.py +101 -7
  74. pulumi_alicloud/fc/__init__.py +7 -0
  75. pulumi_alicloud/fc/_inputs.py +1666 -0
  76. pulumi_alicloud/fc/outputs.py +1723 -2
  77. pulumi_alicloud/fc/v3_alias.py +440 -0
  78. pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
  79. pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
  80. pulumi_alicloud/fc/v3_custom_domain.py +847 -0
  81. pulumi_alicloud/fc/v3_function.py +1391 -0
  82. pulumi_alicloud/fc/v3_function_version.py +313 -0
  83. pulumi_alicloud/fc/v3_trigger.py +663 -0
  84. pulumi_alicloud/ga/basic_accelerator.py +8 -8
  85. pulumi_alicloud/governance/__init__.py +12 -0
  86. pulumi_alicloud/governance/_inputs.py +70 -0
  87. pulumi_alicloud/governance/account.py +505 -0
  88. pulumi_alicloud/governance/baseline.py +387 -0
  89. pulumi_alicloud/governance/get_baselines.py +241 -0
  90. pulumi_alicloud/governance/outputs.py +99 -0
  91. pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
  92. pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
  93. pulumi_alicloud/hbr/server_backup_plan.py +2 -2
  94. pulumi_alicloud/kvstore/instance.py +47 -0
  95. pulumi_alicloud/kvstore/outputs.py +2 -2
  96. pulumi_alicloud/maxcompute/get_projects.py +12 -14
  97. pulumi_alicloud/maxcompute/get_service.py +4 -0
  98. pulumi_alicloud/maxcompute/outputs.py +75 -60
  99. pulumi_alicloud/maxcompute/project.py +7 -7
  100. pulumi_alicloud/polardb/outputs.py +2 -2
  101. pulumi_alicloud/privatelink/outputs.py +2 -2
  102. pulumi_alicloud/pulumi-plugin.json +1 -1
  103. pulumi_alicloud/ram/login_profile.py +8 -8
  104. pulumi_alicloud/rds/get_instances.py +1 -1
  105. pulumi_alicloud/rds/rds_account.py +189 -49
  106. pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
  107. pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
  108. pulumi_alicloud/slb/get_load_balancers.py +3 -3
  109. pulumi_alicloud/slb/load_balancer.py +7 -7
  110. pulumi_alicloud/slb/outputs.py +8 -8
  111. pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
  112. pulumi_alicloud/vpc/bgp_peer.py +1 -1
  113. pulumi_alicloud/vpc/get_networks.py +2 -2
  114. pulumi_alicloud/vpc/get_switches.py +27 -27
  115. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  116. pulumi_alicloud/vpc/outputs.py +24 -24
  117. pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
  118. pulumi_alicloud/vpn/outputs.py +4 -4
  119. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
  120. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
  121. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
  122. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
@@ -29,13 +29,33 @@ class RdsAccountArgs:
29
29
  type: Optional[pulumi.Input[str]] = None):
30
30
  """
31
31
  The set of arguments for constructing a RdsAccount resource.
32
- :param pulumi.Input[str] account_description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
33
- :param pulumi.Input[str] account_name: Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
34
- :param pulumi.Input[str] account_password: Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
35
- :param pulumi.Input[str] account_type: Privilege type of account. Default to `Normal`.
36
- `Normal`: Common privilege.
37
- `Super`: High privilege.
38
- :param pulumi.Input[str] db_instance_id: The Id of instance in which account belongs.
32
+ :param pulumi.Input[str] account_description: The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
33
+
34
+ > **NOTE:** The name cannot start with http:// or https://.
35
+ :param pulumi.Input[str] account_name: The name of the database account.
36
+ * The name must be unique.
37
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
38
+ * The name must start with a letter and end with a letter or digit.
39
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
40
+ * The length of the value must meet the following requirements:
41
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
42
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
43
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
44
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
45
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
46
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
47
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
48
+ :param pulumi.Input[str] account_password: The password of the account.
49
+ * The value must be 8 to 32 characters in length.
50
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
51
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
52
+ :param pulumi.Input[str] account_type: The account type. Valid values:
53
+ * Normal: standard account (default).
54
+ * Super: privileged account.
55
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
56
+
57
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
58
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
39
59
  :param pulumi.Input[str] description: The attribute has been deprecated from 1.120.0 and using `account_description` instead.
40
60
  :param pulumi.Input[str] instance_id: The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
41
61
  :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a db account. If the `account_password` is filled in, this field will be ignored.
@@ -93,7 +113,9 @@ class RdsAccountArgs:
93
113
  @pulumi.getter(name="accountDescription")
94
114
  def account_description(self) -> Optional[pulumi.Input[str]]:
95
115
  """
96
- Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
116
+ The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
117
+
118
+ > **NOTE:** The name cannot start with http:// or https://.
97
119
  """
98
120
  return pulumi.get(self, "account_description")
99
121
 
@@ -105,7 +127,19 @@ class RdsAccountArgs:
105
127
  @pulumi.getter(name="accountName")
106
128
  def account_name(self) -> Optional[pulumi.Input[str]]:
107
129
  """
108
- Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
130
+ The name of the database account.
131
+ * The name must be unique.
132
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
133
+ * The name must start with a letter and end with a letter or digit.
134
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
135
+ * The length of the value must meet the following requirements:
136
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
137
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
138
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
139
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
140
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
141
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
142
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
109
143
  """
110
144
  return pulumi.get(self, "account_name")
111
145
 
@@ -117,7 +151,10 @@ class RdsAccountArgs:
117
151
  @pulumi.getter(name="accountPassword")
118
152
  def account_password(self) -> Optional[pulumi.Input[str]]:
119
153
  """
120
- Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
154
+ The password of the account.
155
+ * The value must be 8 to 32 characters in length.
156
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
157
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
121
158
  """
122
159
  return pulumi.get(self, "account_password")
123
160
 
@@ -129,9 +166,12 @@ class RdsAccountArgs:
129
166
  @pulumi.getter(name="accountType")
130
167
  def account_type(self) -> Optional[pulumi.Input[str]]:
131
168
  """
132
- Privilege type of account. Default to `Normal`.
133
- `Normal`: Common privilege.
134
- `Super`: High privilege.
169
+ The account type. Valid values:
170
+ * Normal: standard account (default).
171
+ * Super: privileged account.
172
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
173
+
174
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
135
175
  """
136
176
  return pulumi.get(self, "account_type")
137
177
 
@@ -143,7 +183,7 @@ class RdsAccountArgs:
143
183
  @pulumi.getter(name="dbInstanceId")
144
184
  def db_instance_id(self) -> Optional[pulumi.Input[str]]:
145
185
  """
146
- The Id of instance in which account belongs.
186
+ The ID of the instance.
147
187
  """
148
188
  return pulumi.get(self, "db_instance_id")
149
189
 
@@ -274,13 +314,33 @@ class _RdsAccountState:
274
314
  type: Optional[pulumi.Input[str]] = None):
275
315
  """
276
316
  Input properties used for looking up and filtering RdsAccount resources.
277
- :param pulumi.Input[str] account_description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
278
- :param pulumi.Input[str] account_name: Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
279
- :param pulumi.Input[str] account_password: Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
280
- :param pulumi.Input[str] account_type: Privilege type of account. Default to `Normal`.
281
- `Normal`: Common privilege.
282
- `Super`: High privilege.
283
- :param pulumi.Input[str] db_instance_id: The Id of instance in which account belongs.
317
+ :param pulumi.Input[str] account_description: The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
318
+
319
+ > **NOTE:** The name cannot start with http:// or https://.
320
+ :param pulumi.Input[str] account_name: The name of the database account.
321
+ * The name must be unique.
322
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
323
+ * The name must start with a letter and end with a letter or digit.
324
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
325
+ * The length of the value must meet the following requirements:
326
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
327
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
328
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
329
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
330
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
331
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
332
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
333
+ :param pulumi.Input[str] account_password: The password of the account.
334
+ * The value must be 8 to 32 characters in length.
335
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
336
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
337
+ :param pulumi.Input[str] account_type: The account type. Valid values:
338
+ * Normal: standard account (default).
339
+ * Super: privileged account.
340
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
341
+
342
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
343
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
284
344
  :param pulumi.Input[str] description: The attribute has been deprecated from 1.120.0 and using `account_description` instead.
285
345
  :param pulumi.Input[str] instance_id: The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
286
346
  :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a db account. If the `account_password` is filled in, this field will be ignored.
@@ -341,7 +401,9 @@ class _RdsAccountState:
341
401
  @pulumi.getter(name="accountDescription")
342
402
  def account_description(self) -> Optional[pulumi.Input[str]]:
343
403
  """
344
- Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
404
+ The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
405
+
406
+ > **NOTE:** The name cannot start with http:// or https://.
345
407
  """
346
408
  return pulumi.get(self, "account_description")
347
409
 
@@ -353,7 +415,19 @@ class _RdsAccountState:
353
415
  @pulumi.getter(name="accountName")
354
416
  def account_name(self) -> Optional[pulumi.Input[str]]:
355
417
  """
356
- Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
418
+ The name of the database account.
419
+ * The name must be unique.
420
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
421
+ * The name must start with a letter and end with a letter or digit.
422
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
423
+ * The length of the value must meet the following requirements:
424
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
425
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
426
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
427
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
428
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
429
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
430
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
357
431
  """
358
432
  return pulumi.get(self, "account_name")
359
433
 
@@ -365,7 +439,10 @@ class _RdsAccountState:
365
439
  @pulumi.getter(name="accountPassword")
366
440
  def account_password(self) -> Optional[pulumi.Input[str]]:
367
441
  """
368
- Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
442
+ The password of the account.
443
+ * The value must be 8 to 32 characters in length.
444
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
445
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
369
446
  """
370
447
  return pulumi.get(self, "account_password")
371
448
 
@@ -377,9 +454,12 @@ class _RdsAccountState:
377
454
  @pulumi.getter(name="accountType")
378
455
  def account_type(self) -> Optional[pulumi.Input[str]]:
379
456
  """
380
- Privilege type of account. Default to `Normal`.
381
- `Normal`: Common privilege.
382
- `Super`: High privilege.
457
+ The account type. Valid values:
458
+ * Normal: standard account (default).
459
+ * Super: privileged account.
460
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
461
+
462
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
383
463
  """
384
464
  return pulumi.get(self, "account_type")
385
465
 
@@ -391,7 +471,7 @@ class _RdsAccountState:
391
471
  @pulumi.getter(name="dbInstanceId")
392
472
  def db_instance_id(self) -> Optional[pulumi.Input[str]]:
393
473
  """
394
- The Id of instance in which account belongs.
474
+ The ID of the instance.
395
475
  """
396
476
  return pulumi.get(self, "db_instance_id")
397
477
 
@@ -589,13 +669,33 @@ class RdsAccount(pulumi.CustomResource):
589
669
 
590
670
  :param str resource_name: The name of the resource.
591
671
  :param pulumi.ResourceOptions opts: Options for the resource.
592
- :param pulumi.Input[str] account_description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
593
- :param pulumi.Input[str] account_name: Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
594
- :param pulumi.Input[str] account_password: Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
595
- :param pulumi.Input[str] account_type: Privilege type of account. Default to `Normal`.
596
- `Normal`: Common privilege.
597
- `Super`: High privilege.
598
- :param pulumi.Input[str] db_instance_id: The Id of instance in which account belongs.
672
+ :param pulumi.Input[str] account_description: The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
673
+
674
+ > **NOTE:** The name cannot start with http:// or https://.
675
+ :param pulumi.Input[str] account_name: The name of the database account.
676
+ * The name must be unique.
677
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
678
+ * The name must start with a letter and end with a letter or digit.
679
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
680
+ * The length of the value must meet the following requirements:
681
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
682
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
683
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
684
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
685
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
686
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
687
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
688
+ :param pulumi.Input[str] account_password: The password of the account.
689
+ * The value must be 8 to 32 characters in length.
690
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
691
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
692
+ :param pulumi.Input[str] account_type: The account type. Valid values:
693
+ * Normal: standard account (default).
694
+ * Super: privileged account.
695
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
696
+
697
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
698
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
599
699
  :param pulumi.Input[str] description: The attribute has been deprecated from 1.120.0 and using `account_description` instead.
600
700
  :param pulumi.Input[str] instance_id: The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
601
701
  :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a db account. If the `account_password` is filled in, this field will be ignored.
@@ -750,13 +850,33 @@ class RdsAccount(pulumi.CustomResource):
750
850
  :param str resource_name: The unique name of the resulting resource.
751
851
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
752
852
  :param pulumi.ResourceOptions opts: Options for the resource.
753
- :param pulumi.Input[str] account_description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
754
- :param pulumi.Input[str] account_name: Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
755
- :param pulumi.Input[str] account_password: Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
756
- :param pulumi.Input[str] account_type: Privilege type of account. Default to `Normal`.
757
- `Normal`: Common privilege.
758
- `Super`: High privilege.
759
- :param pulumi.Input[str] db_instance_id: The Id of instance in which account belongs.
853
+ :param pulumi.Input[str] account_description: The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
854
+
855
+ > **NOTE:** The name cannot start with http:// or https://.
856
+ :param pulumi.Input[str] account_name: The name of the database account.
857
+ * The name must be unique.
858
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
859
+ * The name must start with a letter and end with a letter or digit.
860
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
861
+ * The length of the value must meet the following requirements:
862
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
863
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
864
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
865
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
866
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
867
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
868
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
869
+ :param pulumi.Input[str] account_password: The password of the account.
870
+ * The value must be 8 to 32 characters in length.
871
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
872
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
873
+ :param pulumi.Input[str] account_type: The account type. Valid values:
874
+ * Normal: standard account (default).
875
+ * Super: privileged account.
876
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
877
+
878
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
879
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
760
880
  :param pulumi.Input[str] description: The attribute has been deprecated from 1.120.0 and using `account_description` instead.
761
881
  :param pulumi.Input[str] instance_id: The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
762
882
  :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a db account. If the `account_password` is filled in, this field will be ignored.
@@ -793,7 +913,9 @@ class RdsAccount(pulumi.CustomResource):
793
913
  @pulumi.getter(name="accountDescription")
794
914
  def account_description(self) -> pulumi.Output[str]:
795
915
  """
796
- Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
916
+ The description of the account. The value must be 2 to 256 characters in length. The value can contain letters, digits, underscores (_), and hyphens (-), and must start with a letter.
917
+
918
+ > **NOTE:** The name cannot start with http:// or https://.
797
919
  """
798
920
  return pulumi.get(self, "account_description")
799
921
 
@@ -801,7 +923,19 @@ class RdsAccount(pulumi.CustomResource):
801
923
  @pulumi.getter(name="accountName")
802
924
  def account_name(self) -> pulumi.Output[str]:
803
925
  """
804
- Operation account requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letter and end with letters or numbers, The length must be 2-63 characters for PostgreSQL, otherwise the length must be 2-32 characters.
926
+ The name of the database account.
927
+ * The name must be unique.
928
+ * The name can contain lowercase letters, digits, and underscores (_). For MySQL databases, the name can contain uppercase letters.
929
+ * The name must start with a letter and end with a letter or digit.
930
+ * For MySQL databases, the name of the privileged account cannot be the same as that of the standard account. For example, if the name of the privileged account is Test1, the name of the standard account cannot be test1.
931
+ * The length of the value must meet the following requirements:
932
+ * If the instance runs MySQL 5.7 or MySQL 8.0, the value must be 2 to 32 characters in length.
933
+ * If the instance runs MySQL 5.6, the value must be 2 to 16 characters in length.
934
+ * If the instance runs SQL Server, the value must be 2 to 64 characters in length.
935
+ * If the instance runs PostgreSQL with cloud disks, the value must be 2 to 63 characters in length.
936
+ * If the instance runs PostgreSQL with local disks, the value must be 2 to 16 characters in length.
937
+ * If the instance runs MariaDB, the value must be 2 to 16 characters in length.
938
+ * For more information about invalid characters, See [Forbidden keywords](https://help.aliyun.com/zh/rds/developer-reference/forbidden-keywords?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
805
939
  """
806
940
  return pulumi.get(self, "account_name")
807
941
 
@@ -809,7 +943,10 @@ class RdsAccount(pulumi.CustomResource):
809
943
  @pulumi.getter(name="accountPassword")
810
944
  def account_password(self) -> pulumi.Output[str]:
811
945
  """
812
- Operation password. It may consist of letters, digits, or underlines, with a length of 6 to 32 characters. You have to specify one of `password` and `kms_encrypted_password` fields.
946
+ The password of the account.
947
+ * The value must be 8 to 32 characters in length.
948
+ * The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
949
+ * Special characters include ! @ # $ % ^ & * ( ) _ + - =
813
950
  """
814
951
  return pulumi.get(self, "account_password")
815
952
 
@@ -817,9 +954,12 @@ class RdsAccount(pulumi.CustomResource):
817
954
  @pulumi.getter(name="accountType")
818
955
  def account_type(self) -> pulumi.Output[str]:
819
956
  """
820
- Privilege type of account. Default to `Normal`.
821
- `Normal`: Common privilege.
822
- `Super`: High privilege.
957
+ The account type. Valid values:
958
+ * Normal: standard account (default).
959
+ * Super: privileged account.
960
+ * Sysadmin: system admin account. The account type is available only for ApsaraDB RDS for SQL Server instances.
961
+
962
+ > **NOTE:** Before you create a system admin account, check whether the RDS instance meets all prerequisites. For more information, See [Create a system admin account](https://help.aliyun.com/zh/rds/apsaradb-rds-for-sql-server/create-a-system-admin-account-for-an-apsaradb-rds-for-sql-server-instance?spm=api-workbench.API%20Document.0.0.529e2defHKoZ3o).
823
963
  """
824
964
  return pulumi.get(self, "account_type")
825
965
 
@@ -827,7 +967,7 @@ class RdsAccount(pulumi.CustomResource):
827
967
  @pulumi.getter(name="dbInstanceId")
828
968
  def db_instance_id(self) -> pulumi.Output[str]:
829
969
  """
830
- The Id of instance in which account belongs.
970
+ The ID of the instance.
831
971
  """
832
972
  return pulumi.get(self, "db_instance_id")
833
973
 
@@ -255,6 +255,7 @@ class ReadWriteSplittingConnection(pulumi.CustomResource):
255
255
  ```python
256
256
  import pulumi
257
257
  import pulumi_alicloud as alicloud
258
+ import pulumi_random as random
258
259
 
259
260
  config = pulumi.Config()
260
261
  name = config.get("name")
@@ -297,9 +298,12 @@ class ReadWriteSplittingConnection(pulumi.CustomResource):
297
298
  instance_type=example_instance.instance_type,
298
299
  instance_name=f"{name}readonly",
299
300
  vswitch_id=example_switch.id)
301
+ default = random.index.Integer("default",
302
+ min=10000,
303
+ max=99999)
300
304
  example_read_write_splitting_connection = alicloud.rds.ReadWriteSplittingConnection("example",
301
305
  instance_id=example_read_only_instance.master_db_instance_id,
302
- connection_prefix="example-con-123",
306
+ connection_prefix=f"example-con-{default['result']}",
303
307
  distribution_type="Standard")
304
308
  ```
305
309
 
@@ -338,6 +342,7 @@ class ReadWriteSplittingConnection(pulumi.CustomResource):
338
342
  ```python
339
343
  import pulumi
340
344
  import pulumi_alicloud as alicloud
345
+ import pulumi_random as random
341
346
 
342
347
  config = pulumi.Config()
343
348
  name = config.get("name")
@@ -380,9 +385,12 @@ class ReadWriteSplittingConnection(pulumi.CustomResource):
380
385
  instance_type=example_instance.instance_type,
381
386
  instance_name=f"{name}readonly",
382
387
  vswitch_id=example_switch.id)
388
+ default = random.index.Integer("default",
389
+ min=10000,
390
+ max=99999)
383
391
  example_read_write_splitting_connection = alicloud.rds.ReadWriteSplittingConnection("example",
384
392
  instance_id=example_read_only_instance.master_db_instance_id,
385
- connection_prefix="example-con-123",
393
+ connection_prefix=f"example-con-{default['result']}",
386
394
  distribution_type="Standard")
387
395
  ```
388
396
 
@@ -291,7 +291,7 @@ class GetApplicationLoadBalancersResult:
291
291
  @pulumi.getter(name="vswitchId")
292
292
  def vswitch_id(self) -> Optional[str]:
293
293
  """
294
- ID of the VSwitch the SLB belongs to.
294
+ ID of the vSwitch the SLB belongs to.
295
295
  """
296
296
  return pulumi.get(self, "vswitch_id")
297
297
 
@@ -392,7 +392,7 @@ def get_application_load_balancers(address: Optional[str] = None,
392
392
  :param str status: SLB current status. Possible values: `inactive`, `active` and `locked`.
393
393
  :param Mapping[str, Any] tags: A map of tags assigned to the SLB instances. The `tags` can have a maximum of 5 tag. It must be in the format:
394
394
  :param str vpc_id: ID of the VPC linked to the SLBs.
395
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
395
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
396
396
  """
397
397
  __args__ = dict()
398
398
  __args__['address'] = address
@@ -512,6 +512,6 @@ def get_application_load_balancers_output(address: Optional[pulumi.Input[Optiona
512
512
  :param str status: SLB current status. Possible values: `inactive`, `active` and `locked`.
513
513
  :param Mapping[str, Any] tags: A map of tags assigned to the SLB instances. The `tags` can have a maximum of 5 tag. It must be in the format:
514
514
  :param str vpc_id: ID of the VPC linked to the SLBs.
515
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
515
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
516
516
  """
517
517
  ...
@@ -267,7 +267,7 @@ class GetLoadBalancersResult:
267
267
  @pulumi.getter(name="vswitchId")
268
268
  def vswitch_id(self) -> Optional[str]:
269
269
  """
270
- ID of the VSwitch the SLB belongs to.
270
+ ID of the vSwitch the SLB belongs to.
271
271
  """
272
272
  return pulumi.get(self, "vswitch_id")
273
273
 
@@ -365,7 +365,7 @@ def get_load_balancers(address: Optional[str] = None,
365
365
  })
366
366
  ```
367
367
  :param str vpc_id: ID of the VPC linked to the SLBs.
368
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
368
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
369
369
  """
370
370
  __args__ = dict()
371
371
  __args__['address'] = address
@@ -482,6 +482,6 @@ def get_load_balancers_output(address: Optional[pulumi.Input[Optional[str]]] = N
482
482
  })
483
483
  ```
484
484
  :param str vpc_id: ID of the VPC linked to the SLBs.
485
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
485
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
486
486
  """
487
487
  ...
@@ -70,7 +70,7 @@ class LoadBalancerArgs:
70
70
 
71
71
  > **NOTE:** Currently, the alibaba cloud international account does not support creating a PrePaid SLB instance.
72
72
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource. The `tags` can have a maximum of 10 tag for every load balancer instance.
73
- :param pulumi.Input[str] vswitch_id: The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
73
+ :param pulumi.Input[str] vswitch_id: The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
74
74
  """
75
75
  if address is not None:
76
76
  pulumi.set(__self__, "address", address)
@@ -378,7 +378,7 @@ class LoadBalancerArgs:
378
378
  @pulumi.getter(name="vswitchId")
379
379
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
380
380
  """
381
- The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
381
+ The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
382
382
  """
383
383
  return pulumi.get(self, "vswitch_id")
384
384
 
@@ -446,7 +446,7 @@ class _LoadBalancerState:
446
446
 
447
447
  > **NOTE:** Currently, the alibaba cloud international account does not support creating a PrePaid SLB instance.
448
448
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource. The `tags` can have a maximum of 10 tag for every load balancer instance.
449
- :param pulumi.Input[str] vswitch_id: The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
449
+ :param pulumi.Input[str] vswitch_id: The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
450
450
  """
451
451
  if address is not None:
452
452
  pulumi.set(__self__, "address", address)
@@ -754,7 +754,7 @@ class _LoadBalancerState:
754
754
  @pulumi.getter(name="vswitchId")
755
755
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
756
756
  """
757
- The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
757
+ The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
758
758
  """
759
759
  return pulumi.get(self, "vswitch_id")
760
760
 
@@ -887,7 +887,7 @@ class LoadBalancer(pulumi.CustomResource):
887
887
 
888
888
  > **NOTE:** Currently, the alibaba cloud international account does not support creating a PrePaid SLB instance.
889
889
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource. The `tags` can have a maximum of 10 tag for every load balancer instance.
890
- :param pulumi.Input[str] vswitch_id: The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
890
+ :param pulumi.Input[str] vswitch_id: The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
891
891
  """
892
892
  ...
893
893
  @overload
@@ -1090,7 +1090,7 @@ class LoadBalancer(pulumi.CustomResource):
1090
1090
 
1091
1091
  > **NOTE:** Currently, the alibaba cloud international account does not support creating a PrePaid SLB instance.
1092
1092
  :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource. The `tags` can have a maximum of 10 tag for every load balancer instance.
1093
- :param pulumi.Input[str] vswitch_id: The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
1093
+ :param pulumi.Input[str] vswitch_id: The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
1094
1094
  """
1095
1095
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1096
1096
 
@@ -1296,7 +1296,7 @@ class LoadBalancer(pulumi.CustomResource):
1296
1296
  @pulumi.getter(name="vswitchId")
1297
1297
  def vswitch_id(self) -> pulumi.Output[Optional[str]]:
1298
1298
  """
1299
- The VSwitch ID to launch in. If `address_type` is internet, it will be ignore.
1299
+ The vSwitch ID to launch in. If `address_type` is internet, it will be ignore.
1300
1300
  """
1301
1301
  return pulumi.get(self, "vswitch_id")
1302
1302
 
@@ -541,7 +541,7 @@ class GetApplicationLoadBalancersBalancerResult(dict):
541
541
  :param str status: SLB current status. Possible values: `inactive`, `active` and `locked`.
542
542
  :param Mapping[str, Any] tags: A map of tags assigned to the SLB instances. The `tags` can have a maximum of 5 tag. It must be in the format:
543
543
  :param str vpc_id: ID of the VPC linked to the SLBs.
544
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
544
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
545
545
  """
546
546
  pulumi.set(__self__, "address", address)
547
547
  pulumi.set(__self__, "address_ip_version", address_ip_version)
@@ -828,7 +828,7 @@ class GetApplicationLoadBalancersBalancerResult(dict):
828
828
  @pulumi.getter(name="vswitchId")
829
829
  def vswitch_id(self) -> str:
830
830
  """
831
- ID of the VSwitch linked to the SLBs.
831
+ ID of the vSwitch linked to the SLBs.
832
832
  """
833
833
  return pulumi.get(self, "vswitch_id")
834
834
 
@@ -998,7 +998,7 @@ class GetApplicationLoadBalancersSlbResult(dict):
998
998
  :param str status: SLB current status. Possible values: `inactive`, `active` and `locked`.
999
999
  :param Mapping[str, Any] tags: A map of tags assigned to the SLB instances. The `tags` can have a maximum of 5 tag. It must be in the format:
1000
1000
  :param str vpc_id: ID of the VPC linked to the SLBs.
1001
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
1001
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
1002
1002
  """
1003
1003
  pulumi.set(__self__, "address", address)
1004
1004
  pulumi.set(__self__, "creation_time", creation_time)
@@ -1096,7 +1096,7 @@ class GetApplicationLoadBalancersSlbResult(dict):
1096
1096
  @pulumi.getter(name="vswitchId")
1097
1097
  def vswitch_id(self) -> str:
1098
1098
  """
1099
- ID of the VSwitch linked to the SLBs.
1099
+ ID of the vSwitch linked to the SLBs.
1100
1100
  """
1101
1101
  return pulumi.get(self, "vswitch_id")
1102
1102
 
@@ -1833,7 +1833,7 @@ class GetLoadBalancersBalancerResult(dict):
1833
1833
  })
1834
1834
  ```
1835
1835
  :param str vpc_id: ID of the VPC linked to the SLBs.
1836
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
1836
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
1837
1837
  """
1838
1838
  pulumi.set(__self__, "address", address)
1839
1839
  pulumi.set(__self__, "address_ip_version", address_ip_version)
@@ -2057,7 +2057,7 @@ class GetLoadBalancersBalancerResult(dict):
2057
2057
  @pulumi.getter(name="vswitchId")
2058
2058
  def vswitch_id(self) -> str:
2059
2059
  """
2060
- ID of the VSwitch linked to the SLBs.
2060
+ ID of the vSwitch linked to the SLBs.
2061
2061
  """
2062
2062
  return pulumi.get(self, "vswitch_id")
2063
2063
 
@@ -2192,7 +2192,7 @@ class GetLoadBalancersSlbResult(dict):
2192
2192
  })
2193
2193
  ```
2194
2194
  :param str vpc_id: ID of the VPC linked to the SLBs.
2195
- :param str vswitch_id: ID of the VSwitch linked to the SLBs.
2195
+ :param str vswitch_id: ID of the vSwitch linked to the SLBs.
2196
2196
  """
2197
2197
  pulumi.set(__self__, "address", address)
2198
2198
  pulumi.set(__self__, "creation_time", creation_time)
@@ -2317,7 +2317,7 @@ class GetLoadBalancersSlbResult(dict):
2317
2317
  @pulumi.getter(name="vswitchId")
2318
2318
  def vswitch_id(self) -> str:
2319
2319
  """
2320
- ID of the VSwitch linked to the SLBs.
2320
+ ID of the vSwitch linked to the SLBs.
2321
2321
  """
2322
2322
  return pulumi.get(self, "vswitch_id")
2323
2323