pulumi-aiven 6.42.0a1755315469__py3-none-any.whl → 6.43.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 (70) hide show
  1. pulumi_aiven/_inputs.py +657 -183
  2. pulumi_aiven/account_team.py +6 -12
  3. pulumi_aiven/account_team_member.py +6 -12
  4. pulumi_aiven/account_team_project.py +6 -12
  5. pulumi_aiven/alloydbomni.py +44 -23
  6. pulumi_aiven/alloydbomni_database.py +26 -0
  7. pulumi_aiven/alloydbomni_user.py +26 -0
  8. pulumi_aiven/cassandra.py +18 -23
  9. pulumi_aiven/clickhouse.py +18 -23
  10. pulumi_aiven/dragonfly.py +18 -23
  11. pulumi_aiven/flink.py +18 -23
  12. pulumi_aiven/get_account_team.py +6 -12
  13. pulumi_aiven/get_account_team_member.py +6 -12
  14. pulumi_aiven/get_account_team_project.py +6 -12
  15. pulumi_aiven/get_alloydbomni.py +28 -2
  16. pulumi_aiven/get_alloydbomni_database.py +26 -0
  17. pulumi_aiven/get_alloydbomni_user.py +26 -0
  18. pulumi_aiven/get_cassanda.py +2 -2
  19. pulumi_aiven/get_cassandra.py +2 -2
  20. pulumi_aiven/get_clickhouse.py +2 -2
  21. pulumi_aiven/get_dragonfly.py +2 -2
  22. pulumi_aiven/get_flink.py +2 -2
  23. pulumi_aiven/get_grafana.py +2 -2
  24. pulumi_aiven/get_kafka.py +2 -2
  25. pulumi_aiven/get_kafka_connect.py +2 -2
  26. pulumi_aiven/get_kafka_mirror_maker.py +2 -2
  27. pulumi_aiven/get_m3_aggregator.py +2 -111
  28. pulumi_aiven/get_m3_db.py +2 -123
  29. pulumi_aiven/get_m3db_user.py +2 -61
  30. pulumi_aiven/get_my_sql.py +2 -2
  31. pulumi_aiven/get_open_search.py +2 -2
  32. pulumi_aiven/get_organization_application_user.py +29 -11
  33. pulumi_aiven/get_organization_project.py +0 -6
  34. pulumi_aiven/get_pg.py +2 -2
  35. pulumi_aiven/get_redis.py +2 -2
  36. pulumi_aiven/get_redis_user.py +3 -3
  37. pulumi_aiven/get_thanos.py +2 -2
  38. pulumi_aiven/get_valkey.py +2 -2
  39. pulumi_aiven/get_valkey_user.py +3 -3
  40. pulumi_aiven/grafana.py +18 -23
  41. pulumi_aiven/influx_db.py +96 -291
  42. pulumi_aiven/influxdb_database.py +14 -28
  43. pulumi_aiven/influxdb_user.py +21 -42
  44. pulumi_aiven/kafka.py +18 -23
  45. pulumi_aiven/kafka_connect.py +18 -23
  46. pulumi_aiven/kafka_mirror_maker.py +18 -23
  47. pulumi_aiven/m3_aggregator.py +20 -75
  48. pulumi_aiven/m3_db.py +20 -95
  49. pulumi_aiven/m3db_user.py +2 -54
  50. pulumi_aiven/my_sql.py +18 -23
  51. pulumi_aiven/open_search.py +18 -23
  52. pulumi_aiven/organization_application_user.py +69 -41
  53. pulumi_aiven/organization_application_user_token.py +127 -91
  54. pulumi_aiven/organization_billing_group.py +7 -7
  55. pulumi_aiven/organization_permission.py +80 -47
  56. pulumi_aiven/organization_project.py +0 -6
  57. pulumi_aiven/organization_user.py +8 -8
  58. pulumi_aiven/outputs.py +616 -234
  59. pulumi_aiven/pg.py +18 -23
  60. pulumi_aiven/project.py +2 -24
  61. pulumi_aiven/pulumi-plugin.json +1 -1
  62. pulumi_aiven/redis.py +18 -23
  63. pulumi_aiven/redis_user.py +21 -21
  64. pulumi_aiven/thanos.py +18 -23
  65. pulumi_aiven/valkey.py +18 -23
  66. pulumi_aiven/valkey_user.py +21 -21
  67. {pulumi_aiven-6.42.0a1755315469.dist-info → pulumi_aiven-6.43.0.dist-info}/METADATA +1 -1
  68. {pulumi_aiven-6.42.0a1755315469.dist-info → pulumi_aiven-6.43.0.dist-info}/RECORD +70 -70
  69. {pulumi_aiven-6.42.0a1755315469.dist-info → pulumi_aiven-6.43.0.dist-info}/WHEEL +0 -0
  70. {pulumi_aiven-6.42.0a1755315469.dist-info → pulumi_aiven-6.43.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py CHANGED
@@ -39,48 +39,22 @@ class InfluxDbArgs:
39
39
  termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
40
40
  """
41
41
  The set of arguments for constructing a InfluxDb resource.
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
43
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
44
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
45
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
46
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
47
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
48
- :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
49
- reference. Changing this property forces recreation of the resource.
50
- :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
51
- service so name should be picked based on intended service usage rather than current attributes.
52
- :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
53
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
54
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
55
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
56
- causing any changes.
57
- :param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
58
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
59
- per project and service. Changing this value [migrates the service to another cloud provider or
60
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
61
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
62
- may have a brief interruption during DNS propagation.
63
- :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
64
- will result in the service rebalancing.
65
- :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
66
- Options that you add cannot be removed later
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
+ :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
+ :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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
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
+ :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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
48
+ :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
67
49
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
68
50
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
69
51
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
70
- :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
71
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
72
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
73
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
74
- data.
52
+ :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
75
53
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
76
- :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
77
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
54
+ :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
78
55
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
79
- :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
80
- important alerts and updates about this service. You can also set email contacts at the project level.
81
- :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
82
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
83
- much of the content can at least be restored from backup in case accidental deletion is done.
56
+ :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] 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.
57
+ :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
84
58
  """
85
59
  pulumi.set(__self__, "plan", plan)
86
60
  pulumi.set(__self__, "project", project)
@@ -90,8 +64,8 @@ class InfluxDbArgs:
90
64
  if cloud_name is not None:
91
65
  pulumi.set(__self__, "cloud_name", cloud_name)
92
66
  if disk_space is not None:
93
- 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)
94
- pulumi.log.warn("""disk_space 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.""")
67
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
68
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
95
69
  if disk_space is not None:
96
70
  pulumi.set(__self__, "disk_space", disk_space)
97
71
  if influxdb_user_config is not None:
@@ -119,12 +93,7 @@ class InfluxDbArgs:
119
93
  @pulumi.getter
120
94
  def plan(self) -> pulumi.Input[_builtins.str]:
121
95
  """
122
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
123
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
124
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
125
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
126
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
127
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
96
+ 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).
128
97
  """
129
98
  return pulumi.get(self, "plan")
130
99
 
@@ -136,8 +105,7 @@ class InfluxDbArgs:
136
105
  @pulumi.getter
137
106
  def project(self) -> pulumi.Input[_builtins.str]:
138
107
  """
139
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
140
- reference. Changing this property forces recreation of the resource.
108
+ 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.
141
109
  """
142
110
  return pulumi.get(self, "project")
143
111
 
@@ -149,8 +117,7 @@ class InfluxDbArgs:
149
117
  @pulumi.getter(name="serviceName")
150
118
  def service_name(self) -> pulumi.Input[_builtins.str]:
151
119
  """
152
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
153
- service so name should be picked based on intended service usage rather than current attributes.
120
+ 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.
154
121
  """
155
122
  return pulumi.get(self, "service_name")
156
123
 
@@ -162,11 +129,7 @@ class InfluxDbArgs:
162
129
  @pulumi.getter(name="additionalDiskSpace")
163
130
  def additional_disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
164
131
  """
165
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
166
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
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.
132
+ 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.
170
133
  """
171
134
  return pulumi.get(self, "additional_disk_space")
172
135
 
@@ -178,12 +141,7 @@ class InfluxDbArgs:
178
141
  @pulumi.getter(name="cloudName")
179
142
  def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
180
143
  """
181
- The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
182
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
183
- per project and service. Changing this value [migrates the service to another cloud provider or
184
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
185
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
186
- may have a brief interruption during DNS propagation.
144
+ 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.
187
145
  """
188
146
  return pulumi.get(self, "cloud_name")
189
147
 
@@ -193,11 +151,10 @@ class InfluxDbArgs:
193
151
 
194
152
  @_builtins.property
195
153
  @pulumi.getter(name="diskSpace")
196
- @_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.""")
154
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
197
155
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
198
156
  """
199
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
200
- will result in the service rebalancing.
157
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
201
158
  """
202
159
  return pulumi.get(self, "disk_space")
203
160
 
@@ -209,8 +166,7 @@ class InfluxDbArgs:
209
166
  @pulumi.getter(name="influxdbUserConfig")
210
167
  def influxdb_user_config(self) -> Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']]:
211
168
  """
212
- Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
213
- Options that you add cannot be removed later
169
+ Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
214
170
  """
215
171
  return pulumi.get(self, "influxdb_user_config")
216
172
 
@@ -258,11 +214,7 @@ class InfluxDbArgs:
258
214
  @pulumi.getter(name="projectVpcId")
259
215
  def project_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
260
216
  """
261
- Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
262
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
263
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
264
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
265
- data.
217
+ Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
266
218
  """
267
219
  return pulumi.get(self, "project_vpc_id")
268
220
 
@@ -286,8 +238,7 @@ class InfluxDbArgs:
286
238
  @pulumi.getter(name="staticIps")
287
239
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
288
240
  """
289
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
290
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
241
+ 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
291
242
  """
292
243
  return pulumi.get(self, "static_ips")
293
244
 
@@ -311,8 +262,7 @@ class InfluxDbArgs:
311
262
  @pulumi.getter(name="techEmails")
312
263
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
313
264
  """
314
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
315
- important alerts and updates about this service. You can also set email contacts at the project level.
265
+ 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.
316
266
  """
317
267
  return pulumi.get(self, "tech_emails")
318
268
 
@@ -324,9 +274,7 @@ class InfluxDbArgs:
324
274
  @pulumi.getter(name="terminationProtection")
325
275
  def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
326
276
  """
327
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
328
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
329
- much of the content can at least be restored from backup in case accidental deletion is done.
277
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
330
278
  """
331
279
  return pulumi.get(self, "termination_protection")
332
280
 
@@ -368,61 +316,33 @@ class _InfluxDbState:
368
316
  termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
369
317
  """
370
318
  Input properties used for looking up and filtering InfluxDb resources.
371
- :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
372
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
373
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
374
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
375
- causing any changes.
376
- :param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
377
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
378
- per project and service. Changing this value [migrates the service to another cloud provider or
379
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
380
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
381
- may have a brief interruption during DNS propagation.
319
+ :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.
320
+ :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.
382
321
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbComponentArgs']]] components: Service component information objects
383
- :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
384
- will result in the service rebalancing.
322
+ :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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
385
323
  :param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
386
- :param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
387
- Its also the minimum value for `disk_space`
388
- :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
389
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
390
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
391
- :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
392
- Options that you add cannot be removed later
324
+ :param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
325
+ :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
326
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
327
+ :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
393
328
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
394
329
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
395
330
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
396
- :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
397
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
398
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
399
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
400
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
401
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
402
- :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
403
- reference. Changing this property forces recreation of the resource.
404
- :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
405
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
406
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
407
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
408
- data.
331
+ :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).
332
+ :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.
333
+ :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
409
334
  :param pulumi.Input[_builtins.str] service_host: The hostname of the service.
410
335
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
411
- :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
412
- service so name should be picked based on intended service usage rather than current attributes.
336
+ :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.
413
337
  :param pulumi.Input[_builtins.str] service_password: Password used for connecting to the service, if applicable
414
338
  :param pulumi.Input[_builtins.int] service_port: The port of the service
415
339
  :param pulumi.Input[_builtins.str] service_type: Aiven internal service type code
416
340
  :param pulumi.Input[_builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
417
341
  :param pulumi.Input[_builtins.str] service_username: Username used for connecting to the service, if applicable
418
- :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
419
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
342
+ :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
420
343
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
421
- :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
422
- important alerts and updates about this service. You can also set email contacts at the project level.
423
- :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
424
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
425
- much of the content can at least be restored from backup in case accidental deletion is done.
344
+ :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] 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.
345
+ :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
426
346
  """
427
347
  if additional_disk_space is not None:
428
348
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -431,8 +351,8 @@ class _InfluxDbState:
431
351
  if components is not None:
432
352
  pulumi.set(__self__, "components", components)
433
353
  if disk_space 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 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.""")
354
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
355
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
436
356
  if disk_space is not None:
437
357
  pulumi.set(__self__, "disk_space", disk_space)
438
358
  if disk_space_cap is not None:
@@ -441,9 +361,6 @@ class _InfluxDbState:
441
361
  pulumi.set(__self__, "disk_space_default", disk_space_default)
442
362
  if disk_space_step is not None:
443
363
  pulumi.set(__self__, "disk_space_step", disk_space_step)
444
- if disk_space_used is not None:
445
- 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)
446
- 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.""")
447
364
  if disk_space_used is not None:
448
365
  pulumi.set(__self__, "disk_space_used", disk_space_used)
449
366
  if influxdb_user_config is not None:
@@ -491,11 +408,7 @@ class _InfluxDbState:
491
408
  @pulumi.getter(name="additionalDiskSpace")
492
409
  def additional_disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
493
410
  """
494
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
495
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
496
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
497
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
498
- causing any changes.
411
+ 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.
499
412
  """
500
413
  return pulumi.get(self, "additional_disk_space")
501
414
 
@@ -507,12 +420,7 @@ class _InfluxDbState:
507
420
  @pulumi.getter(name="cloudName")
508
421
  def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
509
422
  """
510
- The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
511
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
512
- per project and service. Changing this value [migrates the service to another cloud provider or
513
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
514
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
515
- may have a brief interruption during DNS propagation.
423
+ 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.
516
424
  """
517
425
  return pulumi.get(self, "cloud_name")
518
426
 
@@ -534,11 +442,10 @@ class _InfluxDbState:
534
442
 
535
443
  @_builtins.property
536
444
  @pulumi.getter(name="diskSpace")
537
- @_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.""")
445
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
538
446
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
539
447
  """
540
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
541
- will result in the service rebalancing.
448
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
542
449
  """
543
450
  return pulumi.get(self, "disk_space")
544
451
 
@@ -562,8 +469,7 @@ class _InfluxDbState:
562
469
  @pulumi.getter(name="diskSpaceDefault")
563
470
  def disk_space_default(self) -> Optional[pulumi.Input[_builtins.str]]:
564
471
  """
565
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
566
- Its also the minimum value for `disk_space`
472
+ The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
567
473
  """
568
474
  return pulumi.get(self, "disk_space_default")
569
475
 
@@ -575,8 +481,7 @@ class _InfluxDbState:
575
481
  @pulumi.getter(name="diskSpaceStep")
576
482
  def disk_space_step(self) -> Optional[pulumi.Input[_builtins.str]]:
577
483
  """
578
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
579
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
484
+ The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
580
485
  """
581
486
  return pulumi.get(self, "disk_space_step")
582
487
 
@@ -586,10 +491,9 @@ class _InfluxDbState:
586
491
 
587
492
  @_builtins.property
588
493
  @pulumi.getter(name="diskSpaceUsed")
589
- @_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.""")
590
494
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
591
495
  """
592
- Disk space that service is currently using
496
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
593
497
  """
594
498
  return pulumi.get(self, "disk_space_used")
595
499
 
@@ -601,8 +505,7 @@ class _InfluxDbState:
601
505
  @pulumi.getter(name="influxdbUserConfig")
602
506
  def influxdb_user_config(self) -> Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']]:
603
507
  """
604
- Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
605
- Options that you add cannot be removed later
508
+ Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
606
509
  """
607
510
  return pulumi.get(self, "influxdb_user_config")
608
511
 
@@ -650,12 +553,7 @@ class _InfluxDbState:
650
553
  @pulumi.getter
651
554
  def plan(self) -> Optional[pulumi.Input[_builtins.str]]:
652
555
  """
653
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
654
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
655
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
656
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
657
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
658
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
556
+ 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).
659
557
  """
660
558
  return pulumi.get(self, "plan")
661
559
 
@@ -667,8 +565,7 @@ class _InfluxDbState:
667
565
  @pulumi.getter
668
566
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
669
567
  """
670
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
671
- reference. Changing this property forces recreation of the resource.
568
+ 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.
672
569
  """
673
570
  return pulumi.get(self, "project")
674
571
 
@@ -680,11 +577,7 @@ class _InfluxDbState:
680
577
  @pulumi.getter(name="projectVpcId")
681
578
  def project_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
682
579
  """
683
- Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
684
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
685
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
686
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
687
- data.
580
+ Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
688
581
  """
689
582
  return pulumi.get(self, "project_vpc_id")
690
583
 
@@ -720,8 +613,7 @@ class _InfluxDbState:
720
613
  @pulumi.getter(name="serviceName")
721
614
  def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
722
615
  """
723
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
724
- service so name should be picked based on intended service usage rather than current attributes.
616
+ 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.
725
617
  """
726
618
  return pulumi.get(self, "service_name")
727
619
 
@@ -802,8 +694,7 @@ class _InfluxDbState:
802
694
  @pulumi.getter(name="staticIps")
803
695
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
804
696
  """
805
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
806
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
697
+ 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
807
698
  """
808
699
  return pulumi.get(self, "static_ips")
809
700
 
@@ -827,8 +718,7 @@ class _InfluxDbState:
827
718
  @pulumi.getter(name="techEmails")
828
719
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
829
720
  """
830
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
831
- important alerts and updates about this service. You can also set email contacts at the project level.
721
+ 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.
832
722
  """
833
723
  return pulumi.get(self, "tech_emails")
834
724
 
@@ -840,9 +730,7 @@ class _InfluxDbState:
840
730
  @pulumi.getter(name="terminationProtection")
841
731
  def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
842
732
  """
843
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
844
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
845
- much of the content can at least be restored from backup in case accidental deletion is done.
733
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
846
734
  """
847
735
  return pulumi.get(self, "termination_protection")
848
736
 
@@ -878,48 +766,22 @@ class InfluxDb(pulumi.CustomResource):
878
766
  Create a InfluxDb resource with the given unique name, props, and options.
879
767
  :param str resource_name: The name of the resource.
880
768
  :param pulumi.ResourceOptions opts: Options for the resource.
881
- :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
882
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
883
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
884
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
885
- causing any changes.
886
- :param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
887
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
888
- per project and service. Changing this value [migrates the service to another cloud provider or
889
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
890
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
891
- may have a brief interruption during DNS propagation.
892
- :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
893
- will result in the service rebalancing.
894
- :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
895
- Options that you add cannot be removed later
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.
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.
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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
772
+ :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
896
773
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
897
774
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
898
775
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
899
- :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
900
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
901
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
902
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
903
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
904
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
905
- :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
906
- reference. Changing this property forces recreation of the resource.
907
- :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
908
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
909
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
910
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
911
- data.
776
+ :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).
777
+ :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.
778
+ :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
912
779
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
913
- :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
914
- service so name should be picked based on intended service usage rather than current attributes.
915
- :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
916
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
780
+ :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.
781
+ :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
917
782
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
918
- :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
919
- important alerts and updates about this service. You can also set email contacts at the project level.
920
- :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
921
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
922
- much of the content can at least be restored from backup in case accidental deletion is done.
783
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] 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.
784
+ :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
923
785
  """
924
786
  ...
925
787
  @overload
@@ -1050,61 +912,33 @@ class InfluxDb(pulumi.CustomResource):
1050
912
  :param str resource_name: The unique name of the resulting resource.
1051
913
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1052
914
  :param pulumi.ResourceOptions opts: Options for the resource.
1053
- :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
1054
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1055
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
1056
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
1057
- causing any changes.
1058
- :param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1059
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
1060
- per project and service. Changing this value [migrates the service to another cloud provider or
1061
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
1062
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
1063
- may have a brief interruption during DNS propagation.
915
+ :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.
916
+ :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.
1064
917
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
1065
- :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
1066
- will result in the service rebalancing.
918
+ :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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
1067
919
  :param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1068
- :param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1069
- Its also the minimum value for `disk_space`
1070
- :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1071
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1072
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
1073
- :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
1074
- Options that you add cannot be removed later
920
+ :param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
921
+ :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
922
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
923
+ :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1075
924
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
1076
925
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1077
926
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1078
- :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
1079
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1080
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1081
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1082
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1083
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1084
- :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
1085
- reference. Changing this property forces recreation of the resource.
1086
- :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
1087
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
1088
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
1089
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
1090
- data.
927
+ :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).
928
+ :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.
929
+ :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
1091
930
  :param pulumi.Input[_builtins.str] service_host: The hostname of the service.
1092
931
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1093
- :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
1094
- service so name should be picked based on intended service usage rather than current attributes.
932
+ :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.
1095
933
  :param pulumi.Input[_builtins.str] service_password: Password used for connecting to the service, if applicable
1096
934
  :param pulumi.Input[_builtins.int] service_port: The port of the service
1097
935
  :param pulumi.Input[_builtins.str] service_type: Aiven internal service type code
1098
936
  :param pulumi.Input[_builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1099
937
  :param pulumi.Input[_builtins.str] service_username: Username used for connecting to the service, if applicable
1100
- :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
1101
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
938
+ :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
1102
939
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1103
- :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
1104
- important alerts and updates about this service. You can also set email contacts at the project level.
1105
- :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1106
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1107
- much of the content can at least be restored from backup in case accidental deletion is done.
940
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] 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.
941
+ :param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1108
942
  """
1109
943
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1110
944
 
@@ -1144,11 +978,7 @@ class InfluxDb(pulumi.CustomResource):
1144
978
  @pulumi.getter(name="additionalDiskSpace")
1145
979
  def additional_disk_space(self) -> pulumi.Output[_builtins.str]:
1146
980
  """
1147
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
1148
- service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1149
- service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
1150
- integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
1151
- causing any changes.
981
+ 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.
1152
982
  """
1153
983
  return pulumi.get(self, "additional_disk_space")
1154
984
 
@@ -1156,12 +986,7 @@ class InfluxDb(pulumi.CustomResource):
1156
986
  @pulumi.getter(name="cloudName")
1157
987
  def cloud_name(self) -> pulumi.Output[Optional[_builtins.str]]:
1158
988
  """
1159
- The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1160
- `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
1161
- per project and service. Changing this value [migrates the service to another cloud provider or
1162
- region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
1163
- includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
1164
- may have a brief interruption during DNS propagation.
989
+ 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.
1165
990
  """
1166
991
  return pulumi.get(self, "cloud_name")
1167
992
 
@@ -1175,11 +1000,10 @@ class InfluxDb(pulumi.CustomResource):
1175
1000
 
1176
1001
  @_builtins.property
1177
1002
  @pulumi.getter(name="diskSpace")
1178
- @_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.""")
1003
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1179
1004
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1180
1005
  """
1181
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1182
- will result in the service rebalancing.
1006
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
1183
1007
  """
1184
1008
  return pulumi.get(self, "disk_space")
1185
1009
 
@@ -1195,8 +1019,7 @@ class InfluxDb(pulumi.CustomResource):
1195
1019
  @pulumi.getter(name="diskSpaceDefault")
1196
1020
  def disk_space_default(self) -> pulumi.Output[_builtins.str]:
1197
1021
  """
1198
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1199
- Its also the minimum value for `disk_space`
1022
+ The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
1200
1023
  """
1201
1024
  return pulumi.get(self, "disk_space_default")
1202
1025
 
@@ -1204,17 +1027,15 @@ class InfluxDb(pulumi.CustomResource):
1204
1027
  @pulumi.getter(name="diskSpaceStep")
1205
1028
  def disk_space_step(self) -> pulumi.Output[_builtins.str]:
1206
1029
  """
1207
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1208
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1030
+ The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1209
1031
  """
1210
1032
  return pulumi.get(self, "disk_space_step")
1211
1033
 
1212
1034
  @_builtins.property
1213
1035
  @pulumi.getter(name="diskSpaceUsed")
1214
- @_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.""")
1215
1036
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1216
1037
  """
1217
- Disk space that service is currently using
1038
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
1218
1039
  """
1219
1040
  return pulumi.get(self, "disk_space_used")
1220
1041
 
@@ -1222,8 +1043,7 @@ class InfluxDb(pulumi.CustomResource):
1222
1043
  @pulumi.getter(name="influxdbUserConfig")
1223
1044
  def influxdb_user_config(self) -> pulumi.Output[Optional['outputs.InfluxDbInfluxdbUserConfig']]:
1224
1045
  """
1225
- Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
1226
- Options that you add cannot be removed later
1046
+ Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1227
1047
  """
1228
1048
  return pulumi.get(self, "influxdb_user_config")
1229
1049
 
@@ -1255,12 +1075,7 @@ class InfluxDb(pulumi.CustomResource):
1255
1075
  @pulumi.getter
1256
1076
  def plan(self) -> pulumi.Output[_builtins.str]:
1257
1077
  """
1258
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1259
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1260
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1261
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1262
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1263
- options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1078
+ 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).
1264
1079
  """
1265
1080
  return pulumi.get(self, "plan")
1266
1081
 
@@ -1268,8 +1083,7 @@ class InfluxDb(pulumi.CustomResource):
1268
1083
  @pulumi.getter
1269
1084
  def project(self) -> pulumi.Output[_builtins.str]:
1270
1085
  """
1271
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1272
- reference. Changing this property forces recreation of the resource.
1086
+ 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.
1273
1087
  """
1274
1088
  return pulumi.get(self, "project")
1275
1089
 
@@ -1277,11 +1091,7 @@ class InfluxDb(pulumi.CustomResource):
1277
1091
  @pulumi.getter(name="projectVpcId")
1278
1092
  def project_vpc_id(self) -> pulumi.Output[Optional[_builtins.str]]:
1279
1093
  """
1280
- Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
1281
- the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
1282
- region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
1283
- migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
1284
- data.
1094
+ Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
1285
1095
  """
1286
1096
  return pulumi.get(self, "project_vpc_id")
1287
1097
 
@@ -1305,8 +1115,7 @@ class InfluxDb(pulumi.CustomResource):
1305
1115
  @pulumi.getter(name="serviceName")
1306
1116
  def service_name(self) -> pulumi.Output[_builtins.str]:
1307
1117
  """
1308
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
1309
- service so name should be picked based on intended service usage rather than current attributes.
1118
+ 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.
1310
1119
  """
1311
1120
  return pulumi.get(self, "service_name")
1312
1121
 
@@ -1359,8 +1168,7 @@ class InfluxDb(pulumi.CustomResource):
1359
1168
  @pulumi.getter(name="staticIps")
1360
1169
  def static_ips(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
1361
1170
  """
1362
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1363
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
1171
+ 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
1364
1172
  """
1365
1173
  return pulumi.get(self, "static_ips")
1366
1174
 
@@ -1376,8 +1184,7 @@ class InfluxDb(pulumi.CustomResource):
1376
1184
  @pulumi.getter(name="techEmails")
1377
1185
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.InfluxDbTechEmail']]]:
1378
1186
  """
1379
- The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
1380
- important alerts and updates about this service. You can also set email contacts at the project level.
1187
+ 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.
1381
1188
  """
1382
1189
  return pulumi.get(self, "tech_emails")
1383
1190
 
@@ -1385,9 +1192,7 @@ class InfluxDb(pulumi.CustomResource):
1385
1192
  @pulumi.getter(name="terminationProtection")
1386
1193
  def termination_protection(self) -> pulumi.Output[Optional[_builtins.bool]]:
1387
1194
  """
1388
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1389
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1390
- much of the content can at least be restored from backup in case accidental deletion is done.
1195
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1391
1196
  """
1392
1197
  return pulumi.get(self, "termination_protection")
1393
1198