pulumi-alicloud 3.77.0a1746163013__py3-none-any.whl → 3.77.0a1746220593__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.77.0a1746220593.dist-info}/METADATA +1 -1
  81. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/RECORD +83 -71
  82. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/WHEEL +0 -0
  83. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.77.0a1746220593.dist-info}/top_level.txt +0 -0
@@ -22,8 +22,12 @@ __all__ = [
22
22
  'AccessPointRootPathPermissionArgsDict',
23
23
  'FileSystemNfsAclArgs',
24
24
  'FileSystemNfsAclArgsDict',
25
+ 'FileSystemOptionsArgs',
26
+ 'FileSystemOptionsArgsDict',
25
27
  'FileSystemRecycleBinArgs',
26
28
  'FileSystemRecycleBinArgsDict',
29
+ 'FileSystemSmbAclArgs',
30
+ 'FileSystemSmbAclArgsDict',
27
31
  ]
28
32
 
29
33
  MYPY = False
@@ -176,7 +180,7 @@ if not MYPY:
176
180
  class FileSystemNfsAclArgsDict(TypedDict):
177
181
  enabled: NotRequired[pulumi.Input[builtins.bool]]
178
182
  """
179
- Specifies whether to enable the NFS ACL feature. Default value: `false`. Valid values:
183
+ Whether the NFS ACL function is enabled.
180
184
  """
181
185
  elif False:
182
186
  FileSystemNfsAclArgsDict: TypeAlias = Mapping[str, Any]
@@ -186,7 +190,7 @@ class FileSystemNfsAclArgs:
186
190
  def __init__(__self__, *,
187
191
  enabled: Optional[pulumi.Input[builtins.bool]] = None):
188
192
  """
189
- :param pulumi.Input[builtins.bool] enabled: Specifies whether to enable the NFS ACL feature. Default value: `false`. Valid values:
193
+ :param pulumi.Input[builtins.bool] enabled: Whether the NFS ACL function is enabled.
190
194
  """
191
195
  if enabled is not None:
192
196
  pulumi.set(__self__, "enabled", enabled)
@@ -195,7 +199,7 @@ class FileSystemNfsAclArgs:
195
199
  @pulumi.getter
196
200
  def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
197
201
  """
198
- Specifies whether to enable the NFS ACL feature. Default value: `false`. Valid values:
202
+ Whether the NFS ACL function is enabled.
199
203
  """
200
204
  return pulumi.get(self, "enabled")
201
205
 
@@ -204,27 +208,71 @@ class FileSystemNfsAclArgs:
204
208
  pulumi.set(self, "enabled", value)
205
209
 
206
210
 
211
+ if not MYPY:
212
+ class FileSystemOptionsArgsDict(TypedDict):
213
+ enable_oplock: NotRequired[pulumi.Input[builtins.bool]]
214
+ """
215
+ Whether to enable the OpLock function. Value:
216
+ - true: On.
217
+ - false: does not turn on.
218
+
219
+ > **NOTE:** Description Only file systems of the SMB protocol type are supported.
220
+ """
221
+ elif False:
222
+ FileSystemOptionsArgsDict: TypeAlias = Mapping[str, Any]
223
+
224
+ @pulumi.input_type
225
+ class FileSystemOptionsArgs:
226
+ def __init__(__self__, *,
227
+ enable_oplock: Optional[pulumi.Input[builtins.bool]] = None):
228
+ """
229
+ :param pulumi.Input[builtins.bool] enable_oplock: Whether to enable the OpLock function. Value:
230
+ - true: On.
231
+ - false: does not turn on.
232
+
233
+ > **NOTE:** Description Only file systems of the SMB protocol type are supported.
234
+ """
235
+ if enable_oplock is not None:
236
+ pulumi.set(__self__, "enable_oplock", enable_oplock)
237
+
238
+ @property
239
+ @pulumi.getter(name="enableOplock")
240
+ def enable_oplock(self) -> Optional[pulumi.Input[builtins.bool]]:
241
+ """
242
+ Whether to enable the OpLock function. Value:
243
+ - true: On.
244
+ - false: does not turn on.
245
+
246
+ > **NOTE:** Description Only file systems of the SMB protocol type are supported.
247
+ """
248
+ return pulumi.get(self, "enable_oplock")
249
+
250
+ @enable_oplock.setter
251
+ def enable_oplock(self, value: Optional[pulumi.Input[builtins.bool]]):
252
+ pulumi.set(self, "enable_oplock", value)
253
+
254
+
207
255
  if not MYPY:
208
256
  class FileSystemRecycleBinArgsDict(TypedDict):
209
257
  enable_time: NotRequired[pulumi.Input[builtins.str]]
