pulumi-aiven 6.28.0a1731501186__py3-none-any.whl → 6.28.0a1731670317__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (54) hide show
  1. pulumi_aiven/_inputs.py +635 -203
  2. pulumi_aiven/account_team_project.py +7 -7
  3. pulumi_aiven/cassandra.py +8 -8
  4. pulumi_aiven/clickhouse.py +8 -8
  5. pulumi_aiven/dragonfly.py +8 -8
  6. pulumi_aiven/flink.py +8 -8
  7. pulumi_aiven/get_account_team_project.py +1 -1
  8. pulumi_aiven/get_cassanda.py +1 -1
  9. pulumi_aiven/get_cassandra.py +1 -1
  10. pulumi_aiven/get_clickhouse.py +1 -1
  11. pulumi_aiven/get_dragonfly.py +1 -1
  12. pulumi_aiven/get_flink.py +1 -1
  13. pulumi_aiven/get_grafana.py +1 -1
  14. pulumi_aiven/get_kafka.py +1 -1
  15. pulumi_aiven/get_kafka_connect.py +1 -1
  16. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  17. pulumi_aiven/get_m3_aggregator.py +1 -1
  18. pulumi_aiven/get_m3_db.py +1 -1
  19. pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
  20. pulumi_aiven/get_my_sql.py +1 -1
  21. pulumi_aiven/get_open_search.py +1 -1
  22. pulumi_aiven/get_pg.py +1 -1
  23. pulumi_aiven/get_project_user.py +1 -1
  24. pulumi_aiven/get_redis.py +1 -1
  25. pulumi_aiven/get_service_component.py +9 -9
  26. pulumi_aiven/get_service_integration.py +17 -17
  27. pulumi_aiven/get_service_integration_endpoint.py +59 -31
  28. pulumi_aiven/get_thanos.py +1 -1
  29. pulumi_aiven/get_valkey.py +1 -1
  30. pulumi_aiven/grafana.py +8 -8
  31. pulumi_aiven/influx_db.py +15 -8
  32. pulumi_aiven/kafka.py +8 -8
  33. pulumi_aiven/kafka_connect.py +8 -8
  34. pulumi_aiven/kafka_mirror_maker.py +8 -8
  35. pulumi_aiven/m3_aggregator.py +8 -8
  36. pulumi_aiven/m3_db.py +8 -8
  37. pulumi_aiven/mirror_maker_replication_flow.py +7 -7
  38. pulumi_aiven/my_sql.py +8 -8
  39. pulumi_aiven/open_search.py +8 -8
  40. pulumi_aiven/organization_group_project.py +17 -9
  41. pulumi_aiven/organization_permission.py +49 -49
  42. pulumi_aiven/outputs.py +883 -263
  43. pulumi_aiven/pg.py +8 -8
  44. pulumi_aiven/project_user.py +15 -7
  45. pulumi_aiven/pulumi-plugin.json +1 -1
  46. pulumi_aiven/redis.py +8 -8
  47. pulumi_aiven/service_integration.py +139 -123
  48. pulumi_aiven/service_integration_endpoint.py +302 -140
  49. pulumi_aiven/thanos.py +8 -8
  50. pulumi_aiven/valkey.py +8 -8
  51. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/METADATA +1 -1
  52. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/RECORD +54 -54
  53. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/WHEEL +0 -0
  54. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class AccountTeamProjectArgs:
28
28
  :param pulumi.Input[str] account_id: The unique account id
29
29
  :param pulumi.Input[str] team_id: An account team id
30
30
  :param pulumi.Input[str] project_name: The name of an already existing project
31
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
31
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
32
32
  """
33
33
  pulumi.set(__self__, "account_id", account_id)
34
34
  pulumi.set(__self__, "team_id", team_id)
@@ -77,7 +77,7 @@ class AccountTeamProjectArgs:
77
77
  @pulumi.getter(name="teamType")
78
78
  def team_type(self) -> Optional[pulumi.Input[str]]:
79
79
  """
