pulumi-alicloud 3.62.0__py3-none-any.whl → 3.62.0a1724909097__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 (119) hide show
  1. pulumi_alicloud/__init__.py +0 -80
  2. pulumi_alicloud/actiontrail/trail.py +2 -2
  3. pulumi_alicloud/adb/cluster.py +0 -34
  4. pulumi_alicloud/adb/db_cluster.py +0 -47
  5. pulumi_alicloud/amqp/static_account.py +12 -12
  6. pulumi_alicloud/brain/get_industrial_pid_loops.py +2 -18
  7. pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
  8. pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
  9. pulumi_alicloud/brain/get_industrial_serice.py +2 -6
  10. pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
  11. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  12. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  13. pulumi_alicloud/cas/certificate.py +13 -155
  14. pulumi_alicloud/cas/service_certificate.py +30 -9
  15. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  16. pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
  17. pulumi_alicloud/cen/outputs.py +2 -6
  18. pulumi_alicloud/cen/transit_router_peer_attachment.py +20 -38
  19. pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
  20. pulumi_alicloud/cfg/remediation.py +2 -6
  21. pulumi_alicloud/clickhouse/account.py +2 -2
  22. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  23. pulumi_alicloud/cloudfirewall/instance.py +0 -2
  24. pulumi_alicloud/cs/_inputs.py +21 -141
  25. pulumi_alicloud/cs/kubernetes.py +7 -7
  26. pulumi_alicloud/cs/kubernetes_addon.py +8 -4
  27. pulumi_alicloud/cs/managed_kubernetes.py +45 -506
  28. pulumi_alicloud/cs/outputs.py +21 -148
  29. pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
  30. pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
  31. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
  32. pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
  33. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  34. pulumi_alicloud/ddos/_inputs.py +0 -24
  35. pulumi_alicloud/ddos/outputs.py +0 -37
  36. pulumi_alicloud/ddos/port.py +40 -110
  37. pulumi_alicloud/dts/consumer_channel.py +2 -2
  38. pulumi_alicloud/dts/subscription_job.py +2 -2
  39. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  40. pulumi_alicloud/ehpc/get_clusters.py +2 -11
  41. pulumi_alicloud/ehpc/get_job_templates.py +2 -5
  42. pulumi_alicloud/ehpc/job_template.py +2 -2
  43. pulumi_alicloud/ehpc/outputs.py +2 -34
  44. pulumi_alicloud/emrv2/_inputs.py +8 -8
  45. pulumi_alicloud/emrv2/get_clusters.py +4 -25
  46. pulumi_alicloud/emrv2/outputs.py +12 -12
  47. pulumi_alicloud/ens/_inputs.py +0 -87
  48. pulumi_alicloud/ens/load_balancer.py +25 -74
  49. pulumi_alicloud/ens/outputs.py +0 -84
  50. pulumi_alicloud/fc/__init__.py +0 -3
  51. pulumi_alicloud/fc/_inputs.py +8 -320
  52. pulumi_alicloud/fc/function.py +6 -6
  53. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  54. pulumi_alicloud/fc/outputs.py +8 -321
  55. pulumi_alicloud/fc/trigger.py +2 -2
  56. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +3 -18
  57. pulumi_alicloud/gpdb/__init__.py +0 -2
  58. pulumi_alicloud/gpdb/account.py +87 -172
  59. pulumi_alicloud/gpdb/connection.py +4 -0
  60. pulumi_alicloud/gpdb/db_resource_group.py +9 -54
  61. pulumi_alicloud/hbr/_inputs.py +14 -14
  62. pulumi_alicloud/hbr/outputs.py +14 -14
  63. pulumi_alicloud/hbr/policy.py +18 -18
  64. pulumi_alicloud/hbr/policy_binding.py +62 -203
  65. pulumi_alicloud/log/alert.py +28 -30
  66. pulumi_alicloud/log/audit.py +0 -2
  67. pulumi_alicloud/log/dashboard.py +8 -8
  68. pulumi_alicloud/log/etl.py +26 -26
  69. pulumi_alicloud/log/ingestion.py +10 -10
  70. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  71. pulumi_alicloud/log/log_tail_config.py +10 -10
  72. pulumi_alicloud/log/machine_group.py +4 -4
  73. pulumi_alicloud/log/oss_export.py +10 -10
  74. pulumi_alicloud/log/project.py +4 -4
  75. pulumi_alicloud/log/store_index.py +10 -10
  76. pulumi_alicloud/nlb/server_group.py +2 -2
  77. pulumi_alicloud/oos/service_setting.py +8 -10
  78. pulumi_alicloud/oss/bucket.py +10 -18
  79. pulumi_alicloud/oss/bucket_object.py +8 -12
  80. pulumi_alicloud/oss/bucket_replication.py +2 -2
  81. pulumi_alicloud/polardb/cluster.py +21 -75
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/zone_record.py +2 -2
  84. pulumi_alicloud/quotas/__init__.py +0 -1
  85. pulumi_alicloud/ram/access_key.py +0 -4
  86. pulumi_alicloud/rds/account_privilege.py +2 -2
  87. pulumi_alicloud/rds/backup_policy.py +12 -270
  88. pulumi_alicloud/rds/database.py +7 -49
  89. pulumi_alicloud/rds/get_instance_class_infos.py +0 -20
  90. pulumi_alicloud/rds/get_instance_classes.py +0 -22
  91. pulumi_alicloud/rds/get_instance_engines.py +0 -22
  92. pulumi_alicloud/rds/instance.py +2 -4
  93. pulumi_alicloud/rds/rds_db_proxy.py +0 -61
  94. pulumi_alicloud/rocketmq/group.py +2 -2
  95. pulumi_alicloud/rocketmq/topic.py +2 -2
  96. pulumi_alicloud/servicecatalog/__init__.py +0 -4
  97. pulumi_alicloud/servicecatalog/portfolio.py +31 -31
  98. pulumi_alicloud/sls/alert.py +6 -6
  99. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  100. pulumi_alicloud/vpc/get_route_tables.py +5 -28
  101. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  102. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  103. pulumi_alicloud/vpc/outputs.py +2 -2
  104. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  105. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  106. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/METADATA +1 -1
  107. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/RECORD +109 -119
  108. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/WHEEL +1 -1
  109. pulumi_alicloud/fc/v3_layer_version.py +0 -511
  110. pulumi_alicloud/fc/v3_provision_config.py +0 -676
  111. pulumi_alicloud/fc/v3_vpc_binding.py +0 -283
  112. pulumi_alicloud/gpdb/hadoop_data_source.py +0 -1135
  113. pulumi_alicloud/gpdb/jdbc_data_source.py +0 -643
  114. pulumi_alicloud/quotas/template_service.py +0 -165
  115. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +0 -354
  116. pulumi_alicloud/servicecatalog/product.py +0 -383
  117. pulumi_alicloud/servicecatalog/product_portfolio_association.py +0 -222
  118. pulumi_alicloud/servicecatalog/product_version.py +0 -539
  119. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724909097.dist-info}/top_level.txt +0 -0
