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.

Files changed (49) hide show
  1. pulumi_aiven/__init__.py +30 -0
  2. pulumi_aiven/_inputs.py +1863 -29
  3. pulumi_aiven/account_team.py +12 -4
  4. pulumi_aiven/account_team_member.py +4 -4
  5. pulumi_aiven/account_team_project.py +4 -4
  6. pulumi_aiven/clickhouse.py +22 -22
  7. pulumi_aiven/clickhouse_database.py +39 -19
  8. pulumi_aiven/clickhouse_grant.py +80 -82
  9. pulumi_aiven/clickhouse_role.py +17 -31
  10. pulumi_aiven/clickhouse_user.py +31 -31
  11. pulumi_aiven/flink.py +19 -19
  12. pulumi_aiven/flink_application.py +39 -39
  13. pulumi_aiven/flink_application_deployment.py +131 -57
  14. pulumi_aiven/flink_application_version.py +64 -56
  15. pulumi_aiven/get_clickhouse.py +8 -8
  16. pulumi_aiven/get_clickhouse_database.py +11 -11
  17. pulumi_aiven/get_clickhouse_user.py +14 -14
  18. pulumi_aiven/get_flink.py +7 -7
  19. pulumi_aiven/get_flink_application.py +16 -16
  20. pulumi_aiven/get_flink_application_version.py +22 -22
  21. pulumi_aiven/get_kafka_acl.py +22 -22
  22. pulumi_aiven/get_kafka_connect.py +6 -6
  23. pulumi_aiven/get_kafka_connector.py +13 -13
  24. pulumi_aiven/get_kafka_topic.py +2 -2
  25. pulumi_aiven/get_kafka_user.py +15 -15
  26. pulumi_aiven/get_thanos.py +449 -0
  27. pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
  28. pulumi_aiven/get_valkey.py +469 -0
  29. pulumi_aiven/get_valkey_user.py +206 -0
  30. pulumi_aiven/kafka_acl.py +43 -39
  31. pulumi_aiven/kafka_connect.py +66 -14
  32. pulumi_aiven/kafka_connector.py +46 -40
  33. pulumi_aiven/kafka_schema_registry_acl.py +2 -2
  34. pulumi_aiven/kafka_topic.py +16 -16
  35. pulumi_aiven/kafka_user.py +40 -40
  36. pulumi_aiven/organization_application_user.py +12 -2
  37. pulumi_aiven/organization_application_user_token.py +7 -7
  38. pulumi_aiven/organization_group_project.py +9 -9
  39. pulumi_aiven/organization_user_group_member.py +13 -9
  40. pulumi_aiven/outputs.py +13290 -10153
  41. pulumi_aiven/pulumi-plugin.json +1 -1
  42. pulumi_aiven/thanos.py +1208 -0
  43. pulumi_aiven/transit_gateway_vpc_attachment.py +7 -16
  44. pulumi_aiven/valkey.py +1252 -0
  45. pulumi_aiven/valkey_user.py +513 -0
  46. {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/METADATA +1 -1
  47. {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/RECORD +49 -43
  48. {pulumi_aiven-6.19.0a1721711612.dist-info → pulumi_aiven-6.19.0a1721847551.dist-info}/WHEEL +0 -0
  49. {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
  """,