pulumi-alicloud 3.77.0a1746163013__py3-none-any.whl → 3.78.0a1746422202__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 (83) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/_inputs.py +13 -0
  3. pulumi_alicloud/adb/db_cluster_lake_version.py +94 -0
  4. pulumi_alicloud/alb/_inputs.py +6 -3
  5. pulumi_alicloud/alb/outputs.py +4 -2
  6. pulumi_alicloud/apig/environment.py +2 -2
  7. pulumi_alicloud/apig/http_api.py +2 -2
  8. pulumi_alicloud/arms/grafana_workspace.py +56 -14
  9. pulumi_alicloud/cloudfirewall/instance_member.py +4 -4
  10. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +2 -2
  11. pulumi_alicloud/cloudsso/_inputs.py +697 -7
  12. pulumi_alicloud/cloudsso/directory.py +345 -65
  13. pulumi_alicloud/cloudsso/outputs.py +557 -8
  14. pulumi_alicloud/config/outputs.py +8 -0
  15. pulumi_alicloud/cs/_inputs.py +18 -18
  16. pulumi_alicloud/cs/edge_kubernetes.py +136 -100
  17. pulumi_alicloud/cs/get_kubernetes_node_pools.py +21 -1
  18. pulumi_alicloud/cs/kubernetes.py +118 -39
  19. pulumi_alicloud/cs/managed_kubernetes.py +125 -46
  20. pulumi_alicloud/cs/outputs.py +14 -14
  21. pulumi_alicloud/cs/serverless_kubernetes.py +66 -73
  22. pulumi_alicloud/ddos/ddos_coo_instance.py +175 -25
  23. pulumi_alicloud/dns/ddos_coo_instance.py +175 -25
  24. pulumi_alicloud/dts/job_monitor_rule.py +2 -2
  25. pulumi_alicloud/dts/synchronization_job.py +2 -2
  26. pulumi_alicloud/ecs/get_instance_types.py +4 -4
  27. pulumi_alicloud/ecs/instance.py +28 -28
  28. pulumi_alicloud/ecs/outputs.py +2 -2
  29. pulumi_alicloud/ecs/security_group_rule.py +32 -4
  30. pulumi_alicloud/eflo/__init__.py +3 -0
  31. pulumi_alicloud/eflo/_inputs.py +623 -0
  32. pulumi_alicloud/eflo/experiment_plan.py +573 -0
  33. pulumi_alicloud/eflo/experiment_plan_template.py +464 -0
  34. pulumi_alicloud/eflo/outputs.py +476 -0
  35. pulumi_alicloud/eflo/resource.py +388 -0
  36. pulumi_alicloud/ens/disk.py +120 -69
  37. pulumi_alicloud/ens/eip.py +45 -41
  38. pulumi_alicloud/esa/__init__.py +2 -0
  39. pulumi_alicloud/esa/scheduled_preload_execution.py +479 -0
  40. pulumi_alicloud/esa/scheduled_preload_job.py +467 -0
  41. pulumi_alicloud/gwlb/listener.py +2 -2
  42. pulumi_alicloud/gwlb/load_balancer.py +2 -2
  43. pulumi_alicloud/gwlb/server_group.py +2 -2
  44. pulumi_alicloud/ims/__init__.py +2 -0
  45. pulumi_alicloud/ims/get_oidc_providers.py +216 -0
  46. pulumi_alicloud/ims/outputs.py +138 -0
  47. pulumi_alicloud/mongodb/__init__.py +2 -0
  48. pulumi_alicloud/mongodb/_inputs.py +154 -0
  49. pulumi_alicloud/mongodb/instance.py +7 -7
  50. pulumi_alicloud/mongodb/outputs.py +121 -0
  51. pulumi_alicloud/mongodb/public_network_address.py +275 -0
  52. pulumi_alicloud/mongodb/replica_set_role.py +533 -0
  53. pulumi_alicloud/nas/_inputs.py +252 -18
  54. pulumi_alicloud/nas/file_system.py +649 -264
  55. pulumi_alicloud/nas/outputs.py +198 -12
  56. pulumi_alicloud/nlb/server_group_server_attachment.py +4 -0
  57. pulumi_alicloud/pai/__init__.py +1 -0
  58. pulumi_alicloud/pai/flow_pipeline.py +491 -0
  59. pulumi_alicloud/pulumi-plugin.json +1 -1
  60. pulumi_alicloud/ram/__init__.py +1 -0
  61. pulumi_alicloud/ram/get_role_policy_attachments.py +272 -0
  62. pulumi_alicloud/ram/outputs.py +63 -0
  63. pulumi_alicloud/ram/security_preference.py +496 -110
  64. pulumi_alicloud/rdc/organization.py +2 -2
  65. pulumi_alicloud/rds/instance.py +1 -1
  66. pulumi_alicloud/sae/application_scaling_rule.py +2 -2
  67. pulumi_alicloud/sae/ingress.py +2 -2
  68. pulumi_alicloud/schedulerx/app_group.py +2 -2
  69. pulumi_alicloud/schedulerx/job.py +2 -2
  70. pulumi_alicloud/selectdb/db_cluster.py +2 -0
  71. pulumi_alicloud/selectdb/db_instance.py +43 -13
  72. pulumi_alicloud/selectdb/get_db_clusters.py +2 -0
  73. pulumi_alicloud/selectdb/get_db_instances.py +2 -0
  74. pulumi_alicloud/selectdb/outputs.py +3 -3
  75. pulumi_alicloud/sls/__init__.py +1 -0
  76. pulumi_alicloud/sls/_inputs.py +295 -0
  77. pulumi_alicloud/sls/etl.py +516 -0
  78. pulumi_alicloud/sls/outputs.py +209 -0
  79. pulumi_alicloud/vpc/network.py +156 -88
  80. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/METADATA +1 -1
  81. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/RECORD +83 -71
  82. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/WHEEL +1 -1
  83. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/top_level.txt +0 -0