@@ -17,40 +17,37 @@ class AccountArgs:
17
17
  account_name: pulumi.Input[str],
18
18
  account_password: pulumi.Input[str],
19
19
  db_instance_id: pulumi.Input[str],
20
- account_description: Optional[pulumi.Input[str]] = None,
21
- account_type: Optional[pulumi.Input[str]] = None,
22
- database_name: Optional[pulumi.Input[str]] = None):
20
+ account_description: Optional[pulumi.Input[str]] = None):
23
21
  """
24
22
  The set of arguments for constructing a Account resource.
25
- :param pulumi.Input[str] account_name: The account name.
26
- :param pulumi.Input[str] account_password: AccountPassword
27
- :param pulumi.Input[str] db_instance_id: The Adb pg instance ID.
23
+ :param pulumi.Input[str] account_name: The name of the account. The account name must be unique and meet the following requirements:
24
+ * Starts with a letter.
25
+ * Contains only lowercase letters, digits, or underscores (_).
26
+ * Be up to 16 characters in length.
27
+ * Contains no reserved keywords.
28
+ :param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
29
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
28
30
  :param pulumi.Input[str] account_description: The description of the account.
29
- :param pulumi.Input[str] account_type: Account type. The value range is as follows:
30
-
31
- Normal: Normal account number.
32
-
33
- Super: a high-privilege account.
34
- :param pulumi.Input[str] database_name: Database name, with the following restrictions:
35
- - Can only contain letters, numbers and underscores.
36
- - Must start with a letter.
37
- - Length cannot exceed 63 characters.
31
+ * Starts with a letter.
32
+ * Does not start with `http://` or `https://`.
33
+ * Contains letters, underscores (_), hyphens (-), or digits.
34
+ * Be 2 to 256 characters in length.
38
35
  """
