pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.47.0a1767071446__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.
Files changed (102) hide show
  1. pulumi_aiven/__init__.py +4 -0
  2. pulumi_aiven/_inputs.py +3087 -602
  3. pulumi_aiven/account_team.py +6 -12
  4. pulumi_aiven/account_team_member.py +6 -12
  5. pulumi_aiven/account_team_project.py +6 -12
  6. pulumi_aiven/alloydbomni.py +72 -23
  7. pulumi_aiven/alloydbomni_database.py +26 -0
  8. pulumi_aiven/alloydbomni_user.py +135 -8
  9. pulumi_aiven/billing_group.py +225 -114
  10. pulumi_aiven/cassandra.py +46 -23
  11. pulumi_aiven/cassandra_user.py +110 -9
  12. pulumi_aiven/clickhouse.py +46 -23
  13. pulumi_aiven/clickhouse_user.py +127 -7
  14. pulumi_aiven/dragonfly.py +46 -23
  15. pulumi_aiven/flink.py +46 -23
  16. pulumi_aiven/get_account_team.py +6 -12
  17. pulumi_aiven/get_account_team_member.py +6 -12
  18. pulumi_aiven/get_account_team_project.py +6 -12
  19. pulumi_aiven/get_alloydbomni.py +43 -3
  20. pulumi_aiven/get_alloydbomni_database.py +26 -0
  21. pulumi_aiven/get_alloydbomni_user.py +27 -1
  22. pulumi_aiven/get_billing_group.py +47 -15
  23. pulumi_aiven/get_cassanda.py +17 -3
  24. pulumi_aiven/get_cassandra.py +17 -3
  25. pulumi_aiven/get_cassandra_user.py +1 -1
  26. pulumi_aiven/get_clickhouse.py +17 -3
  27. pulumi_aiven/get_clickhouse_user.py +1 -1
  28. pulumi_aiven/get_dragonfly.py +17 -3
  29. pulumi_aiven/get_flink.py +17 -3
  30. pulumi_aiven/get_grafana.py +17 -3
  31. pulumi_aiven/get_influx_db.py +12 -1
  32. pulumi_aiven/get_kafka.py +17 -3
  33. pulumi_aiven/get_kafka_connect.py +17 -3
  34. pulumi_aiven/get_kafka_mirror_maker.py +17 -3
  35. pulumi_aiven/get_kafka_user.py +1 -1
  36. pulumi_aiven/get_m3_aggregator.py +14 -112
  37. pulumi_aiven/get_m3_db.py +14 -124
  38. pulumi_aiven/get_m3db_user.py +2 -61
  39. pulumi_aiven/get_my_sql.py +17 -3
  40. pulumi_aiven/get_mysql_user.py +1 -1
  41. pulumi_aiven/get_open_search.py +17 -3
  42. pulumi_aiven/get_opensearch_user.py +1 -1
  43. pulumi_aiven/get_organization.py +1 -1
  44. pulumi_aiven/get_organization_address.py +1 -1
  45. pulumi_aiven/get_organization_application_user.py +29 -11
  46. pulumi_aiven/get_organization_billing_group.py +3 -3
  47. pulumi_aiven/get_organization_project.py +2 -8
  48. pulumi_aiven/get_organization_user_group_list.py +131 -0
  49. pulumi_aiven/get_organization_user_group_member_list.py +171 -0
  50. pulumi_aiven/get_organization_user_list.py +33 -11
  51. pulumi_aiven/get_organizational_unit.py +4 -0
  52. pulumi_aiven/get_pg.py +17 -3
  53. pulumi_aiven/get_pg_user.py +1 -1
  54. pulumi_aiven/get_redis.py +14 -128
  55. pulumi_aiven/get_redis_user.py +2 -77
  56. pulumi_aiven/get_service_component.py +3 -3
  57. pulumi_aiven/get_service_plan.py +309 -0
  58. pulumi_aiven/get_service_plan_list.py +151 -0
  59. pulumi_aiven/get_thanos.py +17 -3
  60. pulumi_aiven/get_valkey.py +17 -3
  61. pulumi_aiven/get_valkey_user.py +4 -4
  62. pulumi_aiven/governance_access.py +12 -0
  63. pulumi_aiven/grafana.py +46 -23
  64. pulumi_aiven/influx_db.py +133 -291
  65. pulumi_aiven/influxdb_database.py +14 -28
  66. pulumi_aiven/influxdb_user.py +21 -42
  67. pulumi_aiven/kafka.py +46 -23
  68. pulumi_aiven/kafka_connect.py +48 -25
  69. pulumi_aiven/kafka_mirror_maker.py +46 -23
  70. pulumi_aiven/kafka_schema.py +20 -20
  71. pulumi_aiven/kafka_user.py +110 -9
  72. pulumi_aiven/m3_aggregator.py +48 -75
  73. pulumi_aiven/m3_db.py +48 -95
  74. pulumi_aiven/m3db_user.py +2 -54
  75. pulumi_aiven/my_sql.py +46 -23
  76. pulumi_aiven/mysql_user.py +110 -9
  77. pulumi_aiven/open_search.py +46 -23
  78. pulumi_aiven/opensearch_user.py +110 -9
  79. pulumi_aiven/organization.py +6 -6
  80. pulumi_aiven/organization_address.py +12 -0
  81. pulumi_aiven/organization_application_user.py +76 -48
  82. pulumi_aiven/organization_application_user_token.py +127 -91
  83. pulumi_aiven/organization_billing_group.py +33 -21
  84. pulumi_aiven/organization_permission.py +82 -49
  85. pulumi_aiven/organization_project.py +9 -15
  86. pulumi_aiven/organization_user.py +8 -8
  87. pulumi_aiven/organization_user_group_member.py +29 -35
  88. pulumi_aiven/outputs.py +2042 -326
  89. pulumi_aiven/pg.py +112 -23
  90. pulumi_aiven/pg_user.py +109 -8
  91. pulumi_aiven/project.py +2 -24
  92. pulumi_aiven/pulumi-plugin.json +1 -1
  93. pulumi_aiven/redis.py +57 -97
  94. pulumi_aiven/redis_user.py +23 -79
  95. pulumi_aiven/thanos.py +46 -23
  96. pulumi_aiven/valkey.py +46 -23
  97. pulumi_aiven/valkey_user.py +130 -29
  98. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/METADATA +1 -1
  99. pulumi_aiven-6.47.0a1767071446.dist-info/RECORD +193 -0
  100. pulumi_aiven-6.43.0a1756184863.dist-info/RECORD +0 -189
  101. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/WHEEL +0 -0
  102. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/top_level.txt +0 -0
