pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.30.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 +39 -0
- pulumi_aiven/_inputs.py +3474 -103
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +1335 -0
- pulumi_aiven/alloydbomni_database.py +347 -0
- pulumi_aiven/alloydbomni_user.py +433 -0
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/get_account.py +2 -2
- pulumi_aiven/get_account_authentication.py +2 -2
- pulumi_aiven/get_account_team.py +2 -2
- pulumi_aiven/get_account_team_member.py +2 -2
- pulumi_aiven/get_account_team_project.py +3 -3
- pulumi_aiven/get_alloydbomni.py +499 -0
- pulumi_aiven/get_alloydbomni_database.py +168 -0
- pulumi_aiven/get_alloydbomni_user.py +210 -0
- pulumi_aiven/get_aws_privatelink.py +2 -2
- pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_azure_privatelink.py +2 -2
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_billing_group.py +3 -3
- pulumi_aiven/get_cassanda.py +2 -2
- pulumi_aiven/get_cassandra.py +2 -2
- pulumi_aiven/get_cassandra_user.py +2 -2
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +2 -2
- pulumi_aiven/get_clickhouse_user.py +2 -2
- pulumi_aiven/get_connection_pool.py +2 -2
- pulumi_aiven/get_dragonfly.py +2 -2
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +2 -2
- pulumi_aiven/get_flink_application.py +2 -2
- pulumi_aiven/get_flink_application_version.py +2 -2
- pulumi_aiven/get_gcp_privatelink.py +2 -2
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_grafana.py +2 -2
- pulumi_aiven/get_influx_db.py +2 -2
- pulumi_aiven/get_influxdb_database.py +2 -2
- pulumi_aiven/get_influxdb_user.py +2 -2
- pulumi_aiven/get_kafka.py +2 -2
- pulumi_aiven/get_kafka_acl.py +2 -2
- pulumi_aiven/get_kafka_connect.py +2 -2
- pulumi_aiven/get_kafka_connector.py +2 -2
- pulumi_aiven/get_kafka_mirror_maker.py +2 -2
- pulumi_aiven/get_kafka_schema.py +2 -2
- pulumi_aiven/get_kafka_schema_configuration.py +2 -2
- pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
- pulumi_aiven/get_kafka_topic.py +2 -2
- pulumi_aiven/get_kafka_user.py +2 -2
- pulumi_aiven/get_m3_aggregator.py +2 -2
- pulumi_aiven/get_m3_db.py +2 -2
- pulumi_aiven/get_m3db_user.py +2 -2
- pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
- pulumi_aiven/get_my_sql.py +2 -2
- pulumi_aiven/get_mysql_database.py +2 -2
- pulumi_aiven/get_mysql_user.py +2 -2
- pulumi_aiven/get_open_search.py +2 -2
- pulumi_aiven/get_open_search_acl_config.py +2 -2
- pulumi_aiven/get_open_search_acl_rule.py +2 -2
- pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/get_opensearch_user.py +2 -2
- pulumi_aiven/get_organization.py +2 -2
- pulumi_aiven/get_organization_application_user.py +2 -2
- pulumi_aiven/get_organization_user.py +2 -2
- pulumi_aiven/get_organization_user_group.py +2 -2
- pulumi_aiven/get_organization_user_list.py +2 -2
- pulumi_aiven/get_organizational_unit.py +2 -2
- pulumi_aiven/get_pg.py +2 -2
- pulumi_aiven/get_pg_database.py +2 -2
- pulumi_aiven/get_pg_user.py +2 -2
- pulumi_aiven/get_project.py +2 -2
- pulumi_aiven/get_project_user.py +3 -3
- pulumi_aiven/get_project_vpc.py +2 -2
- pulumi_aiven/get_redis.py +2 -2
- pulumi_aiven/get_redis_user.py +2 -2
- pulumi_aiven/get_service_component.py +2 -2
- pulumi_aiven/get_service_integration.py +34 -6
- pulumi_aiven/get_service_integration_endpoint.py +2 -2
- pulumi_aiven/get_thanos.py +2 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
- pulumi_aiven/get_valkey.py +2 -2
- pulumi_aiven/get_valkey_user.py +11 -11
- pulumi_aiven/kafka_acl.py +6 -4
- pulumi_aiven/kafka_native_acl.py +588 -0
- pulumi_aiven/mirror_maker_replication_flow.py +47 -0
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +56 -6
- pulumi_aiven/outputs.py +20369 -15964
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration.py +98 -4
- pulumi_aiven/valkey.py +2 -2
- pulumi_aiven/valkey_user.py +142 -48
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
- pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/__init__.py
CHANGED
|
@@ -10,6 +10,9 @@ from .account_authentication import *
|
|
|
10
10
|
from .account_team import *
|
|
11
11
|
from .account_team_member import *
|
|
12
12
|
from .account_team_project import *
|
|
13
|
+
from .alloydbomni import *
|
|
14
|
+
from .alloydbomni_database import *
|
|
15
|
+
from .alloydbomni_user import *
|
|
13
16
|
from .aws_privatelink import *
|
|
14
17
|
from .aws_vpc_peering_connection import *
|
|
15
18
|
from .azure_privatelink import *
|
|
@@ -37,6 +40,9 @@ from .get_account_authentication import *
|
|
|
37
40
|
from .get_account_team import *
|
|
38
41
|
from .get_account_team_member import *
|
|
39
42
|
from .get_account_team_project import *
|
|
43
|
+
from .get_alloydbomni import *
|
|
44
|
+
from .get_alloydbomni_database import *
|
|
45
|
+
from .get_alloydbomni_user import *
|
|
40
46
|
from .get_aws_privatelink import *
|
|
41
47
|
from .get_aws_vpc_peering_connection import *
|
|
42
48
|
from .get_azure_privatelink import *
|
|
@@ -112,6 +118,7 @@ from .kafka_acl import *
|
|
|
112
118
|
from .kafka_connect import *
|
|
113
119
|
from .kafka_connector import *
|
|
114
120
|
from .kafka_mirror_maker import *
|
|
121
|
+
from .kafka_native_acl import *
|
|
115
122
|
from .kafka_schema import *
|
|
116
123
|
from .kafka_schema_configuration import *
|
|
117
124
|
from .kafka_schema_registry_acl import *
|
|
@@ -207,6 +214,30 @@ _utilities.register(
|
|
|
207
214
|
"aiven:index/accountTeamProject:AccountTeamProject": "AccountTeamProject"
|
|
208
215
|
}
|
|
209
216
|
},
|
|
217
|
+
{
|
|
218
|
+
"pkg": "aiven",
|
|
219
|
+
"mod": "index/alloydbomni",
|
|
220
|
+
"fqn": "pulumi_aiven",
|
|
221
|
+
"classes": {
|
|
222
|
+
"aiven:index/alloydbomni:Alloydbomni": "Alloydbomni"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"pkg": "aiven",
|
|
227
|
+
"mod": "index/alloydbomniDatabase",
|
|
228
|
+
"fqn": "pulumi_aiven",
|
|
229
|
+
"classes": {
|
|
230
|
+
"aiven:index/alloydbomniDatabase:AlloydbomniDatabase": "AlloydbomniDatabase"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"pkg": "aiven",
|
|
235
|
+
"mod": "index/alloydbomniUser",
|
|
236
|
+
"fqn": "pulumi_aiven",
|
|
237
|
+
"classes": {
|
|
238
|
+
"aiven:index/alloydbomniUser:AlloydbomniUser": "AlloydbomniUser"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
210
241
|
{
|
|
211
242
|
"pkg": "aiven",
|
|
212
243
|
"mod": "index/awsPrivatelink",
|
|
@@ -455,6 +486,14 @@ _utilities.register(
|
|
|
455
486
|
"aiven:index/kafkaMirrorMaker:KafkaMirrorMaker": "KafkaMirrorMaker"
|
|
456
487
|
}
|
|
457
488
|
},
|
|
489
|
+
{
|
|
490
|
+
"pkg": "aiven",
|
|
491
|
+
"mod": "index/kafkaNativeAcl",
|
|
492
|
+
"fqn": "pulumi_aiven",
|
|
493
|
+
"classes": {
|
|
494
|
+
"aiven:index/kafkaNativeAcl:KafkaNativeAcl": "KafkaNativeAcl"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
458
497
|
{
|
|
459
498
|
"pkg": "aiven",
|
|
460
499
|
"mod": "index/kafkaSchema",
|