pulumi-aiven 6.21.0a1722057299__py3-none-any.whl → 6.22.0__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 (75) hide show
  1. pulumi_aiven/_inputs.py +980 -158
  2. pulumi_aiven/account_authentication.py +5 -5
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/aws_vpc_peering_connection.py +7 -7
  5. pulumi_aiven/azure_privatelink_connection_approval.py +16 -16
  6. pulumi_aiven/azure_vpc_peering_connection.py +7 -7
  7. pulumi_aiven/cassandra.py +46 -46
  8. pulumi_aiven/clickhouse.py +34 -34
  9. pulumi_aiven/clickhouse_grant.py +34 -34
  10. pulumi_aiven/dragonfly.py +40 -40
  11. pulumi_aiven/flink.py +40 -40
  12. pulumi_aiven/flink_application_deployment.py +16 -16
  13. pulumi_aiven/flink_application_version.py +36 -36
  14. pulumi_aiven/gcp_vpc_peering_connection.py +7 -7
  15. pulumi_aiven/get_account_team_project.py +1 -1
  16. pulumi_aiven/get_aws_vpc_peering_connection.py +1 -1
  17. pulumi_aiven/get_azure_vpc_peering_connection.py +1 -1
  18. pulumi_aiven/get_cassanda.py +1 -1
  19. pulumi_aiven/get_cassandra.py +1 -1
  20. pulumi_aiven/get_clickhouse.py +1 -1
  21. pulumi_aiven/get_dragonfly.py +1 -1
  22. pulumi_aiven/get_flink.py +1 -1
  23. pulumi_aiven/get_gcp_vpc_peering_connection.py +1 -1
  24. pulumi_aiven/get_grafana.py +1 -1
  25. pulumi_aiven/get_kafka.py +1 -1
  26. pulumi_aiven/get_kafka_connect.py +1 -1
  27. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  28. pulumi_aiven/get_m3_aggregator.py +1 -1
  29. pulumi_aiven/get_m3_db.py +1 -1
  30. pulumi_aiven/get_my_sql.py +1 -1
  31. pulumi_aiven/get_mysql_user.py +1 -1
  32. pulumi_aiven/get_open_search.py +1 -1
  33. pulumi_aiven/get_pg.py +8 -8
  34. pulumi_aiven/get_pg_database.py +8 -8
  35. pulumi_aiven/get_pg_user.py +16 -16
  36. pulumi_aiven/get_project_user.py +1 -1
  37. pulumi_aiven/get_project_vpc.py +1 -1
  38. pulumi_aiven/get_redis.py +1 -1
  39. pulumi_aiven/get_service_integration.py +3 -3
  40. pulumi_aiven/get_thanos.py +1 -1
  41. pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
  42. pulumi_aiven/get_valkey.py +1 -1
  43. pulumi_aiven/grafana.py +46 -46
  44. pulumi_aiven/influx_db.py +48 -41
  45. pulumi_aiven/kafka.py +62 -62
  46. pulumi_aiven/kafka_connect.py +59 -59
  47. pulumi_aiven/kafka_connector.py +2 -2
  48. pulumi_aiven/kafka_mirror_maker.py +45 -45
  49. pulumi_aiven/kafka_topic.py +18 -18
  50. pulumi_aiven/m3_aggregator.py +40 -40
  51. pulumi_aiven/m3_db.py +48 -48
  52. pulumi_aiven/my_sql.py +54 -54
  53. pulumi_aiven/mysql_user.py +7 -7
  54. pulumi_aiven/open_search.py +56 -56
  55. pulumi_aiven/organization.py +3 -3
  56. pulumi_aiven/organization_group_project.py +3 -3
  57. pulumi_aiven/organization_user_group_member.py +3 -3
  58. pulumi_aiven/outputs.py +1708 -317
  59. pulumi_aiven/pg.py +43 -43
  60. pulumi_aiven/pg_database.py +12 -12
  61. pulumi_aiven/pg_user.py +47 -47
  62. pulumi_aiven/project.py +5 -5
  63. pulumi_aiven/project_user.py +7 -7
  64. pulumi_aiven/project_vpc.py +4 -4
  65. pulumi_aiven/pulumi-plugin.json +1 -1
  66. pulumi_aiven/redis.py +46 -46
  67. pulumi_aiven/service_integration.py +72 -72
  68. pulumi_aiven/service_integration_endpoint.py +65 -65
  69. pulumi_aiven/thanos.py +34 -34
  70. pulumi_aiven/transit_gateway_vpc_attachment.py +7 -7
  71. pulumi_aiven/valkey.py +40 -40
  72. {pulumi_aiven-6.21.0a1722057299.dist-info → pulumi_aiven-6.22.0.dist-info}/METADATA +1 -1
  73. {pulumi_aiven-6.21.0a1722057299.dist-info → pulumi_aiven-6.22.0.dist-info}/RECORD +75 -75
  74. {pulumi_aiven-6.21.0a1722057299.dist-info → pulumi_aiven-6.22.0.dist-info}/WHEEL +1 -1
  75. {pulumi_aiven-6.21.0a1722057299.dist-info → pulumi_aiven-6.22.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py CHANGED
@@ -44,8 +44,9 @@ class InfluxDbArgs:
44
44
  reference. Changing this property forces recreation of the resource.
45
45
  :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
46
46
  service so name should be picked based on intended service usage rather than current attributes.
47
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
48
- reducing will result in the service rebalancing.
47
+ :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
48
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
49
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
49
50
  :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
50
51
  created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
51
52
  provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
@@ -152,8 +153,9 @@ class InfluxDbArgs:
152
153
  @pulumi.getter(name="additionalDiskSpace")
153
154
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
154
155
  """
155
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
156
- reducing will result in the service rebalancing.
156
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
157
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
158
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
157
159
  """
158
160
  return pulumi.get(self, "additional_disk_space")
159
161
 
@@ -353,8 +355,9 @@ class _InfluxDbState:
353
355
  termination_protection: Optional[pulumi.Input[bool]] = None):
354
356
  """
355
357
  Input properties used for looking up and filtering InfluxDb resources.
356
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
357
- reducing will result in the service rebalancing.
358
+ :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
359
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
360
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
358
361
  :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
359
362
  created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
360
363
  provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
@@ -469,8 +472,9 @@ class _InfluxDbState:
469
472
  @pulumi.getter(name="additionalDiskSpace")
470
473
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
471
474
  """
472
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
473
- reducing will result in the service rebalancing.
475
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
476
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
477
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
474
478
  """
475
479
  return pulumi.get(self, "additional_disk_space")
476
480
 
@@ -834,26 +838,27 @@ class InfluxDb(pulumi.CustomResource):
834
838
  additional_disk_space: Optional[pulumi.Input[str]] = None,
835
839
  cloud_name: Optional[pulumi.Input[str]] = None,
836
840
  disk_space: Optional[pulumi.Input[str]] = None,
837
- influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
838
- influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
841
+ influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
842
+ influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
839
843
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
840
844
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
841
845
  plan: Optional[pulumi.Input[str]] = None,
842
846
  project: Optional[pulumi.Input[str]] = None,
843
847
  project_vpc_id: Optional[pulumi.Input[str]] = None,
844
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
848
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
845
849
  service_name: Optional[pulumi.Input[str]] = None,
846
850
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
847
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
848
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
851
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
852
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
849
853
  termination_protection: Optional[pulumi.Input[bool]] = None,
850
854
  __props__=None):
851
855
  """
852
856
  Create a InfluxDb resource with the given unique name, props, and options.
853
857
  :param str resource_name: The name of the resource.
854
858
  :param pulumi.ResourceOptions opts: Options for the resource.
855
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
856
- reducing will result in the service rebalancing.
859
+ :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
860
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
861
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
857
862
  :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
858
863
  created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
859
864
  provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
@@ -862,8 +867,8 @@ class InfluxDb(pulumi.CustomResource):
862
867
  AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
