pulumi-aiven 6.26.0a1728364446__py3-none-any.whl → 6.26.1__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 (160) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8440 -400
  3. pulumi_aiven/_utilities.py +1 -1
  4. pulumi_aiven/account.py +5 -0
  5. pulumi_aiven/account_authentication.py +5 -0
  6. pulumi_aiven/account_team.py +5 -0
  7. pulumi_aiven/account_team_member.py +5 -0
  8. pulumi_aiven/account_team_project.py +12 -7
  9. pulumi_aiven/aws_privatelink.py +5 -0
  10. pulumi_aiven/aws_vpc_peering_connection.py +5 -0
  11. pulumi_aiven/azure_privatelink.py +5 -0
  12. pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
  13. pulumi_aiven/azure_vpc_peering_connection.py +5 -0
  14. pulumi_aiven/billing_group.py +5 -0
  15. pulumi_aiven/cassandra.py +12 -2
  16. pulumi_aiven/cassandra_user.py +5 -0
  17. pulumi_aiven/clickhouse.py +11 -1
  18. pulumi_aiven/clickhouse_database.py +5 -0
  19. pulumi_aiven/clickhouse_grant.py +5 -0
  20. pulumi_aiven/clickhouse_role.py +5 -0
  21. pulumi_aiven/clickhouse_user.py +5 -0
  22. pulumi_aiven/config/__init__.pyi +5 -0
  23. pulumi_aiven/config/vars.py +5 -0
  24. pulumi_aiven/connection_pool.py +5 -0
  25. pulumi_aiven/dragonfly.py +12 -2
  26. pulumi_aiven/flink.py +12 -2
  27. pulumi_aiven/flink_application.py +5 -0
  28. pulumi_aiven/flink_application_deployment.py +5 -0
  29. pulumi_aiven/flink_application_version.py +5 -0
  30. pulumi_aiven/gcp_privatelink.py +5 -0
  31. pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
  32. pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
  33. pulumi_aiven/get_account.py +19 -4
  34. pulumi_aiven/get_account_authentication.py +30 -4
  35. pulumi_aiven/get_account_team.py +17 -4
  36. pulumi_aiven/get_account_team_member.py +19 -4
  37. pulumi_aiven/get_account_team_project.py +18 -5
  38. pulumi_aiven/get_aws_privatelink.py +17 -4
  39. pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
  40. pulumi_aiven/get_azure_privatelink.py +19 -4
  41. pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
  42. pulumi_aiven/get_billing_group.py +27 -4
  43. pulumi_aiven/get_cassanda.py +40 -4
  44. pulumi_aiven/get_cassandra.py +40 -4
  45. pulumi_aiven/get_cassandra_user.py +20 -4
  46. pulumi_aiven/get_clickhouse.py +40 -4
  47. pulumi_aiven/get_clickhouse_database.py +17 -4
  48. pulumi_aiven/get_clickhouse_user.py +19 -4
  49. pulumi_aiven/get_connection_pool.py +21 -4
  50. pulumi_aiven/get_dragonfly.py +40 -4
  51. pulumi_aiven/get_external_identity.py +160 -0
  52. pulumi_aiven/get_flink.py +40 -4
  53. pulumi_aiven/get_flink_application.py +21 -4
  54. pulumi_aiven/get_flink_application_version.py +26 -4
  55. pulumi_aiven/get_gcp_privatelink.py +17 -4
  56. pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
  57. pulumi_aiven/get_grafana.py +40 -4
  58. pulumi_aiven/get_influx_db.py +40 -4
  59. pulumi_aiven/get_influxdb_database.py +17 -4
  60. pulumi_aiven/get_influxdb_user.py +20 -4
  61. pulumi_aiven/get_kafka.py +42 -4
  62. pulumi_aiven/get_kafka_acl.py +21 -4
  63. pulumi_aiven/get_kafka_connect.py +39 -4
  64. pulumi_aiven/get_kafka_connector.py +24 -4
  65. pulumi_aiven/get_kafka_mirror_maker.py +39 -4
  66. pulumi_aiven/get_kafka_schema.py +20 -4
  67. pulumi_aiven/get_kafka_schema_configuration.py +19 -4
  68. pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
  69. pulumi_aiven/get_kafka_topic.py +23 -4
  70. pulumi_aiven/get_kafka_user.py +20 -4
  71. pulumi_aiven/get_m3_aggregator.py +40 -4
  72. pulumi_aiven/get_m3_db.py +40 -4
  73. pulumi_aiven/get_m3db_user.py +18 -4
  74. pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
  75. pulumi_aiven/get_my_sql.py +40 -4
  76. pulumi_aiven/get_mysql_database.py +17 -4
  77. pulumi_aiven/get_mysql_user.py +21 -4
  78. pulumi_aiven/get_open_search.py +40 -4
  79. pulumi_aiven/get_open_search_acl_config.py +16 -4
  80. pulumi_aiven/get_open_search_acl_rule.py +20 -4
  81. pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
  82. pulumi_aiven/get_opensearch_user.py +18 -4
  83. pulumi_aiven/get_organization.py +16 -4
  84. pulumi_aiven/get_organization_application_user.py +17 -4
  85. pulumi_aiven/get_organization_user.py +17 -4
  86. pulumi_aiven/get_organization_user_group.py +18 -4
  87. pulumi_aiven/get_organizational_unit.py +16 -4
  88. pulumi_aiven/get_pg.py +40 -4
  89. pulumi_aiven/get_pg_database.py +19 -4
  90. pulumi_aiven/get_pg_user.py +21 -4
  91. pulumi_aiven/get_project.py +25 -4
  92. pulumi_aiven/get_project_user.py +17 -5
  93. pulumi_aiven/get_project_vpc.py +18 -4
  94. pulumi_aiven/get_redis.py +40 -4
  95. pulumi_aiven/get_redis_user.py +22 -4
  96. pulumi_aiven/get_service_component.py +26 -4
  97. pulumi_aiven/get_service_integration.py +52 -8
  98. pulumi_aiven/get_service_integration_endpoint.py +32 -4
  99. pulumi_aiven/get_thanos.py +40 -10
  100. pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
  101. pulumi_aiven/get_valkey.py +40 -4
  102. pulumi_aiven/get_valkey_user.py +22 -4
  103. pulumi_aiven/grafana.py +12 -2
  104. pulumi_aiven/influx_db.py +12 -2
  105. pulumi_aiven/influxdb_database.py +5 -0
  106. pulumi_aiven/influxdb_user.py +5 -0
  107. pulumi_aiven/kafka.py +12 -2
  108. pulumi_aiven/kafka_acl.py +5 -0
  109. pulumi_aiven/kafka_connect.py +12 -2
  110. pulumi_aiven/kafka_connector.py +5 -0
  111. pulumi_aiven/kafka_mirror_maker.py +12 -2
  112. pulumi_aiven/kafka_schema.py +5 -0
  113. pulumi_aiven/kafka_schema_configuration.py +5 -0
  114. pulumi_aiven/kafka_schema_registry_acl.py +5 -0
  115. pulumi_aiven/kafka_topic.py +5 -0
  116. pulumi_aiven/kafka_user.py +5 -0
  117. pulumi_aiven/m3_aggregator.py +12 -2
  118. pulumi_aiven/m3_db.py +12 -2
  119. pulumi_aiven/m3db_user.py +5 -0
  120. pulumi_aiven/mirror_maker_replication_flow.py +5 -0
  121. pulumi_aiven/my_sql.py +12 -2
  122. pulumi_aiven/mysql_database.py +5 -0
  123. pulumi_aiven/mysql_user.py +5 -0
  124. pulumi_aiven/open_search.py +12 -2
  125. pulumi_aiven/open_search_acl_config.py +5 -0
  126. pulumi_aiven/open_search_acl_rule.py +5 -0
  127. pulumi_aiven/opensearch_security_plugin_config.py +5 -0
  128. pulumi_aiven/opensearch_user.py +5 -0
  129. pulumi_aiven/organization.py +5 -0
  130. pulumi_aiven/organization_application_user.py +5 -0
  131. pulumi_aiven/organization_application_user_token.py +5 -0
  132. pulumi_aiven/organization_group_project.py +12 -7
  133. pulumi_aiven/organization_permission.py +5 -0
  134. pulumi_aiven/organization_user.py +5 -0
  135. pulumi_aiven/organization_user_group.py +5 -0
  136. pulumi_aiven/organization_user_group_member.py +5 -0
  137. pulumi_aiven/organizational_unit.py +5 -0
  138. pulumi_aiven/outputs.py +339 -62
  139. pulumi_aiven/pg.py +12 -2
  140. pulumi_aiven/pg_database.py +5 -0
  141. pulumi_aiven/pg_user.py +5 -0
  142. pulumi_aiven/project.py +5 -0
  143. pulumi_aiven/project_user.py +12 -7
  144. pulumi_aiven/project_vpc.py +5 -0
  145. pulumi_aiven/provider.py +5 -0
  146. pulumi_aiven/pulumi-plugin.json +1 -1
  147. pulumi_aiven/redis.py +12 -2
  148. pulumi_aiven/redis_user.py +5 -0
  149. pulumi_aiven/service_integration.py +59 -7
  150. pulumi_aiven/service_integration_endpoint.py +5 -0
  151. pulumi_aiven/static_ip.py +7 -2
  152. pulumi_aiven/thanos.py +12 -8
  153. pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
  154. pulumi_aiven/valkey.py +12 -2
  155. pulumi_aiven/valkey_user.py +5 -0
  156. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/METADATA +3 -2
  157. pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
  158. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
  159. pulumi_aiven-6.26.0a1728364446.dist-info/RECORD +0 -160
  160. {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/grafana.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -358,6 +363,9 @@ class _GrafanaState:
358
363
  pulumi.set(__self__, "disk_space_default", disk_space_default)
359
364
  if disk_space_step is not None:
360
365
  pulumi.set(__self__, "disk_space_step", disk_space_step)
366
+ if disk_space_used is not None:
367
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
368
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
361
369
  if disk_space_used is not None:
362
370
  pulumi.set(__self__, "disk_space_used", disk_space_used)
363
371
  if grafana is not None:
@@ -488,6 +496,7 @@ class _GrafanaState:
488
496
 
489
497
  @property
490
498
  @pulumi.getter(name="diskSpaceUsed")
499
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
491
500
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
492
501
  """
493
502
  Disk space that service is currently using
@@ -1087,6 +1096,7 @@ class Grafana(pulumi.CustomResource):
1087
1096
 
1088
1097
  @property
1089
1098
  @pulumi.getter(name="diskSpaceUsed")
1099
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1090
1100
  def disk_space_used(self) -> pulumi.Output[str]:
1091
1101
  """
1092
1102
  Disk space that service is currently using
@@ -1143,7 +1153,7 @@ class Grafana(pulumi.CustomResource):
1143
1153
 
1144
1154
  @property
1145
1155
  @pulumi.getter(name="projectVpcId")
1146
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1156
+ def project_vpc_id(self) -> pulumi.Output[str]:
1147
1157
  """
1148
1158
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1149
1159
  """
@@ -1159,7 +1169,7 @@ class Grafana(pulumi.CustomResource):
1159
1169
 
1160
1170
  @property
1161
1171
  @pulumi.getter(name="serviceIntegrations")
1162
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.GrafanaServiceIntegration']]]:
1172
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.GrafanaServiceIntegration']]:
1163
1173
  """
1164
1174
  Service integrations to specify when creating a service. Not applied after initial service creation
1165
1175
  """
pulumi_aiven/influx_db.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -425,6 +430,9 @@ class _InfluxDbState:
425
430
  pulumi.set(__self__, "disk_space_default", disk_space_default)
426
431
  if disk_space_step is not None:
427
432
  pulumi.set(__self__, "disk_space_step", disk_space_step)
433
+ if disk_space_used is not None:
434
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
435
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
428
436
  if disk_space_used is not None:
429
437
  pulumi.set(__self__, "disk_space_used", disk_space_used)
430
438
  if influxdb_user_config is not None:
@@ -565,6 +573,7 @@ class _InfluxDbState:
565
573
 
566
574
  @property
567
575
  @pulumi.getter(name="diskSpaceUsed")
576
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
568
577
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
569
578
  """
570
579
  Disk space that service is currently using
@@ -1180,6 +1189,7 @@ class InfluxDb(pulumi.CustomResource):
1180
1189
 
1181
1190
  @property
1182
1191
  @pulumi.getter(name="diskSpaceUsed")
1192
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1183
1193
  def disk_space_used(self) -> pulumi.Output[str]:
1184
1194
  """
1185
1195
  Disk space that service is currently using
@@ -1242,7 +1252,7 @@ class InfluxDb(pulumi.CustomResource):
1242
1252
 
1243
1253
  @property
1244
1254
  @pulumi.getter(name="projectVpcId")
1245
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1255
+ def project_vpc_id(self) -> pulumi.Output[str]:
1246
1256
  """
1247
1257
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
1248
1258
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
@@ -1261,7 +1271,7 @@ class InfluxDb(pulumi.CustomResource):
1261
1271
 
1262
1272
  @property
1263
1273
  @pulumi.getter(name="serviceIntegrations")
1264
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.InfluxDbServiceIntegration']]]:
1274
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.InfluxDbServiceIntegration']]:
1265
1275
  """
1266
1276
  Service integrations to specify when creating a service. Not applied after initial service creation
1267
1277
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['InfluxdbDatabaseArgs', 'InfluxdbDatabase']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['InfluxdbUserArgs', 'InfluxdbUser']
pulumi_aiven/kafka.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -399,6 +404,9 @@ class _KafkaState:
399
404
  pulumi.set(__self__, "disk_space_default", disk_space_default)
400
405
  if disk_space_step is not None:
401
406
  pulumi.set(__self__, "disk_space_step", disk_space_step)
407
+ if disk_space_used is not None:
408
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
409
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
402
410
  if disk_space_used is not None:
403
411
  pulumi.set(__self__, "disk_space_used", disk_space_used)
404
412
  if kafka_user_config is not None:
@@ -546,6 +554,7 @@ class _KafkaState:
546
554
 
547
555
  @property
548
556
  @pulumi.getter(name="diskSpaceUsed")
557
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
549
558
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
550
559
  """
551
560
  Disk space that service is currently using
@@ -1198,6 +1207,7 @@ class Kafka(pulumi.CustomResource):
1198
1207
 
1199
1208
  @property
1200
1209
  @pulumi.getter(name="diskSpaceUsed")
1210
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1201
1211
  def disk_space_used(self) -> pulumi.Output[str]:
1202
1212
  """
1203
1213
  Disk space that service is currently using
@@ -1263,7 +1273,7 @@ class Kafka(pulumi.CustomResource):
1263
1273
 
1264
1274
  @property
1265
1275
  @pulumi.getter(name="projectVpcId")
1266
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1276
+ def project_vpc_id(self) -> pulumi.Output[str]:
1267
1277
  """
1268
1278
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1269
1279
  """
@@ -1279,7 +1289,7 @@ class Kafka(pulumi.CustomResource):
1279
1289
 
1280
1290
  @property
1281
1291
  @pulumi.getter(name="serviceIntegrations")
1282
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaServiceIntegration']]]:
1292
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.KafkaServiceIntegration']]:
1283
1293
  """
1284
1294
  Service integrations to specify when creating a service. Not applied after initial service creation
1285
1295
  """
pulumi_aiven/kafka_acl.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaAclArgs', 'KafkaAcl']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -339,6 +344,9 @@ class _KafkaConnectState:
339
344
  pulumi.set(__self__, "disk_space_default", disk_space_default)
340
345
  if disk_space_step is not None:
341
346
  pulumi.set(__self__, "disk_space_step", disk_space_step)
347
+ if disk_space_used is not None:
348
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
349
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
342
350
  if disk_space_used is not None:
343
351
  pulumi.set(__self__, "disk_space_used", disk_space_used)
344
352
  if kafka_connect_user_config is not None:
@@ -467,6 +475,7 @@ class _KafkaConnectState:
467
475
 
468
476
  @property
469
477
  @pulumi.getter(name="diskSpaceUsed")
478
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
470
479
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
471
480
  """
472
481
  Disk space that service is currently using
@@ -1105,6 +1114,7 @@ class KafkaConnect(pulumi.CustomResource):
1105
1114
 
1106
1115
  @property
1107
1116
  @pulumi.getter(name="diskSpaceUsed")
1117
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1108
1118
  def disk_space_used(self) -> pulumi.Output[str]:
1109
1119
  """
1110
1120
  Disk space that service is currently using
@@ -1153,7 +1163,7 @@ class KafkaConnect(pulumi.CustomResource):
1153
1163
 
1154
1164
  @property
1155
1165
  @pulumi.getter(name="projectVpcId")
1156
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1166
+ def project_vpc_id(self) -> pulumi.Output[str]:
1157
1167
  """
1158
1168
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1159
1169
  """
@@ -1169,7 +1179,7 @@ class KafkaConnect(pulumi.CustomResource):
1169
1179
 
1170
1180
  @property
1171
1181
  @pulumi.getter(name="serviceIntegrations")
1172
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaConnectServiceIntegration']]]:
1182
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.KafkaConnectServiceIntegration']]:
1173
1183
  """
1174
1184
  Service integrations to specify when creating a service. Not applied after initial service creation
1175
1185
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -339,6 +344,9 @@ class _KafkaMirrorMakerState:
339
344
  pulumi.set(__self__, "disk_space_default", disk_space_default)
340
345
  if disk_space_step is not None:
341
346
  pulumi.set(__self__, "disk_space_step", disk_space_step)
347
+ if disk_space_used is not None:
348
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
349
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
342
350
  if disk_space_used is not None:
343
351
  pulumi.set(__self__, "disk_space_used", disk_space_used)
344
352
  if kafka_mirrormaker_user_config is not None:
@@ -467,6 +475,7 @@ class _KafkaMirrorMakerState:
467
475
 
468
476
  @property
469
477
  @pulumi.getter(name="diskSpaceUsed")
478
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
470
479
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
471
480
  """
472
481
  Disk space that service is currently using
@@ -1049,6 +1058,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1049
1058
 
1050
1059
  @property
1051
1060
  @pulumi.getter(name="diskSpaceUsed")
1061
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1052
1062
  def disk_space_used(self) -> pulumi.Output[str]:
1053
1063
  """
1054
1064
  Disk space that service is currently using
@@ -1097,7 +1107,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1097
1107
 
1098
1108
  @property
1099
1109
  @pulumi.getter(name="projectVpcId")
1100
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1110
+ def project_vpc_id(self) -> pulumi.Output[str]:
1101
1111
  """
1102
1112
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1103
1113
  """
@@ -1113,7 +1123,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1113
1123
 
1114
1124
  @property
1115
1125
  @pulumi.getter(name="serviceIntegrations")
1116
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaMirrorMakerServiceIntegration']]]:
1126
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.KafkaMirrorMakerServiceIntegration']]:
1117
1127
  """
1118
1128
  Service integrations to specify when creating a service. Not applied after initial service creation
1119
1129
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaSchemaArgs', 'KafkaSchema']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaSchemaConfigurationArgs', 'KafkaSchemaConfiguration']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaSchemaRegistryAclArgs', 'KafkaSchemaRegistryAcl']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaUserArgs', 'KafkaUser']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _M3AggregatorState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if m3aggregator is not None:
@@ -487,6 +495,7 @@ class _M3AggregatorState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -1082,6 +1091,7 @@ class M3Aggregator(pulumi.CustomResource):
1082
1091
 
1083
1092
  @property
1084
1093
  @pulumi.getter(name="diskSpaceUsed")
1094
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1085
1095
  def disk_space_used(self) -> pulumi.Output[str]:
1086
1096
  """
1087
1097
  Disk space that service is currently using
@@ -1138,7 +1148,7 @@ class M3Aggregator(pulumi.CustomResource):
1138
1148
 
1139
1149
  @property
1140
1150
  @pulumi.getter(name="projectVpcId")
1141
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1151
+ def project_vpc_id(self) -> pulumi.Output[str]:
1142
1152
  """
1143
1153
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1144
1154
  """
@@ -1154,7 +1164,7 @@ class M3Aggregator(pulumi.CustomResource):
1154
1164
 
1155
1165
  @property
1156
1166
  @pulumi.getter(name="serviceIntegrations")
1157
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.M3AggregatorServiceIntegration']]]:
1167
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.M3AggregatorServiceIntegration']]:
1158
1168
  """
1159
1169
  Service integrations to specify when creating a service. Not applied after initial service creation
1160
1170
  """
pulumi_aiven/m3_db.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _M3DbState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if m3db is not None:
@@ -487,6 +495,7 @@ class _M3DbState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -1090,6 +1099,7 @@ class M3Db(pulumi.CustomResource):
1090
1099
 
1091
1100
  @property
1092
1101
  @pulumi.getter(name="diskSpaceUsed")
1102
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1093
1103
  def disk_space_used(self) -> pulumi.Output[str]:
1094
1104
  """
1095
1105
  Disk space that service is currently using
@@ -1146,7 +1156,7 @@ class M3Db(pulumi.CustomResource):
1146
1156
 
1147
1157
  @property
1148
1158
  @pulumi.getter(name="projectVpcId")
1149
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1159
+ def project_vpc_id(self) -> pulumi.Output[str]:
1150
1160
  """
1151
1161
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1152
1162
  """
@@ -1162,7 +1172,7 @@ class M3Db(pulumi.CustomResource):
1162
1172
 
1163
1173
  @property
1164
1174
  @pulumi.getter(name="serviceIntegrations")
1165
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.M3DbServiceIntegration']]]:
1175
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.M3DbServiceIntegration']]:
1166
1176
  """
1167
1177
  Service integrations to specify when creating a service. Not applied after initial service creation
1168
1178
  """
pulumi_aiven/m3db_user.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['M3dbUserArgs', 'M3dbUser']
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['MirrorMakerReplicationFlowArgs', 'MirrorMakerReplicationFlow']
pulumi_aiven/my_sql.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -357,6 +362,9 @@ class _MySqlState:
357
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
358
363
  if disk_space_step is not None:
359
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
360
368
  if disk_space_used is not None:
361
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
362
370
  if maintenance_window_dow is not None:
@@ -487,6 +495,7 @@ class _MySqlState:
487
495
 
