pulumi-aiven 6.26.0a1728364446__py3-none-any.whl → 6.26.1__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-aiven might be problematic. Click here for more details.

Files changed (160) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8440 -400
  3. pulumi_aiven/_utilities.py +1 -1
  4. pulumi_aiven/account.py +5 -0
  5. pulumi_aiven/account_authentication.py +5 -0
  6. pulumi_aiven/account_team.py +5 -0
  7. pulumi_aiven/account_team_member.py +5 -0
  8. pulumi_aiven/account_team_project.py +12 -7
  9. pulumi_aiven/aws_privatelink.py +5 -0
  10. pulumi_aiven/aws_vpc_peering_connection.py +5 -0
  11. pulumi_aiven/azure_privatelink.py +5 -0
  12. pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
  13. pulumi_aiven/azure_vpc_peering_connection.py +5 -0
  14. pulumi_aiven/billing_group.py +5 -0
  15. pulumi_aiven/cassandra.py +12 -2
  16. pulumi_aiven/cassandra_user.py +5 -0
  17. pulumi_aiven/clickhouse.py +11 -1
  18. pulumi_aiven/clickhouse_database.py +5 -0
  19. pulumi_aiven/clickhouse_grant.py +5 -0
  20. pulumi_aiven/clickhouse_role.py +5 -0
  21. pulumi_aiven/clickhouse_user.py +5 -0
  22. pulumi_aiven/config/__init__.pyi +5 -0
  23. pulumi_aiven/config/vars.py +5 -0
  24. pulumi_aiven/connection_pool.py +5 -0
  25. pulumi_aiven/dragonfly.py +12 -2
  26. pulumi_aiven/flink.py +12 -2
  27. pulumi_aiven/flink_application.py +5 -0
  28. pulumi_aiven/flink_application_deployment.py +5 -0
  29. pulumi_aiven/flink_application_version.py +5 -0
  30. pulumi_aiven/gcp_privatelink.py +5 -0
  31. pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
  32. pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
  33. pulumi_aiven/get_account.py +19 -4
  34. pulumi_aiven/get_account_authentication.py +30 -4
  35. pulumi_aiven/get_account_team.py +17 -4
  36. pulumi_aiven/get_account_team_member.py +19 -4
  37. pulumi_aiven/get_account_team_project.py +18 -5
  38. pulumi_aiven/get_aws_privatelink.py +17 -4
  39. pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
  40. pulumi_aiven/get_azure_privatelink.py +19 -4
  41. pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
  42. pulumi_aiven/get_billing_group.py +27 -4
  43. pulumi_aiven/get_cassanda.py +40 -4
  44. pulumi_aiven/get_cassandra.py +40 -4
  45. pulumi_aiven/get_cassandra_user.py +20 -4
  46. pulumi_aiven/get_clickhouse.py +40 -4
  47. pulumi_aiven/get_clickhouse_database.py +17 -4
  48. pulumi_aiven/get_clickhouse_user.py +19 -4
  49. pulumi_aiven/get_connection_pool.py +21 -4
  50. pulumi_aiven/get_dragonfly.py +40 -4
  51. pulumi_aiven/get_external_identity.py +160 -0
  52. pulumi_aiven/get_flink.py +40 -4
  53. pulumi_aiven/get_flink_application.py +21 -4
  54. pulumi_aiven/get_flink_application_version.py +26 -4
  55. pulumi_aiven/get_gcp_privatelink.py +17 -4
  56. pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
  57. pulumi_aiven/get_grafana.py +40 -4
  58. pulumi_aiven/get_influx_db.py +40 -4
  59. pulumi_aiven/get_influxdb_database.py +17 -4
  60. pulumi_aiven/get_influxdb_user.py +20 -4
  61. pulumi_aiven/get_kafka.py +42 -4
  62. pulumi_aiven/get_kafka_acl.py +21 -4
  63. pulumi_aiven/get_kafka_connect.py +39 -4
  64. pulumi_aiven/get_kafka_connector.py +24 -4
  65. pulumi_aiven/get_kafka_mirror_maker.py +39 -4
  66. pulumi_aiven/get_kafka_schema.py +20 -4
  67. pulumi_aiven/get_kafka_schema_configuration.py +19 -4
  68. pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
  69. pulumi_aiven/get_kafka_topic.py +23 -4
  70. pulumi_aiven/get_kafka_user.py +20 -4
  71. pulumi_aiven/get_m3_aggregator.py +40 -4
  72. pulumi_aiven/get_m3_db.py +40 -4
  73. pulumi_aiven/get_m3db_user.py +18 -4
  74. pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
  75. pulumi_aiven/get_my_sql.py +40 -4
  76. pulumi_aiven/get_mysql_database.py +17 -4
  77. pulumi_aiven/get_mysql_user.py +21 -4
  78. pulumi_aiven/get_open_search.py +40 -4
  79. pulumi_aiven/get_open_search_acl_config.py +16 -4
  80. pulumi_aiven/get_open_search_acl_rule.py +20 -4
  81. pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
  82. pulumi_aiven/get_opensearch_user.py +18 -4
  83. pulumi_aiven/get_organization.py +16 -4
  84. pulumi_aiven/get_organization_application_user.py +17 -4
  85. pulumi_aiven/get_organization_user.py +17 -4
  86. pulumi_aiven/get_organization_user_group.py +18 -4
  87. pulumi_aiven/get_organizational_unit.py +16 -4
  88. pulumi_aiven/get_pg.py +40 -4
  89. pulumi_aiven/get_pg_database.py +19 -4
  90. pulumi_aiven/get_pg_user.py +21 -4
  91. pulumi_aiven/get_project.py +25 -4
  92. pulumi_aiven/get_project_user.py +17 -5
  93. pulumi_aiven/get_project_vpc.py +18 -4
  94. pulumi_aiven/get_redis.py +40 -4
  95. pulumi_aiven/get_redis_user.py +22 -4
  96. pulumi_aiven/get_service_component.py +26 -4
  97. pulumi_aiven/get_service_integration.py +52 -8
  98. pulumi_aiven/get_service_integration_endpoint.py +32 -4
  99. pulumi_aiven/get_thanos.py +40 -10
  100. pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
  101. pulumi_aiven/get_valkey.py +40 -4
  102. pulumi_aiven/get_valkey_user.py +22 -4
  103. pulumi_aiven/grafana.py +12 -2
  104. pulumi_aiven/influx_db.py +12 -2
  105. pulumi_aiven/influxdb_database.py +5 -0
  106. pulumi_aiven/influxdb_user.py +5 -0
  107. pulumi_aiven/kafka.py +12 -2
  108. pulumi_aiven/kafka_acl.py +5 -0
  109. pulumi_aiven/kafka_connect.py +12 -2
  110. pulumi_aiven/kafka_connector.py +5 -0
  111. pulumi_aiven/kafka_mirror_maker.py +12 -2
  112. pulumi_aiven/kafka_schema.py +5 -0
  113. pulumi_aiven/kafka_schema_configuration.py +5 -0
  114. pulumi_aiven/kafka_schema_registry_acl.py +5 -0
  115. pulumi_aiven/kafka_topic.py +5 -0
  116. pulumi_aiven/kafka_user.py +5 -0
  117. pulumi_aiven/m3_aggregator.py +12 -2
  118. pulumi_aiven/m3_db.py +12 -2
  119. pulumi_aiven/m3db_user.py +5 -0
  120. pulumi_aiven/mirror_maker_replication_flow.py +5 -0
  121. pulumi_aiven/my_sql.py +12 -2
  122. pulumi_aiven/mysql_database.py +5 -0
  123. pulumi_aiven/mysql_user.py +5 -0
  124. pulumi_aiven/open_search.py +12 -2
  125. pulumi_aiven/open_search_acl_config.py +5 -0
  126. pulumi_aiven/open_search_acl_rule.py +5 -0
  127. pulumi_aiven/opensearch_security_plugin_config.py +5 -0
  128. pulumi_aiven/opensearch_user.py +5 -0
  129. pulumi_aiven/organization.py +5 -0
  130. pulumi_aiven/organization_application_user.py +5 -0
  131. pulumi_aiven/organization_application_user_token.py +5 -0
  132. pulumi_aiven/organization_group_project.py +12 -7
  133. pulumi_aiven/organization_permission.py +5 -0
  134. pulumi_aiven/organization_user.py +5 -0
  135. pulumi_aiven/organization_user_group.py +5 -0
  136. pulumi_aiven/organization_user_group_member.py +5 -0
  137. pulumi_aiven/organizational_unit.py +5 -0
  138. pulumi_aiven/outputs.py +339 -62
  139. pulumi_aiven/pg.py +12 -2
  140. pulumi_aiven/pg_database.py +5 -0
  141. pulumi_aiven/pg_user.py +5 -0
  142. pulumi_aiven/project.py +5 -0
  143. pulumi_aiven/project_user.py +12 -7
  144. pulumi_aiven/project_vpc.py +5 -0
  145. pulumi_aiven/provider.py +5 -0
  146. pulumi_aiven/pulumi-plugin.json +1 -1
  147. pulumi_aiven/redis.py +12 -2
  148. pulumi_aiven/redis_user.py +5 -0
  149. pulumi_aiven/service_integration.py +59 -7
  150. pulumi_aiven/service_integration_endpoint.py +5 -0
  151. pulumi_aiven/static_ip.py +7 -2
  152. pulumi_aiven/thanos.py +12 -8
  153. pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
  154. pulumi_aiven/valkey.py +12 -2
  155. pulumi_aiven/valkey_user.py +5 -0
  156. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/METADATA +3 -2
  157. pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
  158. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
  159. pulumi_aiven-6.26.0a1728364446.dist-info/RECORD +0 -160
  160. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/thanos.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _ThanosState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if maintenance_window_dow is not None:
