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/cassandra.py CHANGED
@@ -46,7 +46,7 @@ class CassandraArgs:
46
46
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Values provided by the Cassandra server.
47
47
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
48
48
  :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.
49
- :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
+ :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.
50
50
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
51
51
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
52
52
  :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
@@ -68,8 +68,8 @@ class CassandraArgs:
68
68
  if cloud_name is not None:
69
69
  pulumi.set(__self__, "cloud_name", cloud_name)
70
70
  if disk_space is not None:
71
- 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)
72
- 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.""")
71
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
72
+ 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.""")
73
73
  if disk_space is not None:
74
74
  pulumi.set(__self__, "disk_space", disk_space)
75
75
  if maintenance_window_dow is not None:
@@ -175,10 +175,10 @@ class CassandraArgs:
175
175
 
176
176
  @_builtins.property
177
177
  @pulumi.getter(name="diskSpace")
178
- @_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.""")
178
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
179
179
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
180
180
  """
181
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
181
+ 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.
182
182
  """
183
183
  return pulumi.get(self, "disk_space")
184
184
 
@@ -297,6 +297,7 @@ class _CassandraState:
297
297
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
298
298
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = 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,
@@ -321,12 +322,13 @@ class _CassandraState:
321
322
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
322
323
  :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
324
  :param pulumi.Input[Sequence[pulumi.Input['CassandraComponentArgs']]] components: Service component information objects
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.
325
+ :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.
325
326
  :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.
326
327
  :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`
327
328
  :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.
328
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
329
+ :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`).
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.
@@ -355,8 +357,8 @@ class _CassandraState:
355
357
  if components is not None:
356
358
  pulumi.set(__self__, "components", components)
357
359
  if disk_space is not None:
358
- 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)
359
- 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.""")
360
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
361
+ 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.""")
360
362
  if disk_space is not None:
361
363
  pulumi.set(__self__, "disk_space", disk_space)
362
364
  if disk_space_cap is not None:
@@ -365,13 +367,12 @@ class _CassandraState:
365
367
  pulumi.set(__self__, "disk_space_default", disk_space_default)
366
368
  if disk_space_step is not None:
367
369
  pulumi.set(__self__, "disk_space_step", disk_space_step)
368
- if disk_space_used is not None:
369
- 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)
370
- 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.""")
371
370
  if disk_space_used is not None:
372
371
  pulumi.set(__self__, "disk_space_used", disk_space_used)
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:
@@ -469,10 +470,10 @@ class _CassandraState:
469
470
 
470
471
  @_builtins.property
471
472
  @pulumi.getter(name="diskSpace")
472
- @_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.""")
473
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
473
474
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
474
475
  """
475
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
476
+ 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.
476
477
  """
477
478
  return pulumi.get(self, "disk_space")
478
479
 
@@ -518,10 +519,9 @@ class _CassandraState:
518
519
 
519
520
  @_builtins.property
520
521
  @pulumi.getter(name="diskSpaceUsed")
521
- @_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.""")
522
522
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
523
523
  """
524
- Disk space that service is currently using
524
+ 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`).
525
525
  """
526
526
  return pulumi.get(self, "disk_space_used")
527
527
 
@@ -541,6 +541,18 @@ class _CassandraState:
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]]:
@@ -809,7 +821,7 @@ class Cassandra(pulumi.CustomResource):
809
821
  :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Values provided by the Cassandra server.
810
822
  :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
811
823
  :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.
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.
824
+ :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.
813
825
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
814
826
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
815
827
  :param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
@@ -932,6 +944,7 @@ class Cassandra(pulumi.CustomResource):
932
944
  __props__.__dict__["disk_space_default"] = None
933
945
  __props__.__dict__["disk_space_step"] = None
934
946
  __props__.__dict__["disk_space_used"] = None
947
+ __props__.__dict__["maintenance_window_enabled"] = None
935
948
  __props__.__dict__["service_host"] = None
