pulumi-aiven 6.19.0a1721711612__py3-none-any.whl → 6.19.0a1721847551__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 +30 -0
- pulumi_aiven/_inputs.py +1863 -29
- pulumi_aiven/account_team.py +12 -4
- pulumi_aiven/account_team_member.py +4 -4
- pulumi_aiven/account_team_project.py +4 -4
- pulumi_aiven/clickhouse.py +22 -22
- pulumi_aiven/clickhouse_database.py +39 -19
- pulumi_aiven/clickhouse_grant.py +80 -82
- pulumi_aiven/clickhouse_role.py +17 -31
- pulumi_aiven/clickhouse_user.py +31 -31
- pulumi_aiven/flink.py +19 -19
- pulumi_aiven/flink_application.py +39 -39
- pulumi_aiven/flink_application_deployment.py +131 -57
- pulumi_aiven/flink_application_version.py +64 -56
- pulumi_aiven/get_clickhouse.py +8 -8
- pulumi_aiven/get_clickhouse_database.py +11 -11
- pulumi_aiven/get_clickhouse_user.py +14 -14
- pulumi_aiven/get_flink.py +7 -7
- pulumi_aiven/get_flink_application.py +16 -16
- pulumi_aiven/get_flink_application_version.py +22 -22
- pulumi_aiven/get_kafka_acl.py +22 -22
- pulumi_aiven/get_kafka_connect.py +6 -6
- pulumi_aiven/get_kafka_connector.py +13 -13
- pulumi_aiven/get_kafka_topic.py +2 -2
- pulumi_aiven/get_kafka_user.py +15 -15
- pulumi_aiven/get_thanos.py +449 -0
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
- pulumi_aiven/get_valkey.py +469 -0
- pulumi_aiven/get_valkey_user.py +206 -0
- pulumi_aiven/kafka_acl.py +43 -39
- pulumi_aiven/kafka_connect.py +66 -14
- pulumi_aiven/kafka_connector.py +46 -40
- pulumi_aiven/kafka_schema_registry_acl.py +2 -2
- pulumi_aiven/kafka_topic.py +16 -16
- pulumi_aiven/kafka_user.py +40 -40
- pulumi_aiven/organization_application_user.py +12 -2
- pulumi_aiven/organization_application_user_token.py +7 -7
- pulumi_aiven/organization_group_project.py +9 -9
- pulumi_aiven/organization_user_group_member.py +13 -9
- pulumi_aiven/outputs.py +13290 -10153
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/thanos.py +1208 -0
- pulumi_aiven/transit_gateway_vpc_attachment.py +7 -16
- pulumi_aiven/valkey.py +1252 -0
- pulumi_aiven/valkey_user.py +513 -0
- {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/RECORD +49 -43
- {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/top_level.txt +0 -0
pulumi_aiven/__init__.py
CHANGED
|
@@ -97,7 +97,10 @@ from .get_redis_user import *
|
|
|
97
97
|
from .get_service_component import *
|
|
98
98
|
from .get_service_integration import *
|
|
99
99
|
from .get_service_integration_endpoint import *
|
|
100
|
+
from .get_thanos import *
|
|
100
101
|
from .get_transit_gateway_vpc_attachment import *
|
|
102
|
+
from .get_valkey import *
|
|
103
|
+
from .get_valkey_user import *
|
|
101
104
|
from .grafana import *
|
|
102
105
|
from .influx_db import *
|
|
103
106
|
from .influxdb_database import *
|
|
@@ -144,7 +147,10 @@ from .redis_user import *
|
|
|
144
147
|
from .service_integration import *
|
|
145
148
|
from .service_integration_endpoint import *
|
|
146
149
|
from .static_ip import *
|
|
150
|
+
from .thanos import *
|
|
147
151
|
from .transit_gateway_vpc_attachment import *
|
|
152
|
+
from .valkey import *
|
|
153
|
+
from .valkey_user import *
|
|
148
154
|
from ._inputs import *
|
|
149
155
|
from . import outputs
|
|
150
156
|
|
|
@@ -734,6 +740,14 @@ _utilities.register(
|
|
|
734
740
|
"aiven:index/staticIp:StaticIp": "StaticIp"
|
|
735
741
|
}
|
|
736
742
|
},
|
|
743
|
+
{
|
|
744
|
+
"pkg": "aiven",
|
|
745
|
+
"mod": "index/thanos",
|
|
746
|
+
"fqn": "pulumi_aiven",
|
|
747
|
+
"classes": {
|
|
748
|
+
"aiven:index/thanos:Thanos": "Thanos"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
737
751
|
{
|
|
738
752
|
"pkg": "aiven",
|
|
739
753
|
"mod": "index/transitGatewayVpcAttachment",
|
|
@@ -741,6 +755,22 @@ _utilities.register(
|
|
|
741
755
|
"classes": {
|
|
742
756
|
"aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment": "TransitGatewayVpcAttachment"
|
|
743
757
|
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"pkg": "aiven",
|
|
761
|
+
"mod": "index/valkey",
|
|
762
|
+
"fqn": "pulumi_aiven",
|
|
763
|
+
"classes": {
|
|
764
|
+
"aiven:index/valkey:Valkey": "Valkey"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"pkg": "aiven",
|
|
769
|
+
"mod": "index/valkeyUser",
|
|
770
|
+
"fqn": "pulumi_aiven",
|
|
771
|
+
"classes": {
|
|
772
|
+
"aiven:index/valkeyUser:ValkeyUser": "ValkeyUser"
|
|
773
|
+
}
|
|
744
774
|
}
|
|
745
775
|
]
|
|
746
776
|
""",
|