210
258
  """
211
- The time at which the recycle bin was enabled.
259
+ Recycle Bin open time
212
260
  """
213
261
  reserved_days: NotRequired[pulumi.Input[builtins.int]]
214
262
  """
215
- 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`.
263
+ Retention time of files in the Recycle Bin. Unit: days.
216
264
  """
217
265
  secondary_size: NotRequired[pulumi.Input[builtins.int]]
218
266
  """
219
- The size of the Infrequent Access (IA) data that is dumped to the recycle bin.
267
+ Amount of low-frequency data stored in the recycle bin. Unit: Byte.
220
268
  """
221
269
  size: NotRequired[pulumi.Input[builtins.int]]
222
270
  """
223
- The size of the files that are dumped to the recycle bin.
271
+ The amount of files stored in the Recycle Bin. Unit: Byte.
224
272
  """
225
273
  status: NotRequired[pulumi.Input[builtins.str]]
226
274
  """
227
- Specifies whether to enable the recycle bin feature. Default value: `Disable`. Valid values: `Enable`, `Disable`.
275
+ Recycle Bin Status
228
276
  """
229
277
  elif False:
230
278
  FileSystemRecycleBinArgsDict: TypeAlias = Mapping[str, Any]
@@ -238,11 +286,11 @@ class FileSystemRecycleBinArgs:
238
286
  size: Optional[pulumi.Input[builtins.int]] = None,
239
287
  status: Optional[pulumi.Input[builtins.str]] = None):
240
288
  """
241
- :param pulumi.Input[builtins.str] enable_time: The time at which the recycle bin was enabled.
242
- :param pulumi.Input[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`.
243
- :param pulumi.Input[builtins.int] secondary_size: The size of the Infrequent Access (IA) data that is dumped to the recycle bin.
244
- :param pulumi.Input[builtins.int] size: The size of the files that are dumped to the recycle bin.
245
- :param pulumi.Input[builtins.str] status: Specifies whether to enable the recycle bin feature. Default value: `Disable`. Valid values: `Enable`, `Disable`.
289
+ :param pulumi.Input[builtins.str] enable_time: Recycle Bin open time
290
+ :param pulumi.Input[builtins.int] reserved_days: Retention time of files in the Recycle Bin. Unit: days.
291
+ :param pulumi.Input[builtins.int] secondary_size: Amount of low-frequency data stored in the recycle bin. Unit: Byte.
292
+ :param pulumi.Input[builtins.int] size: The amount of files stored in the Recycle Bin. Unit: Byte.
293
+ :param pulumi.Input[builtins.str] status: Recycle Bin Status
246
294
  """
247
295
  if enable_time is not None:
248
296
  pulumi.set(__self__, "enable_time", enable_time)
@@ -259,7 +307,7 @@ class FileSystemRecycleBinArgs:
259
307
  @pulumi.getter(name="enableTime")
260
308
  def enable_time(self) -> Optional[pulumi.Input[builtins.str]]:
261
309
  """
262
- The time at which the recycle bin was enabled.
310
+ Recycle Bin open time
263
311
  """
264
312
  return pulumi.get(self, "enable_time")
265
313
 
@@ -271,7 +319,7 @@ class FileSystemRecycleBinArgs:
271
319
  @pulumi.getter(name="reservedDays")
272
320
  def reserved_days(self) -> Optional[pulumi.Input[builtins.int]]:
273
321
  """
274
- 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`.
322
+ Retention time of files in the Recycle Bin. Unit: days.
275
323
  """
276
324
  return pulumi.get(self, "reserved_days")
277
325
 
@@ -283,7 +331,7 @@ class FileSystemRecycleBinArgs:
283
331
  @pulumi.getter(name="secondarySize")
284
332
  def secondary_size(self) -> Optional[pulumi.Input[builtins.int]]:
285
333
  """
286
- The size of the Infrequent Access (IA) data that is dumped to the recycle bin.
334
+ Amount of low-frequency data stored in the recycle bin. Unit: Byte.
287
335
  """
288
336
  return pulumi.get(self, "secondary_size")
289
337
 
@@ -295,7 +343,7 @@ class FileSystemRecycleBinArgs:
295
343
  @pulumi.getter
296
344
  def size(self) -> Optional[pulumi.Input[builtins.int]]:
297
345
  """
298
- The size of the files that are dumped to the recycle bin.
346
+ The amount of files stored in the Recycle Bin. Unit: Byte.
299
347
  """
300
348
  return pulumi.get(self, "size")
301
349
 
@@ -307,7 +355,7 @@ class FileSystemRecycleBinArgs:
307
355
  @pulumi.getter
