pulumi-aiven 6.42.0a1755291473__py3-none-any.whl → 6.42.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

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.
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)
@@ -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
 
@@ -196,8 +154,7 @@ class InfluxDbArgs:
196
154
  @_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.""")
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.
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.
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.
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.
390
326
  :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
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)
@@ -491,11 +411,7 @@ class _InfluxDbState:
491
411
  @pulumi.getter(name="additionalDiskSpace")
492
412
  def additional_disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
493
413
  """
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.
414
+ 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
415
  """
500
416
  return pulumi.get(self, "additional_disk_space")
501
417
 
@@ -507,12 +423,7 @@ class _InfluxDbState:
507
423
  @pulumi.getter(name="cloudName")
508
424
  def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
509
425
  """
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.
426
+ 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
427
  """
517
428
  return pulumi.get(self, "cloud_name")
518
429
 
@@ -537,8 +448,7 @@ class _InfluxDbState:
537
448
  @_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.""")
538
449
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
539
450
  """
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.
451
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
542
452
  """
543
453
  return pulumi.get(self, "disk_space")
544
454
 
@@ -562,8 +472,7 @@ class _InfluxDbState:
562
472
  @pulumi.getter(name="diskSpaceDefault")
563
473
  def disk_space_default(self) -> Optional[pulumi.Input[_builtins.str]]:
564
474
  """
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`
475
+ 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
476
  """
568
477
  return pulumi.get(self, "disk_space_default")
569
478
 
@@ -575,8 +484,7 @@ class _InfluxDbState:
575
484
  @pulumi.getter(name="diskSpaceStep")
576
485
  def disk_space_step(self) -> Optional[pulumi.Input[_builtins.str]]:
577
486
  """
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.
487
+ 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
488
  """
581
489
  return pulumi.get(self, "disk_space_step")
582
490
 
@@ -601,8 +509,7 @@ class _InfluxDbState:
601
509
  @pulumi.getter(name="influxdbUserConfig")
602
510
  def influxdb_user_config(self) -> Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']]:
603
511
  """
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
512
+ 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
513
  """
607
514
  return pulumi.get(self, "influxdb_user_config")
608
515
 
@@ -650,12 +557,7 @@ class _InfluxDbState:
650
557
  @pulumi.getter
651
558
  def plan(self) -> Optional[pulumi.Input[_builtins.str]]:
652
559
  """
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).
560
+ 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
561
  """
660
562
  return pulumi.get(self, "plan")
661
563
 
@@ -667,8 +569,7 @@ class _InfluxDbState:
667
569
  @pulumi.getter
668
570
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
669
571
  """
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.
572
+ 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
573
  """
673
574
  return pulumi.get(self, "project")
674
575
 
@@ -680,11 +581,7 @@ class _InfluxDbState:
680
581
  @pulumi.getter(name="projectVpcId")
681
582
  def project_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
682
583
  """
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.
584
+ 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
585
  """
689
586
  return pulumi.get(self, "project_vpc_id")
690
587
 
@@ -720,8 +617,7 @@ class _InfluxDbState:
720
617
  @pulumi.getter(name="serviceName")
721
618
  def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
722
619
  """
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.
620
+ 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
621
  """
726
622
  return pulumi.get(self, "service_name")
727
623
 
@@ -802,8 +698,7 @@ class _InfluxDbState:
802
698
  @pulumi.getter(name="staticIps")
803
699
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
804
700
  """
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
701
+ 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
702
  """
808
703
  return pulumi.get(self, "static_ips")
809
704
 
@@ -827,8 +722,7 @@ class _InfluxDbState:
827
722
  @pulumi.getter(name="techEmails")
828
723
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
829
724
  """
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.
725
+ 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
726
  """
833
727
  return pulumi.get(self, "tech_emails")
834
728
 
@@ -840,9 +734,7 @@ class _InfluxDbState:
840
734
  @pulumi.getter(name="terminationProtection")
841
735
  def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
842
736
  """
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.
737
+ 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
738
  """
847
739
  return pulumi.get(self, "termination_protection")
848
740
 
@@ -878,48 +770,22 @@ class InfluxDb(pulumi.CustomResource):
878
770
  Create a InfluxDb resource with the given unique name, props, and options.
879
771
  :param str resource_name: The name of the resource.
880
772
  :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
773
+ :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.
774
+ :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.
775
+ :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.
776
+ :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
777
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
897
778
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
898
779
  :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.
780
+ :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).
781
+ :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.
782
+ :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
783
  :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
784
+ :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.
785
+ :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
786
  :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.
787
+ :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.
788
+ :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
789
  """
924
790
  ...
925
791
  @overload
@@ -1050,61 +916,33 @@ class InfluxDb(pulumi.CustomResource):
1050
916
  :param str resource_name: The unique name of the resulting resource.
1051
917
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1052
918
  :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.
919
+ :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.
920
+ :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
921
  :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.
922
+ :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.
1067
923
  :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.
924
+ :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`
925
+ :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.
1072
926
  :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
927
+ :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
928
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
1076
929
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1077
930
  :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.
931
+ :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).
932
+ :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.
933
+ :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
934
  :param pulumi.Input[_builtins.str] service_host: The hostname of the service.
1092
935
  :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.
936
+ :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
937
  :param pulumi.Input[_builtins.str] service_password: Password used for connecting to the service, if applicable
1096
938
  :param pulumi.Input[_builtins.int] service_port: The port of the service
1097
939
  :param pulumi.Input[_builtins.str] service_type: Aiven internal service type code
1098
940
  :param pulumi.Input[_builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1099
941
  :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
942
+ :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
943
  :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.
944
+ :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.
945
+ :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
946
  """
1109
947
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1110
948
 
@@ -1144,11 +982,7 @@ class InfluxDb(pulumi.CustomResource):
1144
982
  @pulumi.getter(name="additionalDiskSpace")
1145
983
  def additional_disk_space(self) -> pulumi.Output[_builtins.str]:
1146
984
  """
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.
985
+ 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
986
  """
1153
987
  return pulumi.get(self, "additional_disk_space")
1154
988
 
@@ -1156,12 +990,7 @@ class InfluxDb(pulumi.CustomResource):
1156
990
  @pulumi.getter(name="cloudName")
1157
991
  def cloud_name(self) -> pulumi.Output[Optional[_builtins.str]]:
1158
992
  """
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.
993
+ 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
994
  """
1166
995
  return pulumi.get(self, "cloud_name")
1167
996
 
@@ -1178,8 +1007,7 @@ class InfluxDb(pulumi.CustomResource):
1178
1007
  @_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.""")
1179
1008
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1180
1009
  """
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.
1010
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1183
1011
  """
1184
1012
  return pulumi.get(self, "disk_space")
1185
1013
 
@@ -1195,8 +1023,7 @@ class InfluxDb(pulumi.CustomResource):
1195
1023
  @pulumi.getter(name="diskSpaceDefault")
1196
1024
  def disk_space_default(self) -> pulumi.Output[_builtins.str]:
1197
1025
  """
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`
1026
+ 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
1027
  """
1201
1028
  return pulumi.get(self, "disk_space_default")
1202
1029
 
@@ -1204,8 +1031,7 @@ class InfluxDb(pulumi.CustomResource):
1204
1031
  @pulumi.getter(name="diskSpaceStep")
1205
1032
  def disk_space_step(self) -> pulumi.Output[_builtins.str]:
1206
1033
  """
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.
1034
+ 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
1035
  """
1210
1036
  return pulumi.get(self, "disk_space_step")
1211
1037
 
@@ -1222,8 +1048,7 @@ class InfluxDb(pulumi.CustomResource):
1222
1048
  @pulumi.getter(name="influxdbUserConfig")
1223
1049
  def influxdb_user_config(self) -> pulumi.Output[Optional['outputs.InfluxDbInfluxdbUserConfig']]:
1224
1050
  """
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
1051
+ 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
1052
  """
1228
1053
  return pulumi.get(self, "influxdb_user_config")
1229
1054
 
@@ -1255,12 +1080,7 @@ class InfluxDb(pulumi.CustomResource):
1255
1080
  @pulumi.getter
1256
1081
  def plan(self) -> pulumi.Output[_builtins.str]:
1257
1082
  """
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).
1083
+ 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
1084
  """
1265
1085
  return pulumi.get(self, "plan")
1266
1086
 
@@ -1268,8 +1088,7 @@ class InfluxDb(pulumi.CustomResource):
1268
1088
  @pulumi.getter
1269
1089
  def project(self) -> pulumi.Output[_builtins.str]:
1270
1090
  """
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.
1091
+ 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
1092
  """
1274
1093
  return pulumi.get(self, "project")
1275
1094
 
@@ -1277,11 +1096,7 @@ class InfluxDb(pulumi.CustomResource):
1277
1096
  @pulumi.getter(name="projectVpcId")
1278
1097
  def project_vpc_id(self) -> pulumi.Output[Optional[_builtins.str]]:
1279
1098
  """
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.
1099
+ 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
1100
  """
1286
1101
  return pulumi.get(self, "project_vpc_id")
1287
1102
 
@@ -1305,8 +1120,7 @@ class InfluxDb(pulumi.CustomResource):
1305
1120
  @pulumi.getter(name="serviceName")
1306
1121
  def service_name(self) -> pulumi.Output[_builtins.str]:
1307
1122
  """
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.
1123
+ 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
1124
  """
1311
1125
  return pulumi.get(self, "service_name")
1312
1126
 
@@ -1359,8 +1173,7 @@ class InfluxDb(pulumi.CustomResource):
1359
1173
  @pulumi.getter(name="staticIps")
1360
1174
  def static_ips(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
1361
1175
  """
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
1176
+ 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
1177
  """
1365
1178
  return pulumi.get(self, "static_ips")
1366
1179
 
@@ -1376,8 +1189,7 @@ class InfluxDb(pulumi.CustomResource):
1376
1189
  @pulumi.getter(name="techEmails")
1377
1190
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.InfluxDbTechEmail']]]:
1378
1191
  """
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.
1192
+ 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
1193
  """
1382
1194
  return pulumi.get(self, "tech_emails")
1383
1195
 
@@ -1385,9 +1197,7 @@ class InfluxDb(pulumi.CustomResource):
1385
1197
  @pulumi.getter(name="terminationProtection")
1386
1198
  def termination_protection(self) -> pulumi.Output[Optional[_builtins.bool]]:
1387
1199
  """
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.
1200
+ 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
1201
  """
1392
1202
  return pulumi.get(self, "termination_protection")
1393
1203