pulumi-aiven 6.26.0a1728566627__py3-none-any.whl → 6.27.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.
- pulumi_aiven/__init__.py +1 -0
- pulumi_aiven/_inputs.py +9174 -366
- pulumi_aiven/_utilities.py +1 -1
- pulumi_aiven/account.py +5 -0
- pulumi_aiven/account_authentication.py +5 -0
- pulumi_aiven/account_team.py +5 -0
- pulumi_aiven/account_team_member.py +5 -0
- pulumi_aiven/account_team_project.py +12 -7
- pulumi_aiven/aws_privatelink.py +5 -0
- pulumi_aiven/aws_vpc_peering_connection.py +5 -0
- pulumi_aiven/azure_privatelink.py +5 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
- pulumi_aiven/azure_vpc_peering_connection.py +5 -0
- pulumi_aiven/billing_group.py +5 -0
- pulumi_aiven/cassandra.py +5 -0
- pulumi_aiven/cassandra_user.py +5 -0
- pulumi_aiven/clickhouse.py +5 -0
- pulumi_aiven/clickhouse_database.py +5 -0
- pulumi_aiven/clickhouse_grant.py +5 -0
- pulumi_aiven/clickhouse_role.py +5 -0
- pulumi_aiven/clickhouse_user.py +5 -0
- pulumi_aiven/config/__init__.pyi +5 -0
- pulumi_aiven/config/vars.py +5 -0
- pulumi_aiven/connection_pool.py +5 -0
- pulumi_aiven/dragonfly.py +5 -0
- pulumi_aiven/flink.py +5 -0
- pulumi_aiven/flink_application.py +5 -0
- pulumi_aiven/flink_application_deployment.py +5 -0
- pulumi_aiven/flink_application_version.py +5 -0
- pulumi_aiven/gcp_privatelink.py +5 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
- pulumi_aiven/get_account.py +19 -4
- pulumi_aiven/get_account_authentication.py +30 -4
- pulumi_aiven/get_account_team.py +17 -4
- pulumi_aiven/get_account_team_member.py +19 -4
- pulumi_aiven/get_account_team_project.py +18 -5
- pulumi_aiven/get_aws_privatelink.py +17 -4
- pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
- pulumi_aiven/get_azure_privatelink.py +19 -4
- pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
- pulumi_aiven/get_billing_group.py +27 -4
- pulumi_aiven/get_cassanda.py +40 -4
- pulumi_aiven/get_cassandra.py +40 -4
- pulumi_aiven/get_cassandra_user.py +20 -4
- pulumi_aiven/get_clickhouse.py +40 -4
- pulumi_aiven/get_clickhouse_database.py +17 -4
- pulumi_aiven/get_clickhouse_user.py +19 -4
- pulumi_aiven/get_connection_pool.py +21 -4
- pulumi_aiven/get_dragonfly.py +40 -4
- pulumi_aiven/get_external_identity.py +18 -4
- pulumi_aiven/get_flink.py +40 -4
- pulumi_aiven/get_flink_application.py +21 -4
- pulumi_aiven/get_flink_application_version.py +26 -4
- pulumi_aiven/get_gcp_privatelink.py +17 -4
- pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
- pulumi_aiven/get_grafana.py +40 -4
- pulumi_aiven/get_influx_db.py +40 -4
- pulumi_aiven/get_influxdb_database.py +17 -4
- pulumi_aiven/get_influxdb_user.py +20 -4
- pulumi_aiven/get_kafka.py +42 -4
- pulumi_aiven/get_kafka_acl.py +21 -4
- pulumi_aiven/get_kafka_connect.py +39 -4
- pulumi_aiven/get_kafka_connector.py +24 -4
- pulumi_aiven/get_kafka_mirror_maker.py +39 -4
- pulumi_aiven/get_kafka_schema.py +21 -5
- pulumi_aiven/get_kafka_schema_configuration.py +20 -5
- pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
- pulumi_aiven/get_kafka_topic.py +24 -5
- pulumi_aiven/get_kafka_user.py +20 -4
- pulumi_aiven/get_m3_aggregator.py +40 -4
- pulumi_aiven/get_m3_db.py +40 -4
- pulumi_aiven/get_m3db_user.py +18 -4
- pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
- pulumi_aiven/get_my_sql.py +40 -4
- pulumi_aiven/get_mysql_database.py +17 -4
- pulumi_aiven/get_mysql_user.py +21 -4
- pulumi_aiven/get_open_search.py +40 -4
- pulumi_aiven/get_open_search_acl_config.py +16 -4
- pulumi_aiven/get_open_search_acl_rule.py +20 -4
- pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
- pulumi_aiven/get_opensearch_user.py +18 -4
- pulumi_aiven/get_organization.py +16 -4
- pulumi_aiven/get_organization_application_user.py +17 -4
- pulumi_aiven/get_organization_user.py +17 -4
- pulumi_aiven/get_organization_user_group.py +18 -4
- pulumi_aiven/get_organization_user_list.py +121 -0
- pulumi_aiven/get_organizational_unit.py +16 -4
- pulumi_aiven/get_pg.py +40 -4
- pulumi_aiven/get_pg_database.py +19 -4
- pulumi_aiven/get_pg_user.py +21 -4
- pulumi_aiven/get_project.py +25 -4
- pulumi_aiven/get_project_user.py +17 -5
- pulumi_aiven/get_project_vpc.py +18 -4
- pulumi_aiven/get_redis.py +40 -4
- pulumi_aiven/get_redis_user.py +22 -4
- pulumi_aiven/get_service_component.py +26 -4
- pulumi_aiven/get_service_integration.py +35 -4
- pulumi_aiven/get_service_integration_endpoint.py +32 -4
- pulumi_aiven/get_thanos.py +60 -4
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
- pulumi_aiven/get_valkey.py +40 -4
- pulumi_aiven/get_valkey_user.py +22 -4
- pulumi_aiven/grafana.py +5 -0
- pulumi_aiven/influx_db.py +5 -0
- pulumi_aiven/influxdb_database.py +5 -0
- pulumi_aiven/influxdb_user.py +5 -0
- pulumi_aiven/kafka.py +5 -0
- pulumi_aiven/kafka_acl.py +5 -0
- pulumi_aiven/kafka_connect.py +5 -0
- pulumi_aiven/kafka_connector.py +5 -0
- pulumi_aiven/kafka_mirror_maker.py +5 -0
- pulumi_aiven/kafka_schema.py +12 -7
- pulumi_aiven/kafka_schema_configuration.py +5 -0
- pulumi_aiven/kafka_schema_registry_acl.py +5 -0
- pulumi_aiven/kafka_topic.py +16 -9
- pulumi_aiven/kafka_user.py +5 -0
- pulumi_aiven/m3_aggregator.py +5 -0
- pulumi_aiven/m3_db.py +5 -0
- pulumi_aiven/m3db_user.py +5 -0
- pulumi_aiven/mirror_maker_replication_flow.py +5 -0
- pulumi_aiven/my_sql.py +5 -0
- pulumi_aiven/mysql_database.py +5 -0
- pulumi_aiven/mysql_user.py +5 -0
- pulumi_aiven/open_search.py +5 -0
- pulumi_aiven/open_search_acl_config.py +5 -0
- pulumi_aiven/open_search_acl_rule.py +5 -0
- pulumi_aiven/opensearch_security_plugin_config.py +5 -0
- pulumi_aiven/opensearch_user.py +5 -0
- pulumi_aiven/organization.py +5 -0
- pulumi_aiven/organization_application_user.py +5 -0
- pulumi_aiven/organization_application_user_token.py +5 -0
- pulumi_aiven/organization_group_project.py +12 -7
- pulumi_aiven/organization_permission.py +5 -0
- pulumi_aiven/organization_user.py +5 -0
- pulumi_aiven/organization_user_group.py +5 -0
- pulumi_aiven/organization_user_group_member.py +5 -0
- pulumi_aiven/organizational_unit.py +5 -0
- pulumi_aiven/outputs.py +1470 -2
- pulumi_aiven/pg.py +5 -0
- pulumi_aiven/pg_database.py +5 -0
- pulumi_aiven/pg_user.py +5 -0
- pulumi_aiven/project.py +6 -1
- pulumi_aiven/project_user.py +12 -7
- pulumi_aiven/project_vpc.py +5 -0
- pulumi_aiven/provider.py +5 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +5 -0
- pulumi_aiven/redis_user.py +5 -0
- pulumi_aiven/service_integration.py +5 -0
- pulumi_aiven/service_integration_endpoint.py +5 -0
- pulumi_aiven/static_ip.py +5 -0
- pulumi_aiven/thanos.py +55 -0
- pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
- pulumi_aiven/valkey.py +5 -0
- pulumi_aiven/valkey_user.py +5 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/METADATA +3 -2
- pulumi_aiven-6.27.0.dist-info/RECORD +162 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.26.0a1728566627.dist-info/RECORD +0 -161
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/top_level.txt +0 -0
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=nE8GNHB17iUVBkNAeiQh8oOxn51vaa6JZW6OhxollQQ,18813
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=klMr8IvhOJRj4ISh_BhCSveo0zKHCPOaVKDg1TyIctQ,1228700
|
|
3
|
-
pulumi_aiven/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
4
|
-
pulumi_aiven/account.py,sha256=MlCmPhnrhzt9_f2Elgjvm-4ZVPhFXz6eQ3DMJ5zoQZE,16851
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=f-WGSeET1vkjqDJ56lcmpjqIfbW8-AyajBgiGJF8PZY,37575
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=2nXHXk27PG3ngyxFOtNqPmR9GNFdK8-cgRsFBq3do9w,12927
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256=Iiu6_KEoV8aHg-yn9FhHbaRonJhvpBQp-F0vMfy5xgA,18599
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=cdEvTbHv8aRFc5SnMlFJM5ghYzma13YTyGenK3Gm-MY,15287
|
|
9
|
-
pulumi_aiven/aws_privatelink.py,sha256=unh4v3-UrdUTwOyYJeVl79bsbqfxfbMpA0iw6H1zwhY,15431
|
|
10
|
-
pulumi_aiven/aws_vpc_peering_connection.py,sha256=ERXQgMhkWVrwSJQAA_5940SeW_u1s0NlmiXt2pskfkI,18444
|
|
11
|
-
pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_QdM4,17982
|
|
12
|
-
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=PypS2BeXPJXkp1L2qjiE70CI55F1RkzfRDl022y-luk,18830
|
|
13
|
-
pulumi_aiven/azure_vpc_peering_connection.py,sha256=mdpra_XePbvRDNs6A8jI0Gg55ONt3qL2_sZAV0zxqcU,25208
|
|
14
|
-
pulumi_aiven/billing_group.py,sha256=618QcUhxrSf6eahAcjspSpFYXQgMSCZ5vdXMrXwjNV0,37303
|
|
15
|
-
pulumi_aiven/cassandra.py,sha256=q29_DvklJNPs5V73_hqf0unV-KC-y4Pd72t_URmFWEQ,82310
|
|
16
|
-
pulumi_aiven/cassandra_user.py,sha256=Cj0MarnLRywMzKQDLAoCGABmLzh3XJpSVNTDcn0wsVw,18590
|
|
17
|
-
pulumi_aiven/clickhouse.py,sha256=AnSYvduzUKN-XOPTRyLQWLsdMnTC5vtKtelbY_p9S-8,82174
|
|
18
|
-
pulumi_aiven/clickhouse_database.py,sha256=UBr3JvlL7z-dzR3SoYgsWnf-Ybdvvj6hxL_ygdOVJoc,15550
|
|
19
|
-
pulumi_aiven/clickhouse_grant.py,sha256=d_Y0tluiujPl5oM8C_aQK-G9LuqHtHhoHjUr8FAg4do,25348
|
|
20
|
-
pulumi_aiven/clickhouse_role.py,sha256=i9O92BTA6m1EmuJwSI8mCzyIlSt-xpGBiUzm-Rur9ko,12487
|
|
21
|
-
pulumi_aiven/clickhouse_user.py,sha256=P1oJSHEcosqc-5dn9yF8ppR-zHLyXQimnawk-iZyRyc,15787
|
|
22
|
-
pulumi_aiven/connection_pool.py,sha256=46bAb54BIq4yNXnWAqJkZES3iE5wGA6i7XAK0stn_x0,26251
|
|
23
|
-
pulumi_aiven/dragonfly.py,sha256=3F0FHlgMId5Qe0gtk0VY4a8j2wMjrwvH6QFs0SbnLdM,81880
|
|
24
|
-
pulumi_aiven/flink.py,sha256=tMYIvuR1SV_Eoeb6iG2qUFuX2s3AwC96S9mPZ5zT6Jk,81108
|
|
25
|
-
pulumi_aiven/flink_application.py,sha256=ZMN-NMsCGgx1C-RvwvVybuNu5-k1KLfMZwVg305ZDjY,17604
|
|
26
|
-
pulumi_aiven/flink_application_deployment.py,sha256=kJtKNGavTqEJQqnGv8PCaY1mDpDCMJKytjUx2HYvST4,26276
|
|
27
|
-
pulumi_aiven/flink_application_version.py,sha256=nkN6GujMoREZW5IcOTgzS4lZKd89bWis3YlGRE_UghU,34128
|
|
28
|
-
pulumi_aiven/gcp_privatelink.py,sha256=rSRoY5iNYhfZu-VpjUg7bjaIHh2JOjJOVIBB4OHU2k4,14004
|
|
29
|
-
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=Pm9TB2M5OtboiVzswVNtQevjdts3cC0aRHpLLT3ahxA,16890
|
|
30
|
-
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=iQGKIKrVAjDRCDHyIrBJIJr3Qq9vc5VaKXaBaRkuUJI,14938
|
|
31
|
-
pulumi_aiven/get_account.py,sha256=1IRpzwGrU2kq2JfeoJ3Gj2zKdE0DrZ_G-9sJLJlsz_c,6506
|
|
32
|
-
pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
|
|
33
|
-
pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
|
|
34
|
-
pulumi_aiven/get_account_team_member.py,sha256=AkIrkJ8jknk4BxSk2_6Aj8hV5ri23E1JVinZDeKEOKQ,7108
|
|
35
|
-
pulumi_aiven/get_account_team_project.py,sha256=MFjqSgyCmTTmL9B1ZkaQmPWsdvGre4BgGQc96H7o4lM,5078
|
|
36
|
-
pulumi_aiven/get_aws_privatelink.py,sha256=EOeWG7uUUDQgf0IJWjX4naX29C7B0TKUMuOlmMeyChw,6585
|
|
37
|
-
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHtcxLnGhZKhFNRJTZePGplGVp3iI-tP4bSSg1WF-14,8867
|
|
38
|
-
pulumi_aiven/get_azure_privatelink.py,sha256=LQgpG0bCm9jk744TX2n4KS530PW5I9Dh1bmDO3jMgss,7755
|
|
39
|
-
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=aWaydHrSr3vjpenWsuHWnsn9neY-EX-C2fxqGAWzcwA,11684
|
|
40
|
-
pulumi_aiven/get_billing_group.py,sha256=ztNtROFBAjtl-P_7lIF_44ycSSZyfRPN5VTHs9Yb39A,10909
|
|
41
|
-
pulumi_aiven/get_cassanda.py,sha256=gcPv3Z0DK9dxqzBasK8EOiFSBz69j_QqPhe81FoYegU,23136
|
|
42
|
-
pulumi_aiven/get_cassandra.py,sha256=ql-30r9V9ovY4GEYnkbF2YZ3sTBQ-g6RI2qisMpg3ic,22805
|
|
43
|
-
pulumi_aiven/get_cassandra_user.py,sha256=HZf0TAWgTX21N9ul4z-8D_8XnTPUbxdPes5T95bkPXU,8083
|
|
44
|
-
pulumi_aiven/get_clickhouse.py,sha256=Rp_dkm7TH-z3pspBSDgLQuhAfzhLK48nr5Dcme4ZiTs,22823
|
|
45
|
-
pulumi_aiven/get_clickhouse_database.py,sha256=3-a7h3JOaIB9FgFU10-2pZTe_Jf79A-S7C3HYuESf6A,6550
|
|
46
|
-
pulumi_aiven/get_clickhouse_user.py,sha256=Im8GpQBh3yowS3m_ULVc3LnychSG-FXuTSjesRnL_8Q,7206
|
|
47
|
-
pulumi_aiven/get_connection_pool.py,sha256=pS00Y-MZ4FoRvJPwZtoqUSfU5cF7b4LDuIKQmIeGfW8,9054
|
|
48
|
-
pulumi_aiven/get_dragonfly.py,sha256=P4XTf6q3xyGc5vd6v4FW6wUbf-sx_FvC2c4-gF6p34A,22795
|
|
49
|
-
pulumi_aiven/get_external_identity.py,sha256=5wHmW6_sRFpuoMsCUsCfKnKbGiKCCLbhyn8RFYaremo,6204
|
|
50
|
-
pulumi_aiven/get_flink.py,sha256=6bW-Xx6UrqgT8P7RheXn4zdlvVUplLHbBtt8U9HyNm8,22545
|
|
51
|
-
pulumi_aiven/get_flink_application.py,sha256=6DeaE1HQbXHcwt1Rw8I_fBaj6ia1QRo_YBcx3wo_sLM,8212
|
|
52
|
-
pulumi_aiven/get_flink_application_version.py,sha256=uyGs1YxOBa5T3iM20KjLUe7ceDUHAG2PeNjG_H1r1YM,11070
|
|
53
|
-
pulumi_aiven/get_gcp_privatelink.py,sha256=B0_jQTTtZNGaJmhdJyUyqvRhuOF2EgUtAivb-yfVD_k,6601
|
|
54
|
-
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=5j195Zriun91TKu4WQCf3WNknWCZ3kkF3GuIf5QpHWk,7122
|
|
55
|
-
pulumi_aiven/get_grafana.py,sha256=OZSjVbH4cXn9tMR_sAGbw2UMwLxQGtnCt24IQfwsl1g,22661
|
|
56
|
-
pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
|
|
57
|
-
pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
|
|
58
|
-
pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
|
|
59
|
-
pulumi_aiven/get_kafka.py,sha256=F26gapEQ4ARvRqFZYBPfSCOxz8BvOrfw9aupe-S7dJ0,23583
|
|
60
|
-
pulumi_aiven/get_kafka_acl.py,sha256=lx0RCpBHYhxt3xO2plF1sWVD_YdDCTDfL2AvlT8CFfo,8303
|
|
61
|
-
pulumi_aiven/get_kafka_connect.py,sha256=F0HBqrMZ-I0tJoXSb7WqGc_3GzSsT8BDvmfzQm9l9Z8,22441
|
|
62
|
-
pulumi_aiven/get_kafka_connector.py,sha256=ni-Yv-iiYZTP4H07V7eAqDsRjg-H_xfsSVxZieVJec0,10188
|
|
63
|
-
pulumi_aiven/get_kafka_mirror_maker.py,sha256=a8_2SYAXLri4o1ZsrloH7lX6KhgXW1XXd2BApIy_8KE,22616
|
|
64
|
-
pulumi_aiven/get_kafka_schema.py,sha256=ttWJGihZ6o3SVEUxV1kPyZuQeOhu6YNtVx4wWn6l7BA,8212
|
|
65
|
-
pulumi_aiven/get_kafka_schema_configuration.py,sha256=dgmGtRQUOUl-hAxn9jJyHvpyeg4-lajbXMCwdElvEAU,8253
|
|
66
|
-
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=2HWu-4qpxia3UIizSnVIEE5IJzvszn2JDxsYYy2kM44,8459
|
|
67
|
-
pulumi_aiven/get_kafka_topic.py,sha256=ysTH_etu-Th_SJ_a3654TwWWkfFP5g57zWPnNfq7s14,9635
|
|
68
|
-
pulumi_aiven/get_kafka_user.py,sha256=BhDSOQKkJv_WhEQ5nhVLaFhTzysTUvbZqZmUe6-KXzc,7939
|
|
69
|
-
pulumi_aiven/get_m3_aggregator.py,sha256=M81C3Pdc3XYeH8pZgumhtWwmxwbcqReTX527qPP4bjI,22950
|
|
70
|
-
pulumi_aiven/get_m3_db.py,sha256=_whKHFmqNvzN3hE7GY38w-L0jlg43zf7okIfDj6bniE,22473
|
|
71
|
-
pulumi_aiven/get_m3db_user.py,sha256=tux9wZJJviUEFW9vDgLf78L0oY5B2IVwqHGDuihsZ5I,6878
|
|
72
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=yMdNw1xcqg0Bie2rR6W21dEGpOQhogwuLtHt7k3jFas,15742
|
|
73
|
-
pulumi_aiven/get_my_sql.py,sha256=Zpn4t6rP7nHyt5-9yLaWhbD5_6hmcScFo0CKkvyA4Dc,22541
|
|
74
|
-
pulumi_aiven/get_mysql_database.py,sha256=1rryMxbdYRBK3ItPNYKe91eFxUZKxxvHl3LJ7m5_nrw,6647
|
|
75
|
-
pulumi_aiven/get_mysql_user.py,sha256=gTTpale8uWigGZvkrfmprvWO7tE6LRBqkncPTFsoaEE,8541
|
|
76
|
-
pulumi_aiven/get_open_search.py,sha256=QRq2QBrfeajAdetWZZTqFTaxYbgVIbVSVCEioWKNu_A,22847
|
|
77
|
-
pulumi_aiven/get_open_search_acl_config.py,sha256=zsBIEfvwAMukiLjnzsvKaFwSERfwnBgy_l1h1EGeeOo,6475
|
|
78
|
-
pulumi_aiven/get_open_search_acl_rule.py,sha256=ALOv6HiP9C_pynlN0-kgQPh642HeccfuSES2_DMu5ps,8407
|
|
79
|
-
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=FdUNjCJduz412aQE85-cnXU4Ya2NwQOil1hEVThfnxM,7739
|
|
80
|
-
pulumi_aiven/get_opensearch_user.py,sha256=jMvtCufiKwIUzAKXf9eFqEQujpfEmZJS3HH9_tZTgFc,7069
|
|
81
|
-
pulumi_aiven/get_organization.py,sha256=NtZz1DpiyYUGkbTKum5oP27A_KYtLW_y0u6vbccaovI,4646
|
|
82
|
-
pulumi_aiven/get_organization_application_user.py,sha256=5rcRhoN0MxaH8zgpb42h4nc9LntchvOYeWQOJfyPJ8Y,6013
|
|
83
|
-
pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
|
|
84
|
-
pulumi_aiven/get_organization_user_group.py,sha256=jFvrv0G0CnTENs0YSLFrPotJW-1RQJ0IC5AdTVvNR3E,6462
|
|
85
|
-
pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
|
|
86
|
-
pulumi_aiven/get_pg.py,sha256=siTLY_nrvn1sIDGtGz0QmwhZYMb9CzCaejNoVC_zPGQ,22384
|
|
87
|
-
pulumi_aiven/get_pg_database.py,sha256=6pn1VfvHydsxDKghxjq6C1_WRAh-IVTsRX_bAvKaikw,7754
|
|
88
|
-
pulumi_aiven/get_pg_user.py,sha256=EoEfaKzxP6r6Ri-eBexQNmWyP_lhtgCiReAuonv5Bmo,8614
|
|
89
|
-
pulumi_aiven/get_project.py,sha256=BMI-RAjRUc-KASrMgXxHcdtzGORQy5uxFgedoXD3m_Q,12306
|
|
90
|
-
pulumi_aiven/get_project_user.py,sha256=tf-uzLtvyXXgFnG2x1YEPyDTQar3a8z9ugRB_tgvSzo,5628
|
|
91
|
-
pulumi_aiven/get_project_vpc.py,sha256=dtBlsCZ9jLw_XkpVkNdrgjakB4pcKrLoz_3Tji-y_go,6327
|
|
92
|
-
pulumi_aiven/get_redis.py,sha256=tBxebE6_5zfF2-gGQ_fOuJEMWClygKLphidikt8HARQ,22508
|
|
93
|
-
pulumi_aiven/get_redis_user.py,sha256=tSFTVOj-u1uUbNLsw66Bg79_QerWBcWZi3RFiaM91eE,9769
|
|
94
|
-
pulumi_aiven/get_service_component.py,sha256=ej2tl74FPoQfgdI3KYQABT_b1b9advsU_z23yLpJsto,10367
|
|
95
|
-
pulumi_aiven/get_service_integration.py,sha256=ybv7byMXSi62-R6sy7T1P78cVDiqHhGAhyKhgJ68y9w,22851
|
|
96
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=HPzktKWjDPWlMUP5CdL1V1vGnGr39H-ZNeJ9lb55FIU,19767
|
|
97
|
-
pulumi_aiven/get_thanos.py,sha256=yqR9aEI3ss4tlx83ZqDlAUiRwaBna_vtHwIEZkdHoVQ,22143
|
|
98
|
-
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=Tck_Lmq87WZOxA2iUt2Iom7lM4lCxYyXipZ34cJ3iZM,9147
|
|
99
|
-
pulumi_aiven/get_valkey.py,sha256=ewouSXKj8GrTqTcFQWWAv-ubZ4f-KCctfWVEBmTQHjY,22584
|
|
100
|
-
pulumi_aiven/get_valkey_user.py,sha256=N3pluZimyVmD4vqgu3TKvlnARjX5BlZsUpxiktFDewU,9443
|
|
101
|
-
pulumi_aiven/grafana.py,sha256=oif2YbAHv5kW2d4R3ZUPHAvIsU7yf_aia8LGkJAp7k4,81702
|
|
102
|
-
pulumi_aiven/influx_db.py,sha256=dunDTlFIRspr9dS8HV-7l86pSrVshNi5pmkGVQFGLRQ,82665
|
|
103
|
-
pulumi_aiven/influxdb_database.py,sha256=-W78tVLUInwbQS0iHcBC5uToGVOQykTl3WlmO8HAUBQ,14040
|
|
104
|
-
pulumi_aiven/influxdb_user.py,sha256=SptXu0v0R8S_pFs-veNOZkeIvTrCWnCsAZMHb0Z3rjY,18226
|
|
105
|
-
pulumi_aiven/kafka.py,sha256=md8bVY0oJTw7sC3a12KqRTQU5ug40u4X7Z9a7gGMots,87136
|
|
106
|
-
pulumi_aiven/kafka_acl.py,sha256=GAECksDAXZzdBQ7MCk-FIskfUxRSED4mopLocBPJSY8,18756
|
|
107
|
-
pulumi_aiven/kafka_connect.py,sha256=yYw95_wek4W4yseIMDeeDIWJhBJK2bJEQH6k_fQ4AuY,83539
|
|
108
|
-
pulumi_aiven/kafka_connector.py,sha256=JL0PlIr03i0jB9MvIPU8LY2vYYqcJVMMzf0hLFkmwsk,24876
|
|
109
|
-
pulumi_aiven/kafka_mirror_maker.py,sha256=zO1e1XuzU2MRaZyD2qQpNojYFTVWORcNcTHxEAOeLnI,81123
|
|
110
|
-
pulumi_aiven/kafka_schema.py,sha256=dzVrDdWK7QzIlVTSKrRpemuYo0SmDeuygkiVHRWlnnc,22597
|
|
111
|
-
pulumi_aiven/kafka_schema_configuration.py,sha256=kJVMjKWs19pf0m16wtUnTboIkHj5-5Mqo7yvD6qHUwk,14026
|
|
112
|
-
pulumi_aiven/kafka_schema_registry_acl.py,sha256=Odnd3RSN7eXVoKrJ5njdgj-qVF-NlrI1CFmAJE59L0M,19449
|
|
113
|
-
pulumi_aiven/kafka_topic.py,sha256=CI4Mwx3z01GqVAX2hMYkFtAzfLapqYT6bvDgolDXj58,28085
|
|
114
|
-
pulumi_aiven/kafka_user.py,sha256=xWV2GjfyYS1awT_5ujnylgBaMf8zCVioW6Bvs05fVLY,18390
|
|
115
|
-
pulumi_aiven/m3_aggregator.py,sha256=aTc_NUZE3OG26FPDS66OG-v_BiOI0pJ38tMTCjHZQIw,82664
|
|
116
|
-
pulumi_aiven/m3_db.py,sha256=z85ei0e07f4QEY6Ip0obhckian5Zal6crs-SOYJUUII,81067
|
|
117
|
-
pulumi_aiven/m3db_user.py,sha256=uPzddlYZmUF7NEQoq2nl_J9vGG8EROiVA_-zZ0XaGkI,16192
|
|
118
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=v-WC_KemMR7TlHOo_-ibMwP03oLvR4UQXPSHW9Q6UeI,50955
|
|
119
|
-
pulumi_aiven/my_sql.py,sha256=rp1AgrZ0T4IekutQ_KNYkRSNYVWHzh9VC6xXVYQ6Byw,81549
|
|
120
|
-
pulumi_aiven/mysql_database.py,sha256=V-PIDNBgrVHMCko7rVqi57vvoIjL8304E2RgawjrgHE,14754
|
|
121
|
-
pulumi_aiven/mysql_user.py,sha256=1SIVVPp_sm-bqi6uJUAkze-HeQUy5d1LjKWU35mVV9w,21121
|
|
122
|
-
pulumi_aiven/open_search.py,sha256=6uvuK1dLfS19x0Yl0kcXFSsS8yOcSZmu9aQ28edL6Uo,83121
|
|
123
|
-
pulumi_aiven/open_search_acl_config.py,sha256=t5lPy7nN2_08a9LK-4H-hwNS1PpS8aRoujLAoEbT_-o,17912
|
|
124
|
-
pulumi_aiven/open_search_acl_rule.py,sha256=_8D_sLAiM29SNMMjl1fLUzae8tgNQhLPmWaJAX_LwMs,21934
|
|
125
|
-
pulumi_aiven/opensearch_security_plugin_config.py,sha256=HpnFd2__mtiAwwOh9PFboST9zs8tRWruKvl_PFEaQKs,18636
|
|
126
|
-
pulumi_aiven/opensearch_user.py,sha256=N7mlHAEAKFXNrwzCJ-j-VBHD5pCHHk-UHoove-Y5Rjc,16488
|
|
127
|
-
pulumi_aiven/organization.py,sha256=awum1ftH-MNLiWaXuhOIfYf7LX3ztjt8yFesRUyQGk8,10944
|
|
128
|
-
pulumi_aiven/organization_application_user.py,sha256=T5jW1IU1HIJf6YVpsHxi6KYD-PDYSGvv-aZnJvmLfJU,15019
|
|
129
|
-
pulumi_aiven/organization_application_user_token.py,sha256=W40T7JYZ2dCqXyNlS7CmlB2sxYByvzWOx8p-jhST28Y,32908
|
|
130
|
-
pulumi_aiven/organization_group_project.py,sha256=W4qz_zQL6LX9-ITrPUElvNBbv_Wi8B5enzez7VxzpBY,14579
|
|
131
|
-
pulumi_aiven/organization_permission.py,sha256=kb4-NUbCnXnHjgqamV7hrKqfeg1cUz_jgVl-sVXriYI,15337
|
|
132
|
-
pulumi_aiven/organization_user.py,sha256=eJ59ukayuIBnmYl08YyF_GJBDC8pjFpuBtsCkw6EXxo,15555
|
|
133
|
-
pulumi_aiven/organization_user_group.py,sha256=VIG187GzPkUjZpbu42Y1sDNr57KoKMdXr3TeckArwJs,14658
|
|
134
|
-
pulumi_aiven/organization_user_group_member.py,sha256=Wu0IdVIKC-s-12hqx0vb4_3PhsdHlV6QBLXE3VB-0Jk,14610
|
|
135
|
-
pulumi_aiven/organizational_unit.py,sha256=HxSsz1TNJvhrtb1NPUfdA_V1fYiWCftoqJakJnBP8uU,11465
|
|
136
|
-
pulumi_aiven/outputs.py,sha256=iqEDZt5ryqvMCNaJ1d_NCbhxo_u5tZ8u9LlBJHC-C_w,2017526
|
|
137
|
-
pulumi_aiven/pg.py,sha256=qET1sbPU9K2yTVLcmQ4twjVv3m2SCcEavVC89rfSCdU,79193
|
|
138
|
-
pulumi_aiven/pg_database.py,sha256=L61L8af8YTLIDR23AmtrkZwc0mtrigweRpYvjqJel-Y,19979
|
|
139
|
-
pulumi_aiven/pg_user.py,sha256=Mv-Tt6aNjxUT4J4TIemzhh3p5aeLqT6AdSMDG-nkJ3w,21862
|
|
140
|
-
pulumi_aiven/project.py,sha256=V97vBWX7CScWthB52QruGXXXb8W_bduMhDLSdrPvnGc,45405
|
|
141
|
-
pulumi_aiven/project_user.py,sha256=As-dxqcFy78T8Dj1gngYO3ihm3ci6ls5HQ5W7-LYaLo,13469
|
|
142
|
-
pulumi_aiven/project_vpc.py,sha256=Hsi_hf5hS-mOkE_HIiyV2VU4qhafCcW5kOHvdsMvZH8,13908
|
|
143
|
-
pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
|
|
144
|
-
pulumi_aiven/pulumi-plugin.json,sha256=D1xwhiyHo4eptjXKs0PvVOSx9umr5lUPYTZQ_1IGufo,82
|
|
145
|
-
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
|
-
pulumi_aiven/redis.py,sha256=Gq2Y835aAWtDpX2oWIIsWkIienfs8WniWjmgzmMN1Ho,81094
|
|
147
|
-
pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
|
|
148
|
-
pulumi_aiven/service_integration.py,sha256=eNXV3iqkwikHOsyyKhJn2yBQe-Y3R2ZzPMSjIFIHpZM,76409
|
|
149
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=tKy9D4HYbrwvw7-WfQ5_xshGDElMEDVo76KaHb_oNp8,74509
|
|
150
|
-
pulumi_aiven/static_ip.py,sha256=IiA4_GXnbSTgIKI1h3i_vUqC3LEgUdfSmbo0uZ9qfPE,13928
|
|
151
|
-
pulumi_aiven/thanos.py,sha256=U9gSWQkhxEkJZfvKOG-vLENTu5DEmHvfnj9nND50Oyo,80011
|
|
152
|
-
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=pINRMv0Kd7eLcR81gUZbxp3I5atzGm1EWum36d1jN4s,21907
|
|
153
|
-
pulumi_aiven/valkey.py,sha256=PeodBw7Y6zHEBH4Dj8w6mFz8bOznxLdTOChY8yUhAf8,81101
|
|
154
|
-
pulumi_aiven/valkey_user.py,sha256=tdlEk1jJ_iccN12qQPAMtbeQbEvfue4-JnnGD3fqIRM,28540
|
|
155
|
-
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
156
|
-
pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
|
|
157
|
-
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
158
|
-
pulumi_aiven-6.26.0a1728566627.dist-info/METADATA,sha256=AcRQpBqEiDSyjlJcFwpnxSl41vc_Y8jM8Jw0OV3cjQU,2532
|
|
159
|
-
pulumi_aiven-6.26.0a1728566627.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
160
|
-
pulumi_aiven-6.26.0a1728566627.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
161
|
-
pulumi_aiven-6.26.0a1728566627.dist-info/RECORD,,
|
|
File without changes
|