863
868
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
864
869
  will result in the service rebalancing.
865
- :param pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']] influxdb_user_config: Influxdb user configurable settings
866
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]] influxdbs: InfluxDB server provided values
870
+ :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings
871
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
867
872
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
868
873
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
869
874
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
@@ -878,13 +883,13 @@ class InfluxDb(pulumi.CustomResource):
878
883
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
879
884
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
880
885
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
881
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
886
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
882
887
  :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
883
888
  service so name should be picked based on intended service usage rather than current attributes.
884
889
  :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
885
890
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
886
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
887
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
891
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
892
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
888
893
  important alerts and updates about this service. You can also set email contacts at the project level.
889
894
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
890
895
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
@@ -916,18 +921,18 @@ class InfluxDb(pulumi.CustomResource):
916
921
  additional_disk_space: Optional[pulumi.Input[str]] = None,
917
922
  cloud_name: Optional[pulumi.Input[str]] = None,
918
923
  disk_space: Optional[pulumi.Input[str]] = None,
919
- influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
920
- influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
924
+ influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
925
+ influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
921
926
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
922
927
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
923
928
  plan: Optional[pulumi.Input[str]] = None,
924
929
  project: Optional[pulumi.Input[str]] = None,
925
930
  project_vpc_id: Optional[pulumi.Input[str]] = None,
926
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
931
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
927
932
  service_name: Optional[pulumi.Input[str]] = None,
928
933
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
929
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
930
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
934
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
935
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
931
936
  termination_protection: Optional[pulumi.Input[bool]] = None,
932
937
  __props__=None):
933
938
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -986,21 +991,21 @@ class InfluxDb(pulumi.CustomResource):
986
991
  opts: Optional[pulumi.ResourceOptions] = None,
987
992
  additional_disk_space: Optional[pulumi.Input[str]] = None,
988
993
  cloud_name: Optional[pulumi.Input[str]] = None,
989
- components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbComponentArgs']]]]] = None,
994
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]]] = None,
990
995
  disk_space: Optional[pulumi.Input[str]] = None,
991
996
  disk_space_cap: Optional[pulumi.Input[str]] = None,
992
997
  disk_space_default: Optional[pulumi.Input[str]] = None,
993
998
  disk_space_step: Optional[pulumi.Input[str]] = None,
994
999
  disk_space_used: Optional[pulumi.Input[str]] = None,
995
- influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
996
- influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
1000
+ influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
1001
+ influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
997
1002
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
998
1003
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
999
1004
  plan: Optional[pulumi.Input[str]] = None,
1000
1005
  project: Optional[pulumi.Input[str]] = None,
1001
1006
  project_vpc_id: Optional[pulumi.Input[str]] = None,
1002
1007
  service_host: Optional[pulumi.Input[str]] = None,
1003
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
1008
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
1004
1009
  service_name: Optional[pulumi.Input[str]] = None,
1005
1010
  service_password: Optional[pulumi.Input[str]] = None,
1006
1011
  service_port: Optional[pulumi.Input[int]] = None,
@@ -1009,8 +1014,8 @@ class InfluxDb(pulumi.CustomResource):
1009
1014
  service_username: Optional[pulumi.Input[str]] = None,
1010
1015
  state: Optional[pulumi.Input[str]] = None,
1011
1016
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1012
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
1013
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
1017
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
1018
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
1014
1019
  termination_protection: Optional[pulumi.Input[bool]] = None) -> 'InfluxDb':
