pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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-aiven might be problematic. Click here for more details.

Files changed (135) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2491 -944
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -2
  6. pulumi_aiven/account_team_member.py +27 -23
  7. pulumi_aiven/account_team_project.py +6 -2
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +13 -9
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_kafka.py +7 -3
  50. pulumi_aiven/get_kafka_acl.py +19 -15
  51. pulumi_aiven/get_kafka_connect.py +7 -3
  52. pulumi_aiven/get_kafka_connector.py +13 -9
  53. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  54. pulumi_aiven/get_kafka_schema.py +13 -9
  55. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  56. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  57. pulumi_aiven/get_kafka_topic.py +13 -9
  58. pulumi_aiven/get_kafka_user.py +13 -9
  59. pulumi_aiven/get_m3_aggregator.py +7 -3
  60. pulumi_aiven/get_m3_db.py +7 -3
  61. pulumi_aiven/get_m3db_user.py +13 -9
  62. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  63. pulumi_aiven/get_my_sql.py +7 -3
  64. pulumi_aiven/get_mysql_database.py +13 -9
  65. pulumi_aiven/get_mysql_user.py +13 -9
  66. pulumi_aiven/get_open_search.py +7 -3
  67. pulumi_aiven/get_open_search_acl_config.py +10 -6
  68. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  69. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  70. pulumi_aiven/get_opensearch_user.py +13 -9
  71. pulumi_aiven/get_organization.py +12 -8
  72. pulumi_aiven/get_organization_user_group.py +33 -9
  73. pulumi_aiven/get_organizational_unit.py +9 -9
  74. pulumi_aiven/get_pg.py +7 -3
  75. pulumi_aiven/get_pg_database.py +15 -11
  76. pulumi_aiven/get_pg_user.py +13 -9
  77. pulumi_aiven/get_project.py +4 -0
  78. pulumi_aiven/get_project_user.py +10 -6
  79. pulumi_aiven/get_project_vpc.py +15 -13
  80. pulumi_aiven/get_redis.py +7 -3
  81. pulumi_aiven/get_redis_user.py +17 -13
  82. pulumi_aiven/get_service_component.py +4 -0
  83. pulumi_aiven/get_service_integration.py +60 -4
  84. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  85. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  86. pulumi_aiven/grafana.py +13 -9
  87. pulumi_aiven/influx_db.py +7 -7
  88. pulumi_aiven/influxdb_database.py +21 -21
  89. pulumi_aiven/influxdb_user.py +28 -28
  90. pulumi_aiven/kafka.py +13 -9
  91. pulumi_aiven/kafka_acl.py +41 -37
  92. pulumi_aiven/kafka_connect.py +13 -9
  93. pulumi_aiven/kafka_connector.py +27 -23
  94. pulumi_aiven/kafka_mirror_maker.py +13 -9
  95. pulumi_aiven/kafka_schema.py +53 -45
  96. pulumi_aiven/kafka_schema_configuration.py +20 -16
  97. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  98. pulumi_aiven/kafka_topic.py +23 -23
  99. pulumi_aiven/kafka_user.py +27 -23
  100. pulumi_aiven/m3_aggregator.py +13 -9
  101. pulumi_aiven/m3_db.py +13 -9
  102. pulumi_aiven/m3db_user.py +27 -23
  103. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  104. pulumi_aiven/my_sql.py +13 -9
  105. pulumi_aiven/mysql_database.py +27 -23
  106. pulumi_aiven/mysql_user.py +27 -23
  107. pulumi_aiven/open_search.py +13 -9
  108. pulumi_aiven/open_search_acl_config.py +20 -16
  109. pulumi_aiven/open_search_acl_rule.py +34 -30
  110. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  111. pulumi_aiven/opensearch_user.py +27 -23
  112. pulumi_aiven/organization.py +14 -10
  113. pulumi_aiven/organization_group_project.py +290 -0
  114. pulumi_aiven/organization_user.py +16 -16
  115. pulumi_aiven/organization_user_group.py +61 -23
  116. pulumi_aiven/organization_user_group_member.py +352 -0
  117. pulumi_aiven/organizational_unit.py +36 -32
  118. pulumi_aiven/outputs.py +3013 -491
  119. pulumi_aiven/pg.py +9 -9
  120. pulumi_aiven/pg_database.py +41 -37
  121. pulumi_aiven/pg_user.py +27 -23
  122. pulumi_aiven/project.py +28 -2
  123. pulumi_aiven/project_user.py +20 -16
  124. pulumi_aiven/project_vpc.py +25 -25
  125. pulumi_aiven/redis.py +13 -9
  126. pulumi_aiven/redis_user.py +55 -51
  127. pulumi_aiven/service_integration.py +201 -9
  128. pulumi_aiven/service_integration_endpoint.py +7 -7
  129. pulumi_aiven/static_ip.py +14 -14
  130. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  131. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  132. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  133. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  134. pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/static_ip.py CHANGED
@@ -18,8 +18,8 @@ class StaticIpArgs:
18
18
  project: pulumi.Input[str]):
19
19
  """
20
20
  The set of arguments for constructing a StaticIp resource.
21
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
22
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
21
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
22
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
23
  """
24
24
  pulumi.set(__self__, "cloud_name", cloud_name)
25
25
  pulumi.set(__self__, "project", project)
@@ -28,7 +28,7 @@ class StaticIpArgs:
28
28
  @pulumi.getter(name="cloudName")
29
29
  def cloud_name(self) -> pulumi.Input[str]:
30
30
  """
31
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
31
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
32
32
  """
33
33
  return pulumi.get(self, "cloud_name")
34
34
 
@@ -40,7 +40,7 @@ class StaticIpArgs:
40
40
  @pulumi.getter
41
41
  def project(self) -> pulumi.Input[str]:
42
42
  """
43
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
44
  """
45
45
  return pulumi.get(self, "project")
46
46
 
@@ -60,9 +60,9 @@ class _StaticIpState:
60
60
  static_ip_address_id: Optional[pulumi.Input[str]] = None):
61
61
  """
62
62
  Input properties used for looking up and filtering StaticIp resources.
63
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
63
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
64
64
  :param pulumi.Input[str] ip_address: The address of the static ip.
65
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
65
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
66
66
  :param pulumi.Input[str] service_name: The service name the static ip is associated with.
67
67
  :param pulumi.Input[str] state: The state the static ip is in.
68
68
  :param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
@@ -84,7 +84,7 @@ class _StaticIpState:
84
84
  @pulumi.getter(name="cloudName")
85
85
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
87
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
88
88
  """
89
89
  return pulumi.get(self, "cloud_name")
90
90
 
@@ -108,7 +108,7 @@ class _StaticIpState:
108
108
  @pulumi.getter
109
109
  def project(self) -> Optional[pulumi.Input[str]]:
110
110
  """
111
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
111
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
112
112
  """
113
113
  return pulumi.get(self, "project")
114
114
 
@@ -166,8 +166,8 @@ class StaticIp(pulumi.CustomResource):
166
166
 
167
167
  :param str resource_name: The name of the resource.
168
168
  :param pulumi.ResourceOptions opts: Options for the resource.