936
949
  __props__.__dict__["service_password"] = None
937
950
  __props__.__dict__["service_port"] = None
@@ -962,6 +975,7 @@ class Cassandra(pulumi.CustomResource):
962
975
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
963
976
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
964
977
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
978
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
965
979
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
966
980
  plan: Optional[pulumi.Input[_builtins.str]] = None,
967
981
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -991,12 +1005,13 @@ class Cassandra(pulumi.CustomResource):
991
1005
  :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
992
1006
  :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.
993
1007
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
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.
1008
+ :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.
995
1009
  :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.
996
1010
  :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`
997
1011
  :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.
998
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
1012
+ :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`).
999
1013
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1014
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
1000
1015
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1001
1016
  :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).
1002
1017
  :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.
@@ -1029,6 +1044,7 @@ class Cassandra(pulumi.CustomResource):
1029
1044
  __props__.__dict__["disk_space_step"] = disk_space_step
1030
1045
  __props__.__dict__["disk_space_used"] = disk_space_used
1031
1046
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1047
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1032
1048
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1033
1049
  __props__.__dict__["plan"] = plan
1034
1050
  __props__.__dict__["project"] = project
@@ -1090,10 +1106,10 @@ class Cassandra(pulumi.CustomResource):
1090
1106
 
1091
1107
  @_builtins.property
1092
1108
  @pulumi.getter(name="diskSpace")
1093
- @_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.""")
1109
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1094
1110
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1095
1111
  """
1096
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1112
+ 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.
1097
1113
  """
1098
1114
  return pulumi.get(self, "disk_space")
1099
1115
 
@@ -1123,10 +1139,9 @@ class Cassandra(pulumi.CustomResource):
1123
1139
 
1124
1140
  @_builtins.property
1125
1141
  @pulumi.getter(name="diskSpaceUsed")
1126
- @_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.""")
1127
1142
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1128
1143
  """
1129
- Disk space that service is currently using
1144
+ 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`).
1130
1145
  """
1131
1146
  return pulumi.get(self, "disk_space_used")
1132
1147
 
@@ -1138,6 +1153,14 @@ class Cassandra(pulumi.CustomResource):
1138
1153
  """
1139
1154
  return pulumi.get(self, "maintenance_window_dow")
1140
1155
 
1156
+ @_builtins.property
1157
+ @pulumi.getter(name="maintenanceWindowEnabled")
1158
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1159
+ """
1160
+ Indicates whether the maintenance window is currently enabled for this service.
1161
+ """
1162
+ return pulumi.get(self, "maintenance_window_enabled")
1163
+
1141
1164
  @_builtins.property
1142
1165
  @pulumi.getter(name="maintenanceWindowTime")
1143
1166
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -22,19 +22,28 @@ class CassandraUserArgs:
22
22
  project: pulumi.Input[_builtins.str],
23
23
  service_name: pulumi.Input[_builtins.str],
24
24
  username: pulumi.Input[_builtins.str],
25
- password: Optional[pulumi.Input[_builtins.str]] = None):
25
+ password: Optional[pulumi.Input[_builtins.str]] = None,
26
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
27
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
26
28
  """
27
29
  The set of arguments for constructing a CassandraUser resource.
28
30
  :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.
29
31
  :param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
30
32
  :param pulumi.Input[_builtins.str] username: Name of the Cassandra service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
- :param pulumi.Input[_builtins.str] password: The Cassandra service user's password.
33
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
34
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
35
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
36
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
32
37
  """
33
38
  pulumi.set(__self__, "project", project)
34
39
  pulumi.set(__self__, "service_name", service_name)
35
40
  pulumi.set(__self__, "username", username)
36
41
  if password is not None:
37
42
  pulumi.set(__self__, "password", password)
43
+ if password_wo is not None:
44
+ pulumi.set(__self__, "password_wo", password_wo)
45
+ if password_wo_version is not None:
46
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
38
47
 
39
48
  @_builtins.property
40
49
  @pulumi.getter
@@ -76,7 +85,7 @@ class CassandraUserArgs:
76
85
  @pulumi.getter
77
86
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
78
87
  """
