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
@@ -30,12 +30,12 @@ class EipArgs:
30
30
  """
31
31
  The set of arguments for constructing a Eip resource.
32
32
  :param pulumi.Input[builtins.str] ens_region_id: Ens node ID.
33
- :param pulumi.Input[builtins.str] internet_charge_type: Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
34
- :param pulumi.Input[builtins.str] payment_type: The billing type of the EIP instanceValue: PayAsYouGo.
35
- :param pulumi.Input[builtins.int] bandwidth: The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
33
+ :param pulumi.Input[builtins.str] internet_charge_type: The metering method of the EIP. Valid value: `95BandwidthByMonth`.
34
+ :param pulumi.Input[builtins.str] payment_type: The billing method of the EIP. Valid value: `PayAsYouGo`.
35
+ :param pulumi.Input[builtins.int] bandwidth: The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
36
36
  :param pulumi.Input[builtins.str] description: The description of the EIP.
37
- :param pulumi.Input[builtins.str] eip_name: Name of the EIP instance.
38
- :param pulumi.Input[builtins.str] isp: Internet service provider, if not filled in, it will be assigned according to the default rules.
37
+ :param pulumi.Input[builtins.str] eip_name: The name of the EIP.
38
+ :param pulumi.Input[builtins.str] isp: The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
39
39
  """
40
40
  pulumi.set(__self__, "ens_region_id", ens_region_id)
41
41
  pulumi.set(__self__, "internet_charge_type", internet_charge_type)
@@ -65,7 +65,7 @@ class EipArgs:
65
65
  @pulumi.getter(name="internetChargeType")
66
66
  def internet_charge_type(self) -> pulumi.Input[builtins.str]:
67
67
  """
68
- Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
68
+ The metering method of the EIP. Valid value: `95BandwidthByMonth`.
69
69
  """
70
70
  return pulumi.get(self, "internet_charge_type")
71
71
 
@@ -77,7 +77,7 @@ class EipArgs:
77
77
  @pulumi.getter(name="paymentType")
78
78
  def payment_type(self) -> pulumi.Input[builtins.str]:
79
79
  """
80
- The billing type of the EIP instanceValue: PayAsYouGo.
80
+ The billing method of the EIP. Valid value: `PayAsYouGo`.
81
81
  """
82
82
  return pulumi.get(self, "payment_type")
83
83
 
@@ -89,7 +89,7 @@ class EipArgs:
89
89
  @pulumi.getter
90
90
  def bandwidth(self) -> Optional[pulumi.Input[builtins.int]]:
91
91
  """
92
- The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
92
+ The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
93
93
  """
94
94
  return pulumi.get(self, "bandwidth")
95
95
 
@@ -113,7 +113,7 @@ class EipArgs:
113
113
  @pulumi.getter(name="eipName")
114
114
  def eip_name(self) -> Optional[pulumi.Input[builtins.str]]:
115
115
  """
116
- Name of the EIP instance.
116
+ The name of the EIP.
117
117
  """
118
118
  return pulumi.get(self, "eip_name")
119
119
 
@@ -125,7 +125,7 @@ class EipArgs:
125
125
  @pulumi.getter
126
126
  def isp(self) -> Optional[pulumi.Input[builtins.str]]:
127
127
  """
128
- Internet service provider, if not filled in, it will be assigned according to the default rules.
128
+ The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
129
129
  """
130
130
  return pulumi.get(self, "isp")
131
131
 
@@ -148,15 +148,15 @@ class _EipState:
148
148
  status: Optional[pulumi.Input[builtins.str]] = None):
