pulumi-aiven 6.22.0a1723454180__py3-none-any.whl → 6.22.0a1723820065__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.

@@ -87,7 +87,7 @@ class _AwsVpcPeeringConnectionState:
87
87
  aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
88
88
  aws_vpc_region: Optional[pulumi.Input[str]] = None,
89
89
  state: Optional[pulumi.Input[str]] = None,
90
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
90
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
91
91
  vpc_id: Optional[pulumi.Input[str]] = None):
92
92
  """
93
93
  Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
@@ -96,7 +96,7 @@ class _AwsVpcPeeringConnectionState:
96
96
  :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
97
97
  :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
98
98
  :param pulumi.Input[str] state: The state of the peering connection.
99
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
99
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
100
100
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
101
101
  """
102
102
  if aws_account_id is not None:
@@ -176,14 +176,14 @@ class _AwsVpcPeeringConnectionState:
176
176
 
177
177
  @property
178
178
  @pulumi.getter(name="stateInfo")
179
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
179
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
180
180
  """
181
181
  State-specific help or error information.
182
182
  """
183
183
  return pulumi.get(self, "state_info")
184
184
 
185
185
  @state_info.setter
186
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
186
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
187
187
  pulumi.set(self, "state_info", value)
188
188
 
189
189
  @property
@@ -332,7 +332,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
332
332
  aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
333
333
  aws_vpc_region: Optional[pulumi.Input[str]] = None,
334
334
  state: Optional[pulumi.Input[str]] = None,
335
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
335
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
336
336
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'AwsVpcPeeringConnection':
337
337
  """
338
338
  Get an existing AwsVpcPeeringConnection resource's state with the given name, id, and optional extra
@@ -346,7 +346,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
346
346
  :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
347
347
  :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
348
348
  :param pulumi.Input[str] state: The state of the peering connection.
349
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
349
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
350
350
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
351
351
  """
352
352
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -404,7 +404,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
404
404
 
405
405
  @property
406
406
  @pulumi.getter(name="stateInfo")
407
- def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
407
+ def state_info(self) -> pulumi.Output[Mapping[str, str]]:
408
408
  """
409
409
  State-specific help or error information.
410
410
  """
@@ -118,7 +118,7 @@ class _AzureVpcPeeringConnectionState:
118
118
  peer_resource_group: Optional[pulumi.Input[str]] = None,
119
119
  peering_connection_id: Optional[pulumi.Input[str]] = None,
120
120
  state: Optional[pulumi.Input[str]] = None,
121
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
121
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
122
122
  vnet_name: Optional[pulumi.Input[str]] = None,
123
123
  vpc_id: Optional[pulumi.Input[str]] = None):
124
124
  """
@@ -129,7 +129,7 @@ class _AzureVpcPeeringConnectionState:
129
129
  :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
130
130
  :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
131
131
  :param pulumi.Input[str] state: State of the peering connection
132
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
132
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
133
133
  :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
134
134
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
135
135
  """
@@ -226,14 +226,14 @@ class _AzureVpcPeeringConnectionState:
226
226
 
227
227
  @property
228
228
  @pulumi.getter(name="stateInfo")
229
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
229
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
230
230
  """
231
231
  State-specific help or error information.
232
232
  """
233
233
  return pulumi.get(self, "state_info")
234
234
 
235
235
  @state_info.setter
236
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
236
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
237
237
  pulumi.set(self, "state_info", value)
238
238
 
239
239
  @property
@@ -411,7 +411,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
411
411
  peer_resource_group: Optional[pulumi.Input[str]] = None,
412
412
  peering_connection_id: Optional[pulumi.Input[str]] = None,
413
413
  state: Optional[pulumi.Input[str]] = None,
414
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
414
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
415
415
  vnet_name: Optional[pulumi.Input[str]] = None,
416
416
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'AzureVpcPeeringConnection':
417
417
  """
@@ -427,7 +427,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
427
427
  :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
428
428
  :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
429
429
  :param pulumi.Input[str] state: State of the peering connection
430
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
430
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
431
431
  :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
432
432
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
433
433
  """
@@ -496,7 +496,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
496
496
 
497
497
  @property
498
498
  @pulumi.getter(name="stateInfo")
499
- def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
499
+ def state_info(self) -> pulumi.Output[Mapping[str, str]]:
500
500
  """
501
501
  State-specific help or error information.
502
502
  """
@@ -71,7 +71,7 @@ class _GcpVpcPeeringConnectionState:
71
71
  peer_vpc: Optional[pulumi.Input[str]] = None,
72
72
  self_link: Optional[pulumi.Input[str]] = None,
73
73
  state: Optional[pulumi.Input[str]] = None,
74
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
74
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
75
75
  vpc_id: Optional[pulumi.Input[str]] = None):
76
76
  """
77
77
  Input properties used for looking up and filtering GcpVpcPeeringConnection resources.
@@ -79,7 +79,7 @@ class _GcpVpcPeeringConnectionState:
79
79
  :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
80
80
  :param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
81
81
  :param pulumi.Input[str] state: State of the peering connection.
82
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
82
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
83
83
  :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
84
84
  """
85
85
  if gcp_project_id is not None:
@@ -145,14 +145,14 @@ class _GcpVpcPeeringConnectionState:
145
145
 
146
146
  @property
147
147
  @pulumi.getter(name="stateInfo")
148
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
148
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
149
149
  """
150
150
  State-specific help or error information.
151
151
  """
152
152
  return pulumi.get(self, "state_info")
153
153
 
154
154
  @state_info.setter
155
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
155
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
156
156
  pulumi.set(self, "state_info", value)
157
157
 
158
158
  @property
@@ -284,7 +284,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
284
284
  peer_vpc: Optional[pulumi.Input[str]] = None,
285
285
  self_link: Optional[pulumi.Input[str]] = None,
286
286
  state: Optional[pulumi.Input[str]] = None,
287
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
287
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
288
288
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'GcpVpcPeeringConnection':
289
289
  """
290
290
  Get an existing GcpVpcPeeringConnection resource's state with the given name, id, and optional extra
@@ -297,7 +297,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
297
297
  :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
298
298
  :param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
299
299
  :param pulumi.Input[str] state: State of the peering connection.
300
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
300
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
301
301
  :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
302
302
  """
303
303
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -346,7 +346,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
346
346
 
347
347
  @property
348
348
  @pulumi.getter(name="stateInfo")
349
- def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
349
+ def state_info(self) -> pulumi.Output[Mapping[str, str]]:
350
350
  """
351
351
  State-specific help or error information.
352
352
  """
@@ -97,7 +97,7 @@ class GetAwsVpcPeeringConnectionResult:
97
97
 
98
98
  @property
99
99
  @pulumi.getter(name="stateInfo")
100
- def state_info(self) -> Mapping[str, Any]:
100
+ def state_info(self) -> Mapping[str, str]:
101
101
  """
102
102
  State-specific help or error information.
103
103
  """
@@ -111,7 +111,7 @@ class GetAzureVpcPeeringConnectionResult:
111
111
 
112
112
  @property
113
113
  @pulumi.getter(name="stateInfo")
114
- def state_info(self) -> Mapping[str, Any]:
114
+ def state_info(self) -> Mapping[str, str]:
115
115
  """
116
116
  State-specific help or error information.
117
117
  """
@@ -86,7 +86,7 @@ class GetGcpVpcPeeringConnectionResult:
86
86
 
87
87
  @property
88
88
  @pulumi.getter(name="stateInfo")
89
- def state_info(self) -> Mapping[str, Any]:
89
+ def state_info(self) -> Mapping[str, str]:
90
90
  """
91
91
  State-specific help or error information.
92
92
  """
@@ -100,7 +100,7 @@ class GetTransitGatewayVpcAttachmentResult:
100
100
 
101
101
  @property
102
102
  @pulumi.getter(name="stateInfo")
103
- def state_info(self) -> Mapping[str, Any]:
103
+ def state_info(self) -> Mapping[str, str]:
104
104
  """
105
105
  State-specific help or error information
106
106
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.22.0-alpha.1723454180"
4
+ "version": "6.22.0-alpha.1723820065"
5
5
  }
@@ -103,7 +103,7 @@ class _TransitGatewayVpcAttachmentState:
103
103
  peer_vpc: Optional[pulumi.Input[str]] = None,
104
104
  peering_connection_id: Optional[pulumi.Input[str]] = None,
105
105
  state: Optional[pulumi.Input[str]] = None,
106
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
106
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
107
107
  user_peer_network_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
108
108
  vpc_id: Optional[pulumi.Input[str]] = None):
109
109
  """