39
36
  pulumi.set(__self__, "account_name", account_name)
40
37
  pulumi.set(__self__, "account_password", account_password)
41
38
  pulumi.set(__self__, "db_instance_id", db_instance_id)
42
39
  if account_description is not None:
43
40
  pulumi.set(__self__, "account_description", account_description)
44
- if account_type is not None:
45
- pulumi.set(__self__, "account_type", account_type)
46
- if database_name is not None:
47
- pulumi.set(__self__, "database_name", database_name)
48
41
 
49
42
  @property
50
43
  @pulumi.getter(name="accountName")
51
44
  def account_name(self) -> pulumi.Input[str]:
52
45
  """
53
- The account name.
46
+ The name of the account. The account name must be unique and meet the following requirements:
47
+ * Starts with a letter.
48
+ * Contains only lowercase letters, digits, or underscores (_).
49
+ * Be up to 16 characters in length.
50
+ * Contains no reserved keywords.
54
51
  """
55
52
  return pulumi.get(self, "account_name")
56
53
 
@@ -62,7 +59,7 @@ class AccountArgs:
62
59
  @pulumi.getter(name="accountPassword")
63
60
  def account_password(self) -> pulumi.Input[str]:
64
61
  """
65
- AccountPassword
62
+ The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
66
63
  """
67
64
  return pulumi.get(self, "account_password")
68
65
 
@@ -74,7 +71,7 @@ class AccountArgs:
74
71
  @pulumi.getter(name="dbInstanceId")
75
72
  def db_instance_id(self) -> pulumi.Input[str]:
76
73
  """
77
- The Adb pg instance ID.
74
+ The ID of the instance.
78
75
  """
79
76
  return pulumi.get(self, "db_instance_id")
80
77
 
@@ -87,6 +84,10 @@ class AccountArgs:
87
84
  def account_description(self) -> Optional[pulumi.Input[str]]:
88
85
  """
89
86
  The description of the account.
87
+ * Starts with a letter.
88
+ * Does not start with `http://` or `https://`.
89
+ * Contains letters, underscores (_), hyphens (-), or digits.
90
+ * Be 2 to 256 characters in length.
90
91
  """
91
92
  return pulumi.get(self, "account_description")
92
93
 
@@ -94,37 +95,6 @@ class AccountArgs:
94
95
  def account_description(self, value: Optional[pulumi.Input[str]]):
95
96
  pulumi.set(self, "account_description", value)
96
97
 
97
- @property
98
- @pulumi.getter(name="accountType")
99
- def account_type(self) -> Optional[pulumi.Input[str]]:
100
- """
101
- Account type. The value range is as follows:
102
-
103
- Normal: Normal account number.
104
-
105
- Super: a high-privilege account.
106
- """
107
- return pulumi.get(self, "account_type")
108
-
109
- @account_type.setter
110
- def account_type(self, value: Optional[pulumi.Input[str]]):
111
- pulumi.set(self, "account_type", value)
112
-
113
- @property
114
- @pulumi.getter(name="databaseName")
115
- def database_name(self) -> Optional[pulumi.Input[str]]:
116
- """
117
- Database name, with the following restrictions:
118
- - Can only contain letters, numbers and underscores.
119
- - Must start with a letter.
120
- - Length cannot exceed 63 characters.
121
- """
122
- return pulumi.get(self, "database_name")
123
-
124
- @database_name.setter
125
- def database_name(self, value: Optional[pulumi.Input[str]]):
126
- pulumi.set(self, "database_name", value)
127
-
128
98
 
129
99
  @pulumi.input_type
130
100
  class _AccountState:
@@ -132,26 +102,23 @@ class _AccountState:
132
102
  account_description: Optional[pulumi.Input[str]] = None,
133
103
  account_name: Optional[pulumi.Input[str]] = None,
134
104
  account_password: Optional[pulumi.Input[str]] = None,
135
- account_type: Optional[pulumi.Input[str]] = None,
136
- database_name: Optional[pulumi.Input[str]] = None,
137
105
  db_instance_id: Optional[pulumi.Input[str]] = None,
138
106
  status: Optional[pulumi.Input[str]] = None):
139
107
  """
140
108
  Input properties used for looking up and filtering Account resources.
141
109
  :param pulumi.Input[str] account_description: The description of the account.
142
- :param pulumi.Input[str] account_name: The account name.
143
- :param pulumi.Input[str] account_password: AccountPassword
144
- :param pulumi.Input[str] account_type: Account type. The value range is as follows:
145
-
146
- Normal: Normal account number.
147
-
148
- Super: a high-privilege account.
149
- :param pulumi.Input[str] database_name: Database name, with the following restrictions:
150
- - Can only contain letters, numbers and underscores.
151
- - Must start with a letter.
152
- - Length cannot exceed 63 characters.
153
- :param pulumi.Input[str] db_instance_id: The Adb pg instance ID.
154
- :param pulumi.Input[str] status: The status of the resource
110
+ * Starts with a letter.
111
+ * Does not start with `http://` or `https://`.
112
+ * Contains letters, underscores (_), hyphens (-), or digits.
113
+ * Be 2 to 256 characters in length.
114
+ :param pulumi.Input[str] account_name: The name of the account. The account name must be unique and meet the following requirements:
115
+ * Starts with a letter.
116
+ * Contains only lowercase letters, digits, or underscores (_).
117
+ * Be up to 16 characters in length.
118
+ * Contains no reserved keywords.
119
+ :param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
120
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
121
+ :param pulumi.Input[str] status: The status of the account. Valid values: `Active`, `Creating` and `Deleting`.
155
122
  """
156
123
  if account_description is not None:
157
124
  pulumi.set(__self__, "account_description", account_description)
@@ -159,10 +126,6 @@ class _AccountState:
159
126
  pulumi.set(__self__, "account_name", account_name)
160
127
  if account_password is not None:
161
128
  pulumi.set(__self__, "account_password", account_password)
162
- if account_type is not None:
163
- pulumi.set(__self__, "account_type", account_type)
164
- if database_name is not None:
165
- pulumi.set(__self__, "database_name", database_name)
166
129
  if db_instance_id is not None:
167
130
  pulumi.set(__self__, "db_instance_id", db_instance_id)
168
131
  if status is not None:
@@ -173,6 +136,10 @@ class _AccountState:
173
136
  def account_description(self) -> Optional[pulumi.Input[str]]:
174
137
  """
175
138
  The description of the account.
139
+ * Starts with a letter.
140
+ * Does not start with `http://` or `https://`.
141
+ * Contains letters, underscores (_), hyphens (-), or digits.
142
+ * Be 2 to 256 characters in length.
176
143
  """
177
144
  return pulumi.get(self, "account_description")
178
145
 
@@ -184,7 +151,11 @@ class _AccountState:
184
151
  @pulumi.getter(name="accountName")
185
152
  def account_name(self) -> Optional[pulumi.Input[str]]:
186
153
  """
187
- The account name.
154
+ The name of the account. The account name must be unique and meet the following requirements:
155
+ * Starts with a letter.
156
+ * Contains only lowercase letters, digits, or underscores (_).
157
+ * Be up to 16 characters in length.
158
+ * Contains no reserved keywords.
188
159
  """
189
160
  return pulumi.get(self, "account_name")
190
161
 
@@ -196,7 +167,7 @@ class _AccountState:
196
167
  @pulumi.getter(name="accountPassword")
197
168
  def account_password(self) -> Optional[pulumi.Input[str]]:
198
169
  """
199
- AccountPassword
170
+ The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
200
171
  """
201
172
  return pulumi.get(self, "account_password")
202
173
 
@@ -204,42 +175,11 @@ class _AccountState:
204
175
  def account_password(self, value: Optional[pulumi.Input[str]]):
205
176
  pulumi.set(self, "account_password", value)
206
177
 
207
- @property
208
- @pulumi.getter(name="accountType")
209
- def account_type(self) -> Optional[pulumi.Input[str]]:
210
- """
211
- Account type. The value range is as follows:
212
-
213
- Normal: Normal account number.
214
-
215
- Super: a high-privilege account.
216
- """
217
- return pulumi.get(self, "account_type")
218
-
219
- @account_type.setter
220
- def account_type(self, value: Optional[pulumi.Input[str]]):
221
- pulumi.set(self, "account_type", value)
222
-
223
- @property
224
- @pulumi.getter(name="databaseName")
225
- def database_name(self) -> Optional[pulumi.Input[str]]:
226
- """
227
- Database name, with the following restrictions:
228
- - Can only contain letters, numbers and underscores.
229
- - Must start with a letter.
230
- - Length cannot exceed 63 characters.
231
- """
232
- return pulumi.get(self, "database_name")
233
-
234
- @database_name.setter
235
- def database_name(self, value: Optional[pulumi.Input[str]]):
236
- pulumi.set(self, "database_name", value)
237
-
238
178
  @property
239
179
  @pulumi.getter(name="dbInstanceId")
240
180
  def db_instance_id(self) -> Optional[pulumi.Input[str]]:
241
181
  """
242
- The Adb pg instance ID.
182
+ The ID of the instance.
243
183
  """
244
184
  return pulumi.get(self, "db_instance_id")
245
185
 
@@ -251,7 +191,7 @@ class _AccountState:
251
191
  @pulumi.getter
252
192
  def status(self) -> Optional[pulumi.Input[str]]:
253
193
  """
254
- The status of the resource
194
+ The status of the account. Valid values: `Active`, `Creating` and `Deleting`.
255
195
  """
256
196
  return pulumi.get(self, "status")
257
197
 
@@ -268,8 +208,6 @@ class Account(pulumi.CustomResource):
268
208
  account_description: Optional[pulumi.Input[str]] = None,
269
209
  account_name: Optional[pulumi.Input[str]] = None,
270
210
  account_password: Optional[pulumi.Input[str]] = None,
271
- account_type: Optional[pulumi.Input[str]] = None,
272
- database_name: Optional[pulumi.Input[str]] = None,
273
211
  db_instance_id: Optional[pulumi.Input[str]] = None,
274
212
  __props__=None):
275
213
  """
@@ -305,7 +243,9 @@ class Account(pulumi.CustomResource):
305
243
  zone_id=default.ids[0],
306
244
  instance_network_type="VPC",
307
245
  instance_spec="2C16G",
246
+ master_node_num=1,
308
247
  payment_type="PayAsYouGo",
248
+ private_ip_address="1.1.1.1",
309
249
  seg_storage_type="cloud_essd",
310
250
  seg_node_num=4,
311
251
  storage_size=50,
@@ -332,18 +272,17 @@ class Account(pulumi.CustomResource):
332
272
  :param str resource_name: The name of the resource.
333
273
  :param pulumi.ResourceOptions opts: Options for the resource.
334
274
  :param pulumi.Input[str] account_description: The description of the account.
335
- :param pulumi.Input[str] account_name: The account name.
336
- :param pulumi.Input[str] account_password: AccountPassword
337
- :param pulumi.Input[str] account_type: Account type. The value range is as follows:
338
-
339
- Normal: Normal account number.
340
-
341
- Super: a high-privilege account.
342
- :param pulumi.Input[str] database_name: Database name, with the following restrictions:
343
- - Can only contain letters, numbers and underscores.
344
- - Must start with a letter.
345
- - Length cannot exceed 63 characters.
346
- :param pulumi.Input[str] db_instance_id: The Adb pg instance ID.
275
+ * Starts with a letter.
276
+ * Does not start with `http://` or `https://`.
277
+ * Contains letters, underscores (_), hyphens (-), or digits.
278
+ * Be 2 to 256 characters in length.
279
+ :param pulumi.Input[str] account_name: The name of the account. The account name must be unique and meet the following requirements:
280
+ * Starts with a letter.
281
+ * Contains only lowercase letters, digits, or underscores (_).
282
+ * Be up to 16 characters in length.
283
+ * Contains no reserved keywords.
284
+ :param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
285
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
347
286
  """
348
287
  ...
349
288
  @overload
@@ -384,7 +323,9 @@ class Account(pulumi.CustomResource):
384
323
  zone_id=default.ids[0],
385
324
  instance_network_type="VPC",
386
325
  instance_spec="2C16G",