169
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
170
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
169
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
170
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
171
  """
172
172
  ...
173
173
  @overload
@@ -237,9 +237,9 @@ class StaticIp(pulumi.CustomResource):
237
237
  :param str resource_name: The unique name of the resulting resource.
238
238
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
239
  :param pulumi.ResourceOptions opts: Options for the resource.
240
- :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
240
+ :param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
241
241
  :param pulumi.Input[str] ip_address: The address of the static ip.
242
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
242
+ :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
243
243
  :param pulumi.Input[str] service_name: The service name the static ip is associated with.
244
244
  :param pulumi.Input[str] state: The state the static ip is in.
245
245
  :param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
@@ -260,7 +260,7 @@ class StaticIp(pulumi.CustomResource):
260
260
  @pulumi.getter(name="cloudName")
261
261
  def cloud_name(self) -> pulumi.Output[str]:
262
262
  """
263
- Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
263
+ Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
264
264
  """
265
265
  return pulumi.get(self, "cloud_name")
266
266
 
@@ -276,7 +276,7 @@ class StaticIp(pulumi.CustomResource):
276
276
  @pulumi.getter
277
277
  def project(self) -> pulumi.Output[str]:
278
278
  """
279
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
279
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
280
280
  """
281
281
  return pulumi.get(self, "project")
282
282
 
@@ -21,10 +21,10 @@ class TransitGatewayVpcAttachmentArgs:
21
21
  peer_region: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a TransitGatewayVpcAttachment resource.
24
- :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
25
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
24
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
25
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
27
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
27
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
28
28
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
29
29
  """
30
30
  pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
@@ -41,7 +41,7 @@ class TransitGatewayVpcAttachmentArgs:
41
41
  @pulumi.getter(name="peerCloudAccount")
42
42
  def peer_cloud_account(self) -> pulumi.Input[str]:
43
43
  """
44
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
44
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
45
45
  """
46
46
  return pulumi.get(self, "peer_cloud_account")
47
47
 
@@ -53,7 +53,7 @@ class TransitGatewayVpcAttachmentArgs:
53
53
  @pulumi.getter(name="peerVpc")
54
54
  def peer_vpc(self) -> pulumi.Input[str]:
55
55
  """
56
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
56
+ Transit gateway ID. Changing this property forces recreation of the resource.
57
57
  """
58
58
  return pulumi.get(self, "peer_vpc")
59
59
 
@@ -77,7 +77,7 @@ class TransitGatewayVpcAttachmentArgs:
77
77
  @pulumi.getter(name="vpcId")
78
78
  def vpc_id(self) -> pulumi.Input[str]:
79
79
  """
80
- The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
80
+ The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
81
81
  """
82
82
  return pulumi.get(self, "vpc_id")
83
83
 
@@ -114,14 +114,14 @@ class _TransitGatewayVpcAttachmentState:
114
114
  vpc_id: Optional[pulumi.Input[str]] = None):
115
115
  """
116
116
  Input properties used for looking up and filtering TransitGatewayVpcAttachment resources.
117
- :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
117
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
118
118
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
119
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
119
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
120
120
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
121
121
  :param pulumi.Input[str] state: State of the peering connection
122
122
  :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
123
123
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
124
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
124
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
125
125
  """
126
126
  if peer_cloud_account is not None:
127
127
  pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
@@ -147,7 +147,7 @@ class _TransitGatewayVpcAttachmentState:
147
147
  @pulumi.getter(name="peerCloudAccount")
148
148
  def peer_cloud_account(self) -> Optional[pulumi.Input[str]]:
149
149
  """
150
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
150
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
151
151
  """
152
152
  return pulumi.get(self, "peer_cloud_account")
153
153
 
@@ -174,7 +174,7 @@ class _TransitGatewayVpcAttachmentState:
174
174
  @pulumi.getter(name="peerVpc")
175
175
  def peer_vpc(self) -> Optional[pulumi.Input[str]]:
176
176
  """
177
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
177
+ Transit gateway ID. Changing this property forces recreation of the resource.
178
178
  """
179
179
  return pulumi.get(self, "peer_vpc")
180
180
 
@@ -234,7 +234,7 @@ class _TransitGatewayVpcAttachmentState:
234
234
  @pulumi.getter(name="vpcId")
235
235
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
236
236
  """
237
- The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
237
+ The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
238
238
  """
239
239
  return pulumi.get(self, "vpc_id")
240
240
 
@@ -259,6 +259,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
259
259
 
260
260
  ## Example Usage
261
261
 
262
+ <!--Start PulumiCodeChooser -->
262
263
  ```python
263
264
  import pulumi
264
265
  import pulumi_aiven as aiven
@@ -270,20 +271,21 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
270
271
  peer_region="aws-eu-west-1",
271
272
  user_peer_network_cidrs=["10.0.0.0/24"])
272
273
  ```
274
+ <!--End PulumiCodeChooser -->
273
275
 
274
276
  ## Import
275
277
 
276
278
  ```sh
277
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
279
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
278
280
  ```
279
281
 
280
282
  :param str resource_name: The name of the resource.
281
283
  :param pulumi.ResourceOptions opts: Options for the resource.
282
- :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
284
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
283
285
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
284
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
286
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
285
287
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
286
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
288
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
287
289
  """
288
290
  ...
289
291
  @overload
@@ -296,6 +298,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
296
298
 
297
299
  ## Example Usage
298
300
 
301
+ <!--Start PulumiCodeChooser -->
299
302
  ```python
300
303
  import pulumi
301
304
  import pulumi_aiven as aiven
@@ -307,11 +310,12 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
307
310
  peer_region="aws-eu-west-1",
308
311
  user_peer_network_cidrs=["10.0.0.0/24"])
309
312
  ```
313
+ <!--End PulumiCodeChooser -->
310
314
 
311
315
  ## Import
312
316
 
313
317
  ```sh
314
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
318
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
315
319
  ```
316
320
 
317
321
  :param str resource_name: The name of the resource.
@@ -384,14 +388,14 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
384
388
  :param str resource_name: The unique name of the resulting resource.
385
389
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
386
390
  :param pulumi.ResourceOptions opts: Options for the resource.
387
- :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
391
+ :param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
388
392
  :param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
389
- :param pulumi.Input[str] peer_vpc: Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
393
+ :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
390
394
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
391
395
  :param pulumi.Input[str] state: State of the peering connection
392
396
  :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
393
397
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
394
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
398
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
395
399
  """
396
400
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
397
401
 
@@ -411,7 +415,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
411
415
  @pulumi.getter(name="peerCloudAccount")
412
416
  def peer_cloud_account(self) -> pulumi.Output[str]:
413
417
  """
414
- AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
418
+ AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
415
419
  """
416
420
  return pulumi.get(self, "peer_cloud_account")
417
421
 
@@ -430,7 +434,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
430
434
  @pulumi.getter(name="peerVpc")
431
435
  def peer_vpc(self) -> pulumi.Output[str]:
432
436
  """
433
- Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
437
+ Transit gateway ID. Changing this property forces recreation of the resource.
434
438
  """
435
439
  return pulumi.get(self, "peer_vpc")
436
440
 
@@ -470,7 +474,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
470
474
  @pulumi.getter(name="vpcId")
471
475
  def vpc_id(self) -> pulumi.Output[str]:
472
476
  """
473
- The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
477
+ The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
474
478
  """
475
479
  return pulumi.get(self, "vpc_id")