@@ -113,7 +113,7 @@ class _TransitGatewayVpcAttachmentState:
113
113
  :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
114
114
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
115
115
  :param pulumi.Input[str] state: State of the peering connection
116
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
116
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information
117
117
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
118
118
  :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.
119
119
  """
@@ -196,14 +196,14 @@ class _TransitGatewayVpcAttachmentState:
196
196
 
197
197
  @property
198
198
  @pulumi.getter(name="stateInfo")
199
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
199
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
200
200
  """
201
201
  State-specific help or error information
202
202
  """
203
203
  return pulumi.get(self, "state_info")
204
204
 
205
205
  @state_info.setter
206
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
206
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
207
207
  pulumi.set(self, "state_info", value)
208
208
 
209
209
  @property
@@ -362,7 +362,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
362
362
  peer_vpc: Optional[pulumi.Input[str]] = None,
363
363
  peering_connection_id: Optional[pulumi.Input[str]] = None,
364
364
  state: Optional[pulumi.Input[str]] = None,
365
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
365
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
366
366
  user_peer_network_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
367
367
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'TransitGatewayVpcAttachment':
368
368
  """
@@ -377,7 +377,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
377
377
  :param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
378
378
  :param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
379
379
  :param pulumi.Input[str] state: State of the peering connection
380
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
380
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information
381
381
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
382
382
  :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.
383
383
  """
@@ -437,7 +437,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
437
437
 
438
438
  @property
439
439
  @pulumi.getter(name="stateInfo")
440
- def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
440
+ def state_info(self) -> pulumi.Output[Mapping[str, str]]:
441
441
  """
442
442
  State-specific help or error information
443
443
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.22.0a1723454180
3
+ Version: 6.22.0a1723820065
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
@@ -7,10 +7,10 @@ pulumi_aiven/account_team.py,sha256=2nXHXk27PG3ngyxFOtNqPmR9GNFdK8-cgRsFBq3do9w,
7
7
  pulumi_aiven/account_team_member.py,sha256=Iiu6_KEoV8aHg-yn9FhHbaRonJhvpBQp-F0vMfy5xgA,18599
8
8
  pulumi_aiven/account_team_project.py,sha256=zCIaWWrynKIBpxoWU8vTSFjrIoiCduCH7qRdzxNkmAk,15091
9
9
  pulumi_aiven/aws_privatelink.py,sha256=unh4v3-UrdUTwOyYJeVl79bsbqfxfbMpA0iw6H1zwhY,15431
10
- pulumi_aiven/aws_vpc_peering_connection.py,sha256=g_8vsPQ3N0dScetTpgQ-EIoU0tulT1QR3Qouo_T0Di8,18360
10
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=ERXQgMhkWVrwSJQAA_5940SeW_u1s0NlmiXt2pskfkI,18444
11
11
  pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_QdM4,17982
12
12
  pulumi_aiven/azure_privatelink_connection_approval.py,sha256=PypS2BeXPJXkp1L2qjiE70CI55F1RkzfRDl022y-luk,18830
13
- pulumi_aiven/azure_vpc_peering_connection.py,sha256=ali1DX5gS9Wy3JJKelMPCsH-Ikk4LmBOihThXkVD0Io,25124
13
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=mdpra_XePbvRDNs6A8jI0Gg55ONt3qL2_sZAV0zxqcU,25208
14
14
  pulumi_aiven/billing_group.py,sha256=618QcUhxrSf6eahAcjspSpFYXQgMSCZ5vdXMrXwjNV0,37303
15
15
  pulumi_aiven/cassandra.py,sha256=fMpohkd-oUquThg0EZtNBH2SZWcZNO9vSnxOmQ0oHdE,79996
16
16
  pulumi_aiven/cassandra_user.py,sha256=oD7ArA3pybc68ND_tQL4lG3YxVk37OSkpnp-c2-2MCs,18922
@@ -27,16 +27,16 @@ pulumi_aiven/flink_application_deployment.py,sha256=kJtKNGavTqEJQqnGv8PCaY1mDpDC
27
27
  pulumi_aiven/flink_application_version.py,sha256=nkN6GujMoREZW5IcOTgzS4lZKd89bWis3YlGRE_UghU,34128
28
28
  pulumi_aiven/gcp_privatelink.py,sha256=rSRoY5iNYhfZu-VpjUg7bjaIHh2JOjJOVIBB4OHU2k4,14004
29
29
  pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=Pm9TB2M5OtboiVzswVNtQevjdts3cC0aRHpLLT3ahxA,16890
30
- pulumi_aiven/gcp_vpc_peering_connection.py,sha256=hnTUvskarwN5q19ZYIm0B0U6jGhxb5lhqvSQfkXgy9w,14854
30
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=iQGKIKrVAjDRCDHyIrBJIJr3Qq9vc5VaKXaBaRkuUJI,14938
31
31
  pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
32
32
  pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
33
33
  pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
34
34
  pulumi_aiven/get_account_team_member.py,sha256=AkIrkJ8jknk4BxSk2_6Aj8hV5ri23E1JVinZDeKEOKQ,7108
35
35
  pulumi_aiven/get_account_team_project.py,sha256=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
36
36
  pulumi_aiven/get_aws_privatelink.py,sha256=EOeWG7uUUDQgf0IJWjX4naX29C7B0TKUMuOlmMeyChw,6585
37
- pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=lIVsv_LsORoRGldF34NJQojiyVZAFBS_4nL3ivNJ7rA,8867
37
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHtcxLnGhZKhFNRJTZePGplGVp3iI-tP4bSSg1WF-14,8867
38
38
  pulumi_aiven/get_azure_privatelink.py,sha256=LQgpG0bCm9jk744TX2n4KS530PW5I9Dh1bmDO3jMgss,7755
39
- pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=9Pd-eZ4Y4Ji5p81yLTSRfn1FIR-apHM9r4z7_2GFlnA,11684
39
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=aWaydHrSr3vjpenWsuHWnsn9neY-EX-C2fxqGAWzcwA,11684
40
40
  pulumi_aiven/get_billing_group.py,sha256=ztNtROFBAjtl-P_7lIF_44ycSSZyfRPN5VTHs9Yb39A,10909
41
41
  pulumi_aiven/get_cassanda.py,sha256=HvwzDv9Gcjd915peixFIjtzpzQB6kBHJMj4-kfIQUtk,22923
42
42
  pulumi_aiven/get_cassandra.py,sha256=F7js4i0jz6lIBDYZw40jOinVWoi6nfFk_0wQQXNsoy4,22592
@@ -50,7 +50,7 @@ pulumi_aiven/get_flink.py,sha256=s1-z-u99QZimQ3M9Y8oXomuts2bku2xV_AR8T9HswyQ,223
50
50
  pulumi_aiven/get_flink_application.py,sha256=6DeaE1HQbXHcwt1Rw8I_fBaj6ia1QRo_YBcx3wo_sLM,8212
51
51
  pulumi_aiven/get_flink_application_version.py,sha256=uyGs1YxOBa5T3iM20KjLUe7ceDUHAG2PeNjG_H1r1YM,11070
52
52
  pulumi_aiven/get_gcp_privatelink.py,sha256=B0_jQTTtZNGaJmhdJyUyqvRhuOF2EgUtAivb-yfVD_k,6601
53
- pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=BuWOFLAgYyFlxpa7sBwfQoVgJ7ZnT7mhDN2WSrNkimE,7122
53
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=5j195Zriun91TKu4WQCf3WNknWCZ3kkF3GuIf5QpHWk,7122
54
54
  pulumi_aiven/get_grafana.py,sha256=H0BWmuSGsvNER7THuSpZXM3LNbct5JYSLoU_7l4g_tE,22450
55
55
  pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
56
56
  pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
@@ -94,7 +94,7 @@ pulumi_aiven/get_service_component.py,sha256=ej2tl74FPoQfgdI3KYQABT_b1b9advsU_z2
94
94
  pulumi_aiven/get_service_integration.py,sha256=lzpknk16sy9-q0wjYMSwPs2bbZXeThxCCDGU8ifhLPo,21706
95
95
  pulumi_aiven/get_service_integration_endpoint.py,sha256=NptyCHZAmQVpUMLFohCXarpM9-pb0-D-_HqTW6rlExs,17283
96
96
  pulumi_aiven/get_thanos.py,sha256=xqVQxlbdR9fdg009H1sHvpfFRZwEU9DNJXkpK82vYQA,22274
97
- pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=XJuMrODQDQcX9tqhYRr61D9NEEmAOlTU047jFiUyHb4,9147
97
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=Tck_Lmq87WZOxA2iUt2Iom7lM4lCxYyXipZ34cJ3iZM,9147
98
98
  pulumi_aiven/get_valkey.py,sha256=5uj8rG-I2u8RRkXWCzO0yx0p1EHNQT6yeWzUf3jMh9Y,22715
99
99
  pulumi_aiven/get_valkey_user.py,sha256=qthhEULJpTkbtPp4AM7E3qctLwzlewI_LqBuHMuCqVg,9759
100
100
  pulumi_aiven/grafana.py,sha256=lJZVmtQBjUkil_NXezompC_RPZvTg8sMsDs8BoniLmo,79396
@@ -139,7 +139,7 @@ pulumi_aiven/project.py,sha256=V97vBWX7CScWthB52QruGXXXb8W_bduMhDLSdrPvnGc,45405
139
139
  pulumi_aiven/project_user.py,sha256=CAxxa2QCsyk1Apm-Mf7BZv5YeFbKbx8LxUEjtG5NUJA,13182
140
140
  pulumi_aiven/project_vpc.py,sha256=_87HVOeC9IvAmG-fnln5tXW8Z3BdLCA8kER800tp5AE,13908
141
141
  pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
142
- pulumi_aiven/pulumi-plugin.json,sha256=bfsiNfQmlFN_Ed_IzZBkBEhHFwTHUh6sXYiLdIN9pd8,82
142
+ pulumi_aiven/pulumi-plugin.json,sha256=afabXvFljL_P5tgA4-0x4AfWORIQXaUsaGlzyOYs8Pg,82
143
143
  pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
144
144
  pulumi_aiven/redis.py,sha256=f9OUaKysRbE9T6bp29lqx_x6QmMyaecdz1P_d-Fr5Ew,78996
145
145
  pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
@@ -147,13 +147,13 @@ pulumi_aiven/service_integration.py,sha256=WnovQu9vHyADDQsFH81pOhlSl0-WnLa_Uov09
147
147
  pulumi_aiven/service_integration_endpoint.py,sha256=UAQwjN5zuQzqqwnYS8VsIWLxc-ef3tcBWIL4RxAaTrM,63609
148
148
  pulumi_aiven/static_ip.py,sha256=gtPEBjinCRn1W_Eth41uMApeqQ1kN8jQFt9xFmHrcTw,13926
149
149
  pulumi_aiven/thanos.py,sha256=2EKmZWYq43GHsP-IY6LEj8SEWNm5DrT8MyqR8nUHr2s,78245
150
- pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=HimQZasdWaI3cBJE--vKF0vD2KYKo5JfEDIK97fdB0Y,21823
150
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=pINRMv0Kd7eLcR81gUZbxp3I5atzGm1EWum36d1jN4s,21907
151
151
  pulumi_aiven/valkey.py,sha256=U9U5zccVC2qdCJY6ocmeEBkStrog_Fa4GnJ8cTDQYhc,79335
152
152
  pulumi_aiven/valkey_user.py,sha256=smI-xf7tp7fELqzEELJMO8bbmIK7YchTz9j1mLqR0ig,28872
153
153
  pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
154
154
  pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
155
155
  pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
156
- pulumi_aiven-6.22.0a1723454180.dist-info/METADATA,sha256=-Meu27mz7NORG9V4rEWigk9os49YRtp6LbmXVuQMIXg,2532
157
- pulumi_aiven-6.22.0a1723454180.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
158
- pulumi_aiven-6.22.0a1723454180.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
159
- pulumi_aiven-6.22.0a1723454180.dist-info/RECORD,,
156
+ pulumi_aiven-6.22.0a1723820065.dist-info/METADATA,sha256=v7oGFQs73AOva-7C6G5LkHfQ9LFJIjGlOZwuf9Jgnog,2532
157
+ pulumi_aiven-6.22.0a1723820065.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
158
+ pulumi_aiven-6.22.0a1723820065.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
159
+ pulumi_aiven-6.22.0a1723820065.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5