@@ -487,6 +495,7 @@ class _ThanosState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -763,9 +772,6 @@ class Thanos(pulumi.CustomResource):
763
772
  """
764
773
  Creates and manages an [Aiven for Metrics®](https://aiven.io/docs/products/metrics/concepts/metrics-overview) service.
765
774
 
766
- **This resource is in the beta stage and may change without notice.** Set
767
- the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
768
-
769
775
  :param str resource_name: The name of the resource.
770
776
  :param pulumi.ResourceOptions opts: Options for the resource.
771
777
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
@@ -794,9 +800,6 @@ class Thanos(pulumi.CustomResource):
794
800
  """
795
801
  Creates and manages an [Aiven for Metrics®](https://aiven.io/docs/products/metrics/concepts/metrics-overview) service.
796
802
 
797
- **This resource is in the beta stage and may change without notice.** Set
798
- the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
799
-
800
803
  :param str resource_name: The name of the resource.
801
804
  :param ThanosArgs args: The arguments to use to populate this resource's properties.
802
805
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -1040,6 +1043,7 @@ class Thanos(pulumi.CustomResource):
1040
1043
 
1041
1044
  @property
1042
1045
  @pulumi.getter(name="diskSpaceUsed")
1046
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1043
1047
  def disk_space_used(self) -> pulumi.Output[str]:
1044
1048
  """
1045
1049
  Disk space that service is currently using
@@ -1080,7 +1084,7 @@ class Thanos(pulumi.CustomResource):
1080
1084
 
1081
1085
  @property
1082
1086
  @pulumi.getter(name="projectVpcId")
1083
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1087
+ def project_vpc_id(self) -> pulumi.Output[str]:
1084
1088
  """
1085
1089
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1086
1090
  """
@@ -1096,7 +1100,7 @@ class Thanos(pulumi.CustomResource):
1096
1100
 
1097
1101
  @property
1098
1102
  @pulumi.getter(name="serviceIntegrations")
1099
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.ThanosServiceIntegration']]]:
1103
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.ThanosServiceIntegration']]:
1100
1104
  """
1101
1105
  Service integrations to specify when creating a service. Not applied after initial service creation
1102
1106
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['TransitGatewayVpcAttachmentArgs', 'TransitGatewayVpcAttachment']
pulumi_aiven/valkey.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _ValkeyState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if maintenance_window_dow is not None:
@@ -487,6 +495,7 @@ class _ValkeyState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -1078,6 +1087,7 @@ class Valkey(pulumi.CustomResource):
1078
1087
 
1079
1088
  @property
1080
1089
  @pulumi.getter(name="diskSpaceUsed")
1090
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1081
1091
  def disk_space_used(self) -> pulumi.Output[str]:
1082
1092
  """
1083
1093
  Disk space that service is currently using
@@ -1118,7 +1128,7 @@ class Valkey(pulumi.CustomResource):
1118
1128
 
1119
1129
  @property
1120
1130
  @pulumi.getter(name="projectVpcId")
1121
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1131
+ def project_vpc_id(self) -> pulumi.Output[str]:
1122
1132
  """
1123
1133
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1124
1134
  """
@@ -1134,7 +1144,7 @@ class Valkey(pulumi.CustomResource):
1134
1144
 
1135
1145
  @property
1136
1146
  @pulumi.getter(name="serviceIntegrations")
1137
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.ValkeyServiceIntegration']]]:
1147
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.ValkeyServiceIntegration']]:
1138
1148
  """
1139
1149
  Service integrations to specify when creating a service. Not applied after initial service creation
1140
1150
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['ValkeyUserArgs', 'ValkeyUser']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.26.0a1728364446
3
+ Version: 6.26.1
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,8 +9,9 @@ Keywords: pulumi,aiven
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver >=0.2.1
12
- Requires-Dist: pulumi <4.0.0,>=3.0.0
12
+ Requires-Dist: pulumi <4.0.0,>=3.136.0
13
13
  Requires-Dist: semver >=2.8.1
14
+ Requires-Dist: typing-extensions >=4.11 ; python_version < "3.11"
14
15
 
15
16
  [![Actions Status](https://github.com/pulumi/pulumi-aiven/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-aiven/actions)
16
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -0,0 +1,161 @@
1
+ pulumi_aiven/__init__.py,sha256=nE8GNHB17iUVBkNAeiQh8oOxn51vaa6JZW6OhxollQQ,18813
2
+ pulumi_aiven/_inputs.py,sha256=HUyJRVD_pDVIL0ogPcULYv5RzwCEFHr2giWyaXB2PUA,1569068
3
+ pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
4
+ pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
5
+ pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
6
+ pulumi_aiven/account_team.py,sha256=hcV_T88ON6X0lgflCbEGDK-BwrmsBb40fHbz85VeS9I,13101
7
+ pulumi_aiven/account_team_member.py,sha256=fJdyOsgcC8M3HDUqvtNVqUt6xRvX4BXXsypovPlZEVQ,18773
8
+ pulumi_aiven/account_team_project.py,sha256=DsTcH-IHBCAFc3IcGvoDsfhiywKXmLkjnRfY062R0aM,15461
9
+ pulumi_aiven/aws_privatelink.py,sha256=T_fAM8G1eLpgDiql6wO9kwTG28ecBQiRoZFAgXnR04M,15605
10
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=9o17R-3xjvBpT1cWmRl_1itRAaUgUOyFT8FZZ4V_y7I,18618
11
+ pulumi_aiven/azure_privatelink.py,sha256=hCrp07cYMAxJ1Ju8-7GnSI4bNJEm-vvVTT8LtrQZu2A,18156
12
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=9CTHF6oSAaSKIJJLSwmnRR_GpONRWfMeo078EfKfKN4,19004
13
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=oW8uZyvWpEarMy6RjPe1SI53KG2aODLT5Z2TWn7Zx2Y,25382
14
+ pulumi_aiven/billing_group.py,sha256=aFdlSTLYMJLDJYXYbiqGNadAUCPRcbXfQg9BhPr9QkE,37477
15
+ pulumi_aiven/cassandra.py,sha256=ciWV3O2zaGIOdRrpkbWYqc6svA0MDil_oqej-ZE7aww,82484
16
+ pulumi_aiven/cassandra_user.py,sha256=zeaHC8vwKH-8y4Es2573azsaLcVlNcwiwxiYVLaZbI8,18764
17
+ pulumi_aiven/clickhouse.py,sha256=5hlPG9l4ju7Qr6OIdBkp5OvqzrVI26McRJ4v0ezSq_8,82348
18
+ pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAhFDOZ8Y,15724
19
+ pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
20
+ pulumi_aiven/clickhouse_role.py,sha256=kXZpuUPpR8ZCnpyIT3z1cmAS48VlQaJ2fgUaeekCRYk,12661
21
+ pulumi_aiven/clickhouse_user.py,sha256=jEZC3zc9B4SrE5Lt4UJJ4ju3rZ8IYEfcH3rt8xDOvNA,15961
22
+ pulumi_aiven/connection_pool.py,sha256=M_xN2LFmQA-5GTQ4yFSfihifv2Z_BRWE0Vgh-gSWbEs,26425
23
+ pulumi_aiven/dragonfly.py,sha256=xFDzeKI_QpnqWHKYaBw24lWjrLkGbMlaoARHTcoZ6mA,82054
24
+ pulumi_aiven/flink.py,sha256=UwS22K8uvtQgtUm0py0CgKT1sPOrzKPkoM7uYQXQ98k,81282
25
+ pulumi_aiven/flink_application.py,sha256=gLdog8U6c6Y0gLguYqpsiB6IajsrdNs9mVhlkL_InS4,17778
26
+ pulumi_aiven/flink_application_deployment.py,sha256=Xk-l3x_jtzQc8p-yJsmVEhLKpB3PBGZ-t35b3AaONQA,26450
27
+ pulumi_aiven/flink_application_version.py,sha256=oeAmiDvy_jyKfKAk31mELiwLn-lsii-7adDnB2qQnxc,34302
28
+ pulumi_aiven/gcp_privatelink.py,sha256=BwvWda8bc7RCNnxmzJ0WFGSdUo2tIn6JVYESdCNiSgw,14178
29
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=V6AKvAlaSeveYgPWMRoqAuW2Hxx56Xh51QOWl-bg4n8,17064
30
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=3WAsDLGtnKvpYCn2zbN8yCczZNTQFHRm361drkwpCAQ,15112
31
+ pulumi_aiven/get_account.py,sha256=-BmF_rT0p7yv7_w1co8VNSAnPiYTIigq4t5smJwLuQU,7500
32
+ pulumi_aiven/get_account_authentication.py,sha256=hZshH8eMofJlKVJiyW9s8GiPZ_rxCgsYnuBg1sAM-VE,14508
33
+ pulumi_aiven/get_account_team.py,sha256=xoIVzKTYKDhf7zXMA90vsoker_BwMb_RrFsMevXdvbU,5651
34
+ pulumi_aiven/get_account_team_member.py,sha256=qHtwjz2fGbGA32_h0hattQ2g-m1uPVXDoXc0kJ1S66o,8073
35
+ pulumi_aiven/get_account_team_project.py,sha256=KCxyVgM4dMKdVhX8dW94dF-7NseiladtrWQZn8GgtKE,5914
36
+ pulumi_aiven/get_aws_privatelink.py,sha256=rj2JWpNF8Op_LIlJpNIjYBCWb-jPoujtJyW2Wb3UM4I,7453
37
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=MCsJpTngLawK9grOlrE_QXGDYOIyRditSoUq_KQa8E4,9980
38
+ pulumi_aiven/get_azure_privatelink.py,sha256=XylhGH1AUkltuCsRj9aIzzXuLkD4g1hdN0_JhNTdBMk,8763
39
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=_SyX1QjB99ZiallTffeh5O7GIM1oIpXoCjd2bk43BZ4,13092
40
+ pulumi_aiven/get_billing_group.py,sha256=Pyjs4XIjSca6pOanSTUlVdcSHRUbfvk7xJ6KegTQg0s,12399
41
+ pulumi_aiven/get_cassanda.py,sha256=tuVIZfHVmo2Q4icakbticflZkTrudej3uplUYSuSMO8,25522
42
+ pulumi_aiven/get_cassandra.py,sha256=0NTd8ga9xr3tiVPksyw89ABrt7Gm5JVaw-o7k-q9DHs,25194
43
+ pulumi_aiven/get_cassandra_user.py,sha256=l_KAbIjqLR_IlMYAPndnKmDYnTE-3RT0H-pRVa3Ydys,9064
44
+ pulumi_aiven/get_clickhouse.py,sha256=6669UKuc5I1urR87nfg_W5BGdYFtFoV2lKwjkMQI6P4,25219
45
+ pulumi_aiven/get_clickhouse_database.py,sha256=SnJGD4QwIbNV8b1LbQjxuTAl-kgIgpegpVWKMbpZ_Vc,7391
46
+ pulumi_aiven/get_clickhouse_user.py,sha256=0E1EzvCKChFow87KPrRASvtopiTbeafu6_MHsH-_YIQ,8125
47
+ pulumi_aiven/get_connection_pool.py,sha256=wYA5pPxSIFI6jlxtRUrc4JnHys3GXVd6ECkfeDBX9Ck,10120
48
+ pulumi_aiven/get_dragonfly.py,sha256=ZLuICt4ZumgliARS6r-nRwhAgGW0ZKCx9rP2BevYQpQ,25186
49
+ pulumi_aiven/get_external_identity.py,sha256=PV-Cv9mzcTBLTkFA6fCTtLrfBGGYuCzHy15uT_KfciQ,7189
50
+ pulumi_aiven/get_flink.py,sha256=FXLJpP44glUkeNSj4LsEyJmAEMBYpfTZfiewRe9aUtQ,24906
51
+ pulumi_aiven/get_flink_application.py,sha256=JpPP5wGTZdIuzMUEo5A-Y9XUQQkZaVRx1X6iVNkrGKE,9267
52
+ pulumi_aiven/get_flink_application_version.py,sha256=IPTuAjK7tV2VnSITqzF5_7myjdRqFpFTSJQd5hQ7MgE,12454
53
+ pulumi_aiven/get_gcp_privatelink.py,sha256=VTZIsybun47gTpnXxzeg33dpx4g3tPrh76rUXk2e_gY,7463
54
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=I210Wlvpi7oQEYNiw4msDbyvsUYPxQwbLVqC02Bt1rw,8075
55
+ pulumi_aiven/get_grafana.py,sha256=ypmJNHcn_AnABmtfdZ3YrhoStinlehxn6KWW5sVkpKw,25036
56
+ pulumi_aiven/get_influx_db.py,sha256=_B7026Of6Pecw1YITMrEWgwtazwSvAHhQx8BPXhaktE,18137
57
+ pulumi_aiven/get_influxdb_database.py,sha256=iL-s_saxGR409F43qldjmlw2R0Jx8JvUkEDtcjILLfM,5374
58
+ pulumi_aiven/get_influxdb_user.py,sha256=847LJinmQAu0fuQ5tmAh8yXJC6Xhbrt4FSyWnoMFQxQ,6298
59
+ pulumi_aiven/get_kafka.py,sha256=Saayh5wr8ej0xuNuUaAi7aEmXJUGc6rkaPMJmru5D9s,26060
60
+ pulumi_aiven/get_kafka_acl.py,sha256=7yEhFbGo5sOcj4ikoLhpypR9cKJorZd8lFCoIHtUYUw,9276
61
+ pulumi_aiven/get_kafka_connect.py,sha256=3cZku4Dv6LUZJqcKhrgNPSsRx5yjdG5jEwQDuaT8aMI,24787
62
+ pulumi_aiven/get_kafka_connector.py,sha256=4PgGj5S4kYAmqYQBGgqZyqJaQOMlCXtbFwYuDUSBe1M,11459
63
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=mBPl743YMu_4v0PHNEfnwBHnlnrK6PXzPMvGmxjjf40,24981
64
+ pulumi_aiven/get_kafka_schema.py,sha256=Y7AVolLUED6P2wXuShA4gmbLubt-eXqxLWcRfgXbVCg,9222
65
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=kCxNuCtMN8yvW1xF2ze8Pga1b4omdXCiWk2goTf_S7Y,9258
66
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=MJXEqJTY45HR4Jxx1ncraqwq2RwFRaq0i2GeqnCyzrY,9484
67
+ pulumi_aiven/get_kafka_topic.py,sha256=I2hEYNMZdnGi4C6C34zRZY0ZfCD0HeRqrCADzkb6Ag4,10845
68
+ pulumi_aiven/get_kafka_user.py,sha256=inTk5YpnVHtgZ74Jn5MHKQSioxSwI7E84I66z7zxgOg,8908
69
+ pulumi_aiven/get_m3_aggregator.py,sha256=g7Yz6tRKRJI45AhxFRv9m3TqTDxJJHa4qNzKGiksW8M,25359
70
+ pulumi_aiven/get_m3_db.py,sha256=rTXxA3QDSHgGjwcc6Qtaq-297cPcfxos24wtxnwqAUs,24826
71
+ pulumi_aiven/get_m3db_user.py,sha256=yPQUd_xn67OJzRHKdS99WROvoSX9WdSNO90LVh6_TO0,7724
72
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=CaO4ESvxg2JHMlmPoBPGKNwS4KWRZE4SSJNYTUNKO2o,17584
73
+ pulumi_aiven/get_my_sql.py,sha256=X7NeZ7wxfMdpn8vdqDimRttZH4fpzJ_eWhjNzjo8174,24901
74
+ pulumi_aiven/get_mysql_database.py,sha256=IsNjBMvAWyzLL16ul-dEtZfgjXEID_oJYfnq6B8aSVE,7508
75
+ pulumi_aiven/get_mysql_user.py,sha256=RdzrF3I0cj9dhD17z71zLTIY9XC3SbKbIbIiNqGWwxM,9577
76
+ pulumi_aiven/get_open_search.py,sha256=y1sejCNt-JZtOTRHX5CZn6aBGrn1ubCw7luSux-EJkQ,25244
77
+ pulumi_aiven/get_open_search_acl_config.py,sha256=Ilevj2oFesNWUxJbNc9dwLxH-Ga7A3Q8NT9LXPIKJgQ,7275
78
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=j8iZNojnSX17sAqcXkJmxb8M3XcaqIenmNpFdHcQyiY,9354
79
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=qUR-d0h2RhH_tbCSEoQ32nZLusmF8Ig1e6LMk8fRY5w,8698
80
+ pulumi_aiven/get_opensearch_user.py,sha256=0XuRVPVKMkXpln9FejUVvZPXJgi5vjTVEi1FLqgyLqU,7933
81
+ pulumi_aiven/get_organization.py,sha256=1hMnhRJdrfSlDgwsFiI4CfMyyywqc_zDhjBhnY9f8PA,5397
82
+ pulumi_aiven/get_organization_application_user.py,sha256=PLZWs3XM-TzlGJwMGb2NPrtg9XAV1q5I4OcR_dc8pTc,6896
83
+ pulumi_aiven/get_organization_user.py,sha256=VnVbLYB4VYbNA7aLRyNU9PK99EY4PS69dMnlaad2boA,5897
84
+ pulumi_aiven/get_organization_user_group.py,sha256=3NlyZQk0Dm-oqrFlOV-egObYSV1252XgGIFWw8_rhIQ,7391
85
+ pulumi_aiven/get_organizational_unit.py,sha256=UJj61rPfgnpo2wgCK5wNVgHgiZU8Qvss0KrJnQoz1R4,5498
86
+ pulumi_aiven/get_pg.py,sha256=YtuukRaLfnRcrxDG86uZ7dKthY4jMoYzLUi4DnDJeeY,24724
87
+ pulumi_aiven/get_pg_database.py,sha256=b__27cxYvirOwy2bV6Jidm5nHX9sppoPCS6fffvSgaE,8720
88
+ pulumi_aiven/get_pg_user.py,sha256=4kAt3iBeF1Utxto4UZOGWw6wtrOpYuDfW8VEYgt1YJM,9653
89
+ pulumi_aiven/get_project.py,sha256=i6a_N7HJsSFIr1hLjugDcQuQsfVu4hNbsirsHHLDxB4,13758
90
+ pulumi_aiven/get_project_user.py,sha256=jk-3W28IJpN6BsaA-T9FW-EIkmUxTx1XfoJ5kaTkoVI,6379
91
+ pulumi_aiven/get_project_vpc.py,sha256=qcxC33OPXvz-wfeTC7X2qMzmtpNMufT-UOxKDXKtyqE,7172
92
+ pulumi_aiven/get_redis.py,sha256=3rvrelbprD988AYWbR11Yn-z9rgpWbMeFqnoaigUn2Y,24867
93
+ pulumi_aiven/get_redis_user.py,sha256=A7lL5ZN0AD4e3PVV-DxH6mIm6g13tdckf4qd2fKWha4,10914
94
+ pulumi_aiven/get_service_component.py,sha256=YkA71k-Rva7m2E5lcym35yUge529VazxE4TXh1v8Gso,11627
95
+ pulumi_aiven/get_service_integration.py,sha256=Kgd-ef9fjacFDV9uingraIykcGRICKBjd4UXWJ_6hrU,25453
96
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=bqmJ6XKilTlqGc8vXBP66-G3ZM5YgYkAe06v6T7X_qk,22215
97
+ pulumi_aiven/get_thanos.py,sha256=lHDHiIxCYdWzVSwK39pF4uimdVdyL6xw1ER_vAiBhRY,24509
98
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=RDle8fWIB5pZs4KOthnIMN26t5JPX-MToy0cczmpPAc,10298
99
+ pulumi_aiven/get_valkey.py,sha256=MEd3JQdhCnV-XX4pDlsQi_c111ZnLwZzpw2vS04ApAA,24952
100
+ pulumi_aiven/get_valkey_user.py,sha256=pGKJ5gIM-rXDEPOdIC6Yffb26XfHcKZcuRGpzUC9kfk,10599
101
+ pulumi_aiven/grafana.py,sha256=EFHdG73GVV_hajiBmfGfttoGI2daRq9thpPUjHvhRfQ,81876
102
+ pulumi_aiven/influx_db.py,sha256=D-46MyjtgKp8QK8cIcRoqv8TDMFfUK1NDmw1YH5aYwc,82839
103
+ pulumi_aiven/influxdb_database.py,sha256=R6b3ScHJ7dkjMjhn8o0znzLf51pb1au-a2Wa-HH9L1o,14214
104
+ pulumi_aiven/influxdb_user.py,sha256=APHeb0ngQl2c4Vc56J3rxBEuYtlt-evdadznvEQhk2Y,18400
105
+ pulumi_aiven/kafka.py,sha256=zBmsdm0iSw5oNns3uYey6rELWjCCmSaJT_PjRDSMKL0,87310
106
+ pulumi_aiven/kafka_acl.py,sha256=-7UE360QEcPiXUtMfkegqIPVglQkDM2MgkhcuGVCNfM,18930
107
+ pulumi_aiven/kafka_connect.py,sha256=es1mgUwWZEhDA6GTV-MKHFf1AF6Wm-ID9u4OT3KvtAc,83713
108
+ pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
109
+ pulumi_aiven/kafka_mirror_maker.py,sha256=QeXAUfMqfbkIgfCc_pfdvSsMwLlg8GNRAhzCRfGoipc,81297
110
+ pulumi_aiven/kafka_schema.py,sha256=9wYYSOjJd_R5Y8Hs4N9P2Kfp7OtLH0vljmyTIG1UWF8,22771
111
+ pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
112
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
113
+ pulumi_aiven/kafka_topic.py,sha256=l6UevxbWKOI_8iXdV1gJ_WkFq5yIfIPZZ-ZoNh2hh4Y,28259
114
+ pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
115
+ pulumi_aiven/m3_aggregator.py,sha256=jf0o2SmSywZSK1flDFphus63loqGxGZnPAsmEpmo3dM,82838
116
+ pulumi_aiven/m3_db.py,sha256=acZ3M_zvKLqrFBv-O9UmDSoQwHp4o67tnV-bCvZ0DEA,81241
117
+ pulumi_aiven/m3db_user.py,sha256=8Uz7rtZ2ynYHNFejDwGZcHG8Er08Vp0AQa8vrwdR1wk,16366
118
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=Z2zOYMLl0CCTHhpQztyHFgTZqT959Ym2iYoRZnmXlTQ,51129
119
+ pulumi_aiven/my_sql.py,sha256=rxCU1h5rIcvydLdIpKfs6HRArEwXCfhnIllgQoUkK58,81723
120
+ pulumi_aiven/mysql_database.py,sha256=tBEpJc0BsF36NoU7mUwEVml0b_ePoZpHMAgqYLljFjs,14928
121
+ pulumi_aiven/mysql_user.py,sha256=XPKJZiMzoPn0WQ8xYVRucqpVKoXCx4JnPFCDGLpMTK8,21295
122
+ pulumi_aiven/open_search.py,sha256=5u-IINWjK7laH0wP6SZs85sNuo5ipZoKNiJihOm555E,83295
123
+ pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
124
+ pulumi_aiven/open_search_acl_rule.py,sha256=AdNPJ52TnPGwjPgFnoPyli3g_quApsAsiD8dsgiZMo0,22108
125
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=ilYhnGcz2EZhRBYmntgpgtPvQhdkN6EEk0dBONtgHXg,18810
126
+ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqpjc,16662
127
+ pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
128
+ pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
129
+ pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
130
+ pulumi_aiven/organization_group_project.py,sha256=HAKO8QxhnVRzq03k2v-EpHfRn62PnJ_c3-1CZHL-WOg,14753
131
+ pulumi_aiven/organization_permission.py,sha256=Hw1l1NR8V7arM11ht2iVCzRs5EpMsst_1H3O-5oyF2g,15511
132
+ pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
133
+ pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
134
+ pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
135
+ pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
136
+ pulumi_aiven/outputs.py,sha256=5-CtCOV1FKkcaaGJhjRUeQcdGTMdsUvtDGkpTqWRKUQ,2017700
137
+ pulumi_aiven/pg.py,sha256=WpyAAeYUys4VhEknv2ma7rrdSMHylvFwdD5YHVVEMGQ,79367
138
+ pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
139
+ pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
140
+ pulumi_aiven/project.py,sha256=H1RdROl0yISvnrUIIuOtoCr0PxbZUVRptVnpkSWeHfg,45579
141
+ pulumi_aiven/project_user.py,sha256=DTRdb5Y8Y6KbCFl4qrCrVKRVpJN8zjc8-PD1ZAhxRHM,13643
142
+ pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
143
+ pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
144
+ pulumi_aiven/pulumi-plugin.json,sha256=A9fRAA7Ui-hiM_svyih5SB4R_6a6E7_AbaPkHZiuwGw,65
145
+ pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
+ pulumi_aiven/redis.py,sha256=hfEGhC01Rpkw-DgsCUYrFNaFjvFQmMHu6LToF5aBcoY,81268
147
+ pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
148
+ pulumi_aiven/service_integration.py,sha256=xORixpg5IqrV73cyExDN-8227gWx5IL7LjHZh0BqeVk,76583
149
+ pulumi_aiven/service_integration_endpoint.py,sha256=vS-6hUwR4hVFPM7BHerjI7PPq7RMesE6WqmcsyDjawA,74683
150
+ pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
151
+ pulumi_aiven/thanos.py,sha256=TzE4Zs0pnvw-oGSYPK4q4JmVW6kVIOJyRf_zbadqYuc,80185
152
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
153
+ pulumi_aiven/valkey.py,sha256=4GHaFa0mlMpfuyq1owltdFN1JswUog1Z-cHceDKVQ90,81275
154
+ pulumi_aiven/valkey_user.py,sha256=SE-l3-V73UP39vZ8etGuKm_Hk8ROfOLjh-pgEWcrfzY,28714
155
+ pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
156
+ pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
157
+ pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
158
+ pulumi_aiven-6.26.1.dist-info/METADATA,sha256=JYxx0ftMA4M9lWTqqRCDu-g7jYt0GrxOUbx4qRmfkvk,2589
159
+ pulumi_aiven-6.26.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
160
+ pulumi_aiven-6.26.1.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
161
+ pulumi_aiven-6.26.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,160 +0,0 @@
1
- pulumi_aiven/__init__.py,sha256=RCQKvXrGTyOXbhbjexgfkfGkkmdBaKoxnCE1txw1z9M,18776
2
- pulumi_aiven/_inputs.py,sha256=PKkt7gioPRye6Q1l5cjPUVz9vQ0JskjztviVGI5RDog,1220968
3
- pulumi_aiven/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
4
- pulumi_aiven/account.py,sha256=MlCmPhnrhzt9_f2Elgjvm-4ZVPhFXz6eQ3DMJ5zoQZE,16851
5
- pulumi_aiven/account_authentication.py,sha256=f-WGSeET1vkjqDJ56lcmpjqIfbW8-AyajBgiGJF8PZY,37575
6
- pulumi_aiven/account_team.py,sha256=2nXHXk27PG3ngyxFOtNqPmR9GNFdK8-cgRsFBq3do9w,12927
7
- pulumi_aiven/account_team_member.py,sha256=Iiu6_KEoV8aHg-yn9FhHbaRonJhvpBQp-F0vMfy5xgA,18599
8
- pulumi_aiven/account_team_project.py,sha256=uriaPXbUoFU2D7HIx2IsQGdB9ohTgopKMuVeC5gG978,15091
9
- pulumi_aiven/aws_privatelink.py,sha256=unh4v3-UrdUTwOyYJeVl79bsbqfxfbMpA0iw6H1zwhY,15431
10
- pulumi_aiven/aws_vpc_peering_connection.py,sha256=ERXQgMhkWVrwSJQAA_5940SeW_u1s0NlmiXt2pskfkI,18444
11
- pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_QdM4,17982
12
- pulumi_aiven/azure_privatelink_connection_approval.py,sha256=PypS2BeXPJXkp1L2qjiE70CI55F1RkzfRDl022y-luk,18830
13
- pulumi_aiven/azure_vpc_peering_connection.py,sha256=mdpra_XePbvRDNs6A8jI0Gg55ONt3qL2_sZAV0zxqcU,25208
14
- pulumi_aiven/billing_group.py,sha256=618QcUhxrSf6eahAcjspSpFYXQgMSCZ5vdXMrXwjNV0,37303
15
- pulumi_aiven/cassandra.py,sha256=QeZU188IDjknkoi_XYq1jtfl6DdBrY9Kf8oCpvdpYo0,81507
16
- pulumi_aiven/cassandra_user.py,sha256=Cj0MarnLRywMzKQDLAoCGABmLzh3XJpSVNTDcn0wsVw,18590
17
- pulumi_aiven/clickhouse.py,sha256=p6zpaGPSvtB6isuTGBA2zDRyP1CMApzXpMTWJ-N95WQ,81361
18
- pulumi_aiven/clickhouse_database.py,sha256=UBr3JvlL7z-dzR3SoYgsWnf-Ybdvvj6hxL_ygdOVJoc,15550
19
- pulumi_aiven/clickhouse_grant.py,sha256=d_Y0tluiujPl5oM8C_aQK-G9LuqHtHhoHjUr8FAg4do,25348
20
- pulumi_aiven/clickhouse_role.py,sha256=i9O92BTA6m1EmuJwSI8mCzyIlSt-xpGBiUzm-Rur9ko,12487
21
- pulumi_aiven/clickhouse_user.py,sha256=P1oJSHEcosqc-5dn9yF8ppR-zHLyXQimnawk-iZyRyc,15787
22
- pulumi_aiven/connection_pool.py,sha256=46bAb54BIq4yNXnWAqJkZES3iE5wGA6i7XAK0stn_x0,26251
23
- pulumi_aiven/dragonfly.py,sha256=eyIjIipueXDAtcX1MiZI-MSlRCYD2M2iwkUkLRwVCmU,81077
24
- pulumi_aiven/flink.py,sha256=aKlwzYFhIY6WiEm5nuPny1y6S4mojkMmu1NPEb0mHOY,80305
25
- pulumi_aiven/flink_application.py,sha256=ZMN-NMsCGgx1C-RvwvVybuNu5-k1KLfMZwVg305ZDjY,17604
26
- pulumi_aiven/flink_application_deployment.py,sha256=kJtKNGavTqEJQqnGv8PCaY1mDpDCMJKytjUx2HYvST4,26276
27
- pulumi_aiven/flink_application_version.py,sha256=nkN6GujMoREZW5IcOTgzS4lZKd89bWis3YlGRE_UghU,34128
28
- pulumi_aiven/gcp_privatelink.py,sha256=rSRoY5iNYhfZu-VpjUg7bjaIHh2JOjJOVIBB4OHU2k4,14004
29
- pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=Pm9TB2M5OtboiVzswVNtQevjdts3cC0aRHpLLT3ahxA,16890
30
- pulumi_aiven/gcp_vpc_peering_connection.py,sha256=iQGKIKrVAjDRCDHyIrBJIJr3Qq9vc5VaKXaBaRkuUJI,14938
31
- pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
32
- pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
33
- pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
34
- pulumi_aiven/get_account_team_member.py,sha256=AkIrkJ8jknk4BxSk2_6Aj8hV5ri23E1JVinZDeKEOKQ,7108
35
- pulumi_aiven/get_account_team_project.py,sha256=h9GJSIWWsTBTxtuA2YpG1yiV9VtwT3hyYl0Ar-yMfck,5050
36
- pulumi_aiven/get_aws_privatelink.py,sha256=EOeWG7uUUDQgf0IJWjX4naX29C7B0TKUMuOlmMeyChw,6585
37
- pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHtcxLnGhZKhFNRJTZePGplGVp3iI-tP4bSSg1WF-14,8867
38
- pulumi_aiven/get_azure_privatelink.py,sha256=LQgpG0bCm9jk744TX2n4KS530PW5I9Dh1bmDO3jMgss,7755
39
- pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=aWaydHrSr3vjpenWsuHWnsn9neY-EX-C2fxqGAWzcwA,11684
40
- pulumi_aiven/get_billing_group.py,sha256=ztNtROFBAjtl-P_7lIF_44ycSSZyfRPN5VTHs9Yb39A,10909
41
- pulumi_aiven/get_cassanda.py,sha256=gcPv3Z0DK9dxqzBasK8EOiFSBz69j_QqPhe81FoYegU,23136
42
- pulumi_aiven/get_cassandra.py,sha256=ql-30r9V9ovY4GEYnkbF2YZ3sTBQ-g6RI2qisMpg3ic,22805
43
- pulumi_aiven/get_cassandra_user.py,sha256=HZf0TAWgTX21N9ul4z-8D_8XnTPUbxdPes5T95bkPXU,8083
44
- pulumi_aiven/get_clickhouse.py,sha256=Rp_dkm7TH-z3pspBSDgLQuhAfzhLK48nr5Dcme4ZiTs,22823
45
- pulumi_aiven/get_clickhouse_database.py,sha256=3-a7h3JOaIB9FgFU10-2pZTe_Jf79A-S7C3HYuESf6A,6550
46
- pulumi_aiven/get_clickhouse_user.py,sha256=Im8GpQBh3yowS3m_ULVc3LnychSG-FXuTSjesRnL_8Q,7206
47
- pulumi_aiven/get_connection_pool.py,sha256=pS00Y-MZ4FoRvJPwZtoqUSfU5cF7b4LDuIKQmIeGfW8,9054
48
- pulumi_aiven/get_dragonfly.py,sha256=P4XTf6q3xyGc5vd6v4FW6wUbf-sx_FvC2c4-gF6p34A,22795
49
- pulumi_aiven/get_flink.py,sha256=6bW-Xx6UrqgT8P7RheXn4zdlvVUplLHbBtt8U9HyNm8,22545
50
- pulumi_aiven/get_flink_application.py,sha256=6DeaE1HQbXHcwt1Rw8I_fBaj6ia1QRo_YBcx3wo_sLM,8212
51
- pulumi_aiven/get_flink_application_version.py,sha256=uyGs1YxOBa5T3iM20KjLUe7ceDUHAG2PeNjG_H1r1YM,11070
52
- pulumi_aiven/get_gcp_privatelink.py,sha256=B0_jQTTtZNGaJmhdJyUyqvRhuOF2EgUtAivb-yfVD_k,6601
53
- pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=5j195Zriun91TKu4WQCf3WNknWCZ3kkF3GuIf5QpHWk,7122
54
- pulumi_aiven/get_grafana.py,sha256=OZSjVbH4cXn9tMR_sAGbw2UMwLxQGtnCt24IQfwsl1g,22661
55
- pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
56
- pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
57
- pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
58
- pulumi_aiven/get_kafka.py,sha256=F26gapEQ4ARvRqFZYBPfSCOxz8BvOrfw9aupe-S7dJ0,23583
59
- pulumi_aiven/get_kafka_acl.py,sha256=lx0RCpBHYhxt3xO2plF1sWVD_YdDCTDfL2AvlT8CFfo,8303
60
- pulumi_aiven/get_kafka_connect.py,sha256=F0HBqrMZ-I0tJoXSb7WqGc_3GzSsT8BDvmfzQm9l9Z8,22441
61
- pulumi_aiven/get_kafka_connector.py,sha256=ni-Yv-iiYZTP4H07V7eAqDsRjg-H_xfsSVxZieVJec0,10188
62
- pulumi_aiven/get_kafka_mirror_maker.py,sha256=a8_2SYAXLri4o1ZsrloH7lX6KhgXW1XXd2BApIy_8KE,22616
63
- pulumi_aiven/get_kafka_schema.py,sha256=ttWJGihZ6o3SVEUxV1kPyZuQeOhu6YNtVx4wWn6l7BA,8212
64
- pulumi_aiven/get_kafka_schema_configuration.py,sha256=dgmGtRQUOUl-hAxn9jJyHvpyeg4-lajbXMCwdElvEAU,8253
65
- pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=2HWu-4qpxia3UIizSnVIEE5IJzvszn2JDxsYYy2kM44,8459
66
- pulumi_aiven/get_kafka_topic.py,sha256=ysTH_etu-Th_SJ_a3654TwWWkfFP5g57zWPnNfq7s14,9635
67
- pulumi_aiven/get_kafka_user.py,sha256=BhDSOQKkJv_WhEQ5nhVLaFhTzysTUvbZqZmUe6-KXzc,7939
68
- pulumi_aiven/get_m3_aggregator.py,sha256=M81C3Pdc3XYeH8pZgumhtWwmxwbcqReTX527qPP4bjI,22950
69
- pulumi_aiven/get_m3_db.py,sha256=_whKHFmqNvzN3hE7GY38w-L0jlg43zf7okIfDj6bniE,22473
70
- pulumi_aiven/get_m3db_user.py,sha256=tux9wZJJviUEFW9vDgLf78L0oY5B2IVwqHGDuihsZ5I,6878
71
- pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=yMdNw1xcqg0Bie2rR6W21dEGpOQhogwuLtHt7k3jFas,15742
72
- pulumi_aiven/get_my_sql.py,sha256=Zpn4t6rP7nHyt5-9yLaWhbD5_6hmcScFo0CKkvyA4Dc,22541
73
- pulumi_aiven/get_mysql_database.py,sha256=1rryMxbdYRBK3ItPNYKe91eFxUZKxxvHl3LJ7m5_nrw,6647
74
- pulumi_aiven/get_mysql_user.py,sha256=gTTpale8uWigGZvkrfmprvWO7tE6LRBqkncPTFsoaEE,8541
75
- pulumi_aiven/get_open_search.py,sha256=QRq2QBrfeajAdetWZZTqFTaxYbgVIbVSVCEioWKNu_A,22847
76
- pulumi_aiven/get_open_search_acl_config.py,sha256=zsBIEfvwAMukiLjnzsvKaFwSERfwnBgy_l1h1EGeeOo,6475
77
- pulumi_aiven/get_open_search_acl_rule.py,sha256=ALOv6HiP9C_pynlN0-kgQPh642HeccfuSES2_DMu5ps,8407
78
- pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=FdUNjCJduz412aQE85-cnXU4Ya2NwQOil1hEVThfnxM,7739
79
- pulumi_aiven/get_opensearch_user.py,sha256=jMvtCufiKwIUzAKXf9eFqEQujpfEmZJS3HH9_tZTgFc,7069
80
- pulumi_aiven/get_organization.py,sha256=NtZz1DpiyYUGkbTKum5oP27A_KYtLW_y0u6vbccaovI,4646
81
- pulumi_aiven/get_organization_application_user.py,sha256=5rcRhoN0MxaH8zgpb42h4nc9LntchvOYeWQOJfyPJ8Y,6013
82
- pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
83
- pulumi_aiven/get_organization_user_group.py,sha256=jFvrv0G0CnTENs0YSLFrPotJW-1RQJ0IC5AdTVvNR3E,6462
84
- pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
85
- pulumi_aiven/get_pg.py,sha256=siTLY_nrvn1sIDGtGz0QmwhZYMb9CzCaejNoVC_zPGQ,22384
86
- pulumi_aiven/get_pg_database.py,sha256=6pn1VfvHydsxDKghxjq6C1_WRAh-IVTsRX_bAvKaikw,7754
87
- pulumi_aiven/get_pg_user.py,sha256=EoEfaKzxP6r6Ri-eBexQNmWyP_lhtgCiReAuonv5Bmo,8614
88
- pulumi_aiven/get_project.py,sha256=BMI-RAjRUc-KASrMgXxHcdtzGORQy5uxFgedoXD3m_Q,12306
89
- pulumi_aiven/get_project_user.py,sha256=QO8JUYTSNHGd-1UUfnFdIC-nlOpkNiZdXuuNlWJ4VXg,5600
90
- pulumi_aiven/get_project_vpc.py,sha256=dtBlsCZ9jLw_XkpVkNdrgjakB4pcKrLoz_3Tji-y_go,6327
91
- pulumi_aiven/get_redis.py,sha256=tBxebE6_5zfF2-gGQ_fOuJEMWClygKLphidikt8HARQ,22508
92
- pulumi_aiven/get_redis_user.py,sha256=tSFTVOj-u1uUbNLsw66Bg79_QerWBcWZi3RFiaM91eE,9769
93
- pulumi_aiven/get_service_component.py,sha256=ej2tl74FPoQfgdI3KYQABT_b1b9advsU_z23yLpJsto,10367
94
- pulumi_aiven/get_service_integration.py,sha256=GxWG1J6xwZ9MZWbO96Eqd9s_XomLqfsGjByJZkZ85-Q,21790
95
- pulumi_aiven/get_service_integration_endpoint.py,sha256=HPzktKWjDPWlMUP5CdL1V1vGnGr39H-ZNeJ9lb55FIU,19767
96
- pulumi_aiven/get_thanos.py,sha256=ylRL_Vzn8RHSseYbsDJC5pgUlrpvqFqwWUyGK0-yVgs,22459
97
- pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=Tck_Lmq87WZOxA2iUt2Iom7lM4lCxYyXipZ34cJ3iZM,9147
98
- pulumi_aiven/get_valkey.py,sha256=ewouSXKj8GrTqTcFQWWAv-ubZ4f-KCctfWVEBmTQHjY,22584
99
- pulumi_aiven/get_valkey_user.py,sha256=N3pluZimyVmD4vqgu3TKvlnARjX5BlZsUpxiktFDewU,9443
100
- pulumi_aiven/grafana.py,sha256=om07I0TW8OvhWEt9uw0g-4o1nCUDv4V8V8i7RtMatXM,80899
101
- pulumi_aiven/influx_db.py,sha256=etwsrkd_mA_xL_iLn8ljqN6Nu6FJrqIGr15UaUxz6pA,81862
102
- pulumi_aiven/influxdb_database.py,sha256=-W78tVLUInwbQS0iHcBC5uToGVOQykTl3WlmO8HAUBQ,14040
103
- pulumi_aiven/influxdb_user.py,sha256=SptXu0v0R8S_pFs-veNOZkeIvTrCWnCsAZMHb0Z3rjY,18226
104
- pulumi_aiven/kafka.py,sha256=r09lHensgztgs8yGWpQqWJoqn7S_LMBLiiXTAfuk0EQ,86333
105
- pulumi_aiven/kafka_acl.py,sha256=GAECksDAXZzdBQ7MCk-FIskfUxRSED4mopLocBPJSY8,18756
106
- pulumi_aiven/kafka_connect.py,sha256=_okaQRtETMIr6FhkcM4ldwUOegs2Nb59M5POfS1nfzM,82736
107
- pulumi_aiven/kafka_connector.py,sha256=JL0PlIr03i0jB9MvIPU8LY2vYYqcJVMMzf0hLFkmwsk,24876
108
- pulumi_aiven/kafka_mirror_maker.py,sha256=JyGpvFNV3YXcMWUAj2SqNWU1L92NeKztgEguUFy3hEc,80320
109
- pulumi_aiven/kafka_schema.py,sha256=dzVrDdWK7QzIlVTSKrRpemuYo0SmDeuygkiVHRWlnnc,22597
110
- pulumi_aiven/kafka_schema_configuration.py,sha256=kJVMjKWs19pf0m16wtUnTboIkHj5-5Mqo7yvD6qHUwk,14026
111
- pulumi_aiven/kafka_schema_registry_acl.py,sha256=Odnd3RSN7eXVoKrJ5njdgj-qVF-NlrI1CFmAJE59L0M,19449
112
- pulumi_aiven/kafka_topic.py,sha256=CI4Mwx3z01GqVAX2hMYkFtAzfLapqYT6bvDgolDXj58,28085
113
- pulumi_aiven/kafka_user.py,sha256=xWV2GjfyYS1awT_5ujnylgBaMf8zCVioW6Bvs05fVLY,18390
114
- pulumi_aiven/m3_aggregator.py,sha256=3ZaxStJSlE8ODaNtcD9LbH80SLYRIbETxfkaOuFF9A4,81861
115
- pulumi_aiven/m3_db.py,sha256=c3VwQepnT9wptrnnQJG8rl0160eN0gjyx3K3Sp_Rzp8,80264
116
- pulumi_aiven/m3db_user.py,sha256=uPzddlYZmUF7NEQoq2nl_J9vGG8EROiVA_-zZ0XaGkI,16192
117
- pulumi_aiven/mirror_maker_replication_flow.py,sha256=v-WC_KemMR7TlHOo_-ibMwP03oLvR4UQXPSHW9Q6UeI,50955
118
- pulumi_aiven/my_sql.py,sha256=Jt--v1UQWpyVcs_Jevq7fiZfUnpzOI5kfsZ-IBfbslc,80746
119
- pulumi_aiven/mysql_database.py,sha256=V-PIDNBgrVHMCko7rVqi57vvoIjL8304E2RgawjrgHE,14754
120
- pulumi_aiven/mysql_user.py,sha256=1SIVVPp_sm-bqi6uJUAkze-HeQUy5d1LjKWU35mVV9w,21121
121
- pulumi_aiven/open_search.py,sha256=I1DjZ9pqciiA3iYgPvh1iqFpCiPq9aFbO8QVZDtjoT0,82318
122
- pulumi_aiven/open_search_acl_config.py,sha256=t5lPy7nN2_08a9LK-4H-hwNS1PpS8aRoujLAoEbT_-o,17912
123
- pulumi_aiven/open_search_acl_rule.py,sha256=_8D_sLAiM29SNMMjl1fLUzae8tgNQhLPmWaJAX_LwMs,21934
124
- pulumi_aiven/opensearch_security_plugin_config.py,sha256=HpnFd2__mtiAwwOh9PFboST9zs8tRWruKvl_PFEaQKs,18636
125
- pulumi_aiven/opensearch_user.py,sha256=N7mlHAEAKFXNrwzCJ-j-VBHD5pCHHk-UHoove-Y5Rjc,16488
126
- pulumi_aiven/organization.py,sha256=awum1ftH-MNLiWaXuhOIfYf7LX3ztjt8yFesRUyQGk8,10944
127
- pulumi_aiven/organization_application_user.py,sha256=T5jW1IU1HIJf6YVpsHxi6KYD-PDYSGvv-aZnJvmLfJU,15019
128
- pulumi_aiven/organization_application_user_token.py,sha256=W40T7JYZ2dCqXyNlS7CmlB2sxYByvzWOx8p-jhST28Y,32908
129
- pulumi_aiven/organization_group_project.py,sha256=JHF4LDplwKy9iwYWcUWOGXSAE4Cbbj1reerTVAxvB5I,14383
130
- pulumi_aiven/organization_permission.py,sha256=kb4-NUbCnXnHjgqamV7hrKqfeg1cUz_jgVl-sVXriYI,15337
131
- pulumi_aiven/organization_user.py,sha256=eJ59ukayuIBnmYl08YyF_GJBDC8pjFpuBtsCkw6EXxo,15555
132
- pulumi_aiven/organization_user_group.py,sha256=VIG187GzPkUjZpbu42Y1sDNr57KoKMdXr3TeckArwJs,14658
133
- pulumi_aiven/organization_user_group_member.py,sha256=Wu0IdVIKC-s-12hqx0vb4_3PhsdHlV6QBLXE3VB-0Jk,14610
134
- pulumi_aiven/organizational_unit.py,sha256=HxSsz1TNJvhrtb1NPUfdA_V1fYiWCftoqJakJnBP8uU,11465
135
- pulumi_aiven/outputs.py,sha256=rPjK6Zn-Q9juFTnkQSB4oKMBivGXhqO7DrpB8O8BdJA,2003866
136
- pulumi_aiven/pg.py,sha256=KdN42PqtrHWyXbCiIXJuSuU6VSHuwfUpUggTrrIVdZU,78390
137
- pulumi_aiven/pg_database.py,sha256=L61L8af8YTLIDR23AmtrkZwc0mtrigweRpYvjqJel-Y,19979
138
- pulumi_aiven/pg_user.py,sha256=Mv-Tt6aNjxUT4J4TIemzhh3p5aeLqT6AdSMDG-nkJ3w,21862
139
- pulumi_aiven/project.py,sha256=V97vBWX7CScWthB52QruGXXXb8W_bduMhDLSdrPvnGc,45405
140
- pulumi_aiven/project_user.py,sha256=JPRFqgng2mQU1fO_1_tcY0MIjd3Yx64FTA48srX-O2U,13273
141
- pulumi_aiven/project_vpc.py,sha256=Hsi_hf5hS-mOkE_HIiyV2VU4qhafCcW5kOHvdsMvZH8,13908
142
- pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
143
- pulumi_aiven/pulumi-plugin.json,sha256=-PTnuHMPQHuDNqQp76L_rDebkX35HuI3fU1lnmybyBU,82
144
- pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- pulumi_aiven/redis.py,sha256=LRTg43C8XnChzXaAvWr-ffaAQgx-WaVDdUNKwBLGkBE,80291
146
- pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
147
- pulumi_aiven/service_integration.py,sha256=gOWahoG21HFs2Fsvn-gG8uTiDcscVXu_ZLYZkoMDWfY,72155
148
- pulumi_aiven/service_integration_endpoint.py,sha256=tKy9D4HYbrwvw7-WfQ5_xshGDElMEDVo76KaHb_oNp8,74509
149
- pulumi_aiven/static_ip.py,sha256=gtPEBjinCRn1W_Eth41uMApeqQ1kN8jQFt9xFmHrcTw,13926
150
- pulumi_aiven/thanos.py,sha256=KGpLZluHqmdzy-ahBQw1FyLevoTVrnpVkjPudxT3PHY,79540
151
- pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=pINRMv0Kd7eLcR81gUZbxp3I5atzGm1EWum36d1jN4s,21907
152
- pulumi_aiven/valkey.py,sha256=EgTcJS9NaSDdK5GxD3gHWebNFlLBv7RXGtT7ud1dl5U,80298
153
- pulumi_aiven/valkey_user.py,sha256=tdlEk1jJ_iccN12qQPAMtbeQbEvfue4-JnnGD3fqIRM,28540
154
- pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
155
- pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
156
- pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
157
- pulumi_aiven-6.26.0a1728364446.dist-info/METADATA,sha256=8rXG0-kwLrrD5VeN3zYYxoGUy7wt86sra7fzxsG7UJs,2532
158
- pulumi_aiven-6.26.0a1728364446.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
159
- pulumi_aiven-6.26.0a1728364446.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
160
- pulumi_aiven-6.26.0a1728364446.dist-info/RECORD,,