pulumi-alicloud 3.84.0a1757017465__py3-none-any.whl → 3.85.0__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 (54) hide show
  1. pulumi_alicloud/__init__.py +64 -0
  2. pulumi_alicloud/amqp/get_instances.py +49 -20
  3. pulumi_alicloud/amqp/outputs.py +20 -20
  4. pulumi_alicloud/amqp/virtual_host.py +46 -20
  5. pulumi_alicloud/cloudsso/__init__.py +1 -0
  6. pulumi_alicloud/cloudsso/delegate_account.py +218 -0
  7. pulumi_alicloud/cs/node_pool.py +7 -0
  8. pulumi_alicloud/ddos/bgp_ip.py +57 -48
  9. pulumi_alicloud/ddos/ddos_bgp_instance.py +246 -106
  10. pulumi_alicloud/dms/__init__.py +1 -0
  11. pulumi_alicloud/dms/enterprise_workspace.py +354 -0
  12. pulumi_alicloud/dns/ddos_bgp_instance.py +246 -106
  13. pulumi_alicloud/eflo/node.py +54 -7
  14. pulumi_alicloud/esa/__init__.py +3 -0
  15. pulumi_alicloud/esa/kv_account.py +145 -0
  16. pulumi_alicloud/esa/routine_related_record.py +226 -0
  17. pulumi_alicloud/esa/url_observation.py +352 -0
  18. pulumi_alicloud/fc/get_service.py +2 -2
  19. pulumi_alicloud/hologram/instance.py +35 -0
  20. pulumi_alicloud/kms/instance.py +47 -0
  21. pulumi_alicloud/log/oss_export.py +6 -0
  22. pulumi_alicloud/message/service_subscription.py +48 -1
  23. pulumi_alicloud/mongodb/sharding_instance.py +338 -0
  24. pulumi_alicloud/nlb/server_group.py +28 -21
  25. pulumi_alicloud/oss/bucket.py +56 -0
  26. pulumi_alicloud/privatelink/vpc_endpoint.py +21 -7
  27. pulumi_alicloud/pulumi-plugin.json +1 -1
  28. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  29. pulumi_alicloud/resourcemanager/delegated_administrator.py +22 -50
  30. pulumi_alicloud/resourcemanager/folder.py +106 -29
  31. pulumi_alicloud/resourcemanager/get_accounts.py +35 -18
  32. pulumi_alicloud/resourcemanager/message_contact.py +572 -0
  33. pulumi_alicloud/resourcemanager/outputs.py +31 -20
  34. pulumi_alicloud/resourcemanager/resource_directory.py +137 -46
  35. pulumi_alicloud/resourcemanager/shared_resource.py +81 -45
  36. pulumi_alicloud/resourcemanager/shared_target.py +60 -24
  37. pulumi_alicloud/sls/__init__.py +4 -0
  38. pulumi_alicloud/sls/_inputs.py +128 -0
  39. pulumi_alicloud/sls/get_logtail_configs.py +395 -0
  40. pulumi_alicloud/sls/get_machine_groups.py +229 -0
  41. pulumi_alicloud/sls/logtail_config.py +692 -0
  42. pulumi_alicloud/sls/machine_group.py +502 -0
  43. pulumi_alicloud/sls/outputs.py +172 -0
  44. pulumi_alicloud/vpc/_inputs.py +87 -54
  45. pulumi_alicloud/vpc/dhcp_options_set.py +97 -58
  46. pulumi_alicloud/vpc/flow_log.py +25 -25
  47. pulumi_alicloud/vpc/ha_vip_attachment.py +41 -60
  48. pulumi_alicloud/vpc/ha_vipv2.py +100 -88
  49. pulumi_alicloud/vpc/network_acl.py +34 -23
  50. pulumi_alicloud/vpc/outputs.py +58 -36
  51. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0.dist-info}/METADATA +1 -1
  52. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0.dist-info}/RECORD +54 -44
  53. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0.dist-info}/WHEEL +0 -0
  54. {pulumi_alicloud-3.84.0a1757017465.dist-info → pulumi_alicloud-3.85.0.dist-info}/top_level.txt +0 -0
@@ -864,6 +864,9 @@ class OssExport(pulumi.CustomResource):
864
864
  """
865
865
  Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage. [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
866
866
 
867
+ > **NOTE:** This resource is no longer maintained. It is recommended to use the new resource alicloud_sls_oss_export_sink.
868
+ Refer to details.
869
+
867
870
  > **NOTE:** Available since v1.187.0.
868
871
 
869
872
  ## Example Usage
@@ -958,6 +961,9 @@ class OssExport(pulumi.CustomResource):
958
961
  """