1015
1020
  """
1016
1021
  Get an existing InfluxDb resource's state with the given name, id, and optional extra
@@ -1019,15 +1024,16 @@ class InfluxDb(pulumi.CustomResource):
1019
1024
  :param str resource_name: The unique name of the resulting resource.
1020
1025
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1021
1026
  :param pulumi.ResourceOptions opts: Options for the resource.
1022
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1023
- reducing will result in the service rebalancing.
1027
+ :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
1028
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1029
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1024
1030
  :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
1025
1031
  created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1026
1032
  provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1027
1033
  are documented on each Cloud provider's own support articles, like [here for
1028
1034
  Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1029
1035
  AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1030
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbComponentArgs']]]] components: Service component information objects
1036
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
1031
1037
  :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1032
1038
  will result in the service rebalancing.
1033
1039
  :param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
@@ -1036,8 +1042,8 @@ class InfluxDb(pulumi.CustomResource):
1036
1042
  :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
1037
1043
  project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1038
1044
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1039
- :param pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']] influxdb_user_config: Influxdb user configurable settings
1040
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]] influxdbs: InfluxDB server provided values
1045
+ :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings
1046
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
1041
1047
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1042
1048
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1043
1049
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
@@ -1053,7 +1059,7 @@ class InfluxDb(pulumi.CustomResource):
1053
1059
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1054
1060
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
1055
1061
  :param pulumi.Input[str] service_host: The hostname of the service.
1056
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1062
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1057
1063
  :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
1058
1064
  service so name should be picked based on intended service usage rather than current attributes.
1059
1065
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
@@ -1064,8 +1070,8 @@ class InfluxDb(pulumi.CustomResource):
1064
1070
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1065
1071
  :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1066
1072
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
1067
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
1068
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
1073
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1074
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
1069
1075
  important alerts and updates about this service. You can also set email contacts at the project level.
1070
1076
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1071
1077
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
@@ -1109,8 +1115,9 @@ class InfluxDb(pulumi.CustomResource):
1109
1115
  @pulumi.getter(name="additionalDiskSpace")
1110
1116
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1111
1117
  """
1112
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1113
- reducing will result in the service rebalancing.
1118
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
1119
+ service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1120
+ service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1114
1121
  """
1115
1122
  return pulumi.get(self, "additional_disk_space")
1116
1123
 
pulumi_aiven/kafka.py CHANGED
@@ -39,7 +39,7 @@ class KafkaArgs:
39
39
  :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).
40
40
  :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.
41
41
  :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.
42
- :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.
42
+ :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.
43
43
  :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).
44
44
  :param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
45
45
  :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.
@@ -135,7 +135,7 @@ class KafkaArgs:
135
135
  @pulumi.getter(name="additionalDiskSpace")
136
136
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
137
137
  """
138
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
138
+ 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.
139
139
  """
140
140
  return pulumi.get(self, "additional_disk_space")
141
141
 
@@ -349,7 +349,7 @@ class _KafkaState:
349
349
  termination_protection: Optional[pulumi.Input[bool]] = None):
350
350
  """
351
351
  Input properties used for looking up and filtering Kafka resources.
352
- :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.
352
+ :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.
353
353
  :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).
354
354
  :param pulumi.Input[Sequence[pulumi.Input['KafkaComponentArgs']]] components: Service component information objects
355
355
  :param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
@@ -451,7 +451,7 @@ class _KafkaState:
451
451
  @pulumi.getter(name="additionalDiskSpace")
452
452
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
453
453
  """
454
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
454
+ 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.
455
455
  """
456
456
  return pulumi.get(self, "additional_disk_space")
457
457
 
@@ -819,19 +819,19 @@ class Kafka(pulumi.CustomResource):
819
819
  cloud_name: Optional[pulumi.Input[str]] = None,
820
820
  default_acl: Optional[pulumi.Input[bool]] = None,
821
821
  disk_space: Optional[pulumi.Input[str]] = None,
822
- kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
823
- kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
822
+ kafka_user_config: Optional[pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
823
+ kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = None,
824
824
  karapace: Optional[pulumi.Input[bool]] = None,
825
825
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
826
826
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
827
827
  plan: Optional[pulumi.Input[str]] = None,
828
828
  project: Optional[pulumi.Input[str]] = None,
829
829
  project_vpc_id: Optional[pulumi.Input[str]] = None,
830
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
830
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = None,
831
831
  service_name: Optional[pulumi.Input[str]] = None,
832
832
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
833
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
834
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
833
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
834
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = None,
835
835
  termination_protection: Optional[pulumi.Input[bool]] = None,
836
836
  __props__=None):