80
- The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
80
+ The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
81
81
  """
82
82
  return pulumi.get(self, "team_type")
83
83
 
@@ -98,7 +98,7 @@ class _AccountTeamProjectState:
98
98
  :param pulumi.Input[str] account_id: The unique account id
99
99
  :param pulumi.Input[str] project_name: The name of an already existing project
100
100
  :param pulumi.Input[str] team_id: An account team id
101
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
101
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
102
102
  """
103
103
  if account_id is not None:
104
104
  pulumi.set(__self__, "account_id", account_id)
@@ -149,7 +149,7 @@ class _AccountTeamProjectState:
149
149
  @pulumi.getter(name="teamType")
150
150
  def team_type(self) -> Optional[pulumi.Input[str]]:
151
151
  """
152
- The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
152
+ The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
153
153
  """
154
154
  return pulumi.get(self, "team_type")
155
155
 
@@ -210,7 +210,7 @@ class AccountTeamProject(pulumi.CustomResource):
210
210
  :param pulumi.Input[str] account_id: The unique account id
211
211
  :param pulumi.Input[str] project_name: The name of an already existing project
212
212
  :param pulumi.Input[str] team_id: An account team id
213
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
213
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
214
214
  """
215
215
  ...
216
216
  @overload
@@ -315,7 +315,7 @@ class AccountTeamProject(pulumi.CustomResource):
315
315
  :param pulumi.Input[str] account_id: The unique account id
316
316
  :param pulumi.Input[str] project_name: The name of an already existing project
317
317
  :param pulumi.Input[str] team_id: An account team id
318
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
318
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
319
319
  """
320
320
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
321
321
 
@@ -355,7 +355,7 @@ class AccountTeamProject(pulumi.CustomResource):
355
355
  @pulumi.getter(name="teamType")
356
356
  def team_type(self) -> pulumi.Output[Optional[str]]:
357
357
  """
358
- The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
358
+ The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
359
359
  """
360
360
  return pulumi.get(self, "team_type")
361
361
 
