pulumi-aiven 6.22.0a1723820065__py3-none-any.whl → 6.22.0a1724238465__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 (55) hide show
  1. pulumi_aiven/_inputs.py +721 -67
  2. pulumi_aiven/account_team_project.py +7 -7
  3. pulumi_aiven/cassandra.py +7 -7
  4. pulumi_aiven/clickhouse.py +7 -7
  5. pulumi_aiven/dragonfly.py +7 -7
  6. pulumi_aiven/flink.py +7 -7
  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_my_sql.py +1 -1
  20. pulumi_aiven/get_mysql_user.py +1 -1
  21. pulumi_aiven/get_open_search.py +1 -1
  22. pulumi_aiven/get_pg.py +8 -8
  23. pulumi_aiven/get_pg_database.py +8 -8
  24. pulumi_aiven/get_pg_user.py +16 -16
  25. pulumi_aiven/get_project_user.py +1 -1
  26. pulumi_aiven/get_project_vpc.py +1 -1
  27. pulumi_aiven/get_redis.py +1 -1
  28. pulumi_aiven/get_service_integration.py +3 -3
  29. pulumi_aiven/get_thanos.py +1 -1
  30. pulumi_aiven/get_valkey.py +1 -1
  31. pulumi_aiven/grafana.py +7 -7
  32. pulumi_aiven/influx_db.py +21 -14
  33. pulumi_aiven/kafka.py +7 -7
  34. pulumi_aiven/kafka_connect.py +7 -7
  35. pulumi_aiven/kafka_mirror_maker.py +7 -7
  36. pulumi_aiven/m3_aggregator.py +7 -7
  37. pulumi_aiven/m3_db.py +7 -7
  38. pulumi_aiven/my_sql.py +7 -7
  39. pulumi_aiven/mysql_user.py +7 -7
  40. pulumi_aiven/open_search.py +7 -7
  41. pulumi_aiven/outputs.py +1252 -135
  42. pulumi_aiven/pg.py +18 -18
  43. pulumi_aiven/pg_database.py +12 -12
  44. pulumi_aiven/pg_user.py +47 -47
  45. pulumi_aiven/project_user.py +7 -7
  46. pulumi_aiven/project_vpc.py +4 -4
  47. pulumi_aiven/pulumi-plugin.json +1 -1
  48. pulumi_aiven/redis.py +7 -7
  49. pulumi_aiven/service_integration.py +7 -7
  50. pulumi_aiven/thanos.py +7 -7
  51. pulumi_aiven/valkey.py +7 -7
  52. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/METADATA +1 -1
  53. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/RECORD +55 -55
  54. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/WHEEL +1 -1
  55. {pulumi_aiven-6.22.0a1723820065.dist-info → pulumi_aiven-6.22.0a1724238465.dist-info}/top_level.txt +0 -0
pulumi_aiven/pg.py CHANGED
@@ -36,12 +36,12 @@ class PgArgs:
36
36
  The set of arguments for constructing a Pg resource.
37
37
  :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
38
38
  :param pulumi.Input[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.
39
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
39
+ :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.
40
40
  :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).
41
41
  :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.
42
42
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
43
43
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
44
- :param pulumi.Input['PgPgArgs'] pg: PostgreSQL specific server provided values
44
+ :param pulumi.Input['PgPgArgs'] pg: Values provided by the PostgreSQL server.
45
45
  :param pulumi.Input['PgPgUserConfigArgs'] pg_user_config: Pg user configurable settings
46
46
  :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.
