pulumi-cloudamqp 3.23.0a1747891615__py3-none-any.whl → 3.23.0a1748901004__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-cloudamqp might be problematic. Click here for more details.

Files changed (52) hide show
  1. pulumi_cloudamqp/__init__.py +1 -1
  2. pulumi_cloudamqp/_inputs.py +1 -1
  3. pulumi_cloudamqp/_utilities.py +1 -1
  4. pulumi_cloudamqp/account_action.py +1 -1
  5. pulumi_cloudamqp/alarm.py +1 -1
  6. pulumi_cloudamqp/config/__init__.py +1 -1
  7. pulumi_cloudamqp/config/__init__.pyi +1 -1
  8. pulumi_cloudamqp/config/vars.py +1 -1
  9. pulumi_cloudamqp/custom_domain.py +1 -1
  10. pulumi_cloudamqp/extra_disk_size.py +1 -1
  11. pulumi_cloudamqp/get_account.py +1 -1
  12. pulumi_cloudamqp/get_account_vpcs.py +1 -1
  13. pulumi_cloudamqp/get_alarm.py +1 -1
  14. pulumi_cloudamqp/get_alarms.py +1 -1
  15. pulumi_cloudamqp/get_credentials.py +1 -1
  16. pulumi_cloudamqp/get_instance.py +1 -1
  17. pulumi_cloudamqp/get_nodes.py +1 -1
  18. pulumi_cloudamqp/get_notification.py +1 -1
  19. pulumi_cloudamqp/get_notifications.py +1 -1
  20. pulumi_cloudamqp/get_plugins.py +1 -1
  21. pulumi_cloudamqp/get_plugins_community.py +1 -1
  22. pulumi_cloudamqp/get_upgradable_versions.py +1 -1
  23. pulumi_cloudamqp/get_vpc_gcp_info.py +1 -1
  24. pulumi_cloudamqp/get_vpc_info.py +1 -1
  25. pulumi_cloudamqp/instance.py +1 -1
  26. pulumi_cloudamqp/integration_aws_eventbridge.py +1 -1
  27. pulumi_cloudamqp/integration_log.py +1 -1
  28. pulumi_cloudamqp/integration_metric.py +1 -1
  29. pulumi_cloudamqp/maintenance_window.py +1 -1
  30. pulumi_cloudamqp/node_actions.py +1 -1
  31. pulumi_cloudamqp/notification.py +1 -1
  32. pulumi_cloudamqp/outputs.py +1 -1
  33. pulumi_cloudamqp/plugin.py +1 -1
  34. pulumi_cloudamqp/plugin_community.py +1 -1
  35. pulumi_cloudamqp/privatelink_aws.py +1 -1
  36. pulumi_cloudamqp/privatelink_azure.py +1 -1
  37. pulumi_cloudamqp/provider.py +8 -9
  38. pulumi_cloudamqp/pulumi-plugin.json +1 -1
  39. pulumi_cloudamqp/rabbit_configuration.py +1 -1
  40. pulumi_cloudamqp/security_firewall.py +1 -1
  41. pulumi_cloudamqp/upgrade_lavinmq.py +1 -1
  42. pulumi_cloudamqp/upgrade_rabbitmq.py +1 -1
  43. pulumi_cloudamqp/vpc.py +1 -1
  44. pulumi_cloudamqp/vpc_connect.py +1 -1
  45. pulumi_cloudamqp/vpc_gcp_peering.py +1 -1
  46. pulumi_cloudamqp/vpc_peering.py +1 -1
  47. pulumi_cloudamqp/webhook.py +1 -1
  48. {pulumi_cloudamqp-3.23.0a1747891615.dist-info → pulumi_cloudamqp-3.23.0a1748901004.dist-info}/METADATA +1 -1
  49. pulumi_cloudamqp-3.23.0a1748901004.dist-info/RECORD +52 -0
  50. {pulumi_cloudamqp-3.23.0a1747891615.dist-info → pulumi_cloudamqp-3.23.0a1748901004.dist-info}/WHEEL +1 -1
  51. pulumi_cloudamqp-3.23.0a1747891615.dist-info/RECORD +0 -52
  52. {pulumi_cloudamqp-3.23.0a1747891615.dist-info → pulumi_cloudamqp-3.23.0a1748901004.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_cloudamqp/alarm.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -20,7 +20,7 @@ __all__ = ['ProviderArgs', 'Provider']
20
20
  @pulumi.input_type
21
21
  class ProviderArgs:
22
22
  def __init__(__self__, *,
23
- apikey: pulumi.Input[builtins.str],
23
+ apikey: Optional[pulumi.Input[builtins.str]] = None,
24
24
  baseurl: Optional[pulumi.Input[builtins.str]] = None,
25
25
  enable_faster_instance_destroy: Optional[pulumi.Input[builtins.bool]] = None):
26
26
  """
@@ -28,7 +28,8 @@ class ProviderArgs:
28
28
  :param pulumi.Input[builtins.str] apikey: Key used to authentication to the CloudAMQP Customer API
29
29
  :param pulumi.Input[builtins.str] baseurl: Base URL to CloudAMQP Customer website
30
30
  """
31
- pulumi.set(__self__, "apikey", apikey)
31
+ if apikey is not None:
32
+ pulumi.set(__self__, "apikey", apikey)
32
33
  if baseurl is not None:
33
34
  pulumi.set(__self__, "baseurl", baseurl)
34
35
  if enable_faster_instance_destroy is not None:
@@ -36,14 +37,14 @@ class ProviderArgs:
36
37
 
37
38
  @property
38
39
  @pulumi.getter
39
- def apikey(self) -> pulumi.Input[builtins.str]:
40
+ def apikey(self) -> Optional[pulumi.Input[builtins.str]]:
40
41
  """
41
42
  Key used to authentication to the CloudAMQP Customer API
42
43
  """
43
44
  return pulumi.get(self, "apikey")
44
45
 
45
46
  @apikey.setter
46
- def apikey(self, value: pulumi.Input[builtins.str]):
47
+ def apikey(self, value: Optional[pulumi.Input[builtins.str]]):
47
48
  pulumi.set(self, "apikey", value)
48
49
 
49
50
  @property
@@ -93,7 +94,7 @@ class Provider(pulumi.ProviderResource):
93
94
  @overload
94
95
  def __init__(__self__,
95
96
  resource_name: str,
96
- args: ProviderArgs,
97
+ args: Optional[ProviderArgs] = None,
97
98
  opts: Optional[pulumi.ResourceOptions] = None):
98
99
  """
99
100
  The provider type for the cloudamqp package. By default, resources use package-wide configuration
@@ -128,8 +129,6 @@ class Provider(pulumi.ProviderResource):
128
129
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
129
130
  __props__ = ProviderArgs.__new__(ProviderArgs)
130
131
 
131
- if apikey is None and not opts.urn:
132
- raise TypeError("Missing required property 'apikey'")
133
132
  __props__.__dict__["apikey"] = apikey
134
133
  __props__.__dict__["baseurl"] = baseurl
135
134
  __props__.__dict__["enable_faster_instance_destroy"] = pulumi.Output.from_input(enable_faster_instance_destroy).apply(pulumi.runtime.to_json) if enable_faster_instance_destroy is not None else None
@@ -141,7 +140,7 @@ class Provider(pulumi.ProviderResource):
141
140
 
142
141
  @property
143
142
  @pulumi.getter
144
- def apikey(self) -> pulumi.Output[builtins.str]:
143
+ def apikey(self) -> pulumi.Output[Optional[builtins.str]]:
145
144
  """
146
145
  Key used to authentication to the CloudAMQP Customer API
147
146
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "cloudamqp",
4
- "version": "3.23.0-alpha.1747891615"
4
+ "version": "3.23.0-alpha.1748901004"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_cloudamqp/vpc.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_cloudamqp
3
- Version: 3.23.0a1747891615
3
+ Version: 3.23.0a1748901004
4
4
  Summary: A Pulumi package for creating and managing CloudAMQP resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,52 @@
1
+ pulumi_cloudamqp/__init__.py,sha256=EPDaaZ3GVaEf6rUrp9PQADbEkHgoCo7PH_-WYGxXgoo,6044
2
+ pulumi_cloudamqp/_inputs.py,sha256=ruV1E7Dk3b5dDGeGx2Mpx76wxVoGOKeKzJDfm7oNhJw,14448
3
+ pulumi_cloudamqp/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_cloudamqp/account_action.py,sha256=cKqU6Fau1lMt6o2bclXnNjKjE67J1Z4gahueLWo43Js,8262
5
+ pulumi_cloudamqp/alarm.py,sha256=48LZLqv3F6XV125WhGIYuni9PVUJkT3-AHnc1MHNXjg,31125
6
+ pulumi_cloudamqp/custom_domain.py,sha256=LtPJ9Tl8zfeUtuYj-7a844B6b3CoKEiF2bzn_0NbyU8,11257
7
+ pulumi_cloudamqp/extra_disk_size.py,sha256=ERzREMoPIpKtCsSkewycjzHT1cwpXBZcrVn179mtwe8,28798
8
+ pulumi_cloudamqp/get_account.py,sha256=ePHT8Joc_cYka4ib0eEH2dqDNteiphLD0CErpjq2VrA,3307
9
+ pulumi_cloudamqp/get_account_vpcs.py,sha256=NJ2QG9CEP4w-lSjyylVaVPSSUN4aPrjqRtNIi19-k8I,4588
10
+ pulumi_cloudamqp/get_alarm.py,sha256=ZifI7ReoorX2oagvYKPHqlbfaQdeOVjv2CFz2Yn2InM,12438
11
+ pulumi_cloudamqp/get_alarms.py,sha256=oQ29Cd3mz6l8C7RgUogaBQ_D86x_QzCu_KlxZL8rYDc,5524
12
+ pulumi_cloudamqp/get_credentials.py,sha256=5YPI47rdqXmRT1anvnrHgUGnMTfejFobJ6Od2AnJ8pk,5258
13
+ pulumi_cloudamqp/get_instance.py,sha256=_X0yTKtwKHzRJoyrVjMW5gToi00uHDjGphrZH58MKQM,12511
14
+ pulumi_cloudamqp/get_nodes.py,sha256=__D-WLmmpkW7SRyCL5liZU8OQF7iVHD0jOK96Z8X2KU,4442
15
+ pulumi_cloudamqp/get_notification.py,sha256=C1oTRSSQ-Dh-IPDkyHSkmie6HMqfkDj_tuXku9Gh-mM,8015
16
+ pulumi_cloudamqp/get_notifications.py,sha256=-_2aTXiai8cs6214azM1_w27XVK62HSLyPtJr-ovCiY,4850
17
+ pulumi_cloudamqp/get_plugins.py,sha256=0hojRFVn-9-67SY50oNqy3yRRUQA7bF0d_n3Tkz8TRk,6485
18
+ pulumi_cloudamqp/get_plugins_community.py,sha256=YY0vwjHxwVuDku2kEOopJ7ZY3EBlC7EmSbczkGpVKkA,6835
19
+ pulumi_cloudamqp/get_upgradable_versions.py,sha256=KlU2Q17KryCJX6sT8ZVo2tIW41oQSQeLgXfdpV1MSbY,5639
20
+ pulumi_cloudamqp/get_vpc_gcp_info.py,sha256=snPmWAX6Y0IAmcJAQekOuFJAAvUs_xCmLhEARXdEuO0,7930
21
+ pulumi_cloudamqp/get_vpc_info.py,sha256=F3Bhaf800Q_LljlJ3PDtGe52svpes5So-tHGv44T8UU,6714
22
+ pulumi_cloudamqp/instance.py,sha256=B17NByBuRmFaESdR39FfLkTTg2AQceMS_n-_ZLmMiS8,63851
23
+ pulumi_cloudamqp/integration_aws_eventbridge.py,sha256=lpEKrrJvMua53B0HSE9K6eheOn4klB51Y2wk6jvqq4c,24414
24
+ pulumi_cloudamqp/integration_log.py,sha256=qGXcwhk8xTDXEUa_vVAIJiRw0R5I-j89HcI_K1khVP0,72679
25
+ pulumi_cloudamqp/integration_metric.py,sha256=D0hWHNBDHc45g5RSXMORpW_Cpcklr_Q-TpehCDEjpl0,60454
26
+ pulumi_cloudamqp/maintenance_window.py,sha256=_H9wGfElA2JWrLoPlA53qiLiwNVDWxNnXRr-xdxq4Vk,19237
27
+ pulumi_cloudamqp/node_actions.py,sha256=3spRKaMI_E4tWaY7khvcLisTZKbyCRrTqBQiqc8Uk_4,19672
28
+ pulumi_cloudamqp/notification.py,sha256=uBUZUTBvsNjs21ErA_ZQeoaMkOUYmCYe0RaNJp6MkxI,31583
29
+ pulumi_cloudamqp/outputs.py,sha256=3uFE2bzZAfNmDbfz4tgMQiJCmn8jLHfItd0lLseG36I,28215
30
+ pulumi_cloudamqp/plugin.py,sha256=nlPe9Ad1-SJz1Gwo24aLdVUHxggF94pDs7gVV56_tic,18565
31
+ pulumi_cloudamqp/plugin_community.py,sha256=2qQqXztbbXDAOMqesoMo3S_stlg8CCczCTdfq_X3Ryc,19269
32
+ pulumi_cloudamqp/privatelink_aws.py,sha256=x5UjLjrf0pcWz_Yel7NC4cVJt3e-JLet5yC5PzgUQxg,20630
33
+ pulumi_cloudamqp/privatelink_azure.py,sha256=VXQkPjLipIUulov_tK6bhIKeKUiVZxPolVRHwNI7ewM,20200
34
+ pulumi_cloudamqp/provider.py,sha256=3cS8YO_Gv0D13CPLw_-vhRtip9g6dcMpHLAtUMaZHDk,7811
35
+ pulumi_cloudamqp/pulumi-plugin.json,sha256=-nQ9EuVYtMbhNLj5udbxZaN87Jd-bopPG3yidkFIrWY,86
36
+ pulumi_cloudamqp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
+ pulumi_cloudamqp/rabbit_configuration.py,sha256=xv2i7bct3nDehqaxs7lO5dOd4qVzlvLIPl4U90KZcTI,36286
38
+ pulumi_cloudamqp/security_firewall.py,sha256=eL538zCtMEqNZoY6ve6KgISla1XRFawAVeCXHHIDZLI,15586
39
+ pulumi_cloudamqp/upgrade_lavinmq.py,sha256=8f0dB4_hAzESZe0IAogt_Oc9Nttrflv6Ms938Fi9wVw,8089
40
+ pulumi_cloudamqp/upgrade_rabbitmq.py,sha256=a3Iigq-0lV-PC6-XpJaNrql9Og6jSPfmombUi4_ZvZo,10614
41
+ pulumi_cloudamqp/vpc.py,sha256=-2_RoC6wyrljNRnEV2JV1a8gP86ji-rSlKlV50ft1bw,15687
42
+ pulumi_cloudamqp/vpc_connect.py,sha256=Nd0NgBTUGz2esaS-nVE9-y89PAsM-o3gWr05YLWnJ2s,30154
43
+ pulumi_cloudamqp/vpc_gcp_peering.py,sha256=ipheXx8y8Rqw51hG9Wbl3MypzXzEV5WtYzVvLQJ1iMU,24596
44
+ pulumi_cloudamqp/vpc_peering.py,sha256=p8vqKcN26XDPvn5YUru75CL4IcTBAYpb6D8rF5A3sgk,17571
45
+ pulumi_cloudamqp/webhook.py,sha256=eXbzIlnebZRCLbLSQbvsWzaxJNXUHNe4JHSiehwK7xs,19155
46
+ pulumi_cloudamqp/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
47
+ pulumi_cloudamqp/config/__init__.pyi,sha256=KRXnMKDskmD25sSWMxFzODPWMWrKBkUI4nMD551X9Io,721
48
+ pulumi_cloudamqp/config/vars.py,sha256=1_jx5d2OF-ohSxoIlrHgovVLriCdxgjWHTgGS5j_GJ4,1111
49
+ pulumi_cloudamqp-3.23.0a1748901004.dist-info/METADATA,sha256=bpFHbcc6OVU3BPL6J8l9vbMVvxsHdhG1jFFPRAtwVIg,2821
50
+ pulumi_cloudamqp-3.23.0a1748901004.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
51
+ pulumi_cloudamqp-3.23.0a1748901004.dist-info/top_level.txt,sha256=GzOcAz5c3r2TOma1_ftIXuXYIElI_XHfdRiJARoRz2g,17
52
+ pulumi_cloudamqp-3.23.0a1748901004.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,52 +0,0 @@
1
- pulumi_cloudamqp/__init__.py,sha256=dPO1G-D7XD0IuT0JZ1ZjR80ThpDD8uRX1ofFGzMGbds,6062
2
- pulumi_cloudamqp/_inputs.py,sha256=78nWru4B0Jl7yP3_Lufoxm-mATsdwz022sshxwgosW4,14466
3
- pulumi_cloudamqp/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_cloudamqp/account_action.py,sha256=_eL78xMP1OoBI9AiYs1cQvTSx-HC6XV-iewxbUw83X8,8280
5
- pulumi_cloudamqp/alarm.py,sha256=1OOKi_9TS1kkpW9WBad6NdJIwBRLhlwBLt9RhZQ3J3o,31143
6
- pulumi_cloudamqp/custom_domain.py,sha256=XN5yWiT2L-tjYY8puYRVzbErLXSIcvwWgvx0qjZ-E3M,11275
7
- pulumi_cloudamqp/extra_disk_size.py,sha256=hywozRqBcsPEYwmtJNAfKdS6tDmkubZ92xIOjWNU5Tw,28816
8
- pulumi_cloudamqp/get_account.py,sha256=z1fn8Kh5u19wSRwCMS1O9R8OELiBNoxszqgDIKVADD4,3325
9
- pulumi_cloudamqp/get_account_vpcs.py,sha256=aODaMHxxObLV6ifvTg70V151WgAQJIjjLk3oVfaHZ1k,4606
10
- pulumi_cloudamqp/get_alarm.py,sha256=EuMR9FyPCGBy6tVe_GbKh5cGNv6Mp4baj7YBX_NCs9w,12456
11
- pulumi_cloudamqp/get_alarms.py,sha256=iXJ-LeILvip7S80nxPAaey3o7uLeJtPdq2WGrxflYCY,5542
12
- pulumi_cloudamqp/get_credentials.py,sha256=B4Q-ugz9-vUMSFBfM2ojjRiU7WQ8HGnYlI1wIwLXcVM,5276
13
- pulumi_cloudamqp/get_instance.py,sha256=0PE_ReGeDUh-NqID_3pRXncIgpJ-vV0TbaP0dzVqWFg,12529
14
- pulumi_cloudamqp/get_nodes.py,sha256=XviTdkyrRIPRVD90OgCVIl1EznMexOoYu0aO_wNiOl0,4460
15
- pulumi_cloudamqp/get_notification.py,sha256=ZUlV54OzmQt0bv0OFBPpQFdWLplvyHgEe7FjHRTeLYE,8033
16
- pulumi_cloudamqp/get_notifications.py,sha256=FDrnEOWoN0-tLssKqE2hBaxA584Ei_OXXzoP7TZnVLw,4868
17
- pulumi_cloudamqp/get_plugins.py,sha256=ZTq1qdjxd7I1drfwTYNhjd8_jLC0NWL6ycQjvnhgVlQ,6503
18
- pulumi_cloudamqp/get_plugins_community.py,sha256=HPHX6lM_baDzwtEtC7b0xcJ4iEuOO35U6Otv_INz1tw,6853
19
- pulumi_cloudamqp/get_upgradable_versions.py,sha256=KU_1fpILeg-efSgs_8G0QeXjx3Bw6DL_duPXCTt0ldY,5657
20
- pulumi_cloudamqp/get_vpc_gcp_info.py,sha256=-_iyZhzFO0yPGu-Rrm1rusQHUP2BvyD3lkYSa3vYEuU,7948
21
- pulumi_cloudamqp/get_vpc_info.py,sha256=5F1U56JN5yyPNJ-oDp6tRyPj0o-U0ubMwz1faKxSPxc,6732
22
- pulumi_cloudamqp/instance.py,sha256=zDf-PSo9Mc-g8SNW81b0MnDf6yKCCC9bBrBDjISeByw,63869
23
- pulumi_cloudamqp/integration_aws_eventbridge.py,sha256=6X21p_55bv3yDOxy6M-hclSTR8_v7CMZOvAe-kxz8zg,24432
24
- pulumi_cloudamqp/integration_log.py,sha256=UypwDAPzm7zXPPydAYhlG8Rqc4g_nx42x-eIqyP4gnc,72697
25
- pulumi_cloudamqp/integration_metric.py,sha256=OUc4o8Jxy1duXRwug6-2AD1JaqfdgqcgNO5SKykhr00,60472
26
- pulumi_cloudamqp/maintenance_window.py,sha256=CwpzWnszXmwda_U9A3HbyZazmO1tcTdGFmaDG-9iM08,19255
27
- pulumi_cloudamqp/node_actions.py,sha256=3pylVqLP4unmGBhNcDQu5elOHi5wpS9YBpA25aeczpU,19690
28
- pulumi_cloudamqp/notification.py,sha256=vZ4TKk9VhT1byC1NQfzUObaS2PoOzOXj8XmI_4rstMg,31601
29
- pulumi_cloudamqp/outputs.py,sha256=w354Ol3_ach9FBSQD2kdaK-c6Hz0d2Ma3W_J34IxmtE,28233
30
- pulumi_cloudamqp/plugin.py,sha256=1v03ynAkUDAVkyLtutomhPkFLk097HdbLP49oO9knLs,18583
31
- pulumi_cloudamqp/plugin_community.py,sha256=OKQziB8pXxeKc2Mytf5dZMhoCqepnfnFQu1J6HCqNCI,19287
32
- pulumi_cloudamqp/privatelink_aws.py,sha256=MCF6rFWkBDXPkPChfxduzU0KWo-y-RLsBq9ZfxiFhFI,20648
33
- pulumi_cloudamqp/privatelink_azure.py,sha256=M8Wb0Db9UpEhQHSv1rHUL-CXLQ1OlykkiG3nPcMP2z8,20218
34
- pulumi_cloudamqp/provider.py,sha256=xgXxnqlwqtMWnshIvZ8bBAuT1x9kcimGX428cgRH-Oo,7848
35
- pulumi_cloudamqp/pulumi-plugin.json,sha256=eMUwz9OWnD3ewYjjoz1DYxLluP9-YTDIAFxJveUDylI,86
36
- pulumi_cloudamqp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- pulumi_cloudamqp/rabbit_configuration.py,sha256=BhL9s3ndI8RXzkNApzdeD6tFNc2rHyu9TZ195rnM9Ps,36304
38
- pulumi_cloudamqp/security_firewall.py,sha256=Z5lzVitk6UNEwsS0q1fh9BKPO2GMkFsh9YgraeB6Hjg,15604
39
- pulumi_cloudamqp/upgrade_lavinmq.py,sha256=cCAcp179rwnkGRmiLHmysQuOH25c8Kfz37SGDJOjH7k,8107
40
- pulumi_cloudamqp/upgrade_rabbitmq.py,sha256=sC0eOtdLCPK1jSYrtLo18H7-c9vwV9Edad_7wZFHn90,10632
41
- pulumi_cloudamqp/vpc.py,sha256=bbs7D9qjRNUtZQycz3dD_nvdSlHkqIzN9YVnqEw9tzY,15705
42
- pulumi_cloudamqp/vpc_connect.py,sha256=MiBG5AUrgOFH1ouNE0Cld9I5dYZSGcw8NCtDPiA9gnk,30172
43
- pulumi_cloudamqp/vpc_gcp_peering.py,sha256=lsnWe3WStWc31V0_BM2Egh9SqMFNGMqoir1yTJu9kh4,24614
44
- pulumi_cloudamqp/vpc_peering.py,sha256=P6FVYr3_IprujMpUHuKIzZ0ATZvyqAGldyF773HETkg,17589
45
- pulumi_cloudamqp/webhook.py,sha256=RcGFqEEmBJCHgMnyVKAVDbRN42qg_MWfk2HEooZxf7s,19173
46
- pulumi_cloudamqp/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
47
- pulumi_cloudamqp/config/__init__.pyi,sha256=p7qWknIEOgVSX4PHZXWVUwd_5j6kL7_x882oKLZ2CmM,739
48
- pulumi_cloudamqp/config/vars.py,sha256=vB-XeOlRCqbHRcn8fiZYSxslXofD8Zl3jhF27u3ybQg,1129
49
- pulumi_cloudamqp-3.23.0a1747891615.dist-info/METADATA,sha256=TU09zW7OWRKxedG2rND4f48EHOvuc2RrTVN4HOVdm-Q,2821
50
- pulumi_cloudamqp-3.23.0a1747891615.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
51
- pulumi_cloudamqp-3.23.0a1747891615.dist-info/top_level.txt,sha256=GzOcAz5c3r2TOma1_ftIXuXYIElI_XHfdRiJARoRz2g,17
52
- pulumi_cloudamqp-3.23.0a1747891615.dist-info/RECORD,,