959
962
  Log service data delivery management, this service provides the function of delivering data in logstore to oss product storage. [Refer to details](https://www.alibabacloud.com/help/en/log-service/latest/ship-logs-to-oss-new-version).
960
963
 
964
+ > **NOTE:** This resource is no longer maintained. It is recommended to use the new resource alicloud_sls_oss_export_sink.
965
+ Refer to details.
966
+
961
967
  > **NOTE:** Available since v1.187.0.
962
968
 
963
969
  ## Example Usage
@@ -28,7 +28,8 @@ class ServiceSubscriptionArgs:
28
28
  dlq_policy: Optional[pulumi.Input['ServiceSubscriptionDlqPolicyArgs']] = None,
29
29
  filter_tag: Optional[pulumi.Input[_builtins.str]] = None,
30
30
  notify_content_format: Optional[pulumi.Input[_builtins.str]] = None,
31
- notify_strategy: Optional[pulumi.Input[_builtins.str]] = None):
31
+ notify_strategy: Optional[pulumi.Input[_builtins.str]] = None,
32
+ sts_role_arn: Optional[pulumi.Input[_builtins.str]] = None):
32
33
  """
33
34
  The set of arguments for constructing a ServiceSubscription resource.
34
35
  :param pulumi.Input[_builtins.str] endpoint: The endpoint has three format. Available values format:
@@ -46,6 +47,7 @@ class ServiceSubscriptionArgs:
46
47
  :param pulumi.Input[_builtins.str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
47
48
  - `BACKOFF_RETRY`: retries with a fixed backoff interval.
48
49
  - `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
50
+ :param pulumi.Input[_builtins.str] sts_role_arn: The STS RoleArn.
49
51
  """
50
52
  pulumi.set(__self__, "endpoint", endpoint)
51
53
  pulumi.set(__self__, "push_type", push_type)
@@ -59,6 +61,8 @@ class ServiceSubscriptionArgs:
59
61
  pulumi.set(__self__, "notify_content_format", notify_content_format)
60
62
  if notify_strategy is not None:
61
63
  pulumi.set(__self__, "notify_strategy", notify_strategy)
64
+ if sts_role_arn is not None:
65
+ pulumi.set(__self__, "sts_role_arn", sts_role_arn)
62
66
 
63
67
  @_builtins.property
64
68
  @pulumi.getter
@@ -163,6 +167,18 @@ class ServiceSubscriptionArgs:
163
167
  def notify_strategy(self, value: Optional[pulumi.Input[_builtins.str]]):
164
168
  pulumi.set(self, "notify_strategy", value)
165
169
 
170
+ @_builtins.property
171
+ @pulumi.getter(name="stsRoleArn")
172
+ def sts_role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
173
+ """
174
+ The STS RoleArn.
175
+ """
176
+ return pulumi.get(self, "sts_role_arn")
177
+
178
+ @sts_role_arn.setter
179
+ def sts_role_arn(self, value: Optional[pulumi.Input[_builtins.str]]):
180
+ pulumi.set(self, "sts_role_arn", value)
181
+
166
182
 
167
183
  @pulumi.input_type
168
184
  class _ServiceSubscriptionState:
@@ -174,6 +190,7 @@ class _ServiceSubscriptionState:
174
190
  notify_content_format: Optional[pulumi.Input[_builtins.str]] = None,
175
191
  notify_strategy: Optional[pulumi.Input[_builtins.str]] = None,
176
192
  push_type: Optional[pulumi.Input[_builtins.str]] = None,
193
+ sts_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
177
194
  subscription_name: Optional[pulumi.Input[_builtins.str]] = None,
178
195
  topic_name: Optional[pulumi.Input[_builtins.str]] = None):
179
196
  """
@@ -192,6 +209,7 @@ class _ServiceSubscriptionState:
192
209
  - `BACKOFF_RETRY`: retries with a fixed backoff interval.
193
210
  - `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
194
211
  :param pulumi.Input[_builtins.str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
212
+ :param pulumi.Input[_builtins.str] sts_role_arn: The STS RoleArn.
195
213
  :param pulumi.Input[_builtins.str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
196
214
  :param pulumi.Input[_builtins.str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
197
215
  """
@@ -209,6 +227,8 @@ class _ServiceSubscriptionState:
209
227
  pulumi.set(__self__, "notify_strategy", notify_strategy)
210
228
  if push_type is not None:
211
229
  pulumi.set(__self__, "push_type", push_type)
230
+ if sts_role_arn is not None:
231
+ pulumi.set(__self__, "sts_role_arn", sts_role_arn)
212
232
  if subscription_name is not None:
213
233
  pulumi.set(__self__, "subscription_name", subscription_name)
214
234
  if topic_name is not None:
@@ -305,6 +325,18 @@ class _ServiceSubscriptionState:
305
325
  def push_type(self, value: Optional[pulumi.Input[_builtins.str]]):
306
326
  pulumi.set(self, "push_type", value)
307
327
 