326
+ master_node_num=1,
387
327
  payment_type="PayAsYouGo",
328
+ private_ip_address="1.1.1.1",
388
329
  seg_storage_type="cloud_essd",
389
330
  seg_node_num=4,
390
331
  storage_size=50,
@@ -426,8 +367,6 @@ class Account(pulumi.CustomResource):
426
367
  account_description: Optional[pulumi.Input[str]] = None,
427
368
  account_name: Optional[pulumi.Input[str]] = None,
428
369
  account_password: Optional[pulumi.Input[str]] = None,
429
- account_type: Optional[pulumi.Input[str]] = None,
430
- database_name: Optional[pulumi.Input[str]] = None,
431
370
  db_instance_id: Optional[pulumi.Input[str]] = None,
432
371
  __props__=None):
433
372
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -444,15 +383,11 @@ class Account(pulumi.CustomResource):
444
383
  __props__.__dict__["account_name"] = account_name
445
384
  if account_password is None and not opts.urn:
446
385
  raise TypeError("Missing required property 'account_password'")
447
- __props__.__dict__["account_password"] = None if account_password is None else pulumi.Output.secret(account_password)
448
- __props__.__dict__["account_type"] = account_type
449
- __props__.__dict__["database_name"] = database_name
386
+ __props__.__dict__["account_password"] = account_password
450
387
  if db_instance_id is None and not opts.urn:
451
388
  raise TypeError("Missing required property 'db_instance_id'")
452
389
  __props__.__dict__["db_instance_id"] = db_instance_id
453
390
  __props__.__dict__["status"] = None
454
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accountPassword"])
455
- opts = pulumi.ResourceOptions.merge(opts, secret_opts)
456
391
  super(Account, __self__).__init__(
457
392
  'alicloud:gpdb/account:Account',
458
393
  resource_name,
@@ -466,8 +401,6 @@ class Account(pulumi.CustomResource):
466
401
  account_description: Optional[pulumi.Input[str]] = None,
467
402
  account_name: Optional[pulumi.Input[str]] = None,
468
403
  account_password: Optional[pulumi.Input[str]] = None,
469
- account_type: Optional[pulumi.Input[str]] = None,
470
- database_name: Optional[pulumi.Input[str]] = None,
471
404
  db_instance_id: Optional[pulumi.Input[str]] = None,
472
405
  status: Optional[pulumi.Input[str]] = None) -> 'Account':
473
406
  """
@@ -478,19 +411,18 @@ class Account(pulumi.CustomResource):
478
411
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
479
412
  :param pulumi.ResourceOptions opts: Options for the resource.
480
413
  :param pulumi.Input[str] account_description: The description of the account.
481
- :param pulumi.Input[str] account_name: The account name.
482
- :param pulumi.Input[str] account_password: AccountPassword
483
- :param pulumi.Input[str] account_type: Account type. The value range is as follows:
484
-
485
- Normal: Normal account number.
486
-
487
- Super: a high-privilege account.
488
- :param pulumi.Input[str] database_name: Database name, with the following restrictions:
489
- - Can only contain letters, numbers and underscores.
490
- - Must start with a letter.
491
- - Length cannot exceed 63 characters.
492
- :param pulumi.Input[str] db_instance_id: The Adb pg instance ID.
493
- :param pulumi.Input[str] status: The status of the resource
414
+ * Starts with a letter.
415
+ * Does not start with `http://` or `https://`.
416
+ * Contains letters, underscores (_), hyphens (-), or digits.
417
+ * Be 2 to 256 characters in length.
418
+ :param pulumi.Input[str] account_name: The name of the account. The account name must be unique and meet the following requirements:
419
+ * Starts with a letter.
420
+ * Contains only lowercase letters, digits, or underscores (_).
421
+ * Be up to 16 characters in length.
422
+ * Contains no reserved keywords.
423
+ :param pulumi.Input[str] account_password: The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
424
+ :param pulumi.Input[str] db_instance_id: The ID of the instance.
425
+ :param pulumi.Input[str] status: The status of the account. Valid values: `Active`, `Creating` and `Deleting`.
494
426
  """
495
427
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
496
428
 
@@ -499,8 +431,6 @@ class Account(pulumi.CustomResource):
499
431
  __props__.__dict__["account_description"] = account_description