476
480
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.12.0a1708541199
3
+ Version: 6.13.0
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
@@ -0,0 +1,150 @@
1
+ pulumi_aiven/__init__.py,sha256=6sfOeGhPMewe-c18YxiNqWS-lk8QjDv4Yc7ohAGw45o,17360
2
+ pulumi_aiven/_inputs.py,sha256=xLUxAyXuG5-X4XZodE05lTDuPxvhQmyPtUpzgAsTlbw,1000540
3
+ pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
+ pulumi_aiven/account.py,sha256=EDXHwYwBPKQfXZ3nhX7FtiBUaZ8IrFGqxhYmpz3PdB8,18384
5
+ pulumi_aiven/account_authentication.py,sha256=6s9zWxFgt5f-R0o3pf0Hnux7_He54kryZG7QFYxTt0c,36871
6
+ pulumi_aiven/account_team.py,sha256=LJTbCN3mu29lm40EHq2wPPWHkm97vgUrBnZHVC4ggD0,11369
7
+ pulumi_aiven/account_team_member.py,sha256=HNVjMlMHjUBP0UFIJTQDF3g6-KERoWXkEAKqIyMg860,17637
8
+ pulumi_aiven/account_team_project.py,sha256=UZbrPz3X8iTJIT04qlUvMCwCUfuZBKfaB1XaYNG2Q-E,14013
9
+ pulumi_aiven/aws_privatelink.py,sha256=EV5azquD-fH8c3Y_ivsK81UFRtaT2TYut8uts33C4dk,15732
10
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=sGv14PJbxz1sr30uOlAdadnL8pwplk_wpoWGbJXM81A,18572
11
+ pulumi_aiven/azure_privatelink.py,sha256=GX943qqD6QOkhQJEGxzTV53wSNikRUzzQjjcP5fUQQI,18283
12
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=vQEcD_cg-iyN7o9xQGzJIDOdQt7BBcGZ8xApoTpX_tE,15053
13
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=Mxx191u8zmq2ZzAsId5AYF7L8Q9R3Ab-ETtN65AA7q4,25322
14
+ pulumi_aiven/billing_group.py,sha256=7QIbra72ysCGWBle3OdQAN2JqZhub7pNRIYgvhdaotw,37441
15
+ pulumi_aiven/cassandra.py,sha256=gg9PU6gJK2U3XBA6RitjfCT_CqUdzdGsFiTeI-wIXko,77704
16
+ pulumi_aiven/cassandra_user.py,sha256=6LHOrD7z8gfwg5dbN8s8wF_pByLcmmAJOlkiSrbq0Ao,19181
17
+ pulumi_aiven/clickhouse.py,sha256=jjOZ901vmUSOPAUlkwGuAS2YhUezh-5KWv3Opk0iCBc,77893
18
+ pulumi_aiven/clickhouse_database.py,sha256=a2RL9lESAi8Hj0Why2iWqiaXxyiexTxOnf4lMMR1fYo,16982
19
+ pulumi_aiven/clickhouse_grant.py,sha256=ykJaphEFdwv4vqBOyUuSPYk_Z9elJIzbF6uRNkwVDX8,26122
20
+ pulumi_aiven/clickhouse_role.py,sha256=FS2EmC1oEVJ7jlNKyR5PL4whv0qlOnfZ4ZyTWqXl5EE,13404
21
+ pulumi_aiven/clickhouse_user.py,sha256=InOt96yfg0tUEN7s3hnbeVh94lhDJGfL0upMac38AWg,16181
22
+ pulumi_aiven/connection_pool.py,sha256=dOQPooXo-S6KMisFyY_yiWT8xxXKdAu_4b1t9awGayA,25819
23
+ pulumi_aiven/dragonfly.py,sha256=cvkfSctHpvkSDqsMCA-qonk24T1a2UrTWFD4_pU1Nzs,78991
24
+ pulumi_aiven/flink.py,sha256=3IflD6MNUiVc54kcc-Wv5-ucYAnMXSj4TQS6Be0SGFQ,77236
25
+ pulumi_aiven/flink_application.py,sha256=GPC3tzMmVk784xSIh--axA3fEGyi4mdCZiVlR6ZBrI4,17359
26
+ pulumi_aiven/flink_application_deployment.py,sha256=VlFncAafKCyUE1Tv8zlvsV9FTfHwTXbC-LIvqUrTIOs,21998
27
+ pulumi_aiven/flink_application_version.py,sha256=KcauzWldbWfMWinTUnVjNnmz_fzQf1d9l1JRGlepJ2g,30959
28
+ pulumi_aiven/gcp_privatelink.py,sha256=Mo8t-iq7fPWbAS7e26IT6iZyVLZbCQCh4uzmNJUVq1c,13423
29
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=qGxeqFahFLrVVZ0NQ1lS306StXdGGdehSZeh21n60Jk,16099
30
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=JlONG3MiHaIJiuX4dsURCb0BmgwrqtlCxjRXELBg7r8,15068
31
+ pulumi_aiven/get_account.py,sha256=MS3ZQFCvBLUEFYvHJtD1GeGTXJ1DKuRzQMEgOMRhUBk,6646
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=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
36
+ pulumi_aiven/get_aws_privatelink.py,sha256=a_0XtL7arolhWJ_KBr3j-X64UInPcze9iQsQ9MygV3k,6834
37
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHqhADpKJY7IvKyr5J7jSn1BSy4HVDA60MBtfBrEjWI,9069
38
+ pulumi_aiven/get_azure_privatelink.py,sha256=4nu7CpMH_1UysdubcK6nfQhZAIRhjmY2i4EOpdX9NMo,8004
39
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=FTEwsHw7udOgZEUInFoacY3Nz272GxdB3XQaZan3EB8,11882
40
+ pulumi_aiven/get_billing_group.py,sha256=EnuheoCDgekstkxd0oohOtBR9wvh3rhg0f1nXtSN6cY,10937
41
+ pulumi_aiven/get_cassanda.py,sha256=I5SariRDOe5kO0075aOCJu52vAfGuNVwYha4-O7hSqs,23018
42
+ pulumi_aiven/get_cassandra.py,sha256=2gIhGIRsOTFcEAfwz_R61rvsg2hYNdyb9XmcyIb9aQc,22687
43
+ pulumi_aiven/get_cassandra_user.py,sha256=E_sNS3fWtShKo55NrD39FgYAHgKHe0iPwIKf3TOK78A,8291
44
+ pulumi_aiven/get_clickhouse.py,sha256=c2W16J2hPkjZoKBUQDNiarkKjaKEXLCuiQYRPC_sOJE,22764
45
+ pulumi_aiven/get_clickhouse_database.py,sha256=nYjXAIqhLNkCGasazfOm-GCRYnG0tXJYQ1G5S33tQ7E,6823
46
+ pulumi_aiven/get_clickhouse_user.py,sha256=Oi56XvrgN8EqIQp0eAvlzKUGtqMLz62iROWadDG7n-U,7541
47
+ pulumi_aiven/get_connection_pool.py,sha256=edT0kTviaUSvrCn4ZCpOafI7vgOCz3HaXxW2BGecWhE,9211
48
+ pulumi_aiven/get_dragonfly.py,sha256=jzm0lhkBVZ6_NZ24g0mceA3NlpYvaZhvVLTFF3b2Vzk,22129
49
+ pulumi_aiven/get_flink.py,sha256=OyWHt2hlow-OyZtMuhoUKCsTPgjNiAwV5q77BtbKEjU,22439
50
+ pulumi_aiven/get_flink_application.py,sha256=iULB56SsUIJYQqA4DcJCvx3pskIymIhFxlyPhTWTRko,8377
51
+ pulumi_aiven/get_flink_application_version.py,sha256=1qRDcHjZjmYSCrXEvKJLI4-7e9xlG1JwQfvFNLuACWg,11224
52
+ pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
53
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=8myqgS4eyYY6kjZh4CVyFT9yi2grodgEqLopqyn0m34,7320
54
+ pulumi_aiven/get_grafana.py,sha256=q0774BcdvK_7iUjGA8Uv9xospng20ahyyDjawrjqYVA,22545
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=gTyEoztMFMsmkdOzkTIkaoY8JbX-2T60USXXPqq8TJA,23438
59
+ pulumi_aiven/get_kafka_acl.py,sha256=2_it_dURvw8-nhU1zubkT7av3_n0W1DBVdqNP7-MzqY,8639
60
+ pulumi_aiven/get_kafka_connect.py,sha256=GmU7XA1ziVcoJzHxW1aduGBc7hv35U6YjyZal-O0rFQ,22922
61
+ pulumi_aiven/get_kafka_connector.py,sha256=WNpDhMYyMgNDm4e1CfBoZ9wyalCE6oAuFIyAA162bqY,10459
62
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=D89kiciAstlr7bWO_E9Xbme0wpD0BTDfQSEU6qcdl-4,23195
63
+ pulumi_aiven/get_kafka_schema.py,sha256=MzkhLYde0LTxuw4P-HNw1axWkxVxBIvX6XpR9qJIp-w,8445
64
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=3CJKHAisgcccTZ5xq3hanUhkIj0v17_Rzxt_7wMxwII,8486
65
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=PTNouj2hi5vUzHukEwD-JdXU6ppDVuxTxImeM2bJTh4,8486
66
+ pulumi_aiven/get_kafka_topic.py,sha256=9ao9tc9fmbrqh-XSoHq0xI-RyXB9svKGQmNPiNtXN5g,8611
67
+ pulumi_aiven/get_kafka_user.py,sha256=YKNuyYlttk8gZmjO6JB3AdUuUqyzFuBoc2uaUrDozJk,8071
68
+ pulumi_aiven/get_m3_aggregator.py,sha256=HmGE-LmiZFiCQwQJewsx4DO4AxFYLEujCwEzNH0Z5KY,22869
69
+ pulumi_aiven/get_m3_db.py,sha256=cFpDN6UOYMtgg4r2G8_mTOwwJcvIhZ9JMJaFwUutl50,22374
70
+ pulumi_aiven/get_m3db_user.py,sha256=ozMfehyBMIga07X6nrza7lS0bekbpagQQfvZsI3dkn0,7032
71
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=roUT23cP0l98xvlHvavkWHx8wPc-ZsUmsDRctpCRCCM,13967
72
+ pulumi_aiven/get_my_sql.py,sha256=EA_1aZWn6_ySCkOqbskcundekhYwADcs27wHKC69vTo,22451
73
+ pulumi_aiven/get_mysql_database.py,sha256=iXod-nG4LXhomeza6xrIYSz8bOz9UZP2MU-_sOV_b1Y,6880
74
+ pulumi_aiven/get_mysql_user.py,sha256=B55dvnPuzpK2KMOs8tai8cFgOUQiFujkqJDSmCnhXDk,8700
75
+ pulumi_aiven/get_open_search.py,sha256=GJzpxBIZjL0Aci9OgGvGtgWSjt2XSP6SBcEv2j06zeo,22757
76
+ pulumi_aiven/get_open_search_acl_config.py,sha256=6lhRLG3xwMA0Q8G3lQEr94jxtioy2MSkCL5J2UcV2rs,6718
77
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=xsY97eOZ4JjS6ZuDcZ9Tbc-S7Er0kvVtL3jPe407bUo,8700
78
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=9Y_gchZjIHcvs9zaIa4bQ0EOo7dLS5Q1OPp0Gs7-L58,7982
79
+ pulumi_aiven/get_opensearch_user.py,sha256=FGKFpjTYEXdQadciRk02CzdRoftnhbUanp2nRr8FudI,7236
80
+ pulumi_aiven/get_organization.py,sha256=9lSjHDAca8nqnajmkbqywynt9tK2Qk_etvNbeqAFenc,4786
81
+ pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
82
+ pulumi_aiven/get_organization_user_group.py,sha256=R42-uTMeIvh_RepQWUirP_ah2D6DYzpAqgB8UH5Bz6A,6646
83
+ pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
84
+ pulumi_aiven/get_pg.py,sha256=-RpswyiM6N7ziVmnnptt5vcYZjXFx4ts2aUOLOWHL6c,22261
85
+ pulumi_aiven/get_pg_database.py,sha256=7ElRBtXYnqXX6ItvtNAirqbAI6hTQw_ENlZ2lS23ER4,8001
86
+ pulumi_aiven/get_pg_user.py,sha256=6U1GdxQciAYebOERbadr-60f1YiX_4_Ql8dlWxCsoT8,8637
87
+ pulumi_aiven/get_project.py,sha256=8dD2OiGej2-FeW2MR6if5rNLjXIUGXetwrcQEjVWgc0,12485
88
+ pulumi_aiven/get_project_user.py,sha256=leC3srm0_S3yg_jKiYS8IHy2Bkt4nbhCrHkGUovdkWs,5851
89
+ pulumi_aiven/get_project_vpc.py,sha256=sDQ8VFMPH5yDg0_HaloMiETPn9f94ANmLt0GbXV9NoE,6517
90
+ pulumi_aiven/get_redis.py,sha256=4H0_SBSvjtIwOMdXrjCRpL3ijvOUOg6hvGqmhFUJmO4,22418
91
+ pulumi_aiven/get_redis_user.py,sha256=qqg3BaoaRxZ1t6YEpsrdQLScmmMJWv9Iqf8J9Uljc0I,9936
92
+ pulumi_aiven/get_service_component.py,sha256=WeZIEVZugT0etLtfW9QGtNV7jQfGiEO2WFiUX-O7e_w,10569
93
+ pulumi_aiven/get_service_integration.py,sha256=oLbIcWm9HPuooJdH_8zhHFpH4sDa_svK15BKW9eS_fk,22567
94
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=5QPM8iG3j5zHoT-27O4HbbTRwh5fb1NkLsJSgxKbPO4,17430
95
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=6HmHqhPdA9bsr3dKNzMpIsoVxq1vfU2Shic2gmHh0Vc,9299
96
+ pulumi_aiven/grafana.py,sha256=VLdDdVeW5isZwTY0J0776FAeNEvLKILKLOn5kE9MaRM,80240
97
+ pulumi_aiven/influx_db.py,sha256=YauiJzo5-lvVer4JR-u4FkuTLnfB8QkddMDV6GGqimI,78775
98
+ pulumi_aiven/influxdb_database.py,sha256=MD54FRTY70obhYFCThIdi-cLWboPZTo5a0nR9GGr4Tc,16132
99
+ pulumi_aiven/influxdb_user.py,sha256=XVd6V07Pq01D91Q02ptROLzsJ_m1YAIsh4owVO3D8BY,18289
100
+ pulumi_aiven/kafka.py,sha256=sP34NJw2grEDKkozJqh_Yd3BqEIrETq7QL-b7a_lwGg,82507
101
+ pulumi_aiven/kafka_acl.py,sha256=NlZi7_caoq7O8gh0KLEqDV0n_cWWMnFKLGipTP_swfs,18809
102
+ pulumi_aiven/kafka_connect.py,sha256=gbFW5Fg5LL0ytd5aR-LV9nw-4YsHu4BYkexiN6JVSyA,81703
103
+ pulumi_aiven/kafka_connector.py,sha256=l81S6TY6mCmdxY-SAhhxZCicQYor5m8cachuWewQDfI,24505
104
+ pulumi_aiven/kafka_mirror_maker.py,sha256=hT-WCfL0kqmGNm1IeRZBxkp5Q9dS294YR8P1sr0lxNY,82315
105
+ pulumi_aiven/kafka_schema.py,sha256=x3uS176LIkFcE5nKVcgb50PNvCCjzyGIHamG-GiI8yw,22882
106
+ pulumi_aiven/kafka_schema_configuration.py,sha256=p6z9C9SdMYm0PElFDXRlRZ7tF96VaDltBCsCCQ61tbE,14311
107
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=PgTO1XtxeJfsHx6pTEdghEs8kG8motJrbNHKTzdpU0U,18388
108
+ pulumi_aiven/kafka_topic.py,sha256=MhSzdtS9pdmMlit3V0q46T3bSK4ViqmQKf0mBIbtt84,23718
109
+ pulumi_aiven/kafka_user.py,sha256=10fS7p0xQQa0s27-gdaT9X_i20NU17oQjwsuSxSFGlc,18661
110
+ pulumi_aiven/m3_aggregator.py,sha256=sw12BCW5SAvsxh416WiR3a7TDbjhs4ylFDUIJteb5mM,81103
111
+ pulumi_aiven/m3_db.py,sha256=bS0dgJ5cIn_lKH-t7Z2mLviU0Fu_qxTGEm_y2VffJdQ,79877
112
+ pulumi_aiven/m3db_user.py,sha256=0OkHXPwLuXsOsvjhqH_Po-wIioXxQCkL3WyQTuAEgMs,16473
113
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=TJqulUYGckAA67ju-QbB6lEYcqBE-9DjXSlU9fpKuoA,40444
114
+ pulumi_aiven/my_sql.py,sha256=gryE0eOvM2VmB8Fg5ADgwqSqNJD339UhAlDIkhPfpJc,80514
115
+ pulumi_aiven/mysql_database.py,sha256=PudJU8SLwXM6iT7tyrv_1_7sF9RoaeXWStts5u-XFeM,17068
116
+ pulumi_aiven/mysql_user.py,sha256=cEX5mw6IDh3gXITzEFuESbtFLL79RCFgAhnKfjHzYIs,21316
117
+ pulumi_aiven/open_search.py,sha256=y5Xr6R7SLEp3TX56MfYDShPjMQGwvwGHI1FyMxm0xpM,78346
118
+ pulumi_aiven/open_search_acl_config.py,sha256=gWdJUgcM_qpscYCvRw2UgW1xEGrLKlf6jbYBFyRqVMg,18359
119
+ pulumi_aiven/open_search_acl_rule.py,sha256=kD05vBHG1MT5-SolehfuXv93TPYQVY5qXdmizmxQ40c,22307
120
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=fK-RuqkFSrnRgV6fHMlUyvr5WLzeDib0DcnSSrJx6_s,19007
121
+ pulumi_aiven/opensearch_user.py,sha256=fmFPcINcKV4dfKHSd80iMtRyJgHqs-hrhuQ-lqdPhAA,16749
122
+ pulumi_aiven/organization.py,sha256=XQNjG5MUTyEpK72l3UGc2ND8-2DWTgy7QzMmnW_JRKk,10989
123
+ pulumi_aiven/organization_group_project.py,sha256=khkP6YOgG7eNKyfXq2ifyxqOze2akGMVKXRqsXUBlKo,11802
124
+ pulumi_aiven/organization_user.py,sha256=9vicoZ4qa66zCHFBcueX9aZHrugopcs-Y0H6qhPDzLo,17281
125
+ pulumi_aiven/organization_user_group.py,sha256=sMxD4oU31oRj1lFbx5PCKD5TjJWMkfwZz7FRjZd81wA,14836
126
+ pulumi_aiven/organization_user_group_member.py,sha256=2rQWs-A8iypKMiNVT9KpdhUAvcPFh3pSpCCculfNdcY,14270
127
+ pulumi_aiven/organizational_unit.py,sha256=XjV-h-th2IyEvL8lYPkeASvCUMpGlBdK-0yL5DiVnjE,11553
128
+ pulumi_aiven/outputs.py,sha256=GH4yWhPB-E2ag1J54KGrk0JExQ8ORNvOB2lg1wmwqxY,1646572
129
+ pulumi_aiven/pg.py,sha256=x1q8nU_So6EHUd7pqkS70HTmzdohNkXCv1BfF49f0XU,75510
130
+ pulumi_aiven/pg_database.py,sha256=jtrYc0R4PnJrGcIIEe9G6CwYtItb1guLmmAouE78pgY,22329
131
+ pulumi_aiven/pg_user.py,sha256=NIX0RTJ6tYxQM4tvEzjIKEN8OLexZmJqJhD3PPBMcmg,21020
132
+ pulumi_aiven/project.py,sha256=mHI6N0V5rNTe5x8JiInLzvRalXCywicj15oAjIPWJ9A,46690
133
+ pulumi_aiven/project_user.py,sha256=fHcxh61c8m7vEyPjtuUnHm1UmUlBv_g9XZPM976JOW8,13777
134
+ pulumi_aiven/project_vpc.py,sha256=dbPlF-6EcQCRy6NJvJH-56z1Hpj2RBU_ifoksRdbHN8,13285
135
+ pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
136
+ pulumi_aiven/pulumi-plugin.json,sha256=R1qk--4bj4H_dxdiJduvDFjyld1YWJZ8637fNDP5Qqk,42
137
+ pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
+ pulumi_aiven/redis.py,sha256=WMBfJMTl9YpAJ_zMeKX_a17_9kK-XRm8aBKHZZuz4MI,80010
139
+ pulumi_aiven/redis_user.py,sha256=Z0fgvYR28dBGyIOkVQoNz1M9RscEDJCr53SXsW03-O0,29435
140
+ pulumi_aiven/service_integration.py,sha256=HWjHvhfJ71YRvkZOL4DBkpeGOSL68vKtqjASITnN0QQ,69156
141
+ pulumi_aiven/service_integration_endpoint.py,sha256=R_OO7UKvO5XSK50-h1ynwES2djWuSpMxNeHUbzC-M4o,59930
142
+ pulumi_aiven/static_ip.py,sha256=cZxGl3gv3pnMcjKnBHfoRPMRhUBixowYE5lQnYHlTlc,13919
143
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=xETQveFiuh-xWF1unAq1fHqr6lQRG2S4B4W4NrneggY,23157
144
+ pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
145
+ pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
146
+ pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
147
+ pulumi_aiven-6.13.0.dist-info/METADATA,sha256=CgiJmkQM8YNAoGecBTaZTxT1ufscvnHE1AifbsJNdy4,2521
148
+ pulumi_aiven-6.13.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
149
+ pulumi_aiven-6.13.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
150
+ pulumi_aiven-6.13.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,146 +0,0 @@
1
- pulumi_aiven/__init__.py,sha256=Xb19hmFsqhQIuFfc3V5VkFre2S-Xtv5zCDBj1bXU28c,16645
2
- pulumi_aiven/_inputs.py,sha256=BhywwR1_VTzXxcOU1cCRSIPni0cOtVcNNEJ6zjGmtVw,929883
3
- pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
- pulumi_aiven/account.py,sha256=uVBXiO3qthEAJ5Ae52JD4nOvfHcqPUJ-VDRPsvkwGko,18336
5
- pulumi_aiven/account_authentication.py,sha256=Gf4_QSFID78RKXLmm7cv_SL6sQs3R0ak2jEalISwFFc,36913
6
- pulumi_aiven/account_team.py,sha256=p0N8TZC3teqLdJzYSnaFVClJlzfYbu29bjpqJictNXw,11215
7
- pulumi_aiven/account_team_member.py,sha256=5rpyTJYWJPFfYAdvBqN8gcT1H-idvdmMz3HabMJrtVU,17882
8
- pulumi_aiven/account_team_project.py,sha256=qorUEmm8WS1zd0Nh6qGnyzS1oqlZELqQW2gq85xn7nA,13859
9
- pulumi_aiven/aws_privatelink.py,sha256=psPALxSRL4Zdne829L8PCy3Pya9aweTIGvvOcA_p24Y,15297
10
- pulumi_aiven/aws_vpc_peering_connection.py,sha256=zwxkSZWXQNgg1JNAVgY6lbH_tVIbqkbd4lJryrtsq5o,18483
11
- pulumi_aiven/azure_privatelink.py,sha256=xxSjFc0YJmqQSeJiDSEbJMR9Hrrdyn2nXOTfHXEc_gs,18159
12
- pulumi_aiven/azure_privatelink_connection_approval.py,sha256=CRqLvKHhaFi4_mrkYDFQr7eOU-Mw3hkIaYH4CKmm-Rg,15298
13
- pulumi_aiven/azure_vpc_peering_connection.py,sha256=34Uxd4wQ5K_nQ_2WEHYOjwOZ20qTwoXAqXGXehVaeLg,24958
14
- pulumi_aiven/billing_group.py,sha256=0zTWB_f1Xyo8XRKQVlxFwKCA8tsKJOATGutO7_WXvTM,37287
15
- pulumi_aiven/cassandra.py,sha256=FwWoFv7rRdZPxDgptk-7JwUMEiu_zuonuT2DKRNlZBQ,77683
16
- pulumi_aiven/cassandra_user.py,sha256=IhhhI6mEbpPsGwDWGZIMOE1Sl2rjogbQf6PmdahGn1g,19426
17
- pulumi_aiven/clickhouse.py,sha256=iHRi7Ewc7OA0d1pUxS5FcGBbYNrpqHbWHTmhFC7ZMN8,77872
18
- pulumi_aiven/clickhouse_database.py,sha256=omCazmHyNhTYdPCPvfQaXYKuPzJvMdF4VhZhj6xWe2E,17227
19
- pulumi_aiven/clickhouse_grant.py,sha256=X4yqGDujJbic9OvaMq0LND84pO3m8Y8kYULY6yG5jq4,26764
20
- pulumi_aiven/clickhouse_role.py,sha256=FT0wHtUc9hdhf2lhbZBBwpnTwGpIKLr6_Ht36SBP3bQ,13649
21
- pulumi_aiven/clickhouse_user.py,sha256=RienPbhOrfGGb3Ff2hanEwCj24-Wy50TrIhFbXCtllw,16426
22
- pulumi_aiven/connection_pool.py,sha256=GdAg9_MxsO5-WNx6m0cd2lx5c_l5U0VG24iNIqAwj7M,26197
23
- pulumi_aiven/flink.py,sha256=c3R4c9xz6kJlDNCiDAfb-FX3pwZKudv1dElMxz7E_Jw,77215
24
- pulumi_aiven/flink_application.py,sha256=2OPSXvtLxGs7Qn8ZPPsDRlOio8TTJbuwawO-pPsampY,17471
25
- pulumi_aiven/flink_application_deployment.py,sha256=ec8iJY7VEqaex6fD1DlgrPBqTQTDXVV-anGS-A7zqWo,22264
26
- pulumi_aiven/flink_application_version.py,sha256=4otL0vj7lBT_LWtPDPT3E8PG2D-GcRLFVBmsZaafQJM,31227
27
- pulumi_aiven/gcp_privatelink.py,sha256=8MpN_-e00jHny0hU49htBOIIu1jABfTJEQlOShXB4EM,13489
28
- pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=G1MtkpHv2RXTXorvj5mcGycAgheRpGTPbt87_WUYbwE,16110
29
- pulumi_aiven/gcp_vpc_peering_connection.py,sha256=H9cv5aSlyu0isJQttUqi-tytzu-5MbUnsKlzZ_tvwHo,15247
30
- pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
31
- pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
32
- pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
33
- pulumi_aiven/get_account_team_member.py,sha256=xKtnPtCdL43TY6TIZWQUrt68iNuOfD267fpm8NrQV-4,7279
34
- pulumi_aiven/get_account_team_project.py,sha256=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
35
- pulumi_aiven/get_aws_privatelink.py,sha256=DFNwweSn3erntarP-QKy47Ft8rG9f-JSLlCPRTiaF9w,6757
36
- pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=AOXN4Y-t-sDRYeMD8IO9Bi7Ck9luR7cJZcAfhqpoVE4,8738
37
- pulumi_aiven/get_azure_privatelink.py,sha256=qK146yM8dMWMIAm9ahbuJVBo2YZeNXQTyUzFGHQBSHc,7967
38
- pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=h-4D1dvuOGne7j9JbZXvEKqdqccyVOwtvqgljJUx7qg,10992
39
- pulumi_aiven/get_billing_group.py,sha256=EnuheoCDgekstkxd0oohOtBR9wvh3rhg0f1nXtSN6cY,10937
40
- pulumi_aiven/get_cassanda.py,sha256=WDu4PZViG0pJ8C1a6HRYuAKJhQ4OGpZXGoZm9I2RpQM,22935
41
- pulumi_aiven/get_cassandra.py,sha256=CVJQ2_2WbvRSyxiSv0Qry5gReI-hgHGfqCwOlfjQ-VM,22604
42
- pulumi_aiven/get_cassandra_user.py,sha256=XXeH08mxtoWf2sieYVrGUrKUTeYyazZPDMng6D4DMjM,8322
43
- pulumi_aiven/get_clickhouse.py,sha256=520IKAdWgGNAHZdrage0dAHjaIP_S2NxsiKNOtJJZZY,22681
44
- pulumi_aiven/get_clickhouse_database.py,sha256=xZckYv3zJ6QXaN18fe51F4cligUJ9is6_nc21a5I3kY,6854
45
- pulumi_aiven/get_clickhouse_user.py,sha256=_eUZJmsdntpdmYNYOupaw7ca_V52hl_g3z0QqS51gro,7572
46
- pulumi_aiven/get_connection_pool.py,sha256=unvWA2cO-Ad4k_J087hO5m7U5WHIQBpgvwSyOmh8Qn0,9261
47
- pulumi_aiven/get_flink.py,sha256=WISt8OWpZYBmNfhOhPxgn4B0YHEo_s-D2EJAmj9h3TE,22356
48
- pulumi_aiven/get_flink_application.py,sha256=igmYtJQWNms9SsKWeJTqZ-TmUspPxeLETnRA8ow7CZQ,8351
49
- pulumi_aiven/get_flink_application_version.py,sha256=JSt2mAKtsbSmB8YJaKKYyvW33wZ0jdv8-E6WN3rrgP8,11198
50
- pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
51
- pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=y7d7Nb8I0908gQrma1ruleEjyfwIYFz4IvRC7t8-B2s,7239
52
- pulumi_aiven/get_grafana.py,sha256=Ut_ZBK_W6ZheLSiR9O1Fw93geEBx9HMa0UCAL5My8Ho,22462
53
- pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
54
- pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
55
- pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
56
- pulumi_aiven/get_kafka.py,sha256=vVSZ0SN1sAEPA1yqaGirEPMa6_Py2HW3nnHggtVFcrc,23355
57
- pulumi_aiven/get_kafka_acl.py,sha256=iQYy4xbFJgWD2PvxFw-4v2ijdUeqzasDKPl_s1dwmVc,8784
58
- pulumi_aiven/get_kafka_connect.py,sha256=LCTS08lMv5ypr9z8Ak4WmRZJv_evFwMK7i9pj9lCQ2Q,22839
59
- pulumi_aiven/get_kafka_connector.py,sha256=15NlkTJtUBWNRummvZ7NbEyVOINbm-XTWz3ALi2_DwQ,10490
60
- pulumi_aiven/get_kafka_mirror_maker.py,sha256=lp2lnZEBDyrXUCoGRHpkTwFengBL9UcyOo_R5PB_ktU,23112
61
- pulumi_aiven/get_kafka_schema.py,sha256=HF151CAZ5NWsXj-47Ca8qHj3oDX66tysuLQdEvyVUQs,8476
62
- pulumi_aiven/get_kafka_schema_configuration.py,sha256=1KkgZ5CiuAEV6MvJSVDevguYQjJYCFiNF9xF6Agj9dc,8479
63
- pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=Hx1q_uLcRfvU6sWLZMLKk3bFUQxayfgCoLKMfAKKPfE,8771
64
- pulumi_aiven/get_kafka_topic.py,sha256=8ef7kc1L1x_Fwq0uD6vayFkAsLDwchdoYwH5qOyjRf4,8642
65
- pulumi_aiven/get_kafka_user.py,sha256=91pn9lraE8OPKwluoqtiwJiSSmBp_ztcG-YZeuk-Osk,8102
66
- pulumi_aiven/get_m3_aggregator.py,sha256=-n1-2oFX9sNj02a_e0qLJ_C1Su4gInPJfrBxF_Mn308,22786
67
- pulumi_aiven/get_m3_db.py,sha256=ygLCREe2LNIPUbr67oigWdNPVgHSXTpzBNp3uUlBvMo,22291
68
- pulumi_aiven/get_m3db_user.py,sha256=65R0WLZWM_X4H2jqutJY3Eoh8rZyPEQwWnqRO1udeOg,7063
69
- pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=p8SFFLs0getOLYSMDSEb1TZitx4_7-jv7IqAc_v4Kr4,13941
70
- pulumi_aiven/get_my_sql.py,sha256=yeJxiBcztzyROy0zq6B_fuoPRCOWrI-wMPfCXQZ_44w,22368
71
- pulumi_aiven/get_mysql_database.py,sha256=vHtxIf2cCVZm1y5xB9H3QZcgxwpP7aP0VLSMMH2hM0E,6911
72
- pulumi_aiven/get_mysql_user.py,sha256=ioEdclgb9kDseTSm_H8yp_xd57VnoYB0HtndbuW-p_0,8731
73
- pulumi_aiven/get_open_search.py,sha256=vB0QmMUphUQsaq73J5kqbmG1t_TOyBEV0oEB4wY9cws,22674
74
- pulumi_aiven/get_open_search_acl_config.py,sha256=3urVBWBK_20emuGowsfzlEDgnGMRhuSJF4ypNgoCVPE,6692
75
- pulumi_aiven/get_open_search_acl_rule.py,sha256=1Gc8o7NZsB5YKmKVuPgSPUlPin8NxMlEFj-SJ9mTgHc,8788
76
- pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=p_ZEXd0r332uh3tunnHDYTfQYbv98GSP6VyGUmJtBSY,7956
77
- pulumi_aiven/get_opensearch_user.py,sha256=QEpjTOSL_GbT0EZRnEY-Dk_TEw1SYI8-Yuas125vxvI,7267
78
- pulumi_aiven/get_organization.py,sha256=bCzQq-_sDod1YdCSLY8JQA-BlxdaXge1D3145V8kQw8,4726
79
- pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
80
- pulumi_aiven/get_organization_user_group.py,sha256=X_f2xs5NkztuUvZHfQAIAyhmSCaWq3KnX-0vQiJP6As,6197
81
- pulumi_aiven/get_organizational_unit.py,sha256=wN3JqDU8hkCmDUWJc85d6WwnVQ3zfGGt9V9CDrKm_LQ,4724
82
- pulumi_aiven/get_pg.py,sha256=n1mqYpxaa_5pa8m6kNTLzEWF98VY8GLBo4VPNw-Jrvc,22178
83
- pulumi_aiven/get_pg_database.py,sha256=ICWKGrZGDx6EQWs5VjKpnhSsd-cJ16yrLGWrn7BwnIM,8070
84
- pulumi_aiven/get_pg_user.py,sha256=0SHBqaCO9RlyBu7sKpkavuEflJxsqe8FtAWaIBtLGnA,8668
85
- pulumi_aiven/get_project.py,sha256=VJd1L09Kl4z7n7RbRsGqO3x_QLFc4iArT5sfLwOBHbM,12345
86
- pulumi_aiven/get_project_user.py,sha256=aUletv-3qNdsFqOoP80O5igO84M_DJYMpHtIqBEqnYE,5825
87
- pulumi_aiven/get_project_vpc.py,sha256=OGwWGpPx6ZpKCE1DLoWV1xIiABnONmW81CTU41iDxQE,6437
88
- pulumi_aiven/get_redis.py,sha256=yWjvPP6H1K9AKfQlhLNu8FJ1Ec6sE2jJVT27tGk8CGQ,22335
89
- pulumi_aiven/get_redis_user.py,sha256=h0HbAUWVEtu3bpBcz9LtztM1TmKGaZ1_IB2YvRPljmQ,10043
90
- pulumi_aiven/get_service_component.py,sha256=gjHcqey7r118DDCSzBL7RSZvHiFIMJIZf-VIi6J3Zf0,10429
91
- pulumi_aiven/get_service_integration.py,sha256=sX2zzwVpLjsHAq3zqFWrlDcQ8dvpD8zEJYdXNXvbzQk,18129
92
- pulumi_aiven/get_service_integration_endpoint.py,sha256=TsdZeWhX7hZzlKkSrAhm2uaKKmUUyF9vQSNTtrWUckU,17198
93
- pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=z2QjKH60Qp35f75OD9JiL5SYLKH2zulvpW8C3BZyZuE,9330
94
- pulumi_aiven/grafana.py,sha256=HTN7FndDeVotjuz3X_JdHzkca9Ko_zneG_3XUhSPnLk,80219
95
- pulumi_aiven/influx_db.py,sha256=xpCxoZhv5QPn9NZP2-M5aVSpQc7Zu3l6HdMHVxeKUTk,78908
96
- pulumi_aiven/influxdb_database.py,sha256=mZF9OB2J1vIpJA2VGRTDNyUvE8_pZXfLb_ItLtSY_2o,16531
97
- pulumi_aiven/influxdb_user.py,sha256=4DaoVg5eX30ZZlynxFWqLFfTBk9KvtojXJQ-4TJ9s4A,18688
98
- pulumi_aiven/kafka.py,sha256=8SIyPwRaBRJBdRqIKenLoGC-uEm0hmuvbuWornr9L88,82486
99
- pulumi_aiven/kafka_acl.py,sha256=L5CF-8vsuPlO3ydQsZwLMFRvXt_kFp5nEe_R4GLnVWM,19320
100
- pulumi_aiven/kafka_connect.py,sha256=x9sC3fvxMlHFFkkEgVXoBIwcACEmEwyhq5I_wS51eVw,81682
101
- pulumi_aiven/kafka_connector.py,sha256=gHPu_ekMWkAh7GAZo0gPG-CuxVUFu8JMtPpzjiiagY4,24750
102
- pulumi_aiven/kafka_mirror_maker.py,sha256=ESXKRyTqHGLg242DDyGFTRCa4JJKZwGe0_YFiNsNTGQ,82294
103
- pulumi_aiven/kafka_schema.py,sha256=4RKso2viJN1Ff6cxXm-Ty5vHTeOlyoylnPC9rHQSkRI,23081
104
- pulumi_aiven/kafka_schema_configuration.py,sha256=hIjubIWZZ-AxKVc7YeSMbksAMQZlPFF7VvpsWpI_1fo,14423
105
- pulumi_aiven/kafka_schema_registry_acl.py,sha256=XGrtI0BEk_u2FTB_yJzmFhsPX4T8Y4z0I9rwz-o0y7o,19053
106
- pulumi_aiven/kafka_topic.py,sha256=aW2OSDMfJ8VWs_Dx_zBSwsz5NSmguxBlyUheZjVOw80,24119
107
- pulumi_aiven/kafka_user.py,sha256=_iMMcWmiDdBLA3omawXc--8ERkWV4PRrVHApALKIxZk,18906
108
- pulumi_aiven/m3_aggregator.py,sha256=y5WLP8bP251BHUoWDiltsK7DGsS6U4jFJrwpBoNdJew,81082
109
- pulumi_aiven/m3_db.py,sha256=mlS0BlR4M5ZsqKaNwQPXHpiLhIuI7asSpKbMjBSCGc8,79856
110
- pulumi_aiven/m3db_user.py,sha256=nDIn6g-I_nOjmc-dHY_1g2lsEoFdO6DdsZHakN3bLww,16718
111
- pulumi_aiven/mirror_maker_replication_flow.py,sha256=-R7BPU43K-zS1MXafvgD5ZktzJG8pSyQ6zCjTw_sB7E,40445
112
- pulumi_aiven/my_sql.py,sha256=Nvd1hu3atgCz2Pgl4lWS7MpcI3tztEoF36Jz42fU-74,80493
113
- pulumi_aiven/mysql_database.py,sha256=p3HeQM94nqajJDJ64HkEErMB4Us-KoDpR2tDbEW6hkg,17313
114
- pulumi_aiven/mysql_user.py,sha256=x9lcrxPuZOezO4F_fMU98SNTxMx3pktraH0cvVimr0U,21561
115
- pulumi_aiven/open_search.py,sha256=O8RAXk7t_9PI2r67ifAXv7f_unWl-eE7_-HfhpR59ww,78325
116
- pulumi_aiven/open_search_acl_config.py,sha256=xLsNqqJrRY4ga96dZHfI8gyiMLFilJxsyivDfq_EG1k,18471
117
- pulumi_aiven/open_search_acl_rule.py,sha256=MZ3y9qx-kyzG6_1uqfm5UxNkCbviWQdD62oOAZMNDKI,22685
118
- pulumi_aiven/opensearch_security_plugin_config.py,sha256=IrINkwhobhkw-F6CppS-FisPnArF7bvyPrRI3NOeEYw,17263
119
- pulumi_aiven/opensearch_user.py,sha256=04lyk7TOygiKnxm9iMriDCqVsvyEUJ60CAP3ddRPeK4,16994
120
- pulumi_aiven/organization.py,sha256=zlKk5kqpcpxvJkWINNpSzp7cdY7fCT-yHzsxPUDsIBc,10803
121
- pulumi_aiven/organization_user.py,sha256=9jkxuPWkKlZYyNMoQWsurpOJFFajjb63KGCXKK64TTo,17543
122
- pulumi_aiven/organization_user_group.py,sha256=gS68Q9oB2S4dcKkRFDw6GuesTB81FOCvXN00wOqGroQ,14027
123
- pulumi_aiven/organizational_unit.py,sha256=n6hEP52m9ARkGJM2bVND4j6qyhIqPn7s8QVYw24lh5A,10927
124
- pulumi_aiven/outputs.py,sha256=zg3XpXJ5pAZf_oJZhI5rKTr8HAyYmzdrub484y1LSjs,1536080
125
- pulumi_aiven/pg.py,sha256=Jeear2GNr6hQWakjMQ-ETHlMZSltoMlY_xcp2Kc1NY0,75645
126
- pulumi_aiven/pg_database.py,sha256=ttUxo4XLy3aUkkYEVjVLYAemqKXNb_GffywUN516-QA,22840
127
- pulumi_aiven/pg_user.py,sha256=buSz9kFIAJJ_9kFPsyDKl8XkLxho5ThTug3KN4OWco8,21265
128
- pulumi_aiven/project.py,sha256=1iO2DBAFdL1Vk7dMJGGEUUP5UCIrtUsU-Y3dOq9zZM4,45996
129
- pulumi_aiven/project_user.py,sha256=twxyAVeI1jhfuUBC_Eo5eJyk35CVZZDMrOauhP1D2Wg,13889
130
- pulumi_aiven/project_vpc.py,sha256=syfQnLSpchXdAJeWIzQXnh3az95fkd6rGRodVb05-Nw,13331
131
- pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
132
- pulumi_aiven/pulumi-plugin.json,sha256=R1qk--4bj4H_dxdiJduvDFjyld1YWJZ8637fNDP5Qqk,42
133
- pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
- pulumi_aiven/redis.py,sha256=3BjWh68L_ba_ALbKuO7swiCvFIrd5hpPEZaLZvHgpiA,79989
135
- pulumi_aiven/redis_user.py,sha256=XYLMhrT-6yR9KetFBmHK8Hs1u8qEGwKN6Stz1zbPwq0,30212
136
- pulumi_aiven/service_integration.py,sha256=qeU1IecydZkCFskSe0gaZVBxtH3OdFIj2Rh0ce0_iOc,53103
137
- pulumi_aiven/service_integration_endpoint.py,sha256=E6Ur87YjaLH0r0JJ6lo_AYOck09FW4RPSrK8t72HbzQ,59286
138
- pulumi_aiven/static_ip.py,sha256=q46FU29zgk0zU7DTAjNaohcCTpX3YR-Q6yy8Nn7IcE4,14185
139
- pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=lsWmGOEeZboQu8JU5WMeDv9LZTEKrt-C9J-vssi6la0,23402
140
- pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
141
- pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
142
- pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
143
- pulumi_aiven-6.12.0a1708541199.dist-info/METADATA,sha256=uyBdf3TjRIQGMpeOEfvYejBtZd2SrbP14jlXASbY7YU,2532
144
- pulumi_aiven-6.12.0a1708541199.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
145
- pulumi_aiven-6.12.0a1708541199.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
146
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD,,