79
- The Cassandra service user's password.
88
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
80
89
  """
81
90
  return pulumi.get(self, "password")
82
91
 
@@ -84,6 +93,31 @@ class CassandraUserArgs:
84
93
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
85
94
  pulumi.set(self, "password", value)
86
95
 
96
+ @_builtins.property
97
+ @pulumi.getter(name="passwordWo")
98
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
99
+ """
100
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
101
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
102
+ """
103
+ return pulumi.get(self, "password_wo")
104
+
105
+ @password_wo.setter
106
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
107
+ pulumi.set(self, "password_wo", value)
108
+
109
+ @_builtins.property
110
+ @pulumi.getter(name="passwordWoVersion")
111
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
112
+ """
113
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
114
+ """
115
+ return pulumi.get(self, "password_wo_version")
116
+
117
+ @password_wo_version.setter
118
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
119
+ pulumi.set(self, "password_wo_version", value)
120
+
87
121
 
88
122
  @pulumi.input_type
89
123
  class _CassandraUserState:
@@ -91,6 +125,8 @@ class _CassandraUserState:
91
125
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
92
126
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
93
127
  password: Optional[pulumi.Input[_builtins.str]] = None,
128
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
129
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
94
130
  project: Optional[pulumi.Input[_builtins.str]] = None,
95
131
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
96
132
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -99,7 +135,10 @@ class _CassandraUserState:
99
135
  Input properties used for looking up and filtering CassandraUser resources.
100
136
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
101
137
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
102
- :param pulumi.Input[_builtins.str] password: The Cassandra service user's password.
138
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
139
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
140
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
141
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
103
142
  :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.
104
143
  :param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
105
144
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -111,6 +150,10 @@ class _CassandraUserState:
111
150
  pulumi.set(__self__, "access_key", access_key)
112
151
  if password is not None:
113
152
  pulumi.set(__self__, "password", password)
153
+ if password_wo is not None:
154
+ pulumi.set(__self__, "password_wo", password_wo)
155
+ if password_wo_version is not None:
156
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
114
157
  if project is not None:
115
158
  pulumi.set(__self__, "project", project)
116
159
  if service_name is not None:
@@ -148,7 +191,7 @@ class _CassandraUserState:
148
191
  @pulumi.getter
149
192
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
150
193
  """