pulumi_aiven/dragonfly.py CHANGED
@@ -44,7 +44,7 @@ class DragonflyArgs:
44
44
  :param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
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
- :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.
47
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
48
48
  :param pulumi.Input['DragonflyDragonflyArgs'] dragonfly: Dragonfly server provided values
49
49
  :param pulumi.Input['DragonflyDragonflyUserConfigArgs'] dragonfly_user_config: Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
50
50
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -64,8 +64,8 @@ class DragonflyArgs:
64
64
  if cloud_name is not None:
65
65
  pulumi.set(__self__, "cloud_name", cloud_name)
66
66
  if disk_space is not None:
67
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
68
- pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
67
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
68
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
69
69
  if disk_space is not None:
70
70
  pulumi.set(__self__, "disk_space", disk_space)
71
71
  if dragonfly is not None:
@@ -151,10 +151,10 @@ class DragonflyArgs:
151
151
 
152
152
  @_builtins.property
153
153
  @pulumi.getter(name="diskSpace")
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.""")
154
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
155
155
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
156
156
  """
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.
157
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
158
158
  """
159
159
  return pulumi.get(self, "disk_space")
160
160
 
@@ -297,6 +297,7 @@ class _DragonflyState:
297
297
  dragonfly: Optional[pulumi.Input['DragonflyDragonflyArgs']] = None,
298
298
  dragonfly_user_config: Optional[pulumi.Input['DragonflyDragonflyUserConfigArgs']] = None,
299
299
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
300
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
300
301
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
301
302
  plan: Optional[pulumi.Input[_builtins.str]] = None,
302
303
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -319,14 +320,15 @@ class _DragonflyState:
319
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.
320
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.
321
322
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyComponentArgs']]] components: Service component information objects
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.
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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
323
324
  :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.
324
325
  :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
326
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
326
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
327
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
327
328
  :param pulumi.Input['DragonflyDragonflyArgs'] dragonfly: Dragonfly server provided values
328
329
  :param pulumi.Input['DragonflyDragonflyUserConfigArgs'] dragonfly_user_config: Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
329
330
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
331
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
330
332
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
333
  :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
334
  :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.
@@ -351,8 +353,8 @@ class _DragonflyState:
351
353
  if components is not None:
352
354
  pulumi.set(__self__, "components", components)
353
355
  if disk_space is not None:
354
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
355
- pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
356
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
357
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
356
358
  if disk_space is not None:
357
359
  pulumi.set(__self__, "disk_space", disk_space)
358
360
  if disk_space_cap is not None:
@@ -361,9 +363,6 @@ class _DragonflyState:
361
363
  pulumi.set(__self__, "disk_space_default", disk_space_default)
362
364
  if disk_space_step is not None:
363
365
  pulumi.set(__self__, "disk_space_step", disk_space_step)
364
- if disk_space_used is not None:
365
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
366
- pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
367
366
  if disk_space_used is not None:
368
367
  pulumi.set(__self__, "disk_space_used", disk_space_used)
369
368
  if dragonfly is not None:
@@ -372,6 +371,8 @@ class _DragonflyState:
372
371
  pulumi.set(__self__, "dragonfly_user_config", dragonfly_user_config)
373
372
  if maintenance_window_dow is not None:
374
373
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
374
+ if maintenance_window_enabled is not None:
375
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
375
376
  if maintenance_window_time is not None:
376
377
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
377
378
  if plan is not None:
@@ -445,10 +446,10 @@ class _DragonflyState:
445
446
 
446
447
  @_builtins.property
447
448
  @pulumi.getter(name="diskSpace")
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.""")
449
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
449
450
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
450
451
  """
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.
452
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
452
453
  """
453
454
  return pulumi.get(self, "disk_space")
454
455
 
@@ -494,10 +495,9 @@ class _DragonflyState:
494
495
 
495
496
  @_builtins.property
496
497
  @pulumi.getter(name="diskSpaceUsed")
497
- @_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.""")
498
498
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
499
499
  """
500
- Disk space that service is currently using
500
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
501
501
  """
502
502
  return pulumi.get(self, "disk_space_used")
503
503
 
@@ -541,6 +541,18 @@ class _DragonflyState:
541
541
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
542
542
  pulumi.set(self, "maintenance_window_dow", value)
543
543
 
544
+ @_builtins.property
545
+ @pulumi.getter(name="maintenanceWindowEnabled")
546
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
547
+ """
548
+ Indicates whether the maintenance window is currently enabled for this service.
549
+ """
550
+ return pulumi.get(self, "maintenance_window_enabled")
551
+
552
+ @maintenance_window_enabled.setter
553
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
554
+ pulumi.set(self, "maintenance_window_enabled", value)
555
+
544
556
  @_builtins.property
545
557
  @pulumi.getter(name="maintenanceWindowTime")
546
558
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -795,7 +807,7 @@ class Dragonfly(pulumi.CustomResource):
795
807
  :param pulumi.ResourceOptions opts: Options for the resource.
796
808
  :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.
797
809
  :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.
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.
810
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
799
811
  :param pulumi.Input[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']] dragonfly: Dragonfly server provided values
800
812
  :param pulumi.Input[Union['DragonflyDragonflyUserConfigArgs', 'DragonflyDragonflyUserConfigArgsDict']] dragonfly_user_config: Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
801
813
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -908,6 +920,7 @@ class Dragonfly(pulumi.CustomResource):
908
920
  __props__.__dict__["disk_space_default"] = None
909
921
  __props__.__dict__["disk_space_step"] = None
910
922
  __props__.__dict__["disk_space_used"] = None
923
+ __props__.__dict__["maintenance_window_enabled"] = None
911
924
  __props__.__dict__["service_host"] = None
912
925
  __props__.__dict__["service_password"] = None
913
926
  __props__.__dict__["service_port"] = None
@@ -938,6 +951,7 @@ class Dragonfly(pulumi.CustomResource):
938
951
  dragonfly: Optional[pulumi.Input[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']]] = None,
939
952
  dragonfly_user_config: Optional[pulumi.Input[Union['DragonflyDragonflyUserConfigArgs', 'DragonflyDragonflyUserConfigArgsDict']]] = None,
940
953
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
954
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
941
955
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
942
956
  plan: Optional[pulumi.Input[_builtins.str]] = None,
943
957
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -965,14 +979,15 @@ class Dragonfly(pulumi.CustomResource):
965
979
  :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.
966
980
  :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.
967
981
  :param pulumi.Input[Sequence[pulumi.Input[Union['DragonflyComponentArgs', 'DragonflyComponentArgsDict']]]] components: Service component information objects
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.
982
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
969
983
  :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.
970
984
  :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`
971
985
  :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.
972
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
986
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
973
987
  :param pulumi.Input[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']] dragonfly: Dragonfly server provided values
974
988
  :param pulumi.Input[Union['DragonflyDragonflyUserConfigArgs', 'DragonflyDragonflyUserConfigArgsDict']] dragonfly_user_config: Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
975
989
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
990
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
976
991
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
977
992
  :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).
978
993
  :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.
@@ -1005,6 +1020,7 @@ class Dragonfly(pulumi.CustomResource):
1005
1020
  __props__.__dict__["dragonfly"] = dragonfly
1006
1021
  __props__.__dict__["dragonfly_user_config"] = dragonfly_user_config
1007
1022
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1023
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1008
1024
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1009
1025
  __props__.__dict__["plan"] = plan
1010
1026
  __props__.__dict__["project"] = project
@@ -1050,10 +1066,10 @@ class Dragonfly(pulumi.CustomResource):
1050
1066
 
1051
1067
  @_builtins.property
1052
1068
  @pulumi.getter(name="diskSpace")
1053
- @_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.""")
1069
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1054
1070
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1055
1071
  """
1056
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1072
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
1057
1073
  """
1058
1074
  return pulumi.get(self, "disk_space")
1059
1075
 
@@ -1083,10 +1099,9 @@ class Dragonfly(pulumi.CustomResource):
1083
1099
 
1084
1100
  @_builtins.property
1085
1101
  @pulumi.getter(name="diskSpaceUsed")
1086
- @_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.""")
1087
1102
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1088
1103
  """
1089
- Disk space that service is currently using
1104
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
1090
1105
  """
1091
1106
  return pulumi.get(self, "disk_space_used")
1092
1107
 
@@ -1114,6 +1129,14 @@ class Dragonfly(pulumi.CustomResource):
1114
1129
  """
1115
1130
  return pulumi.get(self, "maintenance_window_dow")
1116
1131
 
1132
+ @_builtins.property
1133
+ @pulumi.getter(name="maintenanceWindowEnabled")
1134
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1135
+ """
1136
+ Indicates whether the maintenance window is currently enabled for this service.
1137
+ """
1138
+ return pulumi.get(self, "maintenance_window_enabled")
1139
+
1117
1140
  @_builtins.property
1118
1141
  @pulumi.getter(name="maintenanceWindowTime")
1119
1142
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
pulumi_aiven/flink.py CHANGED
@@ -44,7 +44,7 @@ class FlinkArgs:
44
44
  :param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
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
- :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.
47
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
48
48
  :param pulumi.Input['FlinkFlinkArgs'] flink: Values provided by the Flink server.
49
49
  :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
50
50
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -64,8 +64,8 @@ class FlinkArgs:
64
64
  if cloud_name is not None:
65
65
  pulumi.set(__self__, "cloud_name", cloud_name)
66
66
  if disk_space is not None:
67
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
68
- pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
67
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
68
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
69
69
  if disk_space is not None:
70
70
  pulumi.set(__self__, "disk_space", disk_space)
71
71
  if flink is not None:
@@ -151,10 +151,10 @@ class FlinkArgs:
151
151
 
152
152
  @_builtins.property
153
153
  @pulumi.getter(name="diskSpace")
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.""")
154
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
155
155
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
156
156
  """
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.
157
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
158
158
  """
159
159
  return pulumi.get(self, "disk_space")
160
160
 
@@ -297,6 +297,7 @@ class _FlinkState:
297
297
  flink: Optional[pulumi.Input['FlinkFlinkArgs']] = None,
298
298
  flink_user_config: Optional[pulumi.Input['FlinkFlinkUserConfigArgs']] = None,
299
299
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
300
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
300
301
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
301
302
  plan: Optional[pulumi.Input[_builtins.str]] = None,
302
303
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -319,14 +320,15 @@ class _FlinkState:
319
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.
320
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.
321
322
  :param pulumi.Input[Sequence[pulumi.Input['FlinkComponentArgs']]] components: Service component information objects
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.
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. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
323
324
  :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.
324
325
  :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
326
  :param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
326
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
327
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
327
328
  :param pulumi.Input['FlinkFlinkArgs'] flink: Values provided by the Flink server.
328
329
  :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
329
330
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
331
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
330
332
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
333
  :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
334
  :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.
@@ -351,8 +353,8 @@ class _FlinkState:
351
353
  if components is not None:
352
354
  pulumi.set(__self__, "components", components)
353
355
  if disk_space is not None:
354
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
355
- pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
356
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
357
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
356
358
  if disk_space is not None:
357
359
  pulumi.set(__self__, "disk_space", disk_space)
358
360
  if disk_space_cap is not None:
@@ -361,9 +363,6 @@ class _FlinkState:
361
363
  pulumi.set(__self__, "disk_space_default", disk_space_default)
362
364
  if disk_space_step is not None:
363
365
  pulumi.set(__self__, "disk_space_step", disk_space_step)
364
- if disk_space_used is not None:
365
- warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
366
- pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
367
366
  if disk_space_used is not None:
368
367
  pulumi.set(__self__, "disk_space_used", disk_space_used)
369
368
  if flink is not None:
@@ -372,6 +371,8 @@ class _FlinkState:
372
371
  pulumi.set(__self__, "flink_user_config", flink_user_config)
373
372
  if maintenance_window_dow is not None:
374
373
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
374
+ if maintenance_window_enabled is not None:
375
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
375
376
  if maintenance_window_time is not None:
376
377
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
377
378
  if plan is not None:
@@ -445,10 +446,10 @@ class _FlinkState:
445
446
 
446
447
  @_builtins.property
447
448
  @pulumi.getter(name="diskSpace")
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.""")
449
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
449
450
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
450
451
  """
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.
452
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
452
453
  """
453
454
  return pulumi.get(self, "disk_space")
454
455
 
@@ -494,10 +495,9 @@ class _FlinkState:
494
495
 
495
496
  @_builtins.property
496
497
  @pulumi.getter(name="diskSpaceUsed")
497
- @_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.""")
498
498
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
499
499
  """
500
- Disk space that service is currently using
500
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
501
501
  """
502
502
  return pulumi.get(self, "disk_space_used")
503
503
 
@@ -541,6 +541,18 @@ class _FlinkState:
541
541
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
542
542
  pulumi.set(self, "maintenance_window_dow", value)
543
543
 
544
+ @_builtins.property
545
+ @pulumi.getter(name="maintenanceWindowEnabled")
546
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
547
+ """
548
+ Indicates whether the maintenance window is currently enabled for this service.
549
+ """
550
+ return pulumi.get(self, "maintenance_window_enabled")
551
+
552
+ @maintenance_window_enabled.setter
553
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
554
+ pulumi.set(self, "maintenance_window_enabled", value)
555
+
544
556
  @_builtins.property
545
557
  @pulumi.getter(name="maintenanceWindowTime")
546
558
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -797,7 +809,7 @@ class Flink(pulumi.CustomResource):
797
809
  :param pulumi.ResourceOptions opts: Options for the resource.
798
810
  :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.
799
811
  :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.
800
- :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.
812
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
801
813
  :param pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']] flink: Values provided by the Flink server.
802
814
  :param pulumi.Input[Union['FlinkFlinkUserConfigArgs', 'FlinkFlinkUserConfigArgsDict']] flink_user_config: Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
803
815
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -912,6 +924,7 @@ class Flink(pulumi.CustomResource):
912
924
  __props__.__dict__["disk_space_default"] = None
913
925
  __props__.__dict__["disk_space_step"] = None
914
926
  __props__.__dict__["disk_space_used"] = None
927
+ __props__.__dict__["maintenance_window_enabled"] = None
915
928
  __props__.__dict__["service_host"] = None
916
929
  __props__.__dict__["service_password"] = None
917
930
  __props__.__dict__["service_port"] = None
@@ -942,6 +955,7 @@ class Flink(pulumi.CustomResource):
942
955
  flink: Optional[pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']]] = None,
943
956
  flink_user_config: Optional[pulumi.Input[Union['FlinkFlinkUserConfigArgs', 'FlinkFlinkUserConfigArgsDict']]] = None,
944
957
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
958
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
945
959
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
946
960
  plan: Optional[pulumi.Input[_builtins.str]] = None,
947
961
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -969,14 +983,15 @@ class Flink(pulumi.CustomResource):
969
983
  :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
984
  :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
985
  :param pulumi.Input[Sequence[pulumi.Input[Union['FlinkComponentArgs', 'FlinkComponentArgsDict']]]] components: Service component information objects
972
- :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.
986
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
973
987
  :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.
974
988
  :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`
975
989
  :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.
976
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
990
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
977
991
  :param pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']] flink: Values provided by the Flink server.
978
992
  :param pulumi.Input[Union['FlinkFlinkUserConfigArgs', 'FlinkFlinkUserConfigArgsDict']] flink_user_config: Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
979
993
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
994
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
980
995
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
981
996
  :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).
982
997
  :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.
@@ -1009,6 +1024,7 @@ class Flink(pulumi.CustomResource):
1009
1024
  __props__.__dict__["flink"] = flink
1010
1025
  __props__.__dict__["flink_user_config"] = flink_user_config
1011
1026
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1027
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1012
1028
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1013
1029
  __props__.__dict__["plan"] = plan
1014
1030
  __props__.__dict__["project"] = project
@@ -1054,10 +1070,10 @@ class Flink(pulumi.CustomResource):
1054
1070
 
1055
1071
  @_builtins.property
1056
1072
  @pulumi.getter(name="diskSpace")
1057
- @_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.""")
1073
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1058
1074
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1059
1075
  """
1060
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1076
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
1061
1077
  """
1062
1078
  return pulumi.get(self, "disk_space")
1063
1079
 
@@ -1087,10 +1103,9 @@ class Flink(pulumi.CustomResource):
1087
1103
 
1088
1104
  @_builtins.property
1089
1105
  @pulumi.getter(name="diskSpaceUsed")
1090
- @_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.""")
1091
1106
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1092
1107
  """
1093
- Disk space that service is currently using
1108
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
1094
1109
  """
1095
1110
  return pulumi.get(self, "disk_space_used")
1096
1111
 
@@ -1118,6 +1133,14 @@ class Flink(pulumi.CustomResource):
1118
1133
  """
1119
1134
  return pulumi.get(self, "maintenance_window_dow")
1120
1135
 
1136
+ @_builtins.property
1137
+ @pulumi.getter(name="maintenanceWindowEnabled")
1138
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1139
+ """
1140
+ Indicates whether the maintenance window is currently enabled for this service.
1141
+ """
1142
+ return pulumi.get(self, "maintenance_window_enabled")
1143
+
1121
1144
  @_builtins.property
1122
1145
  @pulumi.getter(name="maintenanceWindowTime")
1123
1146
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -115,12 +115,9 @@ def get_account_team(account_id: Optional[_builtins.str] = None,
115
115
  """
116
116
  The Account Team data source provides information about the existing Account Team.
117
117
 
118
- !> **Teams have been deprecated and are being migrated to groups**
119
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
120
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
121
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
122
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
123
- migration guide for more information on the changes and migrating to groups.
118
+ !> **Teams have been replaced by groups**
119
+ To make the transition to groups smoother,
120
+ migrate your teams to groups.
124
121
 
125
122
  > **Important**
126
123
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -149,12 +146,9 @@ def get_account_team_output(account_id: Optional[pulumi.Input[_builtins.str]] =
149
146
  """
150
147
  The Account Team data source provides information about the existing Account Team.
151
148
 
152
- !> **Teams have been deprecated and are being migrated to groups**
153
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
154
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
155
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
156
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
157
- migration guide for more information on the changes and migrating to groups.
149
+ !> **Teams have been replaced by groups**
150
+ To make the transition to groups smoother,
151
+ migrate your teams to groups.
158
152
 
159
153
  > **Important**
160
154
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -128,12 +128,9 @@ def get_account_team_member(account_id: Optional[_builtins.str] = None,
128
128
  """
129
129
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
130
130
 
131
- !> **Teams have been deprecated and are being migrated to groups**
132
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
133
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
134
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
135
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
136
- migration guide for more information on the changes and migrating to groups.
131
+ !> **Teams have been replaced by groups**
132
+ To make the transition to groups smoother,
133
+ migrate your teams to groups.
137
134
 
138
135
  > **Important**
139
136
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -166,12 +163,9 @@ def get_account_team_member_output(account_id: Optional[pulumi.Input[_builtins.s
166
163
  """
167
164
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
168
165
 
169
- !> **Teams have been deprecated and are being migrated to groups**
170
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
171
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
172
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
173
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
174
- migration guide for more information on the changes and migrating to groups.
166
+ !> **Teams have been replaced by groups**
167
+ To make the transition to groups smoother,
168
+ migrate your teams to groups.
175
169
 
176
170
  > **Important**
177
171
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -104,12 +104,9 @@ def get_account_team_project(account_id: Optional[_builtins.str] = None,
104
104
  """
105
105
  The Account Team Project data source provides information about the existing Account Team Project.
106
106
 
107
- !> **Teams have been deprecated and are being migrated to groups**
108
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
109
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
110
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
111
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
112
- migration guide for more information on the changes and migrating to groups.
107
+ !> **Teams have been replaced by groups**
108
+ To make the transition to groups smoother,
109
+ migrate your teams to groups.
113
110
 
114
111
  > **Important**
115
112
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -140,12 +137,9 @@ def get_account_team_project_output(account_id: Optional[pulumi.Input[_builtins.
140
137
  """
141
138
  The Account Team Project data source provides information about the existing Account Team Project.
142
139
 
143
- !> **Teams have been deprecated and are being migrated to groups**
144
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
145
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
146
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
147
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
148
- migration guide for more information on the changes and migrating to groups.
140
+ !> **Teams have been replaced by groups**
141
+ To make the transition to groups smoother,
142
+ migrate your teams to groups.
149
143
 
150
144
  > **Important**
151
145
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**