@@ -20,7 +20,9 @@ __all__ = [
20
20
  'AccessPointPosixUser',
21
21
  'AccessPointRootPathPermission',
22
22
  'FileSystemNfsAcl',
23
+ 'FileSystemOptions',
23
24
  'FileSystemRecycleBin',
25
+ 'FileSystemSmbAcl',
24
26
  'GetAccessGroupsGroupResult',
25
27
  'GetAccessRulesRuleResult',
26
28
  'GetAutoSnapshotPoliciesPolicyResult',
@@ -165,7 +167,7 @@ class FileSystemNfsAcl(dict):
165
167
  def __init__(__self__, *,
166
168
  enabled: Optional[builtins.bool] = None):
167
169
  """
168
- :param builtins.bool enabled: Specifies whether to enable the NFS ACL feature. Default value: `false`. Valid values:
170
+ :param builtins.bool enabled: Whether the NFS ACL function is enabled.
169
171
  """
170
172
  if enabled is not None:
171
173
  pulumi.set(__self__, "enabled", enabled)
@@ -174,11 +176,55 @@ class FileSystemNfsAcl(dict):
174
176
  @pulumi.getter
175
177
  def enabled(self) -> Optional[builtins.bool]:
176
178
  """
177
- Specifies whether to enable the NFS ACL feature. Default value: `false`. Valid values:
179
+ Whether the NFS ACL function is enabled.
178
180
  """
179
181
  return pulumi.get(self, "enabled")
180
182
 
181
183
 
184
+ @pulumi.output_type
185
+ class FileSystemOptions(dict):
186
+ @staticmethod
187
+ def __key_warning(key: str):
188
+ suggest = None
189
+ if key == "enableOplock":
190
+ suggest = "enable_oplock"
191
+
192
+ if suggest:
193
+ pulumi.log.warn(f"Key '{key}' not found in FileSystemOptions. Access the value via the '{suggest}' property getter instead.")
194
+
195
+ def __getitem__(self, key: str) -> Any:
196
+ FileSystemOptions.__key_warning(key)
197
+ return super().__getitem__(key)
198
+
199
+ def get(self, key: str, default = None) -> Any:
200
+ FileSystemOptions.__key_warning(key)
201
+ return super().get(key, default)
202
+
203
+ def __init__(__self__, *,
204
+ enable_oplock: Optional[builtins.bool] = None):
205
+ """
206
+ :param builtins.bool enable_oplock: Whether to enable the OpLock function. Value:
207
+ - true: On.
208
+ - false: does not turn on.
209
+
210
+ > **NOTE:** Description Only file systems of the SMB protocol type are supported.
211
+ """
212
+ if enable_oplock is not None:
213
+ pulumi.set(__self__, "enable_oplock", enable_oplock)
214
+
215
+ @property
216
+ @pulumi.getter(name="enableOplock")
217
+ def enable_oplock(self) -> Optional[builtins.bool]:
218
+ """
219
+ Whether to enable the OpLock function. Value:
220
+ - true: On.
221
+ - false: does not turn on.
222
+
223
+ > **NOTE:** Description Only file systems of the SMB protocol type are supported.
224
+ """
225
+ return pulumi.get(self, "enable_oplock")
226
+
227
+
182
228
  @pulumi.output_type
183
229
  class FileSystemRecycleBin(dict):
184
230
  @staticmethod
@@ -209,11 +255,11 @@ class FileSystemRecycleBin(dict):
209
255
  size: Optional[builtins.int] = None,
210
256
  status: Optional[builtins.str] = None):
211
257
  """
212
- :param builtins.str enable_time: The time at which the recycle bin was enabled.
213
- :param builtins.int reserved_days: The retention period of the files in the recycle bin. Unit: days. Default value: `3`. Valid values: `1` to `180`. **NOTE:** `reserved_days` takes effect only if `status` is set to `Enable`.
214
- :param builtins.int secondary_size: The size of the Infrequent Access (IA) data that is dumped to the recycle bin.
215
- :param builtins.int size: The size of the files that are dumped to the recycle bin.
216
- :param builtins.str status: Specifies whether to enable the recycle bin feature. Default value: `Disable`. Valid values: `Enable`, `Disable`.
258
+ :param builtins.str enable_time: Recycle Bin open time
259
+ :param builtins.int reserved_days: Retention time of files in the Recycle Bin. Unit: days.
260
+ :param builtins.int secondary_size: Amount of low-frequency data stored in the recycle bin. Unit: Byte.
261
+ :param builtins.int size: The amount of files stored in the Recycle Bin. Unit: Byte.
262
+ :param builtins.str status: Recycle Bin Status
217
263
  """
218
264
  if enable_time is not None:
219
265
  pulumi.set(__self__, "enable_time", enable_time)
@@ -230,7 +276,7 @@ class FileSystemRecycleBin(dict):
230
276
  @pulumi.getter(name="enableTime")
231
277
  def enable_time(self) -> Optional[builtins.str]:
232
278
  """
233
- The time at which the recycle bin was enabled.
279
+ Recycle Bin open time
234
280
  """
235
281
  return pulumi.get(self, "enable_time")
236
282
 
@@ -238,7 +284,7 @@ class FileSystemRecycleBin(dict):
238
284
  @pulumi.getter(name="reservedDays")
239
285
  def reserved_days(self) -> Optional[builtins.int]:
240
286
  """
241
- The retention period of the files in the recycle bin. Unit: days. Default value: `3`. Valid values: `1` to `180`. **NOTE:** `reserved_days` takes effect only if `status` is set to `Enable`.
287
+ Retention time of files in the Recycle Bin. Unit: days.
242
288
  """
243
289
  return pulumi.get(self, "reserved_days")
244
290
 
@@ -246,7 +292,7 @@ class FileSystemRecycleBin(dict):
246
292
  @pulumi.getter(name="secondarySize")
247
293
  def secondary_size(self) -> Optional[builtins.int]:
248
294
  """
249
- The size of the Infrequent Access (IA) data that is dumped to the recycle bin.
295
+ Amount of low-frequency data stored in the recycle bin. Unit: Byte.
250
296
  """
251
297
  return pulumi.get(self, "secondary_size")
252
298
 
@@ -254,7 +300,7 @@ class FileSystemRecycleBin(dict):
254
300
  @pulumi.getter
255
301
  def size(self) -> Optional[builtins.int]:
256
302
  """
257
- The size of the files that are dumped to the recycle bin.
303
+ The amount of files stored in the Recycle Bin. Unit: Byte.
258
304
  """
259
305
  return pulumi.get(self, "size")
260
306
 
@@ -262,11 +308,151 @@ class FileSystemRecycleBin(dict):
262
308
  @pulumi.getter
263
309
  def status(self) -> Optional[builtins.str]:
264
310
  """
265
- Specifies whether to enable the recycle bin feature. Default value: `Disable`. Valid values: `Enable`, `Disable`.
311
+ Recycle Bin Status
266
312
  """
267
313
  return pulumi.get(self, "status")
268
314
 
269
315
 
316
+ @pulumi.output_type
317
+ class FileSystemSmbAcl(dict):
318
+ @staticmethod
319
+ def __key_warning(key: str):
320
+ suggest = None
321
+ if key == "enableAnonymousAccess":
322
+ suggest = "enable_anonymous_access"
323
+ elif key == "encryptData":
324
+ suggest = "encrypt_data"
325
+ elif key == "homeDirPath":
326
+ suggest = "home_dir_path"
327
+ elif key == "rejectUnencryptedAccess":
328
+ suggest = "reject_unencrypted_access"
329
+ elif key == "superAdminSid":
330
+ suggest = "super_admin_sid"
331
+
332
+ if suggest:
333
+ pulumi.log.warn(f"Key '{key}' not found in FileSystemSmbAcl. Access the value via the '{suggest}' property getter instead.")
334
+
335
+ def __getitem__(self, key: str) -> Any:
336
+ FileSystemSmbAcl.__key_warning(key)
337
+ return super().__getitem__(key)
338
+
339
+ def get(self, key: str, default = None) -> Any:
340
+ FileSystemSmbAcl.__key_warning(key)
341
+ return super().get(key, default)
342
+
343
+ def __init__(__self__, *,
344
+ enable_anonymous_access: Optional[builtins.bool] = None,
345
+ enabled: Optional[builtins.bool] = None,
346
+ encrypt_data: Optional[builtins.bool] = None,
347
+ home_dir_path: Optional[builtins.str] = None,
348
+ reject_unencrypted_access: Optional[builtins.bool] = None,
349
+ super_admin_sid: Optional[builtins.str] = None):
350
+ """
351
+ :param builtins.bool enable_anonymous_access: Whether to allow anonymous access.
352
+ - true: Allow anonymous access.
353
+ - false (default): Anonymous access is not allowed.
354
+ :param builtins.bool enabled: Whether SMB ACL is enabled
355
+ :param builtins.bool encrypt_data: Whether transmission encryption is enabled.
356
+ - true: Enables encryption in transit.
357
+ - false (default): Transport encryption is not enabled.
358
+ :param builtins.str home_dir_path: The user directory home path for each user. The file path format is as follows:
359
+ - A forward slash (/) or backslash (\\) as a separator.
360
+ - Each paragraph cannot contain ":|? *.
361
+ - The length of each segment ranges from 0 to 255.
362
+ - The total length range is 0~32767.
363
+
364
+ For example, if the user directory is/home, the file system will automatically create A directory of/home/A when user A logs in. Skip if/home/A already exists.
365
+
366
+ > **NOTE:** Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.
367
+ :param builtins.bool reject_unencrypted_access: Whether to reject non-encrypted clients.
368
+ - true: Deny non-encrypted clients.
369
+ - false (default): Non-encrypted clients are not rejected.
370
+ :param builtins.str super_admin_sid: The ID of the Super User. The ID rules are as follows:
371
+ - Must start with S and no other letters can appear after the S at the beginning.
372
+ - At least three dashes (-) apart.
373
+
374
+ Such as S-1-5-22 or S-1-5-22-23.
375
+ """
376
+ if enable_anonymous_access is not None:
377
+ pulumi.set(__self__, "enable_anonymous_access", enable_anonymous_access)
378
+ if enabled is not None:
379
+ pulumi.set(__self__, "enabled", enabled)
380
+ if encrypt_data is not None:
381
+ pulumi.set(__self__, "encrypt_data", encrypt_data)
382
+ if home_dir_path is not None:
383
+ pulumi.set(__self__, "home_dir_path", home_dir_path)
384
+ if reject_unencrypted_access is not None:
385
+ pulumi.set(__self__, "reject_unencrypted_access", reject_unencrypted_access)
386
+ if super_admin_sid is not None:
387
+ pulumi.set(__self__, "super_admin_sid", super_admin_sid)
388
+
389
+ @property
390
+ @pulumi.getter(name="enableAnonymousAccess")
391
+ def enable_anonymous_access(self) -> Optional[builtins.bool]:
392
+ """
393
+ Whether to allow anonymous access.
394
+ - true: Allow anonymous access.
395
+ - false (default): Anonymous access is not allowed.
396
+ """
397
+ return pulumi.get(self, "enable_anonymous_access")
398
+
399
+ @property
400
+ @pulumi.getter
401
+ def enabled(self) -> Optional[builtins.bool]:
402
+ """
403
+ Whether SMB ACL is enabled
404
+ """
405
+ return pulumi.get(self, "enabled")
406
+
407
+ @property
408
+ @pulumi.getter(name="encryptData")
409
+ def encrypt_data(self) -> Optional[builtins.bool]:
410
+ """
411
+ Whether transmission encryption is enabled.
412
+ - true: Enables encryption in transit.
413
+ - false (default): Transport encryption is not enabled.
414
+ """
415
+ return pulumi.get(self, "encrypt_data")
416
+
417
+ @property
418
+ @pulumi.getter(name="homeDirPath")
419
+ def home_dir_path(self) -> Optional[builtins.str]:
420
+ """
421
+ The user directory home path for each user. The file path format is as follows:
422
+ - A forward slash (/) or backslash (\\) as a separator.
423
+ - Each paragraph cannot contain ":|? *.
424
+ - The length of each segment ranges from 0 to 255.
425
+ - The total length range is 0~32767.
426
+
427
+ For example, if the user directory is/home, the file system will automatically create A directory of/home/A when user A logs in. Skip if/home/A already exists.
428
+
429
+ > **NOTE:** Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.
430
+ """
431
+ return pulumi.get(self, "home_dir_path")
432
+
433
+ @property
434
+ @pulumi.getter(name="rejectUnencryptedAccess")
435
+ def reject_unencrypted_access(self) -> Optional[builtins.bool]:
436
+ """
437
+ Whether to reject non-encrypted clients.
438
+ - true: Deny non-encrypted clients.
439
+ - false (default): Non-encrypted clients are not rejected.
440
+ """
441
+ return pulumi.get(self, "reject_unencrypted_access")
442
+
443
+ @property
444
+ @pulumi.getter(name="superAdminSid")
445
+ def super_admin_sid(self) -> Optional[builtins.str]:
446
+ """
447
+ The ID of the Super User. The ID rules are as follows:
448
+ - Must start with S and no other letters can appear after the S at the beginning.
449
+ - At least three dashes (-) apart.
450
+
451
+ Such as S-1-5-22 or S-1-5-22-23.
452
+ """
453
+ return pulumi.get(self, "super_admin_sid")
454
+
455
+
270
456
  @pulumi.output_type
271
457
  class GetAccessGroupsGroupResult(dict):
272
458
  def __init__(__self__, *,
@@ -367,6 +367,8 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
367
367
  resource_group_id=default.ids[0],
368
368
  server_group_name=name,
369
369
  server_group_type="Ip",
370
+ connection_drain_timeout=10,
371
+ connection_drain_enabled=True,
370
372
  vpc_id=default_network.id,
371
373
  scheduler="Wrr",
372
374
  protocol="TCP",
@@ -446,6 +448,8 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
446
448
  resource_group_id=default.ids[0],
447
449
  server_group_name=name,
448
450
  server_group_type="Ip",
451
+ connection_drain_timeout=10,
452
+ connection_drain_enabled=True,
449
453
  vpc_id=default_network.id,
450
454
  scheduler="Wrr",
451
455
  protocol="TCP",
@@ -6,6 +6,7 @@ import builtins
6
6
  from .. import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
9
+ from .flow_pipeline import *
9
10
  from .service import *
10
11
  from .workspace_code_source import *
11
12
  from .workspace_dataset import *