837
837
  """
@@ -850,20 +850,20 @@ class Kafka(pulumi.CustomResource):
850
850
  service_name="example-kafka",
851
851
  maintenance_window_dow="monday",
852
852
  maintenance_window_time="10:00:00",
853
- kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
854
- kafka_rest=True,
855
- kafka_connect=True,
856
- schema_registry=True,
857
- kafka_version="3.5",
858
- kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
859
- group_max_session_timeout_ms=70000,
860
- log_retention_bytes=1000000000,
861
- ),
862
- public_access=aiven.KafkaKafkaUserConfigPublicAccessArgs(
863
- kafka_rest=True,
864
- kafka_connect=True,
865
- ),
866
- ))
853
+ kafka_user_config={
854
+ "kafka_rest": True,
855
+ "kafka_connect": True,
856
+ "schema_registry": True,
857
+ "kafka_version": "3.5",
858
+ "kafka": {
859
+ "group_max_session_timeout_ms": 70000,
860
+ "log_retention_bytes": 1000000000,
861
+ },
862
+ "public_access": {
863
+ "kafka_rest": True,
864
+ "kafka_connect": True,
865
+ },
866
+ })
867
867
  ```
868
868
 
869
869
  ## Import
@@ -874,23 +874,23 @@ class Kafka(pulumi.CustomResource):
874
874
 
875
875
  :param str resource_name: The name of the resource.
876
876
  :param pulumi.ResourceOptions opts: Options for the resource.
877
- :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.
877
+ :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.
878
878
  :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).
879
879
  :param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
880
880
  :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.
881
- :param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
882
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server connection details.
881
+ :param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings
882
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
883
883
  :param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
884
884
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
885
885
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
886
886
  :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).
887
887
  :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.
888
888
  :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.
889
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
889
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
890
890
  :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.
891
891
  :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
892
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
893
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
892
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
893
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
894
894
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
895
895
  """
896
896
  ...
@@ -915,20 +915,20 @@ class Kafka(pulumi.CustomResource):
915
915
  service_name="example-kafka",
916
916
  maintenance_window_dow="monday",
917
917
  maintenance_window_time="10:00:00",
918
- kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
919
- kafka_rest=True,
920
- kafka_connect=True,
921
- schema_registry=True,
922
- kafka_version="3.5",
923
- kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
924
- group_max_session_timeout_ms=70000,
925
- log_retention_bytes=1000000000,
926
- ),
927
- public_access=aiven.KafkaKafkaUserConfigPublicAccessArgs(
928
- kafka_rest=True,
929
- kafka_connect=True,
930
- ),
931
- ))
918
+ kafka_user_config={
919
+ "kafka_rest": True,
920
+ "kafka_connect": True,
921
+ "schema_registry": True,
922
+ "kafka_version": "3.5",
923
+ "kafka": {
924
+ "group_max_session_timeout_ms": 70000,
925
+ "log_retention_bytes": 1000000000,
926
+ },
927
+ "public_access": {
928
+ "kafka_rest": True,
929
+ "kafka_connect": True,
930
+ },
931
+ })
932
932
  ```
933
933
 
934
934
  ## Import
@@ -956,19 +956,19 @@ class Kafka(pulumi.CustomResource):
956
956
  cloud_name: Optional[pulumi.Input[str]] = None,
957
957
  default_acl: Optional[pulumi.Input[bool]] = None,
958
958
  disk_space: Optional[pulumi.Input[str]] = None,
959
- kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
960
- kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
959
+ kafka_user_config: Optional[pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
960
+ kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = None,
961
961
  karapace: Optional[pulumi.Input[bool]] = None,
962
962
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
963
963
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
964
964
  plan: Optional[pulumi.Input[str]] = None,
965
965
  project: Optional[pulumi.Input[str]] = None,
966
966
  project_vpc_id: Optional[pulumi.Input[str]] = None,
967
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
967
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = None,
968
968
  service_name: Optional[pulumi.Input[str]] = None,
969
969
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
970
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
971
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
970
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
971
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = None,
972
972
  termination_protection: Optional[pulumi.Input[bool]] = None,
973
973
  __props__=None):
974
974
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1029,15 +1029,15 @@ class Kafka(pulumi.CustomResource):
1029
1029
  opts: Optional[pulumi.ResourceOptions] = None,
1030
1030
  additional_disk_space: Optional[pulumi.Input[str]] = None,
1031
1031
  cloud_name: Optional[pulumi.Input[str]] = None,
1032
- components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaComponentArgs']]]]] = None,
1032
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]]] = None,
1033
1033
  default_acl: Optional[pulumi.Input[bool]] = None,
1034
1034
  disk_space: Optional[pulumi.Input[str]] = None,
1035
1035
  disk_space_cap: Optional[pulumi.Input[str]] = None,
1036
1036
  disk_space_default: Optional[pulumi.Input[str]] = None,
1037
1037
  disk_space_step: Optional[pulumi.Input[str]] = None,
1038
1038
  disk_space_used: Optional[pulumi.Input[str]] = None,
1039
- kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
1040
- kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
1039
+ kafka_user_config: Optional[pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
1040
+ kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = None,
1041
1041
  karapace: Optional[pulumi.Input[bool]] = None,
1042
1042
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1043
1043
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
@@ -1045,7 +1045,7 @@ class Kafka(pulumi.CustomResource):
1045
1045
  project: Optional[pulumi.Input[str]] = None,
1046
1046
  project_vpc_id: Optional[pulumi.Input[str]] = None,
1047
1047
  service_host: Optional[pulumi.Input[str]] = None,
1048
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
1048
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = None,
1049
1049
  service_name: Optional[pulumi.Input[str]] = None,
1050
1050
  service_password: Optional[pulumi.Input[str]] = None,
1051
1051
  service_port: Optional[pulumi.Input[int]] = None,
@@ -1054,8 +1054,8 @@ class Kafka(pulumi.CustomResource):
1054
1054
  service_username: Optional[pulumi.Input[str]] = None,
1055
1055
  state: Optional[pulumi.Input[str]] = None,
1056
1056
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1057
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
1058
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
1057
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
1058
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = None,
1059
1059
  termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Kafka':
1060
1060
  """
1061
1061
  Get an existing Kafka resource's state with the given name, id, and optional extra
@@ -1064,17 +1064,17 @@ class Kafka(pulumi.CustomResource):
1064
1064
  :param str resource_name: The unique name of the resulting resource.
1065
1065
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1066
1066
  :param pulumi.ResourceOptions opts: Options for the resource.
1067
- :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.
1067
+ :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.
1068
1068
  :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).
1069
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaComponentArgs']]]] components: Service component information objects
1069
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]] components: Service component information objects
1070
1070
  :param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
1071
1071
  :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.
1072
1072
  :param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1073
1073
  :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
1074
1074
  :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.
1075
1075
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1076
- :param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
1077
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server connection details.
1076
+ :param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings
1077
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
1078
1078
  :param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
1079
1079
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1080
1080
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
@@ -1082,7 +1082,7 @@ class Kafka(pulumi.CustomResource):
1082
1082
  :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.
1083
1083
  :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.
1084
1084
  :param pulumi.Input[str] service_host: The hostname of the service.
1085
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1085
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1086
1086
  :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.
1087
1087
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1088
1088
  :param pulumi.Input[int] service_port: The port of the service
@@ -1091,8 +1091,8 @@ class Kafka(pulumi.CustomResource):
1091
1091
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1092
1092
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1093
1093
  :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1094
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
1095
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
1094
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1095
+ :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
1096
1096
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1097
1097
  """
1098
1098
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1135,7 +1135,7 @@ class Kafka(pulumi.CustomResource):
1135
1135
  @pulumi.getter(name="additionalDiskSpace")
1136
1136
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1137
1137
  """
1138
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1138
+ 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.
1139
1139
  """
1140
1140
  return pulumi.get(self, "additional_disk_space")
1141
1141