308
356
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
309
357
  """
310
- Specifies whether to enable the recycle bin feature. Default value: `Disable`. Valid values: `Enable`, `Disable`.
358
+ Recycle Bin Status
311
359
  """
312
360
  return pulumi.get(self, "status")
313
361
 
@@ -316,3 +364,189 @@ class FileSystemRecycleBinArgs:
316
364
  pulumi.set(self, "status", value)
317
365
 
318
366
 
367
+ if not MYPY:
368
+ class FileSystemSmbAclArgsDict(TypedDict):
369
+ enable_anonymous_access: NotRequired[pulumi.Input[builtins.bool]]
370
+ """
371
+ Whether to allow anonymous access.
372
+ - true: Allow anonymous access.
373
+ - false (default): Anonymous access is not allowed.
374
+ """
375
+ enabled: NotRequired[pulumi.Input[builtins.bool]]
376
+ """
377
+ Whether SMB ACL is enabled
378
+ """
379
+ encrypt_data: NotRequired[pulumi.Input[builtins.bool]]
380
+ """
381
+ Whether transmission encryption is enabled.
382
+ - true: Enables encryption in transit.
383
+ - false (default): Transport encryption is not enabled.
384
+ """
385
+ home_dir_path: NotRequired[pulumi.Input[builtins.str]]
386
+ """
387
+ The user directory home path for each user. The file path format is as follows:
388
+ - A forward slash (/) or backslash (\\) as a separator.
389
+ - Each paragraph cannot contain ":|? *.
390
+ - The length of each segment ranges from 0 to 255.
391
+ - The total length range is 0~32767.
392
+
393
+ 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.
394
+
395
+ > **NOTE:** Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.
396
+ """
397
+ reject_unencrypted_access: NotRequired[pulumi.Input[builtins.bool]]
398
+ """
399
+ Whether to reject non-encrypted clients.
400
+ - true: Deny non-encrypted clients.
401
+ - false (default): Non-encrypted clients are not rejected.
402
+ """
403
+ super_admin_sid: NotRequired[pulumi.Input[builtins.str]]
404
+ """
405
+ The ID of the Super User. The ID rules are as follows:
406
+ - Must start with S and no other letters can appear after the S at the beginning.
407
+ - At least three dashes (-) apart.
408
+
409
+ Such as S-1-5-22 or S-1-5-22-23.
410
+ """
411
+ elif False:
412
+ FileSystemSmbAclArgsDict: TypeAlias = Mapping[str, Any]
413
+
414
+ @pulumi.input_type
415
+ class FileSystemSmbAclArgs:
416
+ def __init__(__self__, *,
417
+ enable_anonymous_access: Optional[pulumi.Input[builtins.bool]] = None,
418
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
419
+ encrypt_data: Optional[pulumi.Input[builtins.bool]] = None,
420
+ home_dir_path: Optional[pulumi.Input[builtins.str]] = None,
421
+ reject_unencrypted_access: Optional[pulumi.Input[builtins.bool]] = None,
422
+ super_admin_sid: Optional[pulumi.Input[builtins.str]] = None):
423
+ """
424
+ :param pulumi.Input[builtins.bool] enable_anonymous_access: Whether to allow anonymous access.
425
+ - true: Allow anonymous access.
426
+ - false (default): Anonymous access is not allowed.
427
+ :param pulumi.Input[builtins.bool] enabled: Whether SMB ACL is enabled
428
+ :param pulumi.Input[builtins.bool] encrypt_data: Whether transmission encryption is enabled.
429
+ - true: Enables encryption in transit.
430
+ - false (default): Transport encryption is not enabled.
431
+ :param pulumi.Input[builtins.str] home_dir_path: The user directory home path for each user. The file path format is as follows:
432
+ - A forward slash (/) or backslash (\\) as a separator.
433
+ - Each paragraph cannot contain ":|? *.
434
+ - The length of each segment ranges from 0 to 255.
435
+ - The total length range is 0~32767.
436
+
437
+ 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.
438
+
439
+ > **NOTE:** Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.
440
+ :param pulumi.Input[builtins.bool] reject_unencrypted_access: Whether to reject non-encrypted clients.
441
+ - true: Deny non-encrypted clients.
442
+ - false (default): Non-encrypted clients are not rejected.
443
+ :param pulumi.Input[builtins.str] super_admin_sid: The ID of the Super User. The ID rules are as follows:
444
+ - Must start with S and no other letters can appear after the S at the beginning.
445
+ - At least three dashes (-) apart.
446
+
447
+ Such as S-1-5-22 or S-1-5-22-23.
448
+ """
449
+ if enable_anonymous_access is not None:
450
+ pulumi.set(__self__, "enable_anonymous_access", enable_anonymous_access)
451
+ if enabled is not None:
452
+ pulumi.set(__self__, "enabled", enabled)
453
+ if encrypt_data is not None:
454
+ pulumi.set(__self__, "encrypt_data", encrypt_data)
455
+ if home_dir_path is not None:
456
+ pulumi.set(__self__, "home_dir_path", home_dir_path)
457
+ if reject_unencrypted_access is not None:
458
+ pulumi.set(__self__, "reject_unencrypted_access", reject_unencrypted_access)
459
+ if super_admin_sid is not None:
460
+ pulumi.set(__self__, "super_admin_sid", super_admin_sid)
461
+
462
+ @property
463
+ @pulumi.getter(name="enableAnonymousAccess")
464
+ def enable_anonymous_access(self) -> Optional[pulumi.Input[builtins.bool]]:
465
+ """
466
+ Whether to allow anonymous access.
467
+ - true: Allow anonymous access.
468
+ - false (default): Anonymous access is not allowed.
469
+ """
470
+ return pulumi.get(self, "enable_anonymous_access")
471
+
472
+ @enable_anonymous_access.setter
473
+ def enable_anonymous_access(self, value: Optional[pulumi.Input[builtins.bool]]):
474
+ pulumi.set(self, "enable_anonymous_access", value)
475
+
476
+ @property
477
+ @pulumi.getter
478
+ def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
479
+ """
480
+ Whether SMB ACL is enabled
481
+ """
482
+ return pulumi.get(self, "enabled")
483
+
484
+ @enabled.setter
485
+ def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
486
+ pulumi.set(self, "enabled", value)
487
+
488
+ @property
489
+ @pulumi.getter(name="encryptData")
490
+ def encrypt_data(self) -> Optional[pulumi.Input[builtins.bool]]:
491
+ """
492
+ Whether transmission encryption is enabled.
493
+ - true: Enables encryption in transit.
494
+ - false (default): Transport encryption is not enabled.
495
+ """
496
+ return pulumi.get(self, "encrypt_data")
497
+
498
+ @encrypt_data.setter
499
+ def encrypt_data(self, value: Optional[pulumi.Input[builtins.bool]]):
500
+ pulumi.set(self, "encrypt_data", value)
501
+
502
+ @property
503
+ @pulumi.getter(name="homeDirPath")
504
+ def home_dir_path(self) -> Optional[pulumi.Input[builtins.str]]:
505
+ """
506
+ The user directory home path for each user. The file path format is as follows:
507
+ - A forward slash (/) or backslash (\\) as a separator.
508
+ - Each paragraph cannot contain ":|? *.
509
+ - The length of each segment ranges from 0 to 255.
510
+ - The total length range is 0~32767.
511
+
512
+ 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.
513
+
514
+ > **NOTE:** Explain that user A needs to have the permission to create A directory, otherwise the/home/A directory cannot be created.
515
+ """
516
+ return pulumi.get(self, "home_dir_path")
517
+
518
+ @home_dir_path.setter
519
+ def home_dir_path(self, value: Optional[pulumi.Input[builtins.str]]):
520
+ pulumi.set(self, "home_dir_path", value)
521
+
522
+ @property
523
+ @pulumi.getter(name="rejectUnencryptedAccess")
524
+ def reject_unencrypted_access(self) -> Optional[pulumi.Input[builtins.bool]]:
525
+ """
526
+ Whether to reject non-encrypted clients.
527
+ - true: Deny non-encrypted clients.
528
+ - false (default): Non-encrypted clients are not rejected.
529
+ """
530
+ return pulumi.get(self, "reject_unencrypted_access")
531
+
532
+ @reject_unencrypted_access.setter
533
+ def reject_unencrypted_access(self, value: Optional[pulumi.Input[builtins.bool]]):
534
+ pulumi.set(self, "reject_unencrypted_access", value)
535
+
536
+ @property
537
+ @pulumi.getter(name="superAdminSid")
538
+ def super_admin_sid(self) -> Optional[pulumi.Input[builtins.str]]:
539
+ """
540
+ The ID of the Super User. The ID rules are as follows:
541
+ - Must start with S and no other letters can appear after the S at the beginning.
542
+ - At least three dashes (-) apart.
543
+
544
+ Such as S-1-5-22 or S-1-5-22-23.
545
+ """
546
+ return pulumi.get(self, "super_admin_sid")
547
+
548
+ @super_admin_sid.setter
549
+ def super_admin_sid(self, value: Optional[pulumi.Input[builtins.str]]):
550
+ pulumi.set(self, "super_admin_sid", value)
551
+
552
+