pulumi_aiven/cassandra.py CHANGED
@@ -44,7 +44,7 @@ class CassandraArgs:
44
44
  :param pulumi.Input[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[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
46
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Values provided by the Cassandra server.
47
- :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
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[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
49
49
  :param pulumi.Input[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.
50
50
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -153,7 +153,7 @@ class CassandraArgs:
153
153
  @pulumi.getter(name="cassandraUserConfig")
154
154
  def cassandra_user_config(self) -> Optional[pulumi.Input['CassandraCassandraUserConfigArgs']]:
155
155
  """
156
- Cassandra user configurable settings
156
+ Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
157
157
  """
158
158
  return pulumi.get(self, "cassandra_user_config")
159
159
 
@@ -318,7 +318,7 @@ class _CassandraState:
318
318
  Input properties used for looking up and filtering Cassandra resources.
319
319
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
320
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Values provided by the Cassandra server.
321
- :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
321
+ :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
322
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
323
323
  :param pulumi.Input[Sequence[pulumi.Input['CassandraComponentArgs']]] components: Service component information objects
324
324
  :param pulumi.Input[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.
@@ -436,7 +436,7 @@ class _CassandraState:
436
436
  @pulumi.getter(name="cassandraUserConfig")
437
437
  def cassandra_user_config(self) -> Optional[pulumi.Input['CassandraCassandraUserConfigArgs']]:
438
438
  """
439
- Cassandra user configurable settings
439
+ Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
440
440
  """
441
441
  return pulumi.get(self, "cassandra_user_config")
442
442
 
@@ -803,7 +803,7 @@ class Cassandra(pulumi.CustomResource):
803
803
  :param pulumi.ResourceOptions opts: Options for the resource.
804
804
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
805
805
  :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Values provided by the Cassandra server.
806
- :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
806
+ :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
807
807
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
808
808
  :param pulumi.Input[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.
809
809
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -977,7 +977,7 @@ class Cassandra(pulumi.CustomResource):
977
977
  :param pulumi.ResourceOptions opts: Options for the resource.
978
978
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
979
979
  :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Values provided by the Cassandra server.
980
- :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
980
+ :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
981
981
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
982
982
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
983
983
  :param pulumi.Input[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.
@@ -1040,7 +1040,7 @@ class Cassandra(pulumi.CustomResource):
1040
1040
 
1041
1041
  @property
1042
1042
  @pulumi.getter(name="additionalDiskSpace")
1043
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1043
+ def additional_disk_space(self) -> pulumi.Output[str]:
1044
1044
  """
1045
1045
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1046
1046
  """
@@ -1058,7 +1058,7 @@ class Cassandra(pulumi.CustomResource):
1058
1058
  @pulumi.getter(name="cassandraUserConfig")
1059
1059
  def cassandra_user_config(self) -> pulumi.Output[Optional['outputs.CassandraCassandraUserConfig']]:
1060
1060
  """
1061
- Cassandra user configurable settings
1061
+ Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1062
1062
  """
1063
1063
  return pulumi.get(self, "cassandra_user_config")
1064
1064
 
@@ -44,7 +44,7 @@ class ClickhouseArgs:
44
44
  :param pulumi.Input[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[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
46
  :param pulumi.Input['ClickhouseClickhouseArgs'] clickhouse: Values provided by the ClickHouse server.
47
- :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
47
+ :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse 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[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
49
49
  :param pulumi.Input[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.
50
50
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -153,7 +153,7 @@ class ClickhouseArgs:
153
153
  @pulumi.getter(name="clickhouseUserConfig")
154
154
  def clickhouse_user_config(self) -> Optional[pulumi.Input['ClickhouseClickhouseUserConfigArgs']]:
155
155
  """
156
- Clickhouse user configurable settings
156
+ Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
157
157
  """
158
158
  return pulumi.get(self, "clickhouse_user_config")
159
159
 
@@ -318,7 +318,7 @@ class _ClickhouseState:
318
318
  Input properties used for looking up and filtering Clickhouse resources.
319
319
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
320
  :param pulumi.Input['ClickhouseClickhouseArgs'] clickhouse: Values provided by the ClickHouse server.
321
- :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
321
+ :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
322
322
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
323
323
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseComponentArgs']]] components: Service component information objects
324
324
  :param pulumi.Input[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.
@@ -436,7 +436,7 @@ class _ClickhouseState:
436
436
  @pulumi.getter(name="clickhouseUserConfig")
437
437
  def clickhouse_user_config(self) -> Optional[pulumi.Input['ClickhouseClickhouseUserConfigArgs']]:
438
438
  """
439
- Clickhouse user configurable settings
439
+ Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
440
440
  """
441
441
  return pulumi.get(self, "clickhouse_user_config")
442
442
 
@@ -797,7 +797,7 @@ class Clickhouse(pulumi.CustomResource):
797
797
  :param pulumi.ResourceOptions opts: Options for the resource.
798
798
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
799
799
  :param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
800
- :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
800
+ :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
801
801
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
802
802
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
803
803
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -965,7 +965,7 @@ class Clickhouse(pulumi.CustomResource):
965
965
  :param pulumi.ResourceOptions opts: Options for the resource.
966
966
  :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
967
967
  :param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
968
- :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
968
+ :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
969
969
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
970
970
  :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseComponentArgs', 'ClickhouseComponentArgsDict']]]] components: Service component information objects
971
971
  :param pulumi.Input[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.
@@ -1028,7 +1028,7 @@ class Clickhouse(pulumi.CustomResource):
1028
1028
 
1029
1029
  @property
1030
1030
  @pulumi.getter(name="additionalDiskSpace")
1031
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1031
+ def additional_disk_space(self) -> pulumi.Output[str]:
1032
1032
  """
1033
1033
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1034
1034
  """
@@ -1046,7 +1046,7 @@ class Clickhouse(pulumi.CustomResource):
1046
1046
  @pulumi.getter(name="clickhouseUserConfig")
1047
1047
  def clickhouse_user_config(self) -> pulumi.Output[Optional['outputs.ClickhouseClickhouseUserConfig']]:
1048
1048
  """
1049
- Clickhouse user configurable settings
1049
+ Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1050
1050
  """
1051
1051
  return pulumi.get(self, "clickhouse_user_config")
1052
1052
 
pulumi_aiven/dragonfly.py CHANGED
@@ -46,7 +46,7 @@ class DragonflyArgs:
46
46
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
47
47
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
48
  :param pulumi.Input['DragonflyDragonflyArgs'] dragonfly: Dragonfly server provided values
49
- :param pulumi.Input['DragonflyDragonflyUserConfigArgs'] dragonfly_user_config: Dragonfly user configurable settings
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[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
51
51
  :param pulumi.Input[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[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. 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. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
@@ -178,7 +178,7 @@ class DragonflyArgs:
178
178
  @pulumi.getter(name="dragonflyUserConfig")
179
179
  def dragonfly_user_config(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigArgs']]:
180
180
  """
181
- Dragonfly user configurable settings
181
+ Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
182
182
  """
183
183
  return pulumi.get(self, "dragonfly_user_config")
184
184
 
@@ -325,7 +325,7 @@ class _DragonflyState:
325
325
  :param pulumi.Input[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
326
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
327
327
  :param pulumi.Input['DragonflyDragonflyArgs'] dragonfly: Dragonfly server provided values
328
- :param pulumi.Input['DragonflyDragonflyUserConfigArgs'] dragonfly_user_config: Dragonfly user configurable settings
328
+ :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
329
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
330
330
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
331
  :param pulumi.Input[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).
@@ -522,7 +522,7 @@ class _DragonflyState:
522
522
  @pulumi.getter(name="dragonflyUserConfig")
523
523
  def dragonfly_user_config(self) -> Optional[pulumi.Input['DragonflyDragonflyUserConfigArgs']]:
524
524
  """
525
- Dragonfly user configurable settings
525
+ Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
526
526
  """
527
527
  return pulumi.get(self, "dragonfly_user_config")
528
528
 
@@ -800,7 +800,7 @@ class Dragonfly(pulumi.CustomResource):
800
800
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
801
801
  :param pulumi.Input[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.
802
802
  :param pulumi.Input[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']] dragonfly: Dragonfly server provided values
803
- :param pulumi.Input[Union['DragonflyDragonflyUserConfigArgs', 'DragonflyDragonflyUserConfigArgsDict']] dragonfly_user_config: Dragonfly user configurable settings
803
+ :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
804
804
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
805
805
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
806
806
  :param pulumi.Input[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).
@@ -974,7 +974,7 @@ class Dragonfly(pulumi.CustomResource):
974
974
  :param pulumi.Input[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.
975
975
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
976
976
  :param pulumi.Input[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']] dragonfly: Dragonfly server provided values
977
- :param pulumi.Input[Union['DragonflyDragonflyUserConfigArgs', 'DragonflyDragonflyUserConfigArgsDict']] dragonfly_user_config: Dragonfly user configurable settings
977
+ :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
978
978
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
979
979
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
980
980
  :param pulumi.Input[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).
@@ -1030,7 +1030,7 @@ class Dragonfly(pulumi.CustomResource):
1030
1030
 
1031
1031
  @property
1032
1032
  @pulumi.getter(name="additionalDiskSpace")
1033
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1033
+ def additional_disk_space(self) -> pulumi.Output[str]:
1034
1034
  """
1035
1035
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1036
1036
  """
@@ -1106,7 +1106,7 @@ class Dragonfly(pulumi.CustomResource):
1106
1106
  @pulumi.getter(name="dragonflyUserConfig")
1107
1107
  def dragonfly_user_config(self) -> pulumi.Output[Optional['outputs.DragonflyDragonflyUserConfig']]:
1108
1108
  """
1109
- Dragonfly user configurable settings
1109
+ Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1110
1110
  """
1111
1111
  return pulumi.get(self, "dragonfly_user_config")
1112
1112
 
pulumi_aiven/flink.py CHANGED
@@ -46,7 +46,7 @@ class FlinkArgs:
46
46
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
47
47
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
48
  :param pulumi.Input['FlinkFlinkArgs'] flink: Values provided by the Flink server.
49
- :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings
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[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
51
51
  :param pulumi.Input[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[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. 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. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
@@ -178,7 +178,7 @@ class FlinkArgs:
178
178
  @pulumi.getter(name="flinkUserConfig")
179
179
  def flink_user_config(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigArgs']]:
180
180
  """
181
- Flink user configurable settings
181
+ Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
182
182
  """
183
183
  return pulumi.get(self, "flink_user_config")
184
184
 
@@ -325,7 +325,7 @@ class _FlinkState:
325
325
  :param pulumi.Input[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
326
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
327
327
  :param pulumi.Input['FlinkFlinkArgs'] flink: Values provided by the Flink server.
328
- :param pulumi.Input['FlinkFlinkUserConfigArgs'] flink_user_config: Flink user configurable settings
328
+ :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
329
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
330
330
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
331
  :param pulumi.Input[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).
@@ -522,7 +522,7 @@ class _FlinkState:
522
522
  @pulumi.getter(name="flinkUserConfig")
523
523
  def flink_user_config(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigArgs']]:
524
524
  """
525
- Flink user configurable settings
525
+ Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
526
526
  """
527
527
  return pulumi.get(self, "flink_user_config")
528
528
 
@@ -802,7 +802,7 @@ class Flink(pulumi.CustomResource):
802
802
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
803
803
  :param pulumi.Input[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.
804
804
  :param pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']] flink: Values provided by the Flink server.
805
- :param pulumi.Input[Union['FlinkFlinkUserConfigArgs', 'FlinkFlinkUserConfigArgsDict']] flink_user_config: Flink user configurable settings
805
+ :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
806
806
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
807
807
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
808
808
  :param pulumi.Input[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,7 +978,7 @@ class Flink(pulumi.CustomResource):
978
978
  :param pulumi.Input[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.
979
979
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
980
980
  :param pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']] flink: Values provided by the Flink server.
981
- :param pulumi.Input[Union['FlinkFlinkUserConfigArgs', 'FlinkFlinkUserConfigArgsDict']] flink_user_config: Flink user configurable settings
981
+ :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
982
982
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
983
983
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
984
984
  :param pulumi.Input[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).
@@ -1034,7 +1034,7 @@ class Flink(pulumi.CustomResource):
1034
1034
 
1035
1035
  @property
1036
1036
  @pulumi.getter(name="additionalDiskSpace")
1037
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1037
+ def additional_disk_space(self) -> pulumi.Output[str]:
1038
1038
  """
1039
1039
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1040
1040
  """
@@ -1110,7 +1110,7 @@ class Flink(pulumi.CustomResource):
1110
1110
  @pulumi.getter(name="flinkUserConfig")
1111
1111
  def flink_user_config(self) -> pulumi.Output[Optional['outputs.FlinkFlinkUserConfig']]:
1112
1112
  """
1113
- Flink user configurable settings
1113
+ Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1114
1114
  """
1115
1115
  return pulumi.get(self, "flink_user_config")
1116
1116
 
@@ -79,7 +79,7 @@ class GetAccountTeamProjectResult:
79
79
  @pulumi.getter(name="teamType")
80
80
  def team_type(self) -> str:
81
81
  """
82
- The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
82
+ The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `role:services:maintenance`, `role:services:recover`, `organization:billing:read`, `organization:billing:write`, `organization:audit_logs:read`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write`, `organization:network:read`, `organization:network:write`, `role:organization:admin` and `service:users:write`.
83
83
  """
84
84
  return pulumi.get(self, "team_type")
85
85
 
@@ -130,7 +130,7 @@ class GetCassandaResult:
130
130
  @pulumi.getter(name="cassandraUserConfigs")
131
131
  def cassandra_user_configs(self) -> Sequence['outputs.GetCassandaCassandraUserConfigResult']:
132
132
  """
133
- Cassandra user configurable settings
133
+ Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
134
134
  """
135
135
  return pulumi.get(self, "cassandra_user_configs")
136
136
 
@@ -128,7 +128,7 @@ class GetCassandraResult:
128
128
  @pulumi.getter(name="cassandraUserConfigs")
129
129
  def cassandra_user_configs(self) -> Sequence['outputs.GetCassandraCassandraUserConfigResult']:
130
130
  """
131
- Cassandra user configurable settings
131
+ Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
132
132
  """
133
133
  return pulumi.get(self, "cassandra_user_configs")
134
134
 
@@ -128,7 +128,7 @@ class GetClickhouseResult:
128
128
  @pulumi.getter(name="clickhouseUserConfigs")
129
129
  def clickhouse_user_configs(self) -> Sequence['outputs.GetClickhouseClickhouseUserConfigResult']:
130
130
  """
131
- Clickhouse user configurable settings
131
+ Clickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
132
132
  """
133
133
  return pulumi.get(self, "clickhouse_user_configs")
134
134
 
@@ -192,7 +192,7 @@ class GetDragonflyResult:
192
192
  @pulumi.getter(name="dragonflyUserConfigs")
193
193
  def dragonfly_user_configs(self) -> Sequence['outputs.GetDragonflyDragonflyUserConfigResult']:
194
194
  """
195
- Dragonfly user configurable settings
195
+ Dragonfly user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
196
196
  """
197
197
  return pulumi.get(self, "dragonfly_user_configs")
198
198
 
pulumi_aiven/get_flink.py CHANGED
@@ -184,7 +184,7 @@ class GetFlinkResult:
184
184
  @pulumi.getter(name="flinkUserConfigs")
185
185
  def flink_user_configs(self) -> Sequence['outputs.GetFlinkFlinkUserConfigResult']:
186
186
  """
187
- Flink user configurable settings
187
+ Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
188
188
  """
189
189
  return pulumi.get(self, "flink_user_configs")
190
190
 
@@ -184,7 +184,7 @@ class GetGrafanaResult:
184
184
  @pulumi.getter(name="grafanaUserConfigs")
185
185
  def grafana_user_configs(self) -> Sequence['outputs.GetGrafanaGrafanaUserConfigResult']:
186
186
  """
187
- Grafana user configurable settings
187
+ Grafana user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
188
188
  """
189
189
  return pulumi.get(self, "grafana_user_configs")
190
190
 
pulumi_aiven/get_kafka.py CHANGED
@@ -206,7 +206,7 @@ class GetKafkaResult:
206
206
  @pulumi.getter(name="kafkaUserConfigs")
207
207
  def kafka_user_configs(self) -> Sequence['outputs.GetKafkaKafkaUserConfigResult']:
208
208
  """
209
- Kafka user configurable settings
209
+ Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
210
210
  """
211
211
  return pulumi.get(self, "kafka_user_configs")
212
212
 
@@ -189,7 +189,7 @@ class GetKafkaConnectResult:
189
189
  @pulumi.getter(name="kafkaConnectUserConfigs")
190
190
  def kafka_connect_user_configs(self) -> Sequence['outputs.GetKafkaConnectKafkaConnectUserConfigResult']:
191
191
  """
192
- KafkaConnect user configurable settings
192
+ KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
193
193
  """
194
194
  return pulumi.get(self, "kafka_connect_user_configs")
195
195
 
@@ -189,7 +189,7 @@ class GetKafkaMirrorMakerResult:
189
189
  @pulumi.getter(name="kafkaMirrormakerUserConfigs")
190
190
  def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetKafkaMirrorMakerKafkaMirrormakerUserConfigResult']:
191
191
  """
192
- KafkaMirrormaker user configurable settings
192
+ KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
193
193
  """
194
194
  return pulumi.get(self, "kafka_mirrormaker_user_configs")
195
195
 
@@ -192,7 +192,7 @@ class GetM3AggregatorResult:
192
192
  @pulumi.getter(name="m3aggregatorUserConfigs")
193
193
  def m3aggregator_user_configs(self) -> Sequence['outputs.GetM3AggregatorM3aggregatorUserConfigResult']:
194
194
  """
195
- M3aggregator user configurable settings
195
+ M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
196
196
  """
197
197
  return pulumi.get(self, "m3aggregator_user_configs")
198
198
 
pulumi_aiven/get_m3_db.py CHANGED
@@ -192,7 +192,7 @@ class GetM3DbResult:
192
192
  @pulumi.getter(name="m3dbUserConfigs")
193
193
  def m3db_user_configs(self) -> Sequence['outputs.GetM3DbM3dbUserConfigResult']:
194
194
  """
195
- M3db user configurable settings
195
+ M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
196
196
  """
197
197
  return pulumi.get(self, "m3db_user_configs")
198
198
 
@@ -120,7 +120,7 @@ class GetMirrorMakerReplicationFlowResult:
120
120
  @pulumi.getter(name="offsetSyncsTopicLocation")
121
121
  def offset_syncs_topic_location(self) -> str:
122
122
  """
123
- Offset syncs topic location. Possible values are `source` & `target`. There is no default value.
123
+ Offset syncs topic location. The possible values are `source` and `target`.
124
124
  """
125
125
  return pulumi.get(self, "offset_syncs_topic_location")
126
126
 
@@ -208,7 +208,7 @@ class GetMySqlResult:
208
208
  @pulumi.getter(name="mysqlUserConfigs")
209
209
  def mysql_user_configs(self) -> Sequence['outputs.GetMySqlMysqlUserConfigResult']:
210
210
  """
211
- Mysql user configurable settings
211
+ Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "mysql_user_configs")
214
214
 
@@ -208,7 +208,7 @@ class GetOpenSearchResult:
208
208
  @pulumi.getter(name="opensearchUserConfigs")
209
209
  def opensearch_user_configs(self) -> Sequence['outputs.GetOpenSearchOpensearchUserConfigResult']:
210
210
  """
211
- Opensearch user configurable settings
211
+ Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "opensearch_user_configs")
214
214
 
pulumi_aiven/get_pg.py CHANGED
@@ -208,7 +208,7 @@ class GetPgResult:
208
208
  @pulumi.getter(name="pgUserConfigs")
209
209
  def pg_user_configs(self) -> Sequence['outputs.GetPgPgUserConfigResult']:
210
210
  """
211
- Pg user configurable settings
211
+ Pg user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "pg_user_configs")
214
214
 
@@ -71,7 +71,7 @@ class GetProjectUserResult:
71
71
  @pulumi.getter(name="memberType")
72
72
  def member_type(self) -> str:
73
73
  """
74
- Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
74
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
75
75
  """
76
76
  return pulumi.get(self, "member_type")
77
77
 
pulumi_aiven/get_redis.py CHANGED
@@ -240,7 +240,7 @@ class GetRedisResult:
240
240
  @pulumi.getter(name="redisUserConfigs")
241
241
  def redis_user_configs(self) -> Sequence['outputs.GetRedisRedisUserConfigResult']:
242
242
  """
243
- Redis user configurable settings
243
+ Redis user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
244
244
  """
245
245
  return pulumi.get(self, "redis_user_configs")
246
246