149
149
  """
150
150
  Input properties used for looking up and filtering Eip resources.
151
- :param pulumi.Input[builtins.int] bandwidth: The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
151
+ :param pulumi.Input[builtins.int] bandwidth: The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
152
152
  :param pulumi.Input[builtins.str] create_time: The creation time of the EIP instance.
153
153
  :param pulumi.Input[builtins.str] description: The description of the EIP.
154
- :param pulumi.Input[builtins.str] eip_name: Name of the EIP instance.
154
+ :param pulumi.Input[builtins.str] eip_name: The name of the EIP.
155
155
  :param pulumi.Input[builtins.str] ens_region_id: Ens node ID.
156
- :param pulumi.Input[builtins.str] internet_charge_type: Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
157
- :param pulumi.Input[builtins.str] isp: Internet service provider, if not filled in, it will be assigned according to the default rules.
158
- :param pulumi.Input[builtins.str] payment_type: The billing type of the EIP instanceValue: PayAsYouGo.
159
- :param pulumi.Input[builtins.str] status: The status of the EIP instance.Rules:Associating: bindingUnassociating: UnbindingInUse: AssignedAvailable: AvailableCreating: CreatingReleasing: Releasing.
156
+ :param pulumi.Input[builtins.str] internet_charge_type: The metering method of the EIP. Valid value: `95BandwidthByMonth`.
157
+ :param pulumi.Input[builtins.str] isp: The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
158
+ :param pulumi.Input[builtins.str] payment_type: The billing method of the EIP. Valid value: `PayAsYouGo`.
159
+ :param pulumi.Input[builtins.str] status: The status of the EIP.
160
160
  """
161
161
  if bandwidth is not None:
162
162
  pulumi.set(__self__, "bandwidth", bandwidth)
@@ -181,7 +181,7 @@ class _EipState:
181
181
  @pulumi.getter
182
182
  def bandwidth(self) -> Optional[pulumi.Input[builtins.int]]:
183
183
  """
184
- The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
184
+ The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
185
185
  """
186
186
  return pulumi.get(self, "bandwidth")
187
187
 
@@ -217,7 +217,7 @@ class _EipState:
217
217
  @pulumi.getter(name="eipName")
218
218
  def eip_name(self) -> Optional[pulumi.Input[builtins.str]]:
219
219
  """
220
- Name of the EIP instance.
220
+ The name of the EIP.
221
221
  """
222
222
  return pulumi.get(self, "eip_name")
223
223
 
@@ -241,7 +241,7 @@ class _EipState:
241
241
  @pulumi.getter(name="internetChargeType")
242
242
  def internet_charge_type(self) -> Optional[pulumi.Input[builtins.str]]:
243
243
  """
244
- Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
244
+ The metering method of the EIP. Valid value: `95BandwidthByMonth`.
245
245
  """
246
246
  return pulumi.get(self, "internet_charge_type")
247
247
 
@@ -253,7 +253,7 @@ class _EipState:
253
253
  @pulumi.getter
254
254
  def isp(self) -> Optional[pulumi.Input[builtins.str]]:
255
255
  """
256
- Internet service provider, if not filled in, it will be assigned according to the default rules.
256
+ The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
257
257
  """
258
258
  return pulumi.get(self, "isp")
259
259
 
@@ -265,7 +265,7 @@ class _EipState:
265
265
  @pulumi.getter(name="paymentType")
266
266
  def payment_type(self) -> Optional[pulumi.Input[builtins.str]]:
267
267
  """
268
- The billing type of the EIP instanceValue: PayAsYouGo.
268
+ The billing method of the EIP. Valid value: `PayAsYouGo`.
269
269
  """
270
270
  return pulumi.get(self, "payment_type")
271
271
 
@@ -277,7 +277,7 @@ class _EipState:
277
277
  @pulumi.getter
278
278
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
279
279
  """
280
- The status of the EIP instance.Rules:Associating: bindingUnassociating: UnbindingInUse: AssignedAvailable: AvailableCreating: CreatingReleasing: Releasing.
280
+ The status of the EIP.
281
281
  """
282
282
  return pulumi.get(self, "status")
283
283
 
@@ -303,7 +303,9 @@ class Eip(pulumi.CustomResource):
303
303
  payment_type: Optional[pulumi.Input[builtins.str]] = None,
304
304
  __props__=None):
305
305
  """
306
- Provides a ENS Eip resource. Edge elastic public network IP. When you use it for the first time, please contact the product classmates to add a resource whitelist.
306
+ Provides a ENS Eip resource.
307
+
308
+ Edge elastic public network IP. When you use it for the first time, please contact the product classmates to add a resource whitelist.
307
309
 
308
310
  For information about ENS Eip and how to use it, see [What is Eip](https://www.alibabacloud.com/help/en/ens/developer-reference/api-createeipinstance).
309
311
 
@@ -341,13 +343,13 @@ class Eip(pulumi.CustomResource):
341
343
 
342
344
  :param str resource_name: The name of the resource.
343
345
  :param pulumi.ResourceOptions opts: Options for the resource.
344
- :param pulumi.Input[builtins.int] bandwidth: The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
346
+ :param pulumi.Input[builtins.int] bandwidth: The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
345
347
  :param pulumi.Input[builtins.str] description: The description of the EIP.
346
- :param pulumi.Input[builtins.str] eip_name: Name of the EIP instance.
348
+ :param pulumi.Input[builtins.str] eip_name: The name of the EIP.
347
349
  :param pulumi.Input[builtins.str] ens_region_id: Ens node ID.
348
- :param pulumi.Input[builtins.str] internet_charge_type: Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
349
- :param pulumi.Input[builtins.str] isp: Internet service provider, if not filled in, it will be assigned according to the default rules.
350
- :param pulumi.Input[builtins.str] payment_type: The billing type of the EIP instanceValue: PayAsYouGo.
350
+ :param pulumi.Input[builtins.str] internet_charge_type: The metering method of the EIP. Valid value: `95BandwidthByMonth`.
351
+ :param pulumi.Input[builtins.str] isp: The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
352
+ :param pulumi.Input[builtins.str] payment_type: The billing method of the EIP. Valid value: `PayAsYouGo`.
351
353
  """
352
354
  ...
353
355
  @overload
@@ -356,7 +358,9 @@ class Eip(pulumi.CustomResource):
356
358
  args: EipArgs,
357
359
  opts: Optional[pulumi.ResourceOptions] = None):
358
360
  """
359
- Provides a ENS Eip resource. Edge elastic public network IP. When you use it for the first time, please contact the product classmates to add a resource whitelist.
361
+ Provides a ENS Eip resource.
362
+
363
+ Edge elastic public network IP. When you use it for the first time, please contact the product classmates to add a resource whitelist.
360
364
 
361
365
  For information about ENS Eip and how to use it, see [What is Eip](https://www.alibabacloud.com/help/en/ens/developer-reference/api-createeipinstance).
362
366
 
@@ -464,15 +468,15 @@ class Eip(pulumi.CustomResource):
464
468
  :param str resource_name: The unique name of the resulting resource.
465
469
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
466
470
  :param pulumi.ResourceOptions opts: Options for the resource.
467
- :param pulumi.Input[builtins.int] bandwidth: The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
471
+ :param pulumi.Input[builtins.int] bandwidth: The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
468
472
  :param pulumi.Input[builtins.str] create_time: The creation time of the EIP instance.
469
473
  :param pulumi.Input[builtins.str] description: The description of the EIP.
470
- :param pulumi.Input[builtins.str] eip_name: Name of the EIP instance.
474
+ :param pulumi.Input[builtins.str] eip_name: The name of the EIP.
471
475
  :param pulumi.Input[builtins.str] ens_region_id: Ens node ID.
472
- :param pulumi.Input[builtins.str] internet_charge_type: Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
473
- :param pulumi.Input[builtins.str] isp: Internet service provider, if not filled in, it will be assigned according to the default rules.
474
- :param pulumi.Input[builtins.str] payment_type: The billing type of the EIP instanceValue: PayAsYouGo.
475
- :param pulumi.Input[builtins.str] status: The status of the EIP instance.Rules:Associating: bindingUnassociating: UnbindingInUse: AssignedAvailable: AvailableCreating: CreatingReleasing: Releasing.
476
+ :param pulumi.Input[builtins.str] internet_charge_type: The metering method of the EIP. Valid value: `95BandwidthByMonth`.
477
+ :param pulumi.Input[builtins.str] isp: The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
478
+ :param pulumi.Input[builtins.str] payment_type: The billing method of the EIP. Valid value: `PayAsYouGo`.
479
+ :param pulumi.Input[builtins.str] status: The status of the EIP.
476
480
  """
477
481
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
478
482
 
@@ -493,7 +497,7 @@ class Eip(pulumi.CustomResource):
493
497
  @pulumi.getter
494
498
  def bandwidth(self) -> pulumi.Output[builtins.int]:
495
499
  """
496
- The peak bandwidth of the EIP to be specified.Rules:Default value: 5, value range: 5~10000, unit: Mbps. Example value: 5.
500
+ The maximum bandwidth of the EIP. Default value: `5`. Valid values: `5` to `10000`. Unit: Mbit/s.
497
501
  """
498
502
  return pulumi.get(self, "bandwidth")
499
503
 
@@ -517,7 +521,7 @@ class Eip(pulumi.CustomResource):
517
521
  @pulumi.getter(name="eipName")
518
522
  def eip_name(self) -> pulumi.Output[Optional[builtins.str]]:
519
523
  """
520
- Name of the EIP instance.
524
+ The name of the EIP.
521
525
  """
522
526
  return pulumi.get(self, "eip_name")
523
527
 
@@ -533,7 +537,7 @@ class Eip(pulumi.CustomResource):
533
537
  @pulumi.getter(name="internetChargeType")
534
538
  def internet_charge_type(self) -> pulumi.Output[builtins.str]:
535
539
  """
536
- Billing type of the EIP instance. Valid value: 95bandwidthbymonth.
540
+ The metering method of the EIP. Valid value: `95BandwidthByMonth`.
537
541
  """
538
542
  return pulumi.get(self, "internet_charge_type")
539
543
 
@@ -541,7 +545,7 @@ class Eip(pulumi.CustomResource):
541
545
  @pulumi.getter
542
546
  def isp(self) -> pulumi.Output[builtins.str]:
543
547
  """
544
- Internet service provider, if not filled in, it will be assigned according to the default rules.
548
+ The Internet service provider. Valid value: `cmcc`, `unicom`, `telecom`.
545
549
  """
546
550
  return pulumi.get(self, "isp")
547
551
 
@@ -549,7 +553,7 @@ class Eip(pulumi.CustomResource):
549
553
  @pulumi.getter(name="paymentType")
550
554
  def payment_type(self) -> pulumi.Output[builtins.str]:
551
555
  """
552
- The billing type of the EIP instanceValue: PayAsYouGo.
556
+ The billing method of the EIP. Valid value: `PayAsYouGo`.
553
557
  """
554
558
  return pulumi.get(self, "payment_type")
555
559
 
@@ -557,7 +561,7 @@ class Eip(pulumi.CustomResource):
557
561
  @pulumi.getter
558
562
  def status(self) -> pulumi.Output[builtins.str]:
559
563
  """
560
- The status of the EIP instance.Rules:Associating: bindingUnassociating: UnbindingInUse: AssignedAvailable: AvailableCreating: CreatingReleasing: Releasing.
564
+ The status of the EIP.
561
565
  """
562
566
  return pulumi.get(self, "status")
563
567
 
@@ -30,6 +30,8 @@ from .rate_plan_instance import *
30
30
  from .record import *
31
31
  from .redirect_rule import *
32
32
  from .rewrite_url_rule import *
33
+ from .scheduled_preload_execution import *
34
+ from .scheduled_preload_job import *
33
35
  from .site import *
34
36
  from .site_delivery_task import *
35
37
  from .waiting_room import *