500
432
  __props__.__dict__["account_name"] = account_name
501
433
  __props__.__dict__["account_password"] = account_password
502
- __props__.__dict__["account_type"] = account_type
503
- __props__.__dict__["database_name"] = database_name
504
434
  __props__.__dict__["db_instance_id"] = db_instance_id
505
435
  __props__.__dict__["status"] = status
506
436
  return Account(resource_name, opts=opts, __props__=__props__)
@@ -510,6 +440,10 @@ class Account(pulumi.CustomResource):
510
440
  def account_description(self) -> pulumi.Output[Optional[str]]:
511
441
  """
512
442
  The description of the account.
443
+ * Starts with a letter.
444
+ * Does not start with `http://` or `https://`.
445
+ * Contains letters, underscores (_), hyphens (-), or digits.
446
+ * Be 2 to 256 characters in length.
513
447
  """
514
448
  return pulumi.get(self, "account_description")
515
449
 
@@ -517,7 +451,11 @@ class Account(pulumi.CustomResource):
517
451
  @pulumi.getter(name="accountName")
518
452
  def account_name(self) -> pulumi.Output[str]:
519
453
  """
520
- The account name.
454
+ The name of the account. The account name must be unique and meet the following requirements:
455
+ * Starts with a letter.
456
+ * Contains only lowercase letters, digits, or underscores (_).
457
+ * Be up to 16 characters in length.
458
+ * Contains no reserved keywords.
521
459
  """
522
460
  return pulumi.get(self, "account_name")
523
461
 
@@ -525,38 +463,15 @@ class Account(pulumi.CustomResource):
525
463
  @pulumi.getter(name="accountPassword")
526
464
  def account_password(self) -> pulumi.Output[str]:
527
465
  """
528
- AccountPassword
466
+ The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
529
467
  """
530
468
  return pulumi.get(self, "account_password")
531
469
 
532
- @property
533
- @pulumi.getter(name="accountType")
534
- def account_type(self) -> pulumi.Output[str]:
535
- """
536
- Account type. The value range is as follows:
537
-
538
- Normal: Normal account number.
539
-
540
- Super: a high-privilege account.
541
- """
542
- return pulumi.get(self, "account_type")
543
-
544
- @property
545
- @pulumi.getter(name="databaseName")
546
- def database_name(self) -> pulumi.Output[Optional[str]]:
547
- """
548
- Database name, with the following restrictions:
549
- - Can only contain letters, numbers and underscores.
550
- - Must start with a letter.
551
- - Length cannot exceed 63 characters.
552
- """
553
- return pulumi.get(self, "database_name")
554
-
555
470
  @property
556
471
  @pulumi.getter(name="dbInstanceId")
557
472
  def db_instance_id(self) -> pulumi.Output[str]:
558
473
  """
559
- The Adb pg instance ID.
474
+ The ID of the instance.
560
475
  """
561
476
  return pulumi.get(self, "db_instance_id")
562
477
 
@@ -564,7 +479,7 @@ class Account(pulumi.CustomResource):
564
479
  @pulumi.getter
565
480
  def status(self) -> pulumi.Output[str]:
566
481
  """
567
- The status of the resource
482
+ The status of the account. Valid values: `Active`, `Creating` and `Deleting`.
568
483
  """
569
484
  return pulumi.get(self, "status")
570
485
 
@@ -196,7 +196,9 @@ class Connection(pulumi.CustomResource):
196
196
  zone_id=default_get_zones.ids[0],
197
197
  instance_network_type="VPC",
198
198
  instance_spec="2C16G",
199
+ master_node_num=1,
199
200
  payment_type="PayAsYouGo",
201
+ private_ip_address="1.1.1.1",
200
202
  seg_storage_type="cloud_essd",
201
203
  seg_node_num=4,
202
204
  storage_size=50,
@@ -263,7 +265,9 @@ class Connection(pulumi.CustomResource):
263
265
  zone_id=default_get_zones.ids[0],
264
266
  instance_network_type="VPC",
265
267
  instance_spec="2C16G",
268
+ master_node_num=1,
266
269
  payment_type="PayAsYouGo",
270
+ private_ip_address="1.1.1.1",
267
271
  seg_storage_type="cloud_essd",
268
272
  seg_node_num=4,
269
273
  storage_size=50,