328
+ @_builtins.property
329
+ @pulumi.getter(name="stsRoleArn")
330
+ def sts_role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
331
+ """
332
+ The STS RoleArn.
333
+ """
334
+ return pulumi.get(self, "sts_role_arn")
335
+
336
+ @sts_role_arn.setter
337
+ def sts_role_arn(self, value: Optional[pulumi.Input[_builtins.str]]):
338
+ pulumi.set(self, "sts_role_arn", value)
339
+
308
340
  @_builtins.property
309
341
  @pulumi.getter(name="subscriptionName")
310
342
  def subscription_name(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -342,6 +374,7 @@ class ServiceSubscription(pulumi.CustomResource):
342
374
  notify_content_format: Optional[pulumi.Input[_builtins.str]] = None,
343
375
  notify_strategy: Optional[pulumi.Input[_builtins.str]] = None,
344
376
  push_type: Optional[pulumi.Input[_builtins.str]] = None,
377
+ sts_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
345
378
  subscription_name: Optional[pulumi.Input[_builtins.str]] = None,
346
379
  topic_name: Optional[pulumi.Input[_builtins.str]] = None,
347
380
  __props__=None):
@@ -401,6 +434,7 @@ class ServiceSubscription(pulumi.CustomResource):
401
434
  - `BACKOFF_RETRY`: retries with a fixed backoff interval.
402
435
  - `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
403
436
  :param pulumi.Input[_builtins.str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
437
+ :param pulumi.Input[_builtins.str] sts_role_arn: The STS RoleArn.
404
438
  :param pulumi.Input[_builtins.str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
405
439
  :param pulumi.Input[_builtins.str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
406
440
  """
@@ -472,6 +506,7 @@ class ServiceSubscription(pulumi.CustomResource):
472
506
  notify_content_format: Optional[pulumi.Input[_builtins.str]] = None,
473
507
  notify_strategy: Optional[pulumi.Input[_builtins.str]] = None,
474
508
  push_type: Optional[pulumi.Input[_builtins.str]] = None,
509
+ sts_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
475
510
  subscription_name: Optional[pulumi.Input[_builtins.str]] = None,
476
511
  topic_name: Optional[pulumi.Input[_builtins.str]] = None,
477
512
  __props__=None):
@@ -493,6 +528,7 @@ class ServiceSubscription(pulumi.CustomResource):
493
528
  if push_type is None and not opts.urn:
494
529
  raise TypeError("Missing required property 'push_type'")
495
530
  __props__.__dict__["push_type"] = push_type
531
+ __props__.__dict__["sts_role_arn"] = sts_role_arn
496
532
  if subscription_name is None and not opts.urn:
497
533
  raise TypeError("Missing required property 'subscription_name'")
498
534
  __props__.__dict__["subscription_name"] = subscription_name
@@ -517,6 +553,7 @@ class ServiceSubscription(pulumi.CustomResource):
517
553
  notify_content_format: Optional[pulumi.Input[_builtins.str]] = None,
518
554
  notify_strategy: Optional[pulumi.Input[_builtins.str]] = None,
519
555
  push_type: Optional[pulumi.Input[_builtins.str]] = None,
556
+ sts_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
520
557
  subscription_name: Optional[pulumi.Input[_builtins.str]] = None,
521
558
  topic_name: Optional[pulumi.Input[_builtins.str]] = None) -> 'ServiceSubscription':
522
559
  """
@@ -540,6 +577,7 @@ class ServiceSubscription(pulumi.CustomResource):
540
577
  - `BACKOFF_RETRY`: retries with a fixed backoff interval.
541
578
  - `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
542
579
  :param pulumi.Input[_builtins.str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
580
+ :param pulumi.Input[_builtins.str] sts_role_arn: The STS RoleArn.
543
581
  :param pulumi.Input[_builtins.str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
544
582
  :param pulumi.Input[_builtins.str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
545
583
  """
@@ -554,6 +592,7 @@ class ServiceSubscription(pulumi.CustomResource):
554
592
  __props__.__dict__["notify_content_format"] = notify_content_format
555
593
  __props__.__dict__["notify_strategy"] = notify_strategy
556
594
  __props__.__dict__["push_type"] = push_type
595
+ __props__.__dict__["sts_role_arn"] = sts_role_arn
557
596
  __props__.__dict__["subscription_name"] = subscription_name
558
597
  __props__.__dict__["topic_name"] = topic_name
559
598
  return ServiceSubscription(resource_name, opts=opts, __props__=__props__)
@@ -621,6 +660,14 @@ class ServiceSubscription(pulumi.CustomResource):
621
660
  """
622
661
  return pulumi.get(self, "push_type")
623
662
 
663
+ @_builtins.property
664
+ @pulumi.getter(name="stsRoleArn")
665
+ def sts_role_arn(self) -> pulumi.Output[Optional[_builtins.str]]:
666
+ """
667
+ The STS RoleArn.
668
+ """
669
+ return pulumi.get(self, "sts_role_arn")
670
+
624
671
  @_builtins.property
625
672
  @pulumi.getter(name="subscriptionName")
626
673
  def subscription_name(self) -> pulumi.Output[_builtins.str]: