pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.37.0a1744255932__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 (62) hide show
  1. pulumi_aiven/__init__.py +21 -0
  2. pulumi_aiven/_inputs.py +603 -15
  3. pulumi_aiven/alloydbomni.py +7 -15
  4. pulumi_aiven/cassandra.py +7 -15
  5. pulumi_aiven/clickhouse.py +7 -15
  6. pulumi_aiven/dragonfly.py +7 -15
  7. pulumi_aiven/flink.py +7 -15
  8. pulumi_aiven/get_alloydbomni.py +1 -4
  9. pulumi_aiven/get_cassanda.py +1 -4
  10. pulumi_aiven/get_cassandra.py +1 -4
  11. pulumi_aiven/get_clickhouse.py +1 -4
  12. pulumi_aiven/get_dragonfly.py +1 -4
  13. pulumi_aiven/get_flink.py +1 -4
  14. pulumi_aiven/get_grafana.py +1 -4
  15. pulumi_aiven/get_kafka.py +1 -4
  16. pulumi_aiven/get_kafka_connect.py +1 -4
  17. pulumi_aiven/get_kafka_mirror_maker.py +1 -4
  18. pulumi_aiven/get_m3_aggregator.py +1 -4
  19. pulumi_aiven/get_m3_db.py +1 -4
  20. pulumi_aiven/get_my_sql.py +1 -4
  21. pulumi_aiven/get_open_search.py +1 -4
  22. pulumi_aiven/get_organization.py +2 -2
  23. pulumi_aiven/get_organization_address.py +227 -0
  24. pulumi_aiven/get_organization_application_user.py +0 -20
  25. pulumi_aiven/get_organization_billing_group.py +241 -0
  26. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  27. pulumi_aiven/get_organization_project.py +15 -1
  28. pulumi_aiven/get_organization_user_list.py +25 -13
  29. pulumi_aiven/get_pg.py +1 -4
  30. pulumi_aiven/get_redis.py +1 -4
  31. pulumi_aiven/get_service_component.py +15 -1
  32. pulumi_aiven/get_service_integration.py +2 -2
  33. pulumi_aiven/get_thanos.py +1 -4
  34. pulumi_aiven/get_valkey.py +1 -4
  35. pulumi_aiven/grafana.py +7 -15
  36. pulumi_aiven/influx_db.py +21 -15
  37. pulumi_aiven/kafka.py +7 -15
  38. pulumi_aiven/kafka_connect.py +7 -15
  39. pulumi_aiven/kafka_mirror_maker.py +7 -15
  40. pulumi_aiven/kafka_native_acl.py +1 -1
  41. pulumi_aiven/m3_aggregator.py +7 -15
  42. pulumi_aiven/m3_db.py +7 -15
  43. pulumi_aiven/my_sql.py +7 -15
  44. pulumi_aiven/open_search.py +7 -15
  45. pulumi_aiven/organization.py +2 -2
  46. pulumi_aiven/organization_address.py +557 -0
  47. pulumi_aiven/organization_application_user.py +4 -4
  48. pulumi_aiven/organization_billing_group.py +645 -0
  49. pulumi_aiven/organization_permission.py +2 -2
  50. pulumi_aiven/organization_project.py +47 -16
  51. pulumi_aiven/organization_user_group_member.py +0 -32
  52. pulumi_aiven/outputs.py +807 -42
  53. pulumi_aiven/pg.py +7 -15
  54. pulumi_aiven/pulumi-plugin.json +1 -1
  55. pulumi_aiven/redis.py +7 -15
  56. pulumi_aiven/service_integration.py +4 -4
  57. pulumi_aiven/thanos.py +7 -15
  58. pulumi_aiven/valkey.py +7 -15
  59. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  60. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/RECORD +62 -57
  61. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  62. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
pulumi_aiven/pg.py CHANGED
@@ -42,7 +42,7 @@ class PgArgs:
42
42
  The set of arguments for constructing a Pg resource.
43
43
  :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).
44
44
  :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.
45
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
45
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
46
46
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
47
47
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
48
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -119,7 +119,7 @@ class PgArgs:
119
119
  @pulumi.getter(name="additionalDiskSpace")
120
120
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
121
121
  """
122
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
122
+ 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.
123
123
  """
124
124
  return pulumi.get(self, "additional_disk_space")
125
125
 
@@ -318,7 +318,7 @@ class _PgState:
318
318
  termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
319
319
  """
320
320
  Input properties used for looking up and filtering Pg resources.
321
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
321
+ :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.
322
322
  :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.
323
323
  :param pulumi.Input[Sequence[pulumi.Input['PgComponentArgs']]] components: Service component information objects
324
324
  :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.
@@ -341,7 +341,6 @@ class _PgState:
341
341
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
342
342
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
343
343
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
344
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
345
344
  :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
346
345
  :param pulumi.Input[Sequence[pulumi.Input['PgTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
347
346
  :param pulumi.Input[Sequence[pulumi.Input['PgTechEmailArgs']]] 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.
@@ -414,7 +413,7 @@ class _PgState:
414
413
  @pulumi.getter(name="additionalDiskSpace")
415
414
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
416
415
  """
417
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
416
+ 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.
418
417
  """
419
418
  return pulumi.get(self, "additional_disk_space")
420
419
 
@@ -691,9 +690,6 @@ class _PgState:
691
690
  @property
692
691
  @pulumi.getter
693
692
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
694
- """
695
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
696
- """
697
693
  return pulumi.get(self, "state")
698
694
 
699
695
  @state.setter
@@ -782,7 +778,7 @@ class Pg(pulumi.CustomResource):
782
778
 
783
779
  :param str resource_name: The name of the resource.
784
780
  :param pulumi.ResourceOptions opts: Options for the resource.
785
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
781
+ :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.
786
782
  :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.
787
783
  :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.
788
784
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -933,7 +929,7 @@ class Pg(pulumi.CustomResource):
933
929
  :param str resource_name: The unique name of the resulting resource.
934
930
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
935
931
  :param pulumi.ResourceOptions opts: Options for the resource.
936
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
932
+ :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.
937
933
  :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.
938
934
  :param pulumi.Input[Sequence[pulumi.Input[Union['PgComponentArgs', 'PgComponentArgsDict']]]] components: Service component information objects
939
935
  :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.
@@ -956,7 +952,6 @@ class Pg(pulumi.CustomResource):
956
952
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
957
953
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
958
954
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
959
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
960
955
  :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
961
956
  :param pulumi.Input[Sequence[pulumi.Input[Union['PgTagArgs', 'PgTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
962
957
  :param pulumi.Input[Sequence[pulumi.Input[Union['PgTechEmailArgs', 'PgTechEmailArgsDict']]]] 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.
@@ -1000,7 +995,7 @@ class Pg(pulumi.CustomResource):
1000
995
  @pulumi.getter(name="additionalDiskSpace")
1001
996
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1002
997
  """
1003
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
998
+ 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.
1004
999
  """
1005
1000
  return pulumi.get(self, "additional_disk_space")
1006
1001
 
@@ -1185,9 +1180,6 @@ class Pg(pulumi.CustomResource):
1185
1180
  @property
1186
1181
  @pulumi.getter
1187
1182
  def state(self) -> pulumi.Output[builtins.str]:
1188
- """
1189
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1190
- """
1191
1183
  return pulumi.get(self, "state")
1192
1184
 
1193
1185
  @property
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.37.0-alpha.1744182902"
4
+ "version": "6.37.0-alpha.1744255932"
5
5
  }
pulumi_aiven/redis.py CHANGED
@@ -43,7 +43,7 @@ class RedisArgs:
43
43
  :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).
44
44
  :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.
45
45
  :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.
46
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
+ :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.
47
47
  :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.
48
48
  :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.
49
49
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -130,7 +130,7 @@ class RedisArgs:
130
130
  @pulumi.getter(name="additionalDiskSpace")
131
131
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
132
132
  """
133
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
133
+ 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.
134
134
  """
135
135
  return pulumi.get(self, "additional_disk_space")
136
136
 
@@ -317,7 +317,7 @@ class _RedisState:
317
317
  termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
318
318
  """
319
319
  Input properties used for looking up and filtering Redis resources.
320
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
+ :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.
321
321
  :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.
322
322
  :param pulumi.Input[Sequence[pulumi.Input['RedisComponentArgs']]] components: Service component information objects
323
323
  :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.
@@ -340,7 +340,6 @@ class _RedisState:
340
340
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
341
341
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
342
342
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
343
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
344
343
  :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
345
344
  :param pulumi.Input[Sequence[pulumi.Input['RedisTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
346
345
  :param pulumi.Input[Sequence[pulumi.Input['RedisTechEmailArgs']]] 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.
@@ -413,7 +412,7 @@ class _RedisState:
413
412
  @pulumi.getter(name="additionalDiskSpace")
414
413
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
415
414
  """
416
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
415
+ 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.
417
416
  """
418
417
  return pulumi.get(self, "additional_disk_space")
419
418
 
@@ -690,9 +689,6 @@ class _RedisState:
690
689
  @property
691
690
  @pulumi.getter
692
691
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
693
- """
694
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
695
- """
696
692
  return pulumi.get(self, "state")
697
693
 
698
694
  @state.setter
@@ -810,7 +806,7 @@ class Redis(pulumi.CustomResource):
810
806
 
811
807
  :param str resource_name: The name of the resource.
812
808
  :param pulumi.ResourceOptions opts: Options for the resource.
813
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
809
+ :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.
814
810
  :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.
815
811
  :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.
816
812
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -992,7 +988,7 @@ class Redis(pulumi.CustomResource):
992
988
  :param str resource_name: The unique name of the resulting resource.
993
989
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
994
990
  :param pulumi.ResourceOptions opts: Options for the resource.
995
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
991
+ :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.
996
992
  :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.
997
993
  :param pulumi.Input[Sequence[pulumi.Input[Union['RedisComponentArgs', 'RedisComponentArgsDict']]]] components: Service component information objects
998
994
  :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.
@@ -1015,7 +1011,6 @@ class Redis(pulumi.CustomResource):
1015
1011
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1016
1012
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1017
1013
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1018
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1019
1014
  :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
1020
1015
  :param pulumi.Input[Sequence[pulumi.Input[Union['RedisTagArgs', 'RedisTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1021
1016
  :param pulumi.Input[Sequence[pulumi.Input[Union['RedisTechEmailArgs', 'RedisTechEmailArgsDict']]]] 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.
@@ -1059,7 +1054,7 @@ class Redis(pulumi.CustomResource):
1059
1054
  @pulumi.getter(name="additionalDiskSpace")
1060
1055
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1061
1056
  """
1062
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1057
+ 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.
1063
1058
  """
1064
1059
  return pulumi.get(self, "additional_disk_space")
1065
1060
 
@@ -1244,9 +1239,6 @@ class Redis(pulumi.CustomResource):
1244
1239
  @property
1245
1240
  @pulumi.getter
1246
1241
  def state(self) -> pulumi.Output[builtins.str]:
1247
- """
1248
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1249
- """
1250
1242
  return pulumi.get(self, "state")
1251
1243
 
1252
1244
  @property
@@ -788,12 +788,12 @@ class ServiceIntegration(pulumi.CustomResource):
788
788
  import pulumi
789
789
  import pulumi_aiven as aiven
790
790
 
791
- # Integrate Kafka and M3DB services for metrics
791
+ # Integrate Kafka and Thanos services for metrics
792
792
  example_integration = aiven.ServiceIntegration("example_integration",
793
793
  project=example_project["project"],
794
794
  integration_type="metrics",
795
795
  source_service_name=example_kafka["serviceName"],
796
- destination_service_name=example_m3db["serviceName"])
796
+ destination_service_name=example_thanos["serviceName"])
797
797
  # Use disk autoscaler with a PostgreSQL service
798
798
  autoscaler_endpoint = aiven.ServiceIntegrationEndpoint("autoscaler_endpoint",
799
799
  project=example_project["project"],
@@ -856,12 +856,12 @@ class ServiceIntegration(pulumi.CustomResource):
856
856
  import pulumi
857
857
  import pulumi_aiven as aiven
858
858
 
859
- # Integrate Kafka and M3DB services for metrics
859
+ # Integrate Kafka and Thanos services for metrics
860
860
  example_integration = aiven.ServiceIntegration("example_integration",
861
861
  project=example_project["project"],
862
862
  integration_type="metrics",
863
863
  source_service_name=example_kafka["serviceName"],
864
- destination_service_name=example_m3db["serviceName"])
864
+ destination_service_name=example_thanos["serviceName"])
865
865
  # Use disk autoscaler with a PostgreSQL service
866
866
  autoscaler_endpoint = aiven.ServiceIntegrationEndpoint("autoscaler_endpoint",
867
867
  project=example_project["project"],
pulumi_aiven/thanos.py CHANGED
@@ -43,7 +43,7 @@ class ThanosArgs:
43
43
  :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).
44
44
  :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.
45
45
  :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.
46
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
+ :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.
47
47
  :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.
48
48
  :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.
49
49
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -130,7 +130,7 @@ class ThanosArgs:
130
130
  @pulumi.getter(name="additionalDiskSpace")
131
131
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
132
132
  """
133
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
133
+ 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.
134
134
  """
135
135
  return pulumi.get(self, "additional_disk_space")
136
136
 
@@ -317,7 +317,7 @@ class _ThanosState:
317
317
  thanos_user_config: Optional[pulumi.Input['ThanosThanosUserConfigArgs']] = None):
318
318
  """
319
319
  Input properties used for looking up and filtering Thanos resources.
320
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
+ :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.
321
321
  :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.
322
322
  :param pulumi.Input[Sequence[pulumi.Input['ThanosComponentArgs']]] components: Service component information objects
323
323
  :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.
@@ -338,7 +338,6 @@ class _ThanosState:
338
338
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
339
339
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
340
340
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
341
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
342
341
  :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
343
342
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
344
343
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]] 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.
@@ -413,7 +412,7 @@ class _ThanosState:
413
412
  @pulumi.getter(name="additionalDiskSpace")
414
413
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
415
414
  """
416
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
415
+ 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.
417
416
  """
418
417
  return pulumi.get(self, "additional_disk_space")
419
418
 
@@ -666,9 +665,6 @@ class _ThanosState:
666
665
  @property
667
666
  @pulumi.getter
668
667
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
669
- """
670
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
671
- """
672
668
  return pulumi.get(self, "state")
673
669
 
674
670
  @state.setter
@@ -800,7 +796,7 @@ class Thanos(pulumi.CustomResource):
800
796
 
801
797
  :param str resource_name: The name of the resource.
802
798
  :param pulumi.ResourceOptions opts: Options for the resource.
803
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
799
+ :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.
804
800
  :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.
805
801
  :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.
806
802
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -972,7 +968,7 @@ class Thanos(pulumi.CustomResource):
972
968
  :param str resource_name: The unique name of the resulting resource.
973
969
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
974
970
  :param pulumi.ResourceOptions opts: Options for the resource.
975
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
971
+ :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.
976
972
  :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.
977
973
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosComponentArgs', 'ThanosComponentArgsDict']]]] components: Service component information objects
978
974
  :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.
@@ -993,7 +989,6 @@ class Thanos(pulumi.CustomResource):
993
989
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
994
990
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
995
991
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
996
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
997
992
  :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
998
993
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
999
994
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]] 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.
@@ -1039,7 +1034,7 @@ class Thanos(pulumi.CustomResource):
1039
1034
  @pulumi.getter(name="additionalDiskSpace")
1040
1035
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1041
1036
  """
1042
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1037
+ 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.
1043
1038
  """
1044
1039
  return pulumi.get(self, "additional_disk_space")
1045
1040
 
@@ -1208,9 +1203,6 @@ class Thanos(pulumi.CustomResource):
1208
1203
  @property
1209
1204
  @pulumi.getter
1210
1205
  def state(self) -> pulumi.Output[builtins.str]:
1211
- """
1212
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1213
- """
1214
1206
  return pulumi.get(self, "state")
1215
1207
 
1216
1208
  @property
pulumi_aiven/valkey.py CHANGED
@@ -43,7 +43,7 @@ class ValkeyArgs:
43
43
  :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).
44
44
  :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.
45
45
  :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.
46
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
+ :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.
47
47
  :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.
48
48
  :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.
49
49
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -130,7 +130,7 @@ class ValkeyArgs:
130
130
  @pulumi.getter(name="additionalDiskSpace")
131
131
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
132
132
  """
133
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
133
+ 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.
134
134
  """
135
135
  return pulumi.get(self, "additional_disk_space")
136
136
 
@@ -317,7 +317,7 @@ class _ValkeyState:
317
317
  valkey_user_config: Optional[pulumi.Input['ValkeyValkeyUserConfigArgs']] = None):
318
318
  """
319
319
  Input properties used for looking up and filtering Valkey resources.
320
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
+ :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.
321
321
  :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.
322
322
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyComponentArgs']]] components: Service component information objects
323
323
  :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.
@@ -338,7 +338,6 @@ class _ValkeyState:
338
338
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
339
339
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
340
340
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
341
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
342
341
  :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
343
342
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
344
343
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyTechEmailArgs']]] 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.
@@ -413,7 +412,7 @@ class _ValkeyState:
413
412
  @pulumi.getter(name="additionalDiskSpace")
414
413
  def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
415
414
  """
416
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
415
+ 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.
417
416
  """
418
417
  return pulumi.get(self, "additional_disk_space")
419
418
 
@@ -666,9 +665,6 @@ class _ValkeyState:
666
665
  @property
667
666
  @pulumi.getter
668
667
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
669
- """
670
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
671
- """
672
668
  return pulumi.get(self, "state")
673
669
 
674
670
  @state.setter
@@ -797,7 +793,7 @@ class Valkey(pulumi.CustomResource):
797
793
 
798
794
  :param str resource_name: The name of the resource.
799
795
  :param pulumi.ResourceOptions opts: Options for the resource.
800
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
796
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
801
797
  :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
802
798
  :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
803
799
  :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -966,7 +962,7 @@ class Valkey(pulumi.CustomResource):
966
962
  :param str resource_name: The unique name of the resulting resource.
967
963
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
968
964
  :param pulumi.ResourceOptions opts: Options for the resource.
969
- :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
965
+ :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.
970
966
  :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.
971
967
  :param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyComponentArgs', 'ValkeyComponentArgsDict']]]] components: Service component information objects
972
968
  :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.
@@ -987,7 +983,6 @@ class Valkey(pulumi.CustomResource):
987
983
  :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
988
984
  :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
989
985
  :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
990
- :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
991
986
  :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
992
987
  :param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTagArgs', 'ValkeyTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
993
988
  :param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTechEmailArgs', 'ValkeyTechEmailArgsDict']]]] 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.
@@ -1033,7 +1028,7 @@ class Valkey(pulumi.CustomResource):
1033
1028
  @pulumi.getter(name="additionalDiskSpace")
1034
1029
  def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1035
1030
  """
1036
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1031
+ 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.
1037
1032
  """
1038
1033
  return pulumi.get(self, "additional_disk_space")
1039
1034
 
@@ -1202,9 +1197,6 @@ class Valkey(pulumi.CustomResource):
1202
1197
  @property
1203
1198
  @pulumi.getter
1204
1199
  def state(self) -> pulumi.Output[builtins.str]:
1205
- """
1206
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1207
- """
1208
1200
  return pulumi.get(self, "state")
1209
1201
 
1210
1202
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aiven
3
- Version: 6.37.0a1744182902
3
+ Version: 6.37.0a1744255932
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io