pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.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.

Files changed (135) hide show
  1. pulumi_aiven/__init__.py +30 -0
  2. pulumi_aiven/_inputs.py +1902 -172
  3. pulumi_aiven/account.py +1 -0
  4. pulumi_aiven/account_authentication.py +1 -0
  5. pulumi_aiven/account_team.py +1 -0
  6. pulumi_aiven/account_team_member.py +1 -0
  7. pulumi_aiven/account_team_project.py +1 -0
  8. pulumi_aiven/alloydbomni.py +8 -15
  9. pulumi_aiven/alloydbomni_database.py +1 -0
  10. pulumi_aiven/alloydbomni_user.py +1 -0
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
  12. pulumi_aiven/aws_privatelink.py +1 -0
  13. pulumi_aiven/aws_vpc_peering_connection.py +1 -0
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
  15. pulumi_aiven/azure_privatelink.py +1 -0
  16. pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
  17. pulumi_aiven/azure_vpc_peering_connection.py +1 -0
  18. pulumi_aiven/billing_group.py +1 -0
  19. pulumi_aiven/cassandra.py +8 -15
  20. pulumi_aiven/cassandra_user.py +1 -0
  21. pulumi_aiven/clickhouse.py +8 -15
  22. pulumi_aiven/clickhouse_database.py +1 -0
  23. pulumi_aiven/clickhouse_grant.py +19 -0
  24. pulumi_aiven/clickhouse_role.py +1 -0
  25. pulumi_aiven/clickhouse_user.py +1 -0
  26. pulumi_aiven/connection_pool.py +1 -0
  27. pulumi_aiven/dragonfly.py +8 -15
  28. pulumi_aiven/flink.py +8 -15
  29. pulumi_aiven/flink_application.py +1 -0
  30. pulumi_aiven/flink_application_deployment.py +1 -0
  31. pulumi_aiven/flink_application_version.py +1 -0
  32. pulumi_aiven/flink_jar_application.py +1 -0
  33. pulumi_aiven/flink_jar_application_deployment.py +1 -0
  34. pulumi_aiven/flink_jar_application_version.py +1 -0
  35. pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
  36. pulumi_aiven/gcp_privatelink.py +1 -0
  37. pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
  38. pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
  39. pulumi_aiven/get_alloydbomni.py +1 -4
  40. pulumi_aiven/get_cassanda.py +1 -4
  41. pulumi_aiven/get_cassandra.py +1 -4
  42. pulumi_aiven/get_clickhouse.py +1 -4
  43. pulumi_aiven/get_dragonfly.py +1 -4
  44. pulumi_aiven/get_external_identity.py +5 -5
  45. pulumi_aiven/get_flink.py +1 -4
  46. pulumi_aiven/get_grafana.py +1 -4
  47. pulumi_aiven/get_kafka.py +1 -4
  48. pulumi_aiven/get_kafka_connect.py +1 -4
  49. pulumi_aiven/get_kafka_mirror_maker.py +1 -4
  50. pulumi_aiven/get_m3_aggregator.py +1 -4
  51. pulumi_aiven/get_m3_db.py +1 -4
  52. pulumi_aiven/get_my_sql.py +1 -4
  53. pulumi_aiven/get_open_search.py +8 -11
  54. pulumi_aiven/get_open_search_acl_config.py +7 -7
  55. pulumi_aiven/get_open_search_acl_rule.py +19 -19
  56. pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
  57. pulumi_aiven/get_opensearch_user.py +13 -13
  58. pulumi_aiven/get_organization.py +22 -4
  59. pulumi_aiven/get_organization_address.py +250 -0
  60. pulumi_aiven/get_organization_application_user.py +0 -20
  61. pulumi_aiven/get_organization_billing_group.py +264 -0
  62. pulumi_aiven/get_organization_billing_group_list.py +138 -0
  63. pulumi_aiven/get_organization_project.py +63 -13
  64. pulumi_aiven/get_organization_user_list.py +25 -13
  65. pulumi_aiven/get_pg.py +1 -4
  66. pulumi_aiven/get_redis.py +1 -4
  67. pulumi_aiven/get_service_component.py +15 -1
  68. pulumi_aiven/get_service_integration.py +2 -2
  69. pulumi_aiven/get_thanos.py +1 -4
  70. pulumi_aiven/get_valkey.py +1 -4
  71. pulumi_aiven/governance_access.py +418 -0
  72. pulumi_aiven/grafana.py +8 -15
  73. pulumi_aiven/influx_db.py +22 -15
  74. pulumi_aiven/influxdb_database.py +1 -0
  75. pulumi_aiven/influxdb_user.py +1 -0
  76. pulumi_aiven/kafka.py +8 -15
  77. pulumi_aiven/kafka_acl.py +1 -0
  78. pulumi_aiven/kafka_connect.py +8 -15
  79. pulumi_aiven/kafka_connector.py +1 -0
  80. pulumi_aiven/kafka_mirror_maker.py +8 -15
  81. pulumi_aiven/kafka_native_acl.py +2 -1
  82. pulumi_aiven/kafka_quota.py +1 -0
  83. pulumi_aiven/kafka_schema.py +1 -0
  84. pulumi_aiven/kafka_schema_configuration.py +1 -0
  85. pulumi_aiven/kafka_schema_registry_acl.py +1 -0
  86. pulumi_aiven/kafka_topic.py +1 -0
  87. pulumi_aiven/kafka_user.py +1 -0
  88. pulumi_aiven/m3_aggregator.py +8 -15
  89. pulumi_aiven/m3_db.py +8 -15
  90. pulumi_aiven/m3db_user.py +1 -0
  91. pulumi_aiven/mirror_maker_replication_flow.py +1 -0
  92. pulumi_aiven/my_sql.py +8 -15
  93. pulumi_aiven/mysql_database.py +1 -0
  94. pulumi_aiven/mysql_user.py +1 -0
  95. pulumi_aiven/open_search.py +25 -34
  96. pulumi_aiven/open_search_acl_config.py +30 -41
  97. pulumi_aiven/open_search_acl_rule.py +48 -47
  98. pulumi_aiven/opensearch_security_plugin_config.py +15 -42
  99. pulumi_aiven/opensearch_user.py +33 -32
  100. pulumi_aiven/organization.py +27 -21
  101. pulumi_aiven/organization_address.py +564 -0
  102. pulumi_aiven/organization_application_user.py +14 -4
  103. pulumi_aiven/organization_application_user_token.py +1 -0
  104. pulumi_aiven/organization_billing_group.py +652 -0
  105. pulumi_aiven/organization_group_project.py +1 -0
  106. pulumi_aiven/organization_permission.py +3 -2
  107. pulumi_aiven/organization_project.py +149 -68
  108. pulumi_aiven/organization_user.py +1 -0
  109. pulumi_aiven/organization_user_group.py +1 -0
  110. pulumi_aiven/organization_user_group_member.py +1 -32
  111. pulumi_aiven/organization_vpc.py +1 -0
  112. pulumi_aiven/organizational_unit.py +1 -0
  113. pulumi_aiven/outputs.py +1813 -198
  114. pulumi_aiven/pg.py +8 -15
  115. pulumi_aiven/pg_database.py +1 -0
  116. pulumi_aiven/pg_user.py +1 -0
  117. pulumi_aiven/project.py +1 -0
  118. pulumi_aiven/project_user.py +1 -0
  119. pulumi_aiven/project_vpc.py +1 -0
  120. pulumi_aiven/provider.py +21 -0
  121. pulumi_aiven/pulumi-plugin.json +1 -1
  122. pulumi_aiven/redis.py +8 -15
  123. pulumi_aiven/redis_user.py +1 -0
  124. pulumi_aiven/service_integration.py +5 -4
  125. pulumi_aiven/service_integration_endpoint.py +1 -0
  126. pulumi_aiven/static_ip.py +1 -0
  127. pulumi_aiven/thanos.py +8 -15
  128. pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
  129. pulumi_aiven/valkey.py +8 -15
  130. pulumi_aiven/valkey_user.py +1 -0
  131. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
  132. pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
  133. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
  134. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
  135. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py CHANGED
@@ -52,7 +52,9 @@ class InfluxDbArgs:
52
52
  service so name should be picked based on intended service usage rather than current attributes.
53
53
  :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
54
54
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
55
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
55
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
56
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
57
+ causing any changes.
56
58
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
57
59
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
58
60
  per project and service. Changing this value [migrates the service to another cloud provider or
@@ -162,7 +164,9 @@ class InfluxDbArgs:
162
164
  """
163
165
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
164
166
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
165
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
167
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
168
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
169
+ causing any changes.
166
170
  """
167
171
  return pulumi.get(self, "additional_disk_space")
168
172
 
@@ -365,7 +369,9 @@ class _InfluxDbState:
365
369
  Input properties used for looking up and filtering InfluxDb resources.
366
370
  :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
367
371
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
368
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
372
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
373
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
374
+ causing any changes.
369
375
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
370
376
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
371
377
  per project and service. Changing this value [migrates the service to another cloud provider or
@@ -407,7 +413,6 @@ class _InfluxDbState:
407
413
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
408
414
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
409
415
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
410
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
411
416
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
412
417
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
413
418
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
@@ -486,7 +491,9 @@ class _InfluxDbState:
486
491
  """
487
492
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
488
493
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
489
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
494
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
495
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
496
+ causing any changes.
490
497
  """
491
498
  return pulumi.get(self, "additional_disk_space")
492
499
 
@@ -782,9 +789,6 @@ class _InfluxDbState:
782
789
  @property
783
790
  @pulumi.getter
784
791
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
785
- """
786
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
787
- """
788
792
  return pulumi.get(self, "state")
789
793
 
790
794
  @state.setter
@@ -844,6 +848,7 @@ class _InfluxDbState:
844
848
  pulumi.set(self, "termination_protection", value)
845
849
 
846
850
 
851
+ @pulumi.type_token("aiven:index/influxDb:InfluxDb")
847
852
  class InfluxDb(pulumi.CustomResource):
848
853
  @overload
849
854
  def __init__(__self__,
@@ -872,7 +877,9 @@ class InfluxDb(pulumi.CustomResource):
872
877
  :param pulumi.ResourceOptions opts: Options for the resource.
873
878
  :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
874
879
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
875
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
880
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
881
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
882
+ causing any changes.
876
883
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
877
884
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
878
885
  per project and service. Changing this value [migrates the service to another cloud provider or
@@ -1041,7 +1048,9 @@ class InfluxDb(pulumi.CustomResource):
1041
1048
  :param pulumi.ResourceOptions opts: Options for the resource.
1042
1049
  :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
1043
1050
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1044
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1051
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
1052
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
1053
+ causing any changes.
1045
1054
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1046
1055
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
1047
1056
  per project and service. Changing this value [migrates the service to another cloud provider or
@@ -1083,7 +1092,6 @@ class InfluxDb(pulumi.CustomResource):
1083
1092
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1084
1093
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1085
1094
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1086
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1087
1095
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1088
1096
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
1089
1097
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
@@ -1133,7 +1141,9 @@ class InfluxDb(pulumi.CustomResource):
1133
1141
  """
1134
1142
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
1135
1143
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1136
- service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1144
+ service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
1145
+ integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
1146
+ causing any changes.
1137
1147
  """
1138
1148
  return pulumi.get(self, "additional_disk_space")
1139
1149
 
@@ -1337,9 +1347,6 @@ class InfluxDb(pulumi.CustomResource):
1337
1347
  @property
1338
1348
  @pulumi.getter
1339
1349
  def state(self) -> pulumi.Output[builtins.str]:
1340
- """
1341
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1342
- """
1343
1350
  return pulumi.get(self, "state")
1344
1351
 
1345
1352
  @property
@@ -158,6 +158,7 @@ class _InfluxdbDatabaseState:
158
158
  pulumi.set(self, "termination_protection", value)
159
159
 
160
160
 
161
+ @pulumi.type_token("aiven:index/influxdbDatabase:InfluxdbDatabase")
161
162
  class InfluxdbDatabase(pulumi.CustomResource):
162
163
  @overload
163
164
  def __init__(__self__,
@@ -218,6 +218,7 @@ class _InfluxdbUserState:
218
218
  pulumi.set(self, "username", value)
219
219
 
220
220
 
221
+ @pulumi.type_token("aiven:index/influxdbUser:InfluxdbUser")
221
222
  class InfluxdbUser(pulumi.CustomResource):
222
223
  @overload
223
224
  def __init__(__self__,
pulumi_aiven/kafka.py CHANGED
@@ -45,7 +45,7 @@ class KafkaArgs:
45
45
  :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
46
46
  :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
47
47
  :param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
48
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
48
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
49
49
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
50
50
  :param pulumi.Input[builtins.bool] default_acl: Create a default wildcard Kafka ACL.
51
51
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -141,7 +141,7 @@ class KafkaArgs:
141
141
  @pulumi.getter(name="additionalDiskSpace")
142
142
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
143
143
  """
144
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
144
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
145
145
  """
146
146
  return pulumi.get(self, "additional_disk_space")
147
147
 
@@ -355,7 +355,7 @@ class _KafkaState:
355
355
  termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
356
356
  """
357
357
  Input properties used for looking up and filtering Kafka resources.
358
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
358
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
359
359
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
360
360
  :param pulumi.Input[Sequence[pulumi.Input['KafkaComponentArgs']]] components: Service component information objects
361
361
  :param pulumi.Input[builtins.bool] default_acl: Create a default wildcard Kafka ACL.
@@ -380,7 +380,6 @@ class _KafkaState:
380
380
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
381
381
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
382
382
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
383
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
384
383
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
385
384
  :param pulumi.Input[Sequence[pulumi.Input['KafkaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
386
385
  :param pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -460,7 +459,7 @@ class _KafkaState:
460
459
  @pulumi.getter(name="additionalDiskSpace")
461
460
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
462
461
  """
463
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
462
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
464
463
  """
465
464
  return pulumi.get(self, "additional_disk_space")
466
465
 
@@ -762,9 +761,6 @@ class _KafkaState:
762
761
  @property
763
762
  @pulumi.getter
764
763
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
765
- """
766
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
767
- """
768
764
  return pulumi.get(self, "state")
769
765
 
770
766
  @state.setter
@@ -820,6 +816,7 @@ class _KafkaState:
820
816
  pulumi.set(self, "termination_protection", value)
821
817
 
822
818
 
819
+ @pulumi.type_token("aiven:index/kafka:Kafka")
823
820
  class Kafka(pulumi.CustomResource):
824
821
  @overload
825
822
  def __init__(__self__,
@@ -884,7 +881,7 @@ class Kafka(pulumi.CustomResource):
884
881
 
885
882
  :param str resource_name: The name of the resource.
886
883
  :param pulumi.ResourceOptions opts: Options for the resource.
887
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
884
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
888
885
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
889
886
  :param pulumi.Input[builtins.bool] default_acl: Create a default wildcard Kafka ACL.
890
887
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -1074,7 +1071,7 @@ class Kafka(pulumi.CustomResource):
1074
1071
  :param str resource_name: The unique name of the resulting resource.
1075
1072
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1076
1073
  :param pulumi.ResourceOptions opts: Options for the resource.
1077
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1074
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1078
1075
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
1079
1076
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]] components: Service component information objects
1080
1077
  :param pulumi.Input[builtins.bool] default_acl: Create a default wildcard Kafka ACL.
@@ -1099,7 +1096,6 @@ class Kafka(pulumi.CustomResource):
1099
1096
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1100
1097
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1101
1098
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1102
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1103
1099
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1104
1100
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1105
1101
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -1145,7 +1141,7 @@ class Kafka(pulumi.CustomResource):
1145
1141
  @pulumi.getter(name="additionalDiskSpace")
1146
1142
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1147
1143
  """
1148
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1144
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1149
1145
  """
1150
1146
  return pulumi.get(self, "additional_disk_space")
1151
1147
 
@@ -1347,9 +1343,6 @@ class Kafka(pulumi.CustomResource):
1347
1343
  @property
1348
1344
  @pulumi.getter
1349
1345
  def state(self) -> pulumi.Output[builtins.str]:
1350
- """
1351
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1352
- """
1353
1346
  return pulumi.get(self, "state")
1354
1347
 
1355
1348
  @property
pulumi_aiven/kafka_acl.py CHANGED
@@ -204,6 +204,7 @@ class _KafkaAclState:
204
204
  pulumi.set(self, "username", value)
205
205
 
206
206
 
207
+ @pulumi.type_token("aiven:index/kafkaAcl:KafkaAcl")
207
208
  class KafkaAcl(pulumi.CustomResource):
208
209
  @overload
209
210
  def __init__(__self__,
@@ -42,7 +42,7 @@ class KafkaConnectArgs:
42
42
  :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
43
43
  :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
44
  :param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
45
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
46
46
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
47
47
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
48
  :param pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -126,7 +126,7 @@ class KafkaConnectArgs:
126
126
  @pulumi.getter(name="additionalDiskSpace")
127
127
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
128
128
  """
129
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
129
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
130
130
  """
131
131
  return pulumi.get(self, "additional_disk_space")
132
132
 
@@ -300,7 +300,7 @@ class _KafkaConnectState:
300
300
  termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
301
301
  """
302
302
  Input properties used for looking up and filtering KafkaConnect resources.
303
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
303
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
304
304
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
305
305
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectComponentArgs']]] components: Service component information objects
306
306
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -322,7 +322,6 @@ class _KafkaConnectState:
322
322
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
323
323
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
324
324
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
325
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
326
325
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
327
326
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
328
327
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -393,7 +392,7 @@ class _KafkaConnectState:
393
392
  @pulumi.getter(name="additionalDiskSpace")
394
393
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
395
394
  """
396
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
395
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
397
396
  """
398
397
  return pulumi.get(self, "additional_disk_space")
399
398
 
@@ -658,9 +657,6 @@ class _KafkaConnectState:
658
657
  @property
659
658
  @pulumi.getter
660
659
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
661
- """
662
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
663
- """
664
660
  return pulumi.get(self, "state")
665
661
 
666
662
  @state.setter
@@ -716,6 +712,7 @@ class _KafkaConnectState:
716
712
  pulumi.set(self, "termination_protection", value)
717
713
 
718
714
 
715
+ @pulumi.type_token("aiven:index/kafkaConnect:KafkaConnect")
719
716
  class KafkaConnect(pulumi.CustomResource):
720
717
  @overload
721
718
  def __init__(__self__,
@@ -797,7 +794,7 @@ class KafkaConnect(pulumi.CustomResource):
797
794
 
798
795
  :param str resource_name: The name of the resource.
799
796
  :param pulumi.ResourceOptions opts: Options for the resource.
800
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
797
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
801
798
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
802
799
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
803
800
  :param pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -995,7 +992,7 @@ class KafkaConnect(pulumi.CustomResource):
995
992
  :param str resource_name: The unique name of the resulting resource.
996
993
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
997
994
  :param pulumi.ResourceOptions opts: Options for the resource.
998
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
995
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
999
996
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
1000
997
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectComponentArgs', 'KafkaConnectComponentArgsDict']]]] components: Service component information objects
1001
998
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -1017,7 +1014,6 @@ class KafkaConnect(pulumi.CustomResource):
1017
1014
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1018
1015
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1019
1016
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1020
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1021
1017
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1022
1018
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1023
1019
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -1060,7 +1056,7 @@ class KafkaConnect(pulumi.CustomResource):
1060
1056
  @pulumi.getter(name="additionalDiskSpace")
1061
1057
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1062
1058
  """
1063
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1059
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1064
1060
  """
1065
1061
  return pulumi.get(self, "additional_disk_space")
1066
1062
 
@@ -1237,9 +1233,6 @@ class KafkaConnect(pulumi.CustomResource):
1237
1233
  @property
1238
1234
  @pulumi.getter
1239
1235
  def state(self) -> pulumi.Output[builtins.str]:
1240
- """
1241
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1242
- """
1243
1236
  return pulumi.get(self, "state")
1244
1237
 
1245
1238
  @property
@@ -271,6 +271,7 @@ class _KafkaConnectorState:
271
271
  pulumi.set(self, "tasks", value)
272
272
 
273
273
 
274
+ @pulumi.type_token("aiven:index/kafkaConnector:KafkaConnector")
274
275
  class KafkaConnector(pulumi.CustomResource):
275
276
  @overload
276
277
  def __init__(__self__,
@@ -42,7 +42,7 @@ class KafkaMirrorMakerArgs:
42
42
  :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
43
43
  :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
44
  :param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
45
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
46
46
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
47
47
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
48
  :param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -126,7 +126,7 @@ class KafkaMirrorMakerArgs:
126
126
  @pulumi.getter(name="additionalDiskSpace")
127
127
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
128
128
  """
129
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
129
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
130
130
  """
131
131
  return pulumi.get(self, "additional_disk_space")
132
132
 
@@ -300,7 +300,7 @@ class _KafkaMirrorMakerState:
300
300
  termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
301
301
  """
302
302
  Input properties used for looking up and filtering KafkaMirrorMaker resources.
303
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
303
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
304
304
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
305
305
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerComponentArgs']]] components: Service component information objects
306
306
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -322,7 +322,6 @@ class _KafkaMirrorMakerState:
322
322
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
323
323
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
324
324
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
325
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
326
325
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
327
326
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
328
327
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -393,7 +392,7 @@ class _KafkaMirrorMakerState:
393
392
  @pulumi.getter(name="additionalDiskSpace")
394
393
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
395
394
  """
396
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
395
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
397
396
  """
398
397
  return pulumi.get(self, "additional_disk_space")
399
398
 
@@ -658,9 +657,6 @@ class _KafkaMirrorMakerState:
658
657
  @property
659
658
  @pulumi.getter
660
659
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
661
- """
662
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
663
- """
664
660
  return pulumi.get(self, "state")
665
661
 
666
662
  @state.setter
@@ -716,6 +712,7 @@ class _KafkaMirrorMakerState:
716
712
  pulumi.set(self, "termination_protection", value)
717
713
 
718
714
 
715
+ @pulumi.type_token("aiven:index/kafkaMirrorMaker:KafkaMirrorMaker")
719
716
  class KafkaMirrorMaker(pulumi.CustomResource):
720
717
  @overload
721
718
  def __init__(__self__,
@@ -769,7 +766,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
769
766
 
770
767
  :param str resource_name: The name of the resource.
771
768
  :param pulumi.ResourceOptions opts: Options for the resource.
772
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
769
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
773
770
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
774
771
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
775
772
  :param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -939,7 +936,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
939
936
  :param str resource_name: The unique name of the resulting resource.
940
937
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
941
938
  :param pulumi.ResourceOptions opts: Options for the resource.
942
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
939
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
943
940
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
944
941
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerComponentArgs', 'KafkaMirrorMakerComponentArgsDict']]]] components: Service component information objects
945
942
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
@@ -961,7 +958,6 @@ class KafkaMirrorMaker(pulumi.CustomResource):
961
958
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
962
959
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
963
960
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
964
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
965
961
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
966
962
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
967
963
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
@@ -1004,7 +1000,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1004
1000
  @pulumi.getter(name="additionalDiskSpace")
1005
1001
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1006
1002
  """
1007
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1003
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1008
1004
  """
1009
1005
  return pulumi.get(self, "additional_disk_space")
1010
1006
 
@@ -1181,9 +1177,6 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1181
1177
  @property
1182
1178
  @pulumi.getter
1183
1179
  def state(self) -> pulumi.Output[builtins.str]:
1184
- """
1185
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1186
- """
1187
1180
  return pulumi.get(self, "state")
1188
1181
 
1189
1182
  @property
@@ -313,6 +313,7 @@ class _KafkaNativeAclState:
313
313
  pulumi.set(self, "service_name", value)
314
314
 
315
315
 
316
+ @pulumi.type_token("aiven:index/kafkaNativeAcl:KafkaNativeAcl")
316
317
  class KafkaNativeAcl(pulumi.CustomResource):
317
318
  @overload
318
319
  def __init__(__self__,
@@ -517,7 +518,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
517
518
 
518
519
  @property
519
520
  @pulumi.getter
520
- def host(self) -> pulumi.Output[Optional[builtins.str]]:
521
+ def host(self) -> pulumi.Output[builtins.str]:
521
522
  """
522
523
  The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
523
524
  """
@@ -311,6 +311,7 @@ class _KafkaQuotaState:
311
311
  pulumi.set(self, "user", value)
312
312
 
313
313
 
314
+ @pulumi.type_token("aiven:index/kafkaQuota:KafkaQuota")
314
315
  class KafkaQuota(pulumi.CustomResource):
315
316
  @overload
316
317
  def __init__(__self__,
@@ -237,6 +237,7 @@ class _KafkaSchemaState:
237
237
  pulumi.set(self, "version", value)
238
238
 
239
239
 
240
+ @pulumi.type_token("aiven:index/kafkaSchema:KafkaSchema")
240
241
  class KafkaSchema(pulumi.CustomResource):
241
242
  @overload
242
243
  def __init__(__self__,
@@ -127,6 +127,7 @@ class _KafkaSchemaConfigurationState:
127
127
  pulumi.set(self, "service_name", value)
128
128
 
129
129
 
130
+ @pulumi.type_token("aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration")
130
131
  class KafkaSchemaConfiguration(pulumi.CustomResource):
131
132
  @overload
132
133
  def __init__(__self__,
@@ -204,6 +204,7 @@ class _KafkaSchemaRegistryAclState:
204
204
  pulumi.set(self, "username", value)
205
205
 
206
206
 
207
+ @pulumi.type_token("aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl")
207
208
  class KafkaSchemaRegistryAcl(pulumi.CustomResource):
208
209
  @overload
209
210
  def __init__(__self__,
@@ -342,6 +342,7 @@ class _KafkaTopicState:
342
342
  pulumi.set(self, "topic_name", value)
343
343
 
344
344
 
345
+ @pulumi.type_token("aiven:index/kafkaTopic:KafkaTopic")
345
346
  class KafkaTopic(pulumi.CustomResource):
346
347
  @overload
347
348
  def __init__(__self__,
@@ -206,6 +206,7 @@ class _KafkaUserState:
206
206
  pulumi.set(self, "username", value)
207
207
 
208
208
 
209
+ @pulumi.type_token("aiven:index/kafkaUser:KafkaUser")
209
210
  class KafkaUser(pulumi.CustomResource):
210
211
  @overload
211
212
  def __init__(__self__,