47
47
  :param pulumi.Input[Sequence[pulumi.Input['PgServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -113,7 +113,7 @@ class PgArgs:
113
113
  @pulumi.getter(name="additionalDiskSpace")
114
114
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
115
115
  """
116
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
116
+ 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.
117
117
  """
118
118
  return pulumi.get(self, "additional_disk_space")
119
119
 
@@ -174,7 +174,7 @@ class PgArgs:
174
174
  @pulumi.getter
175
175
  def pg(self) -> Optional[pulumi.Input['PgPgArgs']]:
176
176
  """
177
- PostgreSQL specific server provided values
177
+ Values provided by the PostgreSQL server.
178
178
  """
179
179
  return pulumi.get(self, "pg")
180
180
 
@@ -312,7 +312,7 @@ class _PgState:
312
312
  termination_protection: Optional[pulumi.Input[bool]] = None):
313
313
  """
314
314
  Input properties used for looking up and filtering Pg resources.
315
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
315
+ :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.
316
316
  :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).
317
317
  :param pulumi.Input[Sequence[pulumi.Input['PgComponentArgs']]] components: Service component information objects
318
318
  :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.
@@ -322,7 +322,7 @@ class _PgState:
322
322
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
323
323
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
324
324
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
325
- :param pulumi.Input['PgPgArgs'] pg: PostgreSQL specific server provided values
325
+ :param pulumi.Input['PgPgArgs'] pg: Values provided by the PostgreSQL server.
326
326
  :param pulumi.Input['PgPgUserConfigArgs'] pg_user_config: Pg user configurable settings
327
327
  :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
328
328
  :param pulumi.Input[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.
@@ -405,7 +405,7 @@ class _PgState:
405
405
  @pulumi.getter(name="additionalDiskSpace")
406
406
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
407
407
  """
408
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
408
+ 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.
409
409
  """
410
410
  return pulumi.get(self, "additional_disk_space")
411
411
 
@@ -526,7 +526,7 @@ class _PgState:
526
526
  @pulumi.getter
527
527
  def pg(self) -> Optional[pulumi.Input['PgPgArgs']]:
528
528
  """
529
- PostgreSQL specific server provided values
529
+ Values provided by the PostgreSQL server.
530
530
  """
531
531
  return pulumi.get(self, "pg")
532
532
 
@@ -762,22 +762,22 @@ class Pg(pulumi.CustomResource):
762
762
  termination_protection: Optional[pulumi.Input[bool]] = None,
763
763
  __props__=None):
764
764
  """
765
- The PG resource allows the creation and management of Aiven PostgreSQL services.
765
+ Creates and manages an Aiven for PostgreSQL® service.
766
766
 
767
767
  ## Import
768
768
 
769
769
  ```sh
770
- $ pulumi import aiven:index/pg:Pg pg PROJECT/SERVICE_NAME
770
+ $ pulumi import aiven:index/pg:Pg example_postgres PROJECT/SERVICE_NAME
771
771
  ```
772
772
 
773
773
  :param str resource_name: The name of the resource.
774
774
  :param pulumi.ResourceOptions opts: Options for the resource.
775
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
775
+ :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.
776
776
  :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).
777
777
  :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.
778
778
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
779
779
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
780
- :param pulumi.Input[Union['PgPgArgs', 'PgPgArgsDict']] pg: PostgreSQL specific server provided values
780
+ :param pulumi.Input[Union['PgPgArgs', 'PgPgArgsDict']] pg: Values provided by the PostgreSQL server.
781
781
  :param pulumi.Input[Union['PgPgUserConfigArgs', 'PgPgUserConfigArgsDict']] pg_user_config: Pg user configurable settings
782
782
  :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
783
783
  :param pulumi.Input[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.
@@ -796,12 +796,12 @@ class Pg(pulumi.CustomResource):
796
796
  args: PgArgs,
797
797
  opts: Optional[pulumi.ResourceOptions] = None):
798
798
  """
799
- The PG resource allows the creation and management of Aiven PostgreSQL services.
799
+ Creates and manages an Aiven for PostgreSQL® service.
800
800
 
801
801
  ## Import
802
802
 
803
803
  ```sh
804
- $ pulumi import aiven:index/pg:Pg pg PROJECT/SERVICE_NAME
804
+ $ pulumi import aiven:index/pg:Pg example_postgres PROJECT/SERVICE_NAME
805
805
  ```
806
806
 
807
807
  :param str resource_name: The name of the resource.
@@ -923,7 +923,7 @@ class Pg(pulumi.CustomResource):
923
923
  :param str resource_name: The unique name of the resulting resource.
924
924
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
925
925
  :param pulumi.ResourceOptions opts: Options for the resource.
926
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
926
+ :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.
927
927
  :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).
928
928
  :param pulumi.Input[Sequence[pulumi.Input[Union['PgComponentArgs', 'PgComponentArgsDict']]]] components: Service component information objects
929
929
  :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.
@@ -933,7 +933,7 @@ class Pg(pulumi.CustomResource):
933
933
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
934
934
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
935
935
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
936
- :param pulumi.Input[Union['PgPgArgs', 'PgPgArgsDict']] pg: PostgreSQL specific server provided values
936
+ :param pulumi.Input[Union['PgPgArgs', 'PgPgArgsDict']] pg: Values provided by the PostgreSQL server.
937
937
  :param pulumi.Input[Union['PgPgUserConfigArgs', 'PgPgUserConfigArgsDict']] pg_user_config: Pg user configurable settings
938
938
  :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
939
939
  :param pulumi.Input[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.
@@ -990,7 +990,7 @@ class Pg(pulumi.CustomResource):
990
990
  @pulumi.getter(name="additionalDiskSpace")
991
991
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
992
992
  """
993
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
993
+ 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.
994
994
  """
995
995
  return pulumi.get(self, "additional_disk_space")
996
996
 
@@ -1071,7 +1071,7 @@ class Pg(pulumi.CustomResource):
1071
1071
  @pulumi.getter
1072
1072
  def pg(self) -> pulumi.Output['outputs.PgPg']:
1073
1073
  """
1074
- PostgreSQL specific server provided values
1074
+ Values provided by the PostgreSQL server.
1075
1075
  """
1076
1076
  return pulumi.get(self, "pg")
1077
1077
 
@@ -221,7 +221,7 @@ class PgDatabase(pulumi.CustomResource):
221
221
  termination_protection: Optional[pulumi.Input[bool]] = None,
222
222
  __props__=None):
223
223
  """
224
- The PG Database resource allows the creation and management of Aiven PostgreSQL Databases.
224
+ Creates and manages a database in an Aiven for PostgreSQL® service.
225
225
 
226
226
  ## Example Usage
227
227
 
@@ -229,16 +229,16 @@ class PgDatabase(pulumi.CustomResource):
229
229
  import pulumi
230
230
  import pulumi_aiven as aiven
231
231
 
232
- mydatabase = aiven.PgDatabase("mydatabase",
233
- project=myproject["project"],
234
- service_name=mypg["serviceName"],
235
- database_name="<DATABASE_NAME>")
232
+ main = aiven.PgDatabase("main",
233
+ project=example_project["project"],
234
+ service_name=example_postgres["serviceName"],
235
+ database_name="example-database")
236
236
  ```
237
237
 
238
238
  ## Import
239
239
 
240
240
  ```sh
241
- $ pulumi import aiven:index/pgDatabase:PgDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
241
+ $ pulumi import aiven:index/pgDatabase:PgDatabase main PROJECT/SERVICE_NAME/DATABASE_NAME
242
242
  ```
243
243
 
244
244
  :param str resource_name: The name of the resource.
@@ -256,7 +256,7 @@ class PgDatabase(pulumi.CustomResource):
256
256
  args: PgDatabaseArgs,
257
257
  opts: Optional[pulumi.ResourceOptions] = None):
258
258
  """
259
- The PG Database resource allows the creation and management of Aiven PostgreSQL Databases.
259
+ Creates and manages a database in an Aiven for PostgreSQL® service.
260
260
 
261
261
  ## Example Usage
262
262
 
@@ -264,16 +264,16 @@ class PgDatabase(pulumi.CustomResource):
264
264
  import pulumi
265
265
  import pulumi_aiven as aiven
266
266
 
267
- mydatabase = aiven.PgDatabase("mydatabase",
268
- project=myproject["project"],
269
- service_name=mypg["serviceName"],
270
- database_name="<DATABASE_NAME>")
267
+ main = aiven.PgDatabase("main",
268
+ project=example_project["project"],
269
+ service_name=example_postgres["serviceName"],
270
+ database_name="example-database")
271
271
  ```
272
272
 
273
273
  ## Import
274
274
 
275
275
  ```sh
276
- $ pulumi import aiven:index/pgDatabase:PgDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
276
+ $ pulumi import aiven:index/pgDatabase:PgDatabase main PROJECT/SERVICE_NAME/DATABASE_NAME
277
277
  ```
278
278
 
279
279
  :param str resource_name: The name of the resource.
pulumi_aiven/pg_user.py CHANGED
@@ -23,9 +23,9 @@ class PgUserArgs:
23
23
  The set of arguments for constructing a PgUser resource.
24
24
  :param pulumi.Input[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.
25
25
  :param pulumi.Input[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.
26
- :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
27
- :param pulumi.Input[str] password: The password of the PG User (not applicable for all services).
28
- :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed.
26
+ :param pulumi.Input[str] username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
27
+ :param pulumi.Input[str] password: The password of the service user.
28
+ :param pulumi.Input[bool] pg_allow_replication: Allows replication.
29
29
  """
30
30
  pulumi.set(__self__, "project", project)
31
31
  pulumi.set(__self__, "service_name", service_name)
@@ -63,7 +63,7 @@ class PgUserArgs:
63
63
  @pulumi.getter
64
64
  def username(self) -> pulumi.Input[str]:
65
65
  """
66
- The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
66
+ The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
67
67
  """
68
68
  return pulumi.get(self, "username")
69
69
 
@@ -75,7 +75,7 @@ class PgUserArgs:
75
75
  @pulumi.getter
76
76
  def password(self) -> Optional[pulumi.Input[str]]:
77
77
  """
78
- The password of the PG User (not applicable for all services).
78
+ The password of the service user.
79
79
  """
80
80
  return pulumi.get(self, "password")
81
81
 
@@ -87,7 +87,7 @@ class PgUserArgs:
87
87
  @pulumi.getter(name="pgAllowReplication")
88
88
  def pg_allow_replication(self) -> Optional[pulumi.Input[bool]]:
89
89
  """
90
- Defines whether replication is allowed.
90
+ Allows replication.
91
91
  """
92
92
  return pulumi.get(self, "pg_allow_replication")
93
93
 
@@ -109,14 +109,14 @@ class _PgUserState:
109
109
  username: Optional[pulumi.Input[str]] = None):
110
110
  """
111
111
  Input properties used for looking up and filtering PgUser resources.
112
- :param pulumi.Input[str] access_cert: Access certificate for the user
113
- :param pulumi.Input[str] access_key: Access certificate key for the user
114
- :param pulumi.Input[str] password: The password of the PG User (not applicable for all services).
115
- :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed.
112
+ :param pulumi.Input[str] access_cert: The access certificate for the servie user.
113
+ :param pulumi.Input[str] access_key: The access certificate key for the service user.
114
+ :param pulumi.Input[str] password: The password of the service user.
115
+ :param pulumi.Input[bool] pg_allow_replication: Allows replication.
116
116
  :param pulumi.Input[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.
117
117
  :param pulumi.Input[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.
118
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
119
- :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
118
+ :param pulumi.Input[str] type: The service user account type, either primary or regular.
119
+ :param pulumi.Input[str] username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
120
120
  """
121
121
  if access_cert is not None:
122
122
  pulumi.set(__self__, "access_cert", access_cert)
@@ -139,7 +139,7 @@ class _PgUserState:
139
139
  @pulumi.getter(name="accessCert")
140
140
  def access_cert(self) -> Optional[pulumi.Input[str]]:
141
141
  """
142
- Access certificate for the user
142
+ The access certificate for the servie user.
143
143
  """
144
144
  return pulumi.get(self, "access_cert")
145
145
 
@@ -151,7 +151,7 @@ class _PgUserState:
151
151
  @pulumi.getter(name="accessKey")
152
152
  def access_key(self) -> Optional[pulumi.Input[str]]:
153
153
  """
154
- Access certificate key for the user
154
+ The access certificate key for the service user.
155
155
  """
156
156
  return pulumi.get(self, "access_key")
157
157
 
@@ -163,7 +163,7 @@ class _PgUserState:
163
163
  @pulumi.getter
164
164
  def password(self) -> Optional[pulumi.Input[str]]:
165
165
  """
166
- The password of the PG User (not applicable for all services).
166
+ The password of the service user.
167
167
  """
168
168
  return pulumi.get(self, "password")
169
169
 
@@ -175,7 +175,7 @@ class _PgUserState:
175
175
  @pulumi.getter(name="pgAllowReplication")
176
176
  def pg_allow_replication(self) -> Optional[pulumi.Input[bool]]:
177
177
  """
178
- Defines whether replication is allowed.
178
+ Allows replication.
179
179
  """
180
180
  return pulumi.get(self, "pg_allow_replication")
181
181
 
@@ -211,7 +211,7 @@ class _PgUserState:
211
211
  @pulumi.getter
212
212
  def type(self) -> Optional[pulumi.Input[str]]:
213
213
  """
214
- Type of the user account. Tells whether the user is the primary account or a regular account.
214
+ The service user account type, either primary or regular.
215
215
  """
216
216
  return pulumi.get(self, "type")
217
217
 
@@ -223,7 +223,7 @@ class _PgUserState:
223
223
  @pulumi.getter
224
224
  def username(self) -> Optional[pulumi.Input[str]]:
225
225
  """
226
- The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
226
+ The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
227
227
  """
228
228
  return pulumi.get(self, "username")
229
229
 
@@ -244,7 +244,7 @@ class PgUser(pulumi.CustomResource):
244
244
  username: Optional[pulumi.Input[str]] = None,
245
245
  __props__=None):
246
246
  """
247
- The PG User resource allows the creation and management of Aiven PG Users.
247
+ Creates and manages an Aiven for PostgreSQL® service user.
248
248
 
249
249
  ## Example Usage
250
250
 
@@ -252,26 +252,26 @@ class PgUser(pulumi.CustomResource):
252
252
  import pulumi
253
253
  import pulumi_aiven as aiven
254
254
 
255
- foo = aiven.PgUser("foo",
256
- service_name=bar["serviceName"],
257
- project="my-project",
258
- username="user-1",
259
- password="Test$1234")
255
+ example_user = aiven.PgUser("example_user",
256
+ service_name=example_postgres["serviceName"],
257
+ project=example_project["project"],
258
+ username="example-service-user",
259
+ password=service_user_password)
260
260
  ```
261
261
 
262
262
  ## Import
263
263
 
264
264
  ```sh
265
- $ pulumi import aiven:index/pgUser:PgUser user PROJECT/SERVICE_NAME/USERNAME
265
+ $ pulumi import aiven:index/pgUser:PgUser example_user PROJECT/SERVICE_NAME/USERNAME
266
266
  ```
267
267
 
268
268
  :param str resource_name: The name of the resource.
269
269
  :param pulumi.ResourceOptions opts: Options for the resource.
270
- :param pulumi.Input[str] password: The password of the PG User (not applicable for all services).
271
- :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed.
270
+ :param pulumi.Input[str] password: The password of the service user.
271
+ :param pulumi.Input[bool] pg_allow_replication: Allows replication.
272
272
  :param pulumi.Input[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.
273
273
  :param pulumi.Input[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.
274
- :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
274
+ :param pulumi.Input[str] username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
275
275
  """
276
276
  ...
277
277
  @overload
@@ -280,7 +280,7 @@ class PgUser(pulumi.CustomResource):
280
280
  args: PgUserArgs,
281
281
  opts: Optional[pulumi.ResourceOptions] = None):
282
282
  """
283
- The PG User resource allows the creation and management of Aiven PG Users.
283
+ Creates and manages an Aiven for PostgreSQL® service user.
284
284
 
285
285
  ## Example Usage
286
286
 
@@ -288,17 +288,17 @@ class PgUser(pulumi.CustomResource):
288
288
  import pulumi
289
289
  import pulumi_aiven as aiven
290
290
 
291
- foo = aiven.PgUser("foo",
292
- service_name=bar["serviceName"],
293
- project="my-project",
294
- username="user-1",
295
- password="Test$1234")
291
+ example_user = aiven.PgUser("example_user",
292
+ service_name=example_postgres["serviceName"],
293
+ project=example_project["project"],
294
+ username="example-service-user",
295
+ password=service_user_password)
296
296
  ```
297
297
 
298
298
  ## Import
299
299
 
300
300
  ```sh
301
- $ pulumi import aiven:index/pgUser:PgUser user PROJECT/SERVICE_NAME/USERNAME
301
+ $ pulumi import aiven:index/pgUser:PgUser example_user PROJECT/SERVICE_NAME/USERNAME
302
302
  ```
303
303
 
304
304
  :param str resource_name: The name of the resource.
@@ -371,14 +371,14 @@ class PgUser(pulumi.CustomResource):
371
371
  :param str resource_name: The unique name of the resulting resource.
372
372
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
373
373
  :param pulumi.ResourceOptions opts: Options for the resource.
374
- :param pulumi.Input[str] access_cert: Access certificate for the user
375
- :param pulumi.Input[str] access_key: Access certificate key for the user
376
- :param pulumi.Input[str] password: The password of the PG User (not applicable for all services).
377
- :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed.
374
+ :param pulumi.Input[str] access_cert: The access certificate for the servie user.
375
+ :param pulumi.Input[str] access_key: The access certificate key for the service user.
376
+ :param pulumi.Input[str] password: The password of the service user.
377
+ :param pulumi.Input[bool] pg_allow_replication: Allows replication.
378
378
  :param pulumi.Input[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.
379
379
  :param pulumi.Input[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.
380
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
381
- :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
380
+ :param pulumi.Input[str] type: The service user account type, either primary or regular.
381
+ :param pulumi.Input[str] username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
382
382
  """
383
383
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
384
384
 
@@ -398,7 +398,7 @@ class PgUser(pulumi.CustomResource):
398
398
  @pulumi.getter(name="accessCert")
399
399
  def access_cert(self) -> pulumi.Output[str]:
400
400
  """
401
- Access certificate for the user
401
+ The access certificate for the servie user.
402
402
  """
403
403
  return pulumi.get(self, "access_cert")
404
404
 
@@ -406,7 +406,7 @@ class PgUser(pulumi.CustomResource):
406
406
  @pulumi.getter(name="accessKey")
407
407
  def access_key(self) -> pulumi.Output[str]:
408
408
  """
409
- Access certificate key for the user
409
+ The access certificate key for the service user.
410
410
  """
411
411
  return pulumi.get(self, "access_key")
412
412
 
@@ -414,7 +414,7 @@ class PgUser(pulumi.CustomResource):
414
414
  @pulumi.getter
415
415
  def password(self) -> pulumi.Output[str]:
416
416
  """
417
- The password of the PG User (not applicable for all services).
417
+ The password of the service user.
418
418
  """
419
419
  return pulumi.get(self, "password")
420
420
 
@@ -422,7 +422,7 @@ class PgUser(pulumi.CustomResource):
422
422
  @pulumi.getter(name="pgAllowReplication")
423
423
  def pg_allow_replication(self) -> pulumi.Output[Optional[bool]]:
424
424
  """
425
- Defines whether replication is allowed.
425
+ Allows replication.
426
426
  """
427
427
  return pulumi.get(self, "pg_allow_replication")
428
428
 
@@ -446,7 +446,7 @@ class PgUser(pulumi.CustomResource):
446
446
  @pulumi.getter
447
447
  def type(self) -> pulumi.Output[str]:
448
448
  """
449
- Type of the user account. Tells whether the user is the primary account or a regular account.
449
+ The service user account type, either primary or regular.
450
450
  """
451
451
  return pulumi.get(self, "type")
452
452
 
@@ -454,7 +454,7 @@ class PgUser(pulumi.CustomResource):
454
454
  @pulumi.getter
455
455
  def username(self) -> pulumi.Output[str]:
456
456
  """
457
- The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
457
+ The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
458
458
  """
459
459
  return pulumi.get(self, "username")
460
460
 
@@ -20,7 +20,7 @@ class ProjectUserArgs:
20
20
  """
21
21
  The set of arguments for constructing a ProjectUser resource.
22
22
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
23
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
23
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
24
24
  :param pulumi.Input[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.
25
25
  """
26
26
  pulumi.set(__self__, "email", email)
@@ -43,7 +43,7 @@ class ProjectUserArgs:
43
43
  @pulumi.getter(name="memberType")
44
44
  def member_type(self) -> pulumi.Input[str]:
45
45
  """
46
- Project membership type. The possible values are `admin`, `developer` and `operator`.
46
+ Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
47
47
  """
48
48
  return pulumi.get(self, "member_type")
49
49
 
@@ -75,7 +75,7 @@ class _ProjectUserState:
75
75
  Input properties used for looking up and filtering ProjectUser resources.
76
76
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
77
77
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
78
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
78
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
79
79
  :param pulumi.Input[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.
80
80
  """
81
81
  if accepted is not None:
@@ -115,7 +115,7 @@ class _ProjectUserState:
115
115
  @pulumi.getter(name="memberType")
116
116
  def member_type(self) -> Optional[pulumi.Input[str]]:
117
117
  """
118
- Project membership type. The possible values are `admin`, `developer` and `operator`.
118
+ Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
119
119
  """
120
120
  return pulumi.get(self, "member_type")
121
121
 
@@ -169,7 +169,7 @@ class ProjectUser(pulumi.CustomResource):
169
169
  :param str resource_name: The name of the resource.
170
170
  :param pulumi.ResourceOptions opts: Options for the resource.
171
171
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
172
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
172
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
173
173
  :param pulumi.Input[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.
174
174
  """
175
175
  ...
@@ -259,7 +259,7 @@ class ProjectUser(pulumi.CustomResource):
259
259
  :param pulumi.ResourceOptions opts: Options for the resource.
260
260
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
261
261
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
262
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
262
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
263
263
  :param pulumi.Input[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.
264
264
  """
265
265
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -292,7 +292,7 @@ class ProjectUser(pulumi.CustomResource):
292
292
  @pulumi.getter(name="memberType")
293
293
  def member_type(self) -> pulumi.Output[str]:
294
294
  """
295
- Project membership type. The possible values are `admin`, `developer` and `operator`.
295
+ Project membership type. The possible values are `admin`, `developer`, `operator` and `read_only`.
296
296
  """
297
297
  return pulumi.get(self, "member_type")
298
298
 
@@ -76,7 +76,7 @@ class _ProjectVpcState:
76
76
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
77
77
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
78
78
  :param pulumi.Input[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.
79
- :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
79
+ :param pulumi.Input[str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
80
80
  """
81
81
  if cloud_name is not None:
82
82
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -127,7 +127,7 @@ class _ProjectVpcState:
127
127
  @pulumi.getter
128
128
  def state(self) -> Optional[pulumi.Input[str]]:
129
129
  """
130
- State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
130
+ State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
131
131
  """
132
132
  return pulumi.get(self, "state")
133
133
 
@@ -260,7 +260,7 @@ class ProjectVpc(pulumi.CustomResource):
260
260
  :param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
261
261
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
262
262
  :param pulumi.Input[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.
263
- :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
263
+ :param pulumi.Input[str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
264
264
  """
265
265
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
266
266
 
@@ -300,7 +300,7 @@ class ProjectVpc(pulumi.CustomResource):
300
300
  @pulumi.getter
301
301
  def state(self) -> pulumi.Output[str]:
302
302
  """
303
- State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
303
+ State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
304
304
  """
305
305
  return pulumi.get(self, "state")
306
306
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.22.0-alpha.1723820065"
4
+ "version": "6.22.0-alpha.1724238465"
5
5
  }