488
496
  @property
489
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
490
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
491
500
  """
492
501
  Disk space that service is currently using
@@ -1096,6 +1105,7 @@ class MySql(pulumi.CustomResource):
1096
1105
 
1097
1106
  @property
1098
1107
  @pulumi.getter(name="diskSpaceUsed")
1108
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1099
1109
  def disk_space_used(self) -> pulumi.Output[str]:
1100
1110
  """
1101
1111
  Disk space that service is currently using
@@ -1152,7 +1162,7 @@ class MySql(pulumi.CustomResource):
1152
1162
 
1153
1163
  @property
1154
1164
  @pulumi.getter(name="projectVpcId")
1155
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1165
+ def project_vpc_id(self) -> pulumi.Output[str]:
1156
1166
  """
1157
1167
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1158
1168
  """
@@ -1168,7 +1178,7 @@ class MySql(pulumi.CustomResource):
1168
1178
 
1169
1179
  @property
1170
1180
  @pulumi.getter(name="serviceIntegrations")
1171
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.MySqlServiceIntegration']]]:
1181
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.MySqlServiceIntegration']]:
1172
1182
  """
1173
1183
  Service integrations to specify when creating a service. Not applied after initial service creation
1174
1184
  """
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['MysqlDatabaseArgs', 'MysqlDatabase']