151
- The Cassandra service user's password.
194
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
152
195
  """
153
196
  return pulumi.get(self, "password")
154
197
 
@@ -156,6 +199,31 @@ class _CassandraUserState:
156
199
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
157
200
  pulumi.set(self, "password", value)
158
201
 
202
+ @_builtins.property
203
+ @pulumi.getter(name="passwordWo")
204
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
205
+ """
206
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
207
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
208
+ """
209
+ return pulumi.get(self, "password_wo")
210
+
211
+ @password_wo.setter
212
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
213
+ pulumi.set(self, "password_wo", value)
214
+
215
+ @_builtins.property
216
+ @pulumi.getter(name="passwordWoVersion")
217
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
218
+ """
219
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
220
+ """
221
+ return pulumi.get(self, "password_wo_version")
222
+
223
+ @password_wo_version.setter
224
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
225
+ pulumi.set(self, "password_wo_version", value)
226
+
159
227
  @_builtins.property
160
228
  @pulumi.getter
161
229
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -212,6 +280,8 @@ class CassandraUser(pulumi.CustomResource):
212
280
  resource_name: str,
213
281
  opts: Optional[pulumi.ResourceOptions] = None,
214
282
  password: Optional[pulumi.Input[_builtins.str]] = None,
283
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
284
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
215
285
  project: Optional[pulumi.Input[_builtins.str]] = None,
216
286
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
217
287
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -247,7 +317,10 @@ class CassandraUser(pulumi.CustomResource):
247
317
 
248
318
  :param str resource_name: The name of the resource.
249
319
  :param pulumi.ResourceOptions opts: Options for the resource.
250
- :param pulumi.Input[_builtins.str] password: The Cassandra service user's password.
320
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
321
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
322
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
323
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
251
324
  :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.
252
325
  :param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
253
326
  :param pulumi.Input[_builtins.str] username: Name of the Cassandra service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -303,6 +376,8 @@ class CassandraUser(pulumi.CustomResource):
303
376
  resource_name: str,
304
377
  opts: Optional[pulumi.ResourceOptions] = None,
305
378
  password: Optional[pulumi.Input[_builtins.str]] = None,
379
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
380
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
306
381
  project: Optional[pulumi.Input[_builtins.str]] = None,
307
382
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
308
383
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -316,6 +391,8 @@ class CassandraUser(pulumi.CustomResource):
316
391
  __props__ = CassandraUserArgs.__new__(CassandraUserArgs)
317
392
 
318
393
  __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
394
+ __props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
395
+ __props__.__dict__["password_wo_version"] = password_wo_version
319
396
  if project is None and not opts.urn:
320
397
  raise TypeError("Missing required property 'project'")
321
398
  __props__.__dict__["project"] = project
@@ -328,7 +405,7 @@ class CassandraUser(pulumi.CustomResource):
328
405
  __props__.__dict__["access_cert"] = None
329
406
  __props__.__dict__["access_key"] = None
330
407
  __props__.__dict__["type"] = None
331
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password"])
408
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password", "passwordWo"])
332
409
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
333
410
  super(CassandraUser, __self__).__init__(
334
411
  'aiven:index/cassandraUser:CassandraUser',
@@ -343,6 +420,8 @@ class CassandraUser(pulumi.CustomResource):
343
420
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
344
421
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
345
422
  password: Optional[pulumi.Input[_builtins.str]] = None,
423
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
424
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
346
425
  project: Optional[pulumi.Input[_builtins.str]] = None,
347
426
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
348
427
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -356,7 +435,10 @@ class CassandraUser(pulumi.CustomResource):
356
435
  :param pulumi.ResourceOptions opts: Options for the resource.
357
436
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
358
437
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
359
- :param pulumi.Input[_builtins.str] password: The Cassandra service user's password.
438
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
439
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
440
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
441
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
360
442
  :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.
361
443
  :param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
362
444
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -369,6 +451,8 @@ class CassandraUser(pulumi.CustomResource):
369
451
  __props__.__dict__["access_cert"] = access_cert
370
452
  __props__.__dict__["access_key"] = access_key
371
453
  __props__.__dict__["password"] = password
454
+ __props__.__dict__["password_wo"] = password_wo
455
+ __props__.__dict__["password_wo_version"] = password_wo_version
372
456
  __props__.__dict__["project"] = project
373
457
  __props__.__dict__["service_name"] = service_name
374
458
  __props__.__dict__["type"] = type
@@ -395,10 +479,27 @@ class CassandraUser(pulumi.CustomResource):
395
479
  @pulumi.getter
396
480
  def password(self) -> pulumi.Output[_builtins.str]:
397
481
  """
398
- The Cassandra service user's password.
482
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
399
483
  """
400
484
  return pulumi.get(self, "password")
401
485
 
486
+ @_builtins.property
487
+ @pulumi.getter(name="passwordWo")
488
+ def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
489
+ """
490
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
491
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
492
+ """
493
+ return pulumi.get(self, "password_wo")
494
+
495
+ @_builtins.property
496
+ @pulumi.getter(name="passwordWoVersion")
497
+ def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
498
+ """
499
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
500
+ """
501
+ return pulumi.get(self, "password_wo_version")
502
+
402
503
  @_builtins.property
403
504
  @pulumi.getter
404
505
  def project(self) -> pulumi.Output[_builtins.str]: