pulumi-aiven 6.7.0a1695928977__py3-none-any.whl → 6.8.0a1696359310__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.
- pulumi_aiven/_inputs.py +5916 -1115
- pulumi_aiven/account.py +49 -14
- pulumi_aiven/account_authentication.py +117 -32
- pulumi_aiven/account_team.py +40 -8
- pulumi_aiven/account_team_member.py +46 -10
- pulumi_aiven/account_team_project.py +43 -9
- pulumi_aiven/aws_privatelink.py +43 -9
- pulumi_aiven/aws_vpc_peering_connection.py +52 -12
- pulumi_aiven/azure_privatelink.py +49 -11
- pulumi_aiven/azure_privatelink_connection_approval.py +43 -9
- pulumi_aiven/azure_vpc_peering_connection.py +64 -16
- pulumi_aiven/billing_group.py +109 -34
- pulumi_aiven/cassandra.py +158 -56
- pulumi_aiven/cassandra_user.py +52 -12
- pulumi_aiven/clickhouse.py +158 -56
- pulumi_aiven/clickhouse_database.py +43 -9
- pulumi_aiven/clickhouse_grant.py +62 -20
- pulumi_aiven/clickhouse_role.py +37 -7
- pulumi_aiven/clickhouse_user.py +46 -10
- pulumi_aiven/config/vars.py +1 -1
- pulumi_aiven/connection_pool.py +64 -16
- pulumi_aiven/flink.py +162 -53
- pulumi_aiven/flink_application.py +52 -12
- pulumi_aiven/flink_application_deployment.py +67 -17
- pulumi_aiven/flink_application_version.py +79 -27
- pulumi_aiven/gcp_privatelink.py +40 -8
- pulumi_aiven/gcp_privatelink_connection_approval.py +46 -10
- pulumi_aiven/gcp_vpc_peering_connection.py +46 -10
- pulumi_aiven/get_account.py +1 -1
- pulumi_aiven/get_account_authentication.py +1 -1
- pulumi_aiven/get_account_team.py +1 -1
- pulumi_aiven/get_account_team_member.py +1 -1
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_aws_privatelink.py +1 -1
- pulumi_aiven/get_aws_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_azure_privatelink.py +1 -1
- pulumi_aiven/get_azure_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_billing_group.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_cassandra_user.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_clickhouse_database.py +1 -1
- pulumi_aiven/get_clickhouse_user.py +1 -1
- pulumi_aiven/get_connection_pool.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_flink_application.py +1 -1
- pulumi_aiven/get_flink_application_version.py +1 -1
- pulumi_aiven/get_gcp_privatelink.py +1 -1
- pulumi_aiven/get_gcp_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_influx_db.py +1 -1
- pulumi_aiven/get_influxdb_database.py +1 -1
- pulumi_aiven/get_influxdb_user.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_acl.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_connector.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_kafka_schema.py +1 -1
- pulumi_aiven/get_kafka_schema_configuration.py +1 -1
- pulumi_aiven/get_kafka_schema_registry_acl.py +1 -1
- pulumi_aiven/get_kafka_topic.py +1 -1
- pulumi_aiven/get_kafka_user.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_m3db_user.py +1 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_mysql_database.py +1 -1
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_open_search_acl_config.py +1 -1
- pulumi_aiven/get_open_search_acl_rule.py +1 -1
- pulumi_aiven/get_opensearch_security_plugin_config.py +1 -1
- pulumi_aiven/get_opensearch_user.py +1 -1
- pulumi_aiven/get_organization.py +1 -1
- pulumi_aiven/get_organization_user.py +1 -1
- pulumi_aiven/get_organization_user_group.py +1 -1
- pulumi_aiven/get_organizational_unit.py +1 -1
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_pg_database.py +1 -1
- pulumi_aiven/get_pg_user.py +1 -1
- pulumi_aiven/get_project.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_project_vpc.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_redis_user.py +1 -1
- pulumi_aiven/get_service_component.py +1 -1
- pulumi_aiven/get_service_integration.py +1 -1
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
- pulumi_aiven/grafana.py +147 -45
- pulumi_aiven/influx_db.py +158 -56
- pulumi_aiven/influxdb_database.py +43 -9
- pulumi_aiven/influxdb_user.py +52 -12
- pulumi_aiven/kafka.py +170 -63
- pulumi_aiven/kafka_acl.py +52 -12
- pulumi_aiven/kafka_connect.py +147 -45
- pulumi_aiven/kafka_connector.py +64 -16
- pulumi_aiven/kafka_mirror_maker.py +147 -45
- pulumi_aiven/kafka_schema.py +58 -14
- pulumi_aiven/kafka_schema_configuration.py +37 -7
- pulumi_aiven/kafka_schema_registry_acl.py +52 -12
- pulumi_aiven/kafka_topic.py +72 -17
- pulumi_aiven/kafka_user.py +52 -12
- pulumi_aiven/m3_aggregator.py +147 -45
- pulumi_aiven/m3_db.py +147 -45
- pulumi_aiven/m3db_user.py +46 -10
- pulumi_aiven/mirror_maker_replication_flow.py +91 -25
- pulumi_aiven/my_sql.py +147 -45
- pulumi_aiven/mysql_database.py +43 -9
- pulumi_aiven/mysql_user.py +58 -14
- pulumi_aiven/open_search.py +158 -56
- pulumi_aiven/open_search_acl_config.py +43 -9
- pulumi_aiven/open_search_acl_rule.py +49 -11
- pulumi_aiven/opensearch_security_plugin_config.py +46 -10
- pulumi_aiven/opensearch_user.py +46 -10
- pulumi_aiven/organization.py +45 -8
- pulumi_aiven/organization_user.py +40 -8
- pulumi_aiven/organization_user_group.py +43 -9
- pulumi_aiven/organizational_unit.py +40 -8
- pulumi_aiven/outputs.py +10584 -2482
- pulumi_aiven/pg.py +169 -60
- pulumi_aiven/pg_database.py +55 -13
- pulumi_aiven/pg_user.py +58 -14
- pulumi_aiven/project.py +91 -34
- pulumi_aiven/project_user.py +40 -8
- pulumi_aiven/project_vpc.py +40 -8
- pulumi_aiven/provider.py +15 -2
- pulumi_aiven/redis.py +147 -45
- pulumi_aiven/redis_user.py +70 -18
- pulumi_aiven/service_integration.py +157 -32
- pulumi_aiven/service_integration_endpoint.py +161 -30
- pulumi_aiven/static_ip.py +43 -9
- pulumi_aiven/transit_gateway_vpc_attachment.py +58 -17
- {pulumi_aiven-6.7.0a1695928977.dist-info → pulumi_aiven-6.8.0a1696359310.dist-info}/METADATA +1 -1
- pulumi_aiven-6.8.0a1696359310.dist-info/RECORD +145 -0
- pulumi_aiven-6.7.0a1695928977.dist-info/RECORD +0 -145
- {pulumi_aiven-6.7.0a1695928977.dist-info → pulumi_aiven-6.8.0a1696359310.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.7.0a1695928977.dist-info → pulumi_aiven-6.8.0a1696359310.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ import copy
|
|
|
6
6
|
import warnings
|
|
7
7
|
import pulumi
|
|
8
8
|
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = ['TransitGatewayVpcAttachmentArgs', 'TransitGatewayVpcAttachment']
|
|
@@ -27,15 +27,32 @@ class TransitGatewayVpcAttachmentArgs:
|
|
|
27
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.
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
TransitGatewayVpcAttachmentArgs._configure(
|
|
31
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
|
32
|
+
peer_cloud_account=peer_cloud_account,
|
|
33
|
+
peer_vpc=peer_vpc,
|
|
34
|
+
user_peer_network_cidrs=user_peer_network_cidrs,
|
|
35
|
+
vpc_id=vpc_id,
|
|
36
|
+
peer_region=peer_region,
|
|
37
|
+
)
|
|
38
|
+
@staticmethod
|
|
39
|
+
def _configure(
|
|
40
|
+
_setter: Callable[[Any, Any], None],
|
|
41
|
+
peer_cloud_account: pulumi.Input[str],
|
|
42
|
+
peer_vpc: pulumi.Input[str],
|
|
43
|
+
user_peer_network_cidrs: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
44
|
+
vpc_id: pulumi.Input[str],
|
|
45
|
+
peer_region: Optional[pulumi.Input[str]] = None,
|
|
46
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
|
47
|
+
_setter("peer_cloud_account", peer_cloud_account)
|
|
48
|
+
_setter("peer_vpc", peer_vpc)
|
|
49
|
+
_setter("user_peer_network_cidrs", user_peer_network_cidrs)
|
|
50
|
+
_setter("vpc_id", vpc_id)
|
|
34
51
|
if peer_region is not None:
|
|
35
52
|
warnings.warn("""This field is deprecated and will be removed in the next major release.""", DeprecationWarning)
|
|
36
53
|
pulumi.log.warn("""peer_region is deprecated: This field is deprecated and will be removed in the next major release.""")
|
|
37
54
|
if peer_region is not None:
|
|
38
|
-
|
|
55
|
+
_setter("peer_region", peer_region)
|
|
39
56
|
|
|
40
57
|
@property
|
|
41
58
|
@pulumi.getter(name="peerCloudAccount")
|
|
@@ -123,25 +140,48 @@ class _TransitGatewayVpcAttachmentState:
|
|
|
123
140
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
|
|
124
141
|
: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.
|
|
125
142
|
"""
|
|
143
|
+
_TransitGatewayVpcAttachmentState._configure(
|
|
144
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
|
145
|
+
peer_cloud_account=peer_cloud_account,
|
|
146
|
+
peer_region=peer_region,
|
|
147
|
+
peer_vpc=peer_vpc,
|
|
148
|
+
peering_connection_id=peering_connection_id,
|
|
149
|
+
state=state,
|
|
150
|
+
state_info=state_info,
|
|
151
|
+
user_peer_network_cidrs=user_peer_network_cidrs,
|
|
152
|
+
vpc_id=vpc_id,
|
|
153
|
+
)
|
|
154
|
+
@staticmethod
|
|
155
|
+
def _configure(
|
|
156
|
+
_setter: Callable[[Any, Any], None],
|
|
157
|
+
peer_cloud_account: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
peer_region: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
peer_vpc: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
peering_connection_id: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
state: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
163
|
+
user_peer_network_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
164
|
+
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
|
126
166
|
if peer_cloud_account is not None:
|
|
127
|
-
|
|
167
|
+
_setter("peer_cloud_account", peer_cloud_account)
|
|
128
168
|
if peer_region is not None:
|
|
129
169
|
warnings.warn("""This field is deprecated and will be removed in the next major release.""", DeprecationWarning)
|
|
130
170
|
pulumi.log.warn("""peer_region is deprecated: This field is deprecated and will be removed in the next major release.""")
|
|
131
171
|
if peer_region is not None:
|
|
132
|
-
|
|
172
|
+
_setter("peer_region", peer_region)
|
|
133
173
|
if peer_vpc is not None:
|
|
134
|
-
|
|
174
|
+
_setter("peer_vpc", peer_vpc)
|
|
135
175
|
if peering_connection_id is not None:
|
|
136
|
-
|
|
176
|
+
_setter("peering_connection_id", peering_connection_id)
|
|
137
177
|
if state is not None:
|
|
138
|
-
|
|
178
|
+
_setter("state", state)
|
|
139
179
|
if state_info is not None:
|
|
140
|
-
|
|
180
|
+
_setter("state_info", state_info)
|
|
141
181
|
if user_peer_network_cidrs is not None:
|
|
142
|
-
|
|
182
|
+
_setter("user_peer_network_cidrs", user_peer_network_cidrs)
|
|
143
183
|
if vpc_id is not None:
|
|
144
|
-
|
|
184
|
+
_setter("vpc_id", vpc_id)
|
|
145
185
|
|
|
146
186
|
@property
|
|
147
187
|
@pulumi.getter(name="peerCloudAccount")
|
|
@@ -324,6 +364,10 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
324
364
|
if resource_args is not None:
|
|
325
365
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
326
366
|
else:
|
|
367
|
+
kwargs = kwargs or {}
|
|
368
|
+
def _setter(key, value):
|
|
369
|
+
kwargs[key] = value
|
|
370
|
+
TransitGatewayVpcAttachmentArgs._configure(_setter, **kwargs)
|
|
327
371
|
__self__._internal_init(resource_name, *args, **kwargs)
|
|
328
372
|
|
|
329
373
|
def _internal_init(__self__,
|
|
@@ -346,9 +390,6 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
346
390
|
if peer_cloud_account is None and not opts.urn:
|
|
347
391
|
raise TypeError("Missing required property 'peer_cloud_account'")
|
|
348
392
|
__props__.__dict__["peer_cloud_account"] = peer_cloud_account
|
|
349
|
-
if peer_region is not None and not opts.urn:
|
|
350
|
-
warnings.warn("""This field is deprecated and will be removed in the next major release.""", DeprecationWarning)
|
|
351
|
-
pulumi.log.warn("""peer_region is deprecated: This field is deprecated and will be removed in the next major release.""")
|
|
352
393
|
__props__.__dict__["peer_region"] = peer_region
|
|
353
394
|
if peer_vpc is None and not opts.urn:
|
|
354
395
|
raise TypeError("Missing required property 'peer_vpc'")
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=Xb19hmFsqhQIuFfc3V5VkFre2S-Xtv5zCDBj1bXU28c,16645
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=T1mbs3PEPg4Dcc-DSjhdPEXc18tIpL2FASR6CF0lt60,893593
|
|
3
|
+
pulumi_aiven/_utilities.py,sha256=fRvpCIKutW049SlpPUAoouFyjnSSk1J-OY0b8SDzJaE,8081
|
|
4
|
+
pulumi_aiven/account.py,sha256=y48HZCerr83QxWum1UmHnuxXF56Tr7EbKOoUnB8M9ek,19926
|
|
5
|
+
pulumi_aiven/account_authentication.py,sha256=8LPO8-BMAK1Ty6poIh_Phk28Rnb3l9agLU2TJ5AGvzc,41003
|
|
6
|
+
pulumi_aiven/account_team.py,sha256=JqzWsvuDRB1NNem2eNQ6ottvEVvznglgsLMxT5gGitk,11653
|
|
7
|
+
pulumi_aiven/account_team_member.py,sha256=7hby8yKKkehL8SD4fmKLG8t9aJbjl6vG2hjyzYn0vOM,18447
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=y1rbgOA90EVLmQhO2W4vMIyqZggMjoXIWGqMLHtQTQY,13933
|
|
9
|
+
pulumi_aiven/aws_privatelink.py,sha256=d0PKopKkgGEti6XGHJxKhkmPCsQZi4N7nC9u64xTPWY,16684
|
|
10
|
+
pulumi_aiven/aws_vpc_peering_connection.py,sha256=HQ4ZrbkaDep4eV1icdWjn3uIsffkA0Br_QhE8L8gfdo,20137
|
|
11
|
+
pulumi_aiven/azure_privatelink.py,sha256=DbRgmIJcHS-nNwaapdyJzgGPvTEFw6GlpGIH-1RA-iE,19775
|
|
12
|
+
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=jIbqCRUQN7tP9aBkhxa79BIehZ6b2ZHWM7fHD44j0P8,16768
|
|
13
|
+
pulumi_aiven/azure_vpc_peering_connection.py,sha256=aX-GnPkdaklLbhWuv4rRWCLWEhLvvx-kjmqTjqdeEZQ,27060
|
|
14
|
+
pulumi_aiven/billing_group.py,sha256=fOf50MaUaCWwa-WbBvJW2LgdNrdoAR4ZJ6bMlxoDlS4,37294
|
|
15
|
+
pulumi_aiven/cassandra.py,sha256=Lthnf8MxOBHVasUvsKvj7MElBOZUQG5ly0_nNG8XV4g,79707
|
|
16
|
+
pulumi_aiven/cassandra_user.py,sha256=uwUgVXulhQTBczvVfTlX8hWc7K4Nc0X_vXX_-zHFENs,20942
|
|
17
|
+
pulumi_aiven/clickhouse.py,sha256=rCAyd_ZqhyV96ZxqzrwYsVzKAp3O6TtFm6usW9KtZAI,79911
|
|
18
|
+
pulumi_aiven/clickhouse_database.py,sha256=izMLc-kcXQW6Ilrb2afKMKlh6ItJUnMDPuGameCgs8g,18603
|
|
19
|
+
pulumi_aiven/clickhouse_grant.py,sha256=46E4Dc5A_e9-nX2zpQjBMnB4WHYWpiJTwJ8yPywXEAs,28609
|
|
20
|
+
pulumi_aiven/clickhouse_role.py,sha256=WfNS_gUjFAStOUzPVmBOKojmHTtc5vWMuCixoU4sKEY,14756
|
|
21
|
+
pulumi_aiven/clickhouse_user.py,sha256=83L0KLr_eQqHQxUBt22JJYmFVyyoIe3m2KT-0lB2uco,17777
|
|
22
|
+
pulumi_aiven/connection_pool.py,sha256=RnL7eg17og8IUOjOskPCXYMMcTBy9wQL1-4SPpo7Yhw,28070
|
|
23
|
+
pulumi_aiven/flink.py,sha256=EuszN9b7nHgRpBQFWZyYkfrrEP7A0WBXchbn-FwU874,80683
|
|
24
|
+
pulumi_aiven/flink_application.py,sha256=Q8FQPWD0Bz1b3JljuAlRdiKvAWK52fbbKyh10atgrms,19028
|
|
25
|
+
pulumi_aiven/flink_application_deployment.py,sha256=-0KgbM7ZmJ3FSPnoaDnFrwHSa2-6Iw-Dkf4v3-vJWZw,24366
|
|
26
|
+
pulumi_aiven/flink_application_version.py,sha256=zNmZPtWSmDW-IVzrOXzFN2QOL4S3kjxe64FlTB6VROg,33919
|
|
27
|
+
pulumi_aiven/gcp_privatelink.py,sha256=44_IM86CUWW39SVZcyC2WDA2jtSaZ7RtUZdr2wpsPac,14753
|
|
28
|
+
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=5FxRXG3jII6VQMyZr8okWesBU1pXB4e_Y1btZ5rniBs,17637
|
|
29
|
+
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=stj3n_zJ9k01mDqwicqjguD6UYRdJOCC-waqE7HYJZo,16656
|
|
30
|
+
pulumi_aiven/get_account.py,sha256=lMwc_3eBAt4vfmWc3dF_5t8661GLDrorE-FyNnKZejQ,6516
|
|
31
|
+
pulumi_aiven/get_account_authentication.py,sha256=UT6JTqGAl4IE8ROXcHw0YTbxSqWeXyqQqotxC4ByBMM,12750
|
|
32
|
+
pulumi_aiven/get_account_team.py,sha256=1hRDRh40xogr_SRxvfefX3u88bXSGmMsLfDeTu9M8c8,4844
|
|
33
|
+
pulumi_aiven/get_account_team_member.py,sha256=rIHeabgCq77G-rJBJxg2gJddcUPShSnZuiHWauzGRUU,7226
|
|
34
|
+
pulumi_aiven/get_account_team_project.py,sha256=kB_W405e1qDHReqU3fJ8M-aoiZ-lD80LUGSVcECCDJo,5060
|
|
35
|
+
pulumi_aiven/get_aws_privatelink.py,sha256=_LyLzNaYY_hRRF1x3jcmlHymObXwM1eaAj46iKznloU,6767
|
|
36
|
+
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=VKOEouQ1df7_ODb_hUkKIqcEUhebEdonLsIWhoVxynU,8748
|
|
37
|
+
pulumi_aiven/get_azure_privatelink.py,sha256=7evhXqrv9Hvx7RSlAXbvBa4580yewDHTiKXUzvpFKyQ,7977
|
|
38
|
+
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=mbw350128DB4ZxrVK-3jl_ivHtMB_X7aAzNhYr-QlPM,11002
|
|
39
|
+
pulumi_aiven/get_billing_group.py,sha256=OI3Sujca9_x2FlRhYLpONBvL0O4aa460shKm43a9Ff8,10520
|
|
40
|
+
pulumi_aiven/get_cassanda.py,sha256=tSbTCYGUCE-ewaXGZm3aO8QfkGxvBqQGKzRY4PMP2KI,22298
|
|
41
|
+
pulumi_aiven/get_cassandra.py,sha256=fkMKuOiePSN6ZM_02Ee_DWwBiebt_U2u6acFQwuFje0,21966
|
|
42
|
+
pulumi_aiven/get_cassandra_user.py,sha256=v9GTT3KD07Y9RjlC_Vngdbn6cZ2t3QWvYqOmJkr8ctA,8332
|
|
43
|
+
pulumi_aiven/get_clickhouse.py,sha256=8oye558pLsy-bDox7EFbiNJtrJxCHrIGD_-qOTAuljc,22042
|
|
44
|
+
pulumi_aiven/get_clickhouse_database.py,sha256=4-jKdybN_fev_F87uBUg43L4uzBcikeh2bLwlomPSEg,6864
|
|
45
|
+
pulumi_aiven/get_clickhouse_user.py,sha256=zqvqHZGx_D-cXvOhP1jxl7fiBsjD4e6V_ymi1uo6Eyk,7582
|
|
46
|
+
pulumi_aiven/get_connection_pool.py,sha256=TfXMxIWElW-FrDsYpYhmYoWZf2XmwoJ_Mp96GXUHoAI,9271
|
|
47
|
+
pulumi_aiven/get_flink.py,sha256=J9AWIBQ_t4FJUWGNt7jHI0zHnELbYDgwOdv311snsxQ,21722
|
|
48
|
+
pulumi_aiven/get_flink_application.py,sha256=vetTeWZWh1V-4bQlJdpTHduiQf-dUqdjituwEdg5C5U,8361
|
|
49
|
+
pulumi_aiven/get_flink_application_version.py,sha256=W__nF4NErPZKpF7zWxUzBFNJQKgQnqyoe09nlVvHf3A,11208
|
|
50
|
+
pulumi_aiven/get_gcp_privatelink.py,sha256=0tw4vZWzR6esfwTZHRcg85LOtoEpAKYGuA5VIXXOAig,4572
|
|
51
|
+
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=_n4Wg-NPjVtLlC5Xm_0ZdRyME5tBxu61PJzqJgBWz8I,7249
|
|
52
|
+
pulumi_aiven/get_grafana.py,sha256=HZpNi7xfmVUDI0YpRl646VEp2egXbHz4SD_74E3qZaM,21826
|
|
53
|
+
pulumi_aiven/get_influx_db.py,sha256=Csc5S6PuvdSuJeEmn3DzOsl9gQsy3VqOBnzkUIJ4TEQ,21903
|
|
54
|
+
pulumi_aiven/get_influxdb_database.py,sha256=85eVhm45hY0C3srQSiRj9JmqKAG3kpdG73j5MMuvo-g,6429
|
|
55
|
+
pulumi_aiven/get_influxdb_user.py,sha256=f-HLdhOxENI5ZXEWNvbXdGSzhbSrZVx_TfkrJelHZlQ,8298
|
|
56
|
+
pulumi_aiven/get_kafka.py,sha256=41XWN0s032BJYLTHAbVi7HU82nRxcshoBAnibnUQ67o,22721
|
|
57
|
+
pulumi_aiven/get_kafka_acl.py,sha256=r9BKsK6HkBDDP5MsAKVMOOCqQ2YcqeBzoVnn8M4vk1w,8794
|
|
58
|
+
pulumi_aiven/get_kafka_connect.py,sha256=uPhR4_cf5Q1O3UzUhjGwgJaj_7awKyr5FMMO7vLoVhA,22198
|
|
59
|
+
pulumi_aiven/get_kafka_connector.py,sha256=PYC0iqvGZdEVBz_avanjTguou2huIQveyLZPY-Ne22Y,10500
|
|
60
|
+
pulumi_aiven/get_kafka_mirror_maker.py,sha256=dEYozMTWbwg2QRCsLWS3rztMETDCSHWnSZS5wtR9i_I,22467
|
|
61
|
+
pulumi_aiven/get_kafka_schema.py,sha256=NsOJAingjQ0gdcny1Tq5BRSUunZAWkis6bbnCSM3MpU,8382
|
|
62
|
+
pulumi_aiven/get_kafka_schema_configuration.py,sha256=Fm-CtZ1DQxz0XTD2woLjACJoVHvFwPrAnxaVW0lIyFM,8385
|
|
63
|
+
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=Vkx3EUHvyJ9Cwkuxkr3HCQgTvcFzMnnUj9zmBvkzsjs,8781
|
|
64
|
+
pulumi_aiven/get_kafka_topic.py,sha256=WcOX9JdnxqFpsNNuDCpf1b-ZBm_KDOEJtBPbSpUZADw,8652
|
|
65
|
+
pulumi_aiven/get_kafka_user.py,sha256=hD1nYDqD1SNdNPWM8yiwHwluZ5mBcmtTCIC0Yo3P1yc,8112
|
|
66
|
+
pulumi_aiven/get_m3_aggregator.py,sha256=mbIWvgMjKkme_Z1UTI7gx95Sb067r7FTEQekohibsCA,22145
|
|
67
|
+
pulumi_aiven/get_m3_db.py,sha256=JFMN362bJOEfL7Jg-zEpEyrNvf1wf_ugTnt-lPBQg7c,21658
|
|
68
|
+
pulumi_aiven/get_m3db_user.py,sha256=_J9m4SbeOxcrtrb0o_VXFmGURtZhWUDw7Z6Y8AGdits,7073
|
|
69
|
+
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=P1pqcK2Euxraq6yTlJCw2PTOy0rvM_P3aFDGYFpekM8,13053
|
|
70
|
+
pulumi_aiven/get_my_sql.py,sha256=FhXjL0sFNO7eMUB9e3WK5lCaycjdP6tbuA1JKl4MLcI,21734
|
|
71
|
+
pulumi_aiven/get_mysql_database.py,sha256=KXGlwTF4UAJR4rJB-YPYXjTjXMm65sAYG4QPLb0tUm4,6921
|
|
72
|
+
pulumi_aiven/get_mysql_user.py,sha256=0RYYkmga52E2n1E89pKnnaeelbhOlc6GzIT-Fu_zXHk,8741
|
|
73
|
+
pulumi_aiven/get_open_search.py,sha256=dguEL0OfFe2sH_7lsu6DQyzxX7xr1ZjJ9kkJmszcGj4,22035
|
|
74
|
+
pulumi_aiven/get_open_search_acl_config.py,sha256=I8-Q3flZFN97sBfhBKwuXKoTJCmZ5xtY5XZEjuITw7k,6702
|
|
75
|
+
pulumi_aiven/get_open_search_acl_rule.py,sha256=NWKSHhcQXYAeCiTleVLjMWN0aUeEstvdbBxH5iNZ_ZA,8798
|
|
76
|
+
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=fQR24DNXWCicwZTbx82tEaz7U-ttJRstfCN8C89-_h4,7966
|
|
77
|
+
pulumi_aiven/get_opensearch_user.py,sha256=sS_QDzG0251lY8fFSaCjwK5VYLUXxxtE-tjdDWOz3Lo,7277
|
|
78
|
+
pulumi_aiven/get_organization.py,sha256=mqJoaMkCJW6sc-Pmjvqwg-xrKjolCybLhKvHkWe7TzY,4736
|
|
79
|
+
pulumi_aiven/get_organization_user.py,sha256=4VZJddeD9fZV675uu0_k7o84Esb81-s3sQdpi48hJwU,6278
|
|
80
|
+
pulumi_aiven/get_organization_user_group.py,sha256=x3_aSoehpINCRTJTGWw1VlaTMTnqMAxFSpTRUQdbbUs,5851
|
|
81
|
+
pulumi_aiven/get_organizational_unit.py,sha256=qVRMmG1Dcys9lQcG7hXKvDBbTmPXeeOQr45n8JSfV-8,4734
|
|
82
|
+
pulumi_aiven/get_pg.py,sha256=EZkjweHqgWx9RmlQyluW2vSQq4J7wRzKURor3VdUBiI,21547
|
|
83
|
+
pulumi_aiven/get_pg_database.py,sha256=o4TXZkh1lUJWawzp06FDEudPr0qMvYeAGqbbr42RzZg,8080
|
|
84
|
+
pulumi_aiven/get_pg_user.py,sha256=C3947NQtIgnNGaWFH5lzp13PYBUibLTznyfB9ZtQMlc,8757
|
|
85
|
+
pulumi_aiven/get_project.py,sha256=MCekna5A7KmFepqbnvsUdUpLooenIu0i-mERf1ZCHkM,12354
|
|
86
|
+
pulumi_aiven/get_project_user.py,sha256=ZtnXTFzlsbgz7gWCP6UoG2uNFoIwLmqn35wuf5GA_qI,5772
|
|
87
|
+
pulumi_aiven/get_project_vpc.py,sha256=MH9D7JncUsH0Oefoq3ci1E2PPPzkU0FFDQCoZtss2Tk,6447
|
|
88
|
+
pulumi_aiven/get_redis.py,sha256=dme32t2P9HYDQICX2NEdO-z3autOOxW9bZCgA47hpEA,21701
|
|
89
|
+
pulumi_aiven/get_redis_user.py,sha256=4fblTrJIRNR9IfGYKVjq0D8ThzP5GlZ43NP0djzKM7o,10053
|
|
90
|
+
pulumi_aiven/get_service_component.py,sha256=t_ysUHdBXqKzFom2gtJLwQSjPleZitvlJPaZ2rrCekw,10439
|
|
91
|
+
pulumi_aiven/get_service_integration.py,sha256=wt8TnoMba_1Od48sY9h5prp9HEW9UgMdCEtsROCoNGY,18137
|
|
92
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=S5ouLvN8eW8x4kVL2ZcKGDj2200LVG1EmUPmlHRlbns,15559
|
|
93
|
+
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=CfiPD4pr7ykYcJHeme9I_n6gSn8OD-1Jux_oWEtx2Q4,9340
|
|
94
|
+
pulumi_aiven/grafana.py,sha256=y-bH235qdreWHAQTko-3pCeQVHW0XIsiNQ3f7OvTx88,82134
|
|
95
|
+
pulumi_aiven/influx_db.py,sha256=zVflwdG64BikVDCMbI9ZbIRrUEh3TIH-4behkyPFeOA,79409
|
|
96
|
+
pulumi_aiven/influxdb_database.py,sha256=mbki2t9eHgHXK-2RQrfeST64ldyH5E3lRWreb_mjdQg,17796
|
|
97
|
+
pulumi_aiven/influxdb_user.py,sha256=6Xj8kPM1dmfe27-nTylNW4yOg6LE_j2IUOHH1jrqbUI,20893
|
|
98
|
+
pulumi_aiven/kafka.py,sha256=o3vDUMiW9De1MaOtZkhz92QkBeM68zuzFdzVb6ktNhc,84764
|
|
99
|
+
pulumi_aiven/kafka_acl.py,sha256=jCq15WTWFNZd7s23E_Jbf_P43W6KLCivLXnjUZ6Uimc,20772
|
|
100
|
+
pulumi_aiven/kafka_connect.py,sha256=_IEXE2eGfiLyfrdT_3OWTMXh-CPFpQ6mz21jfRfALrU,83690
|
|
101
|
+
pulumi_aiven/kafka_connector.py,sha256=-ohtd8OlkrSTNQKhlmB5JJKbwkR53Bs0mKZdA5YXMOQ,26763
|
|
102
|
+
pulumi_aiven/kafka_mirror_maker.py,sha256=EAjuFYy-askiq_iC6bSsKki7qtIFf3qs3T223OQSlCk,84378
|
|
103
|
+
pulumi_aiven/kafka_schema.py,sha256=eiN_OnmJ9BnyAJ4Bu54FRpq7jAyYYv-cK2o7-5x8hZM,24090
|
|
104
|
+
pulumi_aiven/kafka_schema_configuration.py,sha256=Dp4oNvRZYv3fvLsZ01oJ2iqXyzvqMZjHtG4KRtmf8Yg,15667
|
|
105
|
+
pulumi_aiven/kafka_schema_registry_acl.py,sha256=rWp5gFcHnIIBmPgFlkXoShkDgbWCylHrI0iHXEfJsh8,20565
|
|
106
|
+
pulumi_aiven/kafka_topic.py,sha256=ZCFT8fGSknO6MMaoeJsjDDZZ_lIwRlvYCh99NG2rYrY,26454
|
|
107
|
+
pulumi_aiven/kafka_user.py,sha256=1mWkVbzN6DCRPzt4NB6OqrjfuyagkeYdQa32dRJG1js,20410
|
|
108
|
+
pulumi_aiven/m3_aggregator.py,sha256=HuOIKEqJwGlwnBfkYJDSYWpn-BCEJXkGmbOZ3pmwfH8,83075
|
|
109
|
+
pulumi_aiven/m3_db.py,sha256=cQAy8RwugDZVndapiQxfwQE6kpbPOYL2Fxf5wpS-2Jo,81697
|
|
110
|
+
pulumi_aiven/m3db_user.py,sha256=jh5Fadrn50fsX8rpYEJWiD1oowzufbZj3OrHJThyXG8,18050
|
|
111
|
+
pulumi_aiven/mirror_maker_replication_flow.py,sha256=KDIsYsZEmnwC_qcbIJoUm_Q_i-N4BP0sNjNERK0CgTU,40313
|
|
112
|
+
pulumi_aiven/my_sql.py,sha256=mPJPAjxZeq4taf9KOeBMK-9BZpZUrsCnLj_Sxn4_gFo,82353
|
|
113
|
+
pulumi_aiven/mysql_database.py,sha256=aWcRkGnZh8n29lfdNlZJB8qm0PS57etIr9AYBz4n2Gs,18711
|
|
114
|
+
pulumi_aiven/mysql_user.py,sha256=fXJCPXZGCx0Un5gMKDnnHkfElyn6_jfhDMf2LySir1M,23255
|
|
115
|
+
pulumi_aiven/open_search.py,sha256=h633EZ2OOdv08JAEjQISmVKk7l5iwq0-hM78rD0g_QM,80371
|
|
116
|
+
pulumi_aiven/open_search_acl_config.py,sha256=znTYHeabJP7YuTO9VHKWRZE-6oSl_vjBFdaE1S7wNaE,19810
|
|
117
|
+
pulumi_aiven/open_search_acl_rule.py,sha256=F9BqIq80Gk7tPF80zhOVI6cp_XQCiYxNrFKA3a3v3eA,24093
|
|
118
|
+
pulumi_aiven/opensearch_security_plugin_config.py,sha256=vV3Oicb7H0Tls2ZGjXFQ1gd6rUjjmlfK7Z88bARzKvE,18727
|
|
119
|
+
pulumi_aiven/opensearch_user.py,sha256=P6TBFsCrWO8n76RNA_bQT2Q7Z_ue95e-WIJyrApBuGQ,18344
|
|
120
|
+
pulumi_aiven/organization.py,sha256=Di9iufywaIhDeJLYq835oeq-rSm8j8Iopiy9y_kSzQA,12371
|
|
121
|
+
pulumi_aiven/organization_user.py,sha256=ek0JeiAtSNyJx2lVXoXAOnStf_JPonEO--Snn0y97UY,15926
|
|
122
|
+
pulumi_aiven/organization_user_group.py,sha256=335W_IiT4hBFGnYkRruE5Z2wm8F_cgyYBfLxCNGEPgo,14564
|
|
123
|
+
pulumi_aiven/organizational_unit.py,sha256=6YadSkKAE6FtJTNgQcw-OprIN1gSUm7iVl4v-hk0xWE,12166
|
|
124
|
+
pulumi_aiven/outputs.py,sha256=1ViUsvB1zoyR21g5lPR7Id_ctWyUgSj2UyLme8_GPHw,1326271
|
|
125
|
+
pulumi_aiven/pg.py,sha256=3oQNlXPqPwUSaD7Zqdo0SupnFlo9OG-9MnZOZM9bpXI,77817
|
|
126
|
+
pulumi_aiven/pg_database.py,sha256=McE6ZNGee9gI8Jth9lmJ4cZTf52gY5wjOl3BOPrN2yU,24549
|
|
127
|
+
pulumi_aiven/pg_user.py,sha256=xoxa2jF9W-oYdfEL5y0bh09oBfWZntvxuHNMTY72h-E,23541
|
|
128
|
+
pulumi_aiven/project.py,sha256=Um0pQ-x2Xun5EkIhKLCe3ppGHbzihRImzAn_QtEKsc8,49128
|
|
129
|
+
pulumi_aiven/project_user.py,sha256=ELKMyC-F1-cBGuJvDs2hxkJtb-SoCUZt5sEHQ26dcD8,14918
|
|
130
|
+
pulumi_aiven/project_vpc.py,sha256=2IpsKbHTmRj27qog2czp8JkTVy2FZ95nQQwX99JRt6M,14530
|
|
131
|
+
pulumi_aiven/provider.py,sha256=hZiK8zVrQE4egC-PaTplfv3MmaLVI0IBHmgTeHmcJyQ,5388
|
|
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=96ZOq4Bhe8SULFPidBan_wgu1J8K6wH5r1IKUHQc7u4,81845
|
|
135
|
+
pulumi_aiven/redis_user.py,sha256=13_-s5JfivGDvoFvyh7tpO9n3jdvwp1KFozVf-hZjng,32583
|
|
136
|
+
pulumi_aiven/service_integration.py,sha256=W6ZkzqwaX01hLhSfKvwTpJ10Jpu3rX7E-dnYVHpss68,62292
|
|
137
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=ndaoPPcehatrwtTbdk0KyA1kOPXc4rxGAPSbeF57tmU,63533
|
|
138
|
+
pulumi_aiven/static_ip.py,sha256=mslAF1SuyumyJEnAXp-71ufLYsy-tTFgV1V82cZUwps,15502
|
|
139
|
+
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=2wlKJGMoqHX3iVPFAVO2mKIrTCX83J5gWQE8fr-gwj8,25330
|
|
140
|
+
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
141
|
+
pulumi_aiven/config/vars.py,sha256=APj3aKgTnn4s1Yp71KEBAvbWOXR4mmAfmK7Knx3HBVw,668
|
|
142
|
+
pulumi_aiven-6.8.0a1696359310.dist-info/METADATA,sha256=XapPAsc1WuCnaxVJ9W1QeIOa8s5glfzSmuYmwo5aj9I,2531
|
|
143
|
+
pulumi_aiven-6.8.0a1696359310.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
144
|
+
pulumi_aiven-6.8.0a1696359310.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
145
|
+
pulumi_aiven-6.8.0a1696359310.dist-info/RECORD,,
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=Xb19hmFsqhQIuFfc3V5VkFre2S-Xtv5zCDBj1bXU28c,16645
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=Cu9QAB-OQPtmcJ3qIPm30apwkeCuT4TULNT_qWl613c,633080
|
|
3
|
-
pulumi_aiven/_utilities.py,sha256=fRvpCIKutW049SlpPUAoouFyjnSSk1J-OY0b8SDzJaE,8081
|
|
4
|
-
pulumi_aiven/account.py,sha256=XqpeYvJMo2MOU4k47hEeDXVIw4UKAFXIztiqHYv6_7A,18710
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=Gf4_QSFID78RKXLmm7cv_SL6sQs3R0ak2jEalISwFFc,36913
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=7mEUBmDk1nG7NiexLfxmMyRY8zjqe_RvtCe_R9y2w8M,10435
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256=ptzxaNUR9PhHDsuNpLyoHH2LsbOFusbKMP_xbkAk7WQ,17027
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=IR88qFCX3H-S-kJtNF0VFbg9hBw1UBTYCg3xwFgx8L8,12601
|
|
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=YDn4qnIGdE27-3EArVEq-JbOFEWaX6tE6QAh3dquYl8,34308
|
|
15
|
-
pulumi_aiven/cassandra.py,sha256=PXDjZq0ZK2yjPaDRgfUT-4Cfm-0jIlbdH887l_1e01M,76126
|
|
16
|
-
pulumi_aiven/cassandra_user.py,sha256=IhhhI6mEbpPsGwDWGZIMOE1Sl2rjogbQf6PmdahGn1g,19426
|
|
17
|
-
pulumi_aiven/clickhouse.py,sha256=wzoeoNYWm3LywduMNx4IzoEql_O043__LsAHvrAkaHo,75789
|
|
18
|
-
pulumi_aiven/clickhouse_database.py,sha256=omCazmHyNhTYdPCPvfQaXYKuPzJvMdF4VhZhj6xWe2E,17227
|
|
19
|
-
pulumi_aiven/clickhouse_grant.py,sha256=daxmxWtHS8OgumP8wRuzJWI_kQ55oIRSU62oiiuJn30,26834
|
|
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=FOH5l9n39poyUhzJu-kP67NG9L6GkyWGFYRCbDBa86I,75811
|
|
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=aEjZa3_7JbMpI0vzQ6T4TNsr8_YLrqV9IPotQSznpy4,31939
|
|
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=_G8CZPViMvqaTtddPI453w8IrwVED0s1aYqiEt6lNUU,7216
|
|
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=kMYS5w7c8Ev5oyeg5xxmqPBZY2O5IggsOKRl150_0RE,10510
|
|
40
|
-
pulumi_aiven/get_cassanda.py,sha256=CW9KWoTzZUC6l-GIazPfY5IvlLGe8HuN0LeKlmATErU,22288
|
|
41
|
-
pulumi_aiven/get_cassandra.py,sha256=VQVssZdLkqd-jasmk7gO6NkKAWfqrauXgzBmY7871sE,21956
|
|
42
|
-
pulumi_aiven/get_cassandra_user.py,sha256=XXeH08mxtoWf2sieYVrGUrKUTeYyazZPDMng6D4DMjM,8322
|
|
43
|
-
pulumi_aiven/get_clickhouse.py,sha256=YHnMdMt-ZteOtMuWhk-4PCILf9sNyanBPnJ0FvcXwjo,22032
|
|
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=4D7VYnq6b7teZH3CyKfFXJm-eyYkXihsAqxWYGjlPmo,21712
|
|
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=qQ_9ozvGvOyvd0EEQHukmJrakahf0_JblhcdvpbiiNs,21816
|
|
53
|
-
pulumi_aiven/get_influx_db.py,sha256=mgD2anWCN0nAtXQQ3OZCebDUQlgbxysre248VvRAdLk,21893
|
|
54
|
-
pulumi_aiven/get_influxdb_database.py,sha256=URFjn5tXMcAYcc9OBhQ91bqMI1-5pXCkIqk4U9qI0CY,6419
|
|
55
|
-
pulumi_aiven/get_influxdb_user.py,sha256=OQuZbosBFQ_670l3izG2EvW6mGsdgnLvXsgswk_4L0k,8288
|
|
56
|
-
pulumi_aiven/get_kafka.py,sha256=9dyHpY8EqnZSpRQ4sV_Z_ZEMkl_TQJSDE2PehKb-MjQ,22711
|
|
57
|
-
pulumi_aiven/get_kafka_acl.py,sha256=iQYy4xbFJgWD2PvxFw-4v2ijdUeqzasDKPl_s1dwmVc,8784
|
|
58
|
-
pulumi_aiven/get_kafka_connect.py,sha256=D8LBCADo-I_tF8SfFpX1Q39KCE8pPru_IZZK0KGEfbo,22188
|
|
59
|
-
pulumi_aiven/get_kafka_connector.py,sha256=15NlkTJtUBWNRummvZ7NbEyVOINbm-XTWz3ALi2_DwQ,10490
|
|
60
|
-
pulumi_aiven/get_kafka_mirror_maker.py,sha256=XNwVSJN11dwu4EvqF9QaG49iunk5yAyK4rLjx0f-3xQ,22457
|
|
61
|
-
pulumi_aiven/get_kafka_schema.py,sha256=fSmNsslhuU1Qp0U8If09QKlPgojG2rd4e8ILWIA01tQ,8372
|
|
62
|
-
pulumi_aiven/get_kafka_schema_configuration.py,sha256=1cjzJh-daSZ6-eCWZsMqL-4lxOWDSRzEf22o1ku0i1Q,8375
|
|
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=ZCV1AqDBYetHoXbYN-Ukb3-OeiYN6NKFgzwICXOPKZY,22135
|
|
67
|
-
pulumi_aiven/get_m3_db.py,sha256=E9S3PLzBLUHEoGWYUeFxKl2uRj0JXnSBskarBiPrYLw,21648
|
|
68
|
-
pulumi_aiven/get_m3db_user.py,sha256=65R0WLZWM_X4H2jqutJY3Eoh8rZyPEQwWnqRO1udeOg,7063
|
|
69
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=r_InWVOt9iAjLe3ujWvQ8E0UksAnlh425hKGfzoyd1s,13043
|
|
70
|
-
pulumi_aiven/get_my_sql.py,sha256=CsP4Eg3fb8sJEJ_bIFud70iwpsFDeTTjKnIGnFrmTdQ,21724
|
|
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=xU7RPKUH3my9K5qG1rMBP8dV4fqeoaZvx7t4szsCHgM,22025
|
|
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=1zfOw3-p0GGsdSaProyKalljlZg-JAy9y-D-GN7peso,6268
|
|
80
|
-
pulumi_aiven/get_organization_user_group.py,sha256=gclBg_ee2ft7OZZSSMsscff-g_pYvZpQfuuMSfM6i4I,5841
|
|
81
|
-
pulumi_aiven/get_organizational_unit.py,sha256=wN3JqDU8hkCmDUWJc85d6WwnVQ3zfGGt9V9CDrKm_LQ,4724
|
|
82
|
-
pulumi_aiven/get_pg.py,sha256=Lg-O4dGCVMtrtwgSKZxHzNlctwCBEH9c6hQijMbTzDM,21537
|
|
83
|
-
pulumi_aiven/get_pg_database.py,sha256=ICWKGrZGDx6EQWs5VjKpnhSsd-cJ16yrLGWrn7BwnIM,8070
|
|
84
|
-
pulumi_aiven/get_pg_user.py,sha256=i8HVrIoH6GHnbRfvc-1wI19461SKQzTozKFoFXGobxc,8747
|
|
85
|
-
pulumi_aiven/get_project.py,sha256=52qiv2mtWUPuP1GhEI13yyeQiGhs8-RtXxkVRX-By5A,12344
|
|
86
|
-
pulumi_aiven/get_project_user.py,sha256=mNkGpI-4LvsiFtOpBn04aCSQpXRQ6fqgpejetWG49Ww,5762
|
|
87
|
-
pulumi_aiven/get_project_vpc.py,sha256=OGwWGpPx6ZpKCE1DLoWV1xIiABnONmW81CTU41iDxQE,6437
|
|
88
|
-
pulumi_aiven/get_redis.py,sha256=-L886W9ObpryxNj076fOdf8nbuolTJq3ibvEp8rVUQA,21691
|
|
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=atcTrMFw1ThVmwyW44CwtDmsxfJUuL43ciN6RGrh9ZY,18127
|
|
92
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=wz0oBZ3KKRkgtsjvXgCi5a-xeEMHBpZ13dWhFvjkHCc,15549
|
|
93
|
-
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=z2QjKH60Qp35f75OD9JiL5SYLKH2zulvpW8C3BZyZuE,9330
|
|
94
|
-
pulumi_aiven/grafana.py,sha256=RUqVTT8D48-GUThczEMi-tRXqIe7-jZLuaGGxXF3Vyk,77380
|
|
95
|
-
pulumi_aiven/influx_db.py,sha256=guVmXQt83i_Zix7udgb9ZqIt34wek2Bjrrbf_u0qYhE,75841
|
|
96
|
-
pulumi_aiven/influxdb_database.py,sha256=g9pVxeAzjzoIRSiJ2tQnC1UD3blJFNg182rcAjlOG58,16389
|
|
97
|
-
pulumi_aiven/influxdb_user.py,sha256=TzLmoD1jx6KG_F9iPZZuOEQJMwXwIeF6tI8qh9dtaj8,19380
|
|
98
|
-
pulumi_aiven/kafka.py,sha256=BxeTqAR2tacsCDOXWTlnpTnqYucLJPm8bIjXZbLYyl8,81203
|
|
99
|
-
pulumi_aiven/kafka_acl.py,sha256=L5CF-8vsuPlO3ydQsZwLMFRvXt_kFp5nEe_R4GLnVWM,19320
|
|
100
|
-
pulumi_aiven/kafka_connect.py,sha256=heEmKXKCrXoGOPAaHrfws7pwchrkQoF3EZR9npR8Xc0,78773
|
|
101
|
-
pulumi_aiven/kafka_connector.py,sha256=1fHw-GSmcZkFvorAmjyM4DuiZRALS-hgYubjD57V8dU,24756
|
|
102
|
-
pulumi_aiven/kafka_mirror_maker.py,sha256=QZESJesZOH5vf5P-3duQH_PDm1JWSjrR8CvOrMxqReI,79329
|
|
103
|
-
pulumi_aiven/kafka_schema.py,sha256=RnlgiZcefhdhvzE6b1deBSTNEP86rAbe5PoQgYK89xI,22353
|
|
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=zdcUqfbGVb3T6WPEBZRHd_zpyEY__BvLjAAPYl2zbLY,78173
|
|
109
|
-
pulumi_aiven/m3_db.py,sha256=fLiocRGYIw_X-HkHtZfLKsCe44k8COEr9DCffNOQF2Y,77059
|
|
110
|
-
pulumi_aiven/m3db_user.py,sha256=nDIn6g-I_nOjmc-dHY_1g2lsEoFdO6DdsZHakN3bLww,16718
|
|
111
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=XgU-5FOOEiby43oBOr1X0oBmHDXgCXXU22UskRzwUhY,37020
|
|
112
|
-
pulumi_aiven/my_sql.py,sha256=5Sda50-3BeTsx36eyKgMTa5a1EIR23ZbL05vV51kSlE,77682
|
|
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=NQLf4CZVGNTHyNT4Ysork48_W4UmcchOwKuGkeNu6YM,76802
|
|
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=jvI9wnsnfHZg6u3eZXxYU_Q1JTStKAinIXs03x8FTO4,14643
|
|
122
|
-
pulumi_aiven/organization_user_group.py,sha256=GzsVKrrg4S04LBXZo5Hk2RZX29avYt9W6wR57vo_Blg,13188
|
|
123
|
-
pulumi_aiven/organizational_unit.py,sha256=n6hEP52m9ARkGJM2bVND4j6qyhIqPn7s8QVYw24lh5A,10927
|
|
124
|
-
pulumi_aiven/outputs.py,sha256=9jPn0p9oJ9as4FyCcutqkvpr4_er7rQRVs_51KkqJrY,948295
|
|
125
|
-
pulumi_aiven/pg.py,sha256=gJJQgvztEHTr8_6DzhbCpgeuee4xBLwFF3xPX2ikPhg,74220
|
|
126
|
-
pulumi_aiven/pg_database.py,sha256=ttUxo4XLy3aUkkYEVjVLYAemqKXNb_GffywUN516-QA,22840
|
|
127
|
-
pulumi_aiven/pg_user.py,sha256=N9zQ8Em24acbhYyaJT3i95IGPmdSHs8pCPbKLnplrcw,21818
|
|
128
|
-
pulumi_aiven/project.py,sha256=sPz1v9hj1KBlEsHopcPSVzJ1KfyNA6XTfodqnKzjkmE,47225
|
|
129
|
-
pulumi_aiven/project_user.py,sha256=Xq1vuzV12Y9GrxbBDO4150Dal3gWxOoKq5qYc3RxWzA,13742
|
|
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=Fad6GjtjfF8DspvTZemPn7-9Bgz8wSe_nzsJnHf4qww,77178
|
|
135
|
-
pulumi_aiven/redis_user.py,sha256=XYLMhrT-6yR9KetFBmHK8Hs1u8qEGwKN6Stz1zbPwq0,30212
|
|
136
|
-
pulumi_aiven/service_integration.py,sha256=g-d3EC6fseQ-qd7pBDI6dIM-f6_Ey648MHqvUBRSOZw,53125
|
|
137
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=AHF9Xrq9PrG1ExT8uTxIied1POPOZFNjdfeapnaYCT0,52318
|
|
138
|
-
pulumi_aiven/static_ip.py,sha256=q46FU29zgk0zU7DTAjNaohcCTpX3YR-Q6yy8Nn7IcE4,14185
|
|
139
|
-
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=Kfu9p0p2tp-xz1hSWWVQpjU7dJNkMAkr59LvtR9745k,23726
|
|
140
|
-
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
141
|
-
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
142
|
-
pulumi_aiven-6.7.0a1695928977.dist-info/METADATA,sha256=dFUIAUvlGJYx39yqo-WwhEhdQWYa_Cn8LHfRRE6dAZ8,2531
|
|
143
|
-
pulumi_aiven-6.7.0a1695928977.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
144
|
-
pulumi_aiven-6.7.0a1695928977.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
145
|
-
pulumi_aiven-6.7.0a1695928977.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.7.0a1695928977.dist-info → pulumi_aiven-6.8.0a1696359310.dist-info}/top_level.txt
RENAMED
|
File without changes
|