pulumi-aiven 6.22.0a1723007981__py3-none-any.whl → 6.22.0a1723454180__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 (35) hide show
  1. pulumi_aiven/account_authentication.py +5 -5
  2. pulumi_aiven/azure_privatelink_connection_approval.py +16 -16
  3. pulumi_aiven/cassandra.py +39 -39
  4. pulumi_aiven/clickhouse.py +27 -27
  5. pulumi_aiven/clickhouse_grant.py +34 -34
  6. pulumi_aiven/dragonfly.py +33 -33
  7. pulumi_aiven/flink.py +33 -33
  8. pulumi_aiven/flink_application_deployment.py +16 -16
  9. pulumi_aiven/flink_application_version.py +36 -36
  10. pulumi_aiven/grafana.py +39 -39
  11. pulumi_aiven/influx_db.py +27 -27
  12. pulumi_aiven/kafka.py +55 -55
  13. pulumi_aiven/kafka_connect.py +52 -52
  14. pulumi_aiven/kafka_connector.py +2 -2
  15. pulumi_aiven/kafka_mirror_maker.py +38 -38
  16. pulumi_aiven/kafka_topic.py +18 -18
  17. pulumi_aiven/m3_aggregator.py +33 -33
  18. pulumi_aiven/m3_db.py +41 -41
  19. pulumi_aiven/my_sql.py +47 -47
  20. pulumi_aiven/open_search.py +49 -49
  21. pulumi_aiven/organization.py +3 -3
  22. pulumi_aiven/organization_group_project.py +3 -3
  23. pulumi_aiven/organization_user_group_member.py +3 -3
  24. pulumi_aiven/pg.py +27 -27
  25. pulumi_aiven/project.py +5 -5
  26. pulumi_aiven/pulumi-plugin.json +1 -1
  27. pulumi_aiven/redis.py +39 -39
  28. pulumi_aiven/service_integration.py +65 -65
  29. pulumi_aiven/service_integration_endpoint.py +65 -65
  30. pulumi_aiven/thanos.py +27 -27
  31. pulumi_aiven/valkey.py +33 -33
  32. {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723454180.dist-info}/METADATA +1 -1
  33. {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723454180.dist-info}/RECORD +35 -35
  34. {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723454180.dist-info}/WHEEL +0 -0
  35. {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723454180.dist-info}/top_level.txt +0 -0
@@ -535,7 +535,7 @@ class AccountAuthentication(pulumi.CustomResource):
535
535
  saml_certificate: Optional[pulumi.Input[str]] = None,
536
536
  saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
537
537
  saml_entity_id: Optional[pulumi.Input[str]] = None,
538
- saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = None,
538
+ saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
539
539
  saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
540
540
  saml_idp_url: Optional[pulumi.Input[str]] = None,
541
541
  saml_signature_algorithm: Optional[pulumi.Input[str]] = None,
@@ -565,7 +565,7 @@ class AccountAuthentication(pulumi.CustomResource):
565
565
  :param pulumi.Input[str] saml_certificate: SAML Certificate
566
566
  :param pulumi.Input[str] saml_digest_algorithm: Digest algorithm. This is an advanced option that typically does not need to be set.
567
567
  :param pulumi.Input[str] saml_entity_id: SAML Entity id
568
- :param pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']] saml_field_mapping: Map IdP fields
568
+ :param pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
569
569
  :param pulumi.Input[bool] saml_idp_login_allowed: Set to 'true' to enable IdP initiated login
570
570
  :param pulumi.Input[str] saml_idp_url: SAML Idp URL
571
571
  :param pulumi.Input[str] saml_signature_algorithm: Signature algorithm. This is an advanced option that typically does not need to be set.
@@ -614,7 +614,7 @@ class AccountAuthentication(pulumi.CustomResource):
614
614
  saml_certificate: Optional[pulumi.Input[str]] = None,
615
615
  saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
616
616
  saml_entity_id: Optional[pulumi.Input[str]] = None,
617
- saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = None,
617
+ saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
618
618
  saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
619
619
  saml_idp_url: Optional[pulumi.Input[str]] = None,
620
620
  saml_signature_algorithm: Optional[pulumi.Input[str]] = None,
@@ -671,7 +671,7 @@ class AccountAuthentication(pulumi.CustomResource):
671
671
  saml_certificate: Optional[pulumi.Input[str]] = None,
672
672
  saml_digest_algorithm: Optional[pulumi.Input[str]] = None,
673
673
  saml_entity_id: Optional[pulumi.Input[str]] = None,
674
- saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = None,
674
+ saml_field_mapping: Optional[pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
675
675
  saml_idp_login_allowed: Optional[pulumi.Input[bool]] = None,
676
676
  saml_idp_url: Optional[pulumi.Input[str]] = None,
677
677
  saml_metadata_url: Optional[pulumi.Input[str]] = None,
@@ -696,7 +696,7 @@ class AccountAuthentication(pulumi.CustomResource):
696
696
  :param pulumi.Input[str] saml_certificate: SAML Certificate
697
697
  :param pulumi.Input[str] saml_digest_algorithm: Digest algorithm. This is an advanced option that typically does not need to be set.
698
698
  :param pulumi.Input[str] saml_entity_id: SAML Entity id
699
- :param pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']] saml_field_mapping: Map IdP fields
699
+ :param pulumi.Input[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
700
700
  :param pulumi.Input[bool] saml_idp_login_allowed: Set to 'true' to enable IdP initiated login
701
701
  :param pulumi.Input[str] saml_idp_url: SAML Idp URL
702
702
  :param pulumi.Input[str] saml_metadata_url: SAML Metadata URL
@@ -184,14 +184,14 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
184
184
  cloud_name=region,
185
185
  plan=plan,
186
186
  static_ips=[sip.static_ip_address_id for sip in static_ips],
187
- pg_user_config=aiven.PgPgUserConfigArgs(
188
- pg_version="13",
189
- static_ips=True,
190
- privatelink_access=aiven.PgPgUserConfigPrivatelinkAccessArgs(
191
- pg=True,
192
- pgbouncer=True,
193
- ),
194
- ))
187
+ pg_user_config={
188
+ "pg_version": "13",
189
+ "static_ips": True,
190
+ "privatelink_access": {
191
+ "pg": True,
192
+ "pgbouncer": True,
193
+ },
194
+ })
195
195
  privatelink = aiven.AzurePrivatelink("privatelink",
196
196
  project=aiven_project_id,
197
197
  service_name=default.name,
@@ -254,14 +254,14 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
254
254
  cloud_name=region,
255
255
  plan=plan,
256
256
  static_ips=[sip.static_ip_address_id for sip in static_ips],
257
- pg_user_config=aiven.PgPgUserConfigArgs(
258
- pg_version="13",
259
- static_ips=True,
260
- privatelink_access=aiven.PgPgUserConfigPrivatelinkAccessArgs(
261
- pg=True,
262
- pgbouncer=True,
263
- ),
264
- ))
257
+ pg_user_config={
258
+ "pg_version": "13",
259
+ "static_ips": True,
260
+ "privatelink_access": {
261
+ "pg": True,
262
+ "pgbouncer": True,
263
+ },
264
+ })
265
265
  privatelink = aiven.AzurePrivatelink("privatelink",
266
266
  project=aiven_project_id,
267
267
  service_name=default.name,
pulumi_aiven/cassandra.py CHANGED
@@ -744,8 +744,8 @@ class Cassandra(pulumi.CustomResource):
744
744
  resource_name: str,
745
745
  opts: Optional[pulumi.ResourceOptions] = None,
746
746
  additional_disk_space: Optional[pulumi.Input[str]] = None,
747
- cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
748
- cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = None,
747
+ cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
748
+ cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
749
749
  cloud_name: Optional[pulumi.Input[str]] = None,
750
750
  disk_space: Optional[pulumi.Input[str]] = None,
751
751
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
@@ -753,11 +753,11 @@ class Cassandra(pulumi.CustomResource):
753
753
  plan: Optional[pulumi.Input[str]] = None,
754
754
  project: Optional[pulumi.Input[str]] = None,
755
755
  project_vpc_id: Optional[pulumi.Input[str]] = None,
756
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = None,
756
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
757
757
  service_name: Optional[pulumi.Input[str]] = None,
758
758
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
759
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTagArgs']]]]] = None,
760
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTechEmailArgs']]]]] = None,
759
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
760
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
761
761
  termination_protection: Optional[pulumi.Input[bool]] = None,
762
762
  __props__=None):
763
763
  """
@@ -776,12 +776,12 @@ class Cassandra(pulumi.CustomResource):
776
776
  service_name="test-service-name",
777
777
  maintenance_window_dow="monday",
778
778
  maintenance_window_time="10:00:00",
779
- cassandra_user_config=aiven.CassandraCassandraUserConfigArgs(
780
- migrate_sstableloader=True,
781
- public_access=aiven.CassandraCassandraUserConfigPublicAccessArgs(
782
- prometheus=True,
783
- ),
784
- ))
779
+ cassandra_user_config={
780
+ "migrate_sstableloader": True,
781
+ "public_access": {
782
+ "prometheus": True,
783
+ },
784
+ })
785
785
  ```
786
786
 
787
787
  ## Import
@@ -793,8 +793,8 @@ class Cassandra(pulumi.CustomResource):
793
793
  :param str resource_name: The name of the resource.
794
794
  :param pulumi.ResourceOptions opts: Options for the resource.
795
795
  :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.
796
- :param pulumi.Input[pulumi.InputType['CassandraCassandraArgs']] cassandra: Cassandra server provided values
797
- :param pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']] cassandra_user_config: Cassandra user configurable settings
796
+ :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Cassandra server provided values
797
+ :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
798
798
  :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).
799
799
  :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.
800
800
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -802,11 +802,11 @@ class Cassandra(pulumi.CustomResource):
802
802
  :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).
803
803
  :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.
804
804
  :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.
805
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
805
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
806
806
  :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.
807
807
  :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
808
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
809
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTechEmailArgs']]]] 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.
808
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
809
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
810
810
  :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.
811
811
  """
812
812
  ...
@@ -831,12 +831,12 @@ class Cassandra(pulumi.CustomResource):
831
831
  service_name="test-service-name",
832
832
  maintenance_window_dow="monday",
833
833
  maintenance_window_time="10:00:00",
834
- cassandra_user_config=aiven.CassandraCassandraUserConfigArgs(
835
- migrate_sstableloader=True,
836
- public_access=aiven.CassandraCassandraUserConfigPublicAccessArgs(
837
- prometheus=True,
838
- ),
839
- ))
834
+ cassandra_user_config={
835
+ "migrate_sstableloader": True,
836
+ "public_access": {
837
+ "prometheus": True,
838
+ },
839
+ })
840
840
  ```
841
841
 
842
842
  ## Import
@@ -861,8 +861,8 @@ class Cassandra(pulumi.CustomResource):
861
861
  resource_name: str,
862
862
  opts: Optional[pulumi.ResourceOptions] = None,
863
863
  additional_disk_space: Optional[pulumi.Input[str]] = None,
864
- cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
865
- cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = None,
864
+ cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
865
+ cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
866
866
  cloud_name: Optional[pulumi.Input[str]] = None,
867
867
  disk_space: Optional[pulumi.Input[str]] = None,
868
868
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
@@ -870,11 +870,11 @@ class Cassandra(pulumi.CustomResource):
870
870
  plan: Optional[pulumi.Input[str]] = None,
871
871
  project: Optional[pulumi.Input[str]] = None,
872
872
  project_vpc_id: Optional[pulumi.Input[str]] = None,
873
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = None,
873
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
874
874
  service_name: Optional[pulumi.Input[str]] = None,
875
875
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
876
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTagArgs']]]]] = None,
877
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTechEmailArgs']]]]] = None,
876
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
877
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
878
878
  termination_protection: Optional[pulumi.Input[bool]] = None,
879
879
  __props__=None):
880
880
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -932,10 +932,10 @@ class Cassandra(pulumi.CustomResource):
932
932
  id: pulumi.Input[str],
933
933
  opts: Optional[pulumi.ResourceOptions] = None,
934
934
  additional_disk_space: Optional[pulumi.Input[str]] = None,
935
- cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
936
- cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = None,
935
+ cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
936
+ cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
937
937
  cloud_name: Optional[pulumi.Input[str]] = None,
938
- components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraComponentArgs']]]]] = None,
938
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]]] = None,
939
939
  disk_space: Optional[pulumi.Input[str]] = None,
940
940
  disk_space_cap: Optional[pulumi.Input[str]] = None,
941
941
  disk_space_default: Optional[pulumi.Input[str]] = None,
@@ -947,7 +947,7 @@ class Cassandra(pulumi.CustomResource):
947
947
  project: Optional[pulumi.Input[str]] = None,
948
948
  project_vpc_id: Optional[pulumi.Input[str]] = None,
949
949
  service_host: Optional[pulumi.Input[str]] = None,
950
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = None,
950
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
951
951
  service_name: Optional[pulumi.Input[str]] = None,
952
952
  service_password: Optional[pulumi.Input[str]] = None,
953
953
  service_port: Optional[pulumi.Input[int]] = None,
@@ -956,8 +956,8 @@ class Cassandra(pulumi.CustomResource):
956
956
  service_username: Optional[pulumi.Input[str]] = None,
957
957
  state: Optional[pulumi.Input[str]] = None,
958
958
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
959
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTagArgs']]]]] = None,
960
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTechEmailArgs']]]]] = None,
959
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
960
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
961
961
  termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Cassandra':
962
962
  """
963
963
  Get an existing Cassandra resource's state with the given name, id, and optional extra
@@ -967,10 +967,10 @@ class Cassandra(pulumi.CustomResource):
967
967
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
968
968
  :param pulumi.ResourceOptions opts: Options for the resource.
969
969
  :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.
970
- :param pulumi.Input[pulumi.InputType['CassandraCassandraArgs']] cassandra: Cassandra server provided values
971
- :param pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']] cassandra_user_config: Cassandra user configurable settings
970
+ :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Cassandra server provided values
971
+ :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings
972
972
  :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).
973
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraComponentArgs']]]] components: Service component information objects
973
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
974
974
  :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.
975
975
  :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.
976
976
  :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`
@@ -982,7 +982,7 @@ class Cassandra(pulumi.CustomResource):
982
982
  :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.
983
983
  :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.
984
984
  :param pulumi.Input[str] service_host: The hostname of the service.
985
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
985
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
986
986
  :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.
987
987
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
988
988
  :param pulumi.Input[int] service_port: The port of the service
@@ -991,8 +991,8 @@ class Cassandra(pulumi.CustomResource):
991
991
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
992
992
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
993
993
  :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
994
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
995
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraTechEmailArgs']]]] 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.
994
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
995
+ :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
996
996
  :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.
997
997
  """
998
998
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -744,8 +744,8 @@ class Clickhouse(pulumi.CustomResource):
744
744
  resource_name: str,
745
745
  opts: Optional[pulumi.ResourceOptions] = None,
746
746
  additional_disk_space: Optional[pulumi.Input[str]] = None,
747
- clickhouse: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']]] = None,
748
- clickhouse_user_config: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']]] = None,
747
+ clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
748
+ clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
749
749
  cloud_name: Optional[pulumi.Input[str]] = None,
750
750
  disk_space: Optional[pulumi.Input[str]] = None,
751
751
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
@@ -753,11 +753,11 @@ class Clickhouse(pulumi.CustomResource):
753
753
  plan: Optional[pulumi.Input[str]] = None,
754
754
  project: Optional[pulumi.Input[str]] = None,
755
755
  project_vpc_id: Optional[pulumi.Input[str]] = None,
756
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]]] = None,
756
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
757
757
  service_name: Optional[pulumi.Input[str]] = None,
758
758
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
759
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]]] = None,
760
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]]] = None,
759
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
760
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
761
761
  termination_protection: Optional[pulumi.Input[bool]] = None,
762
762
  __props__=None):
763
763
  """
@@ -787,8 +787,8 @@ class Clickhouse(pulumi.CustomResource):
787
787
  :param str resource_name: The name of the resource.
788
788
  :param pulumi.ResourceOptions opts: Options for the resource.
789
789
  :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.
790
- :param pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']] clickhouse: Values provided by the ClickHouse server.
791
- :param pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']] clickhouse_user_config: Clickhouse user configurable settings
790
+ :param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
791
+ :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
792
792
  :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).
793
793
  :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.
794
794
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -796,11 +796,11 @@ class Clickhouse(pulumi.CustomResource):
796
796
  :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).
797
797
  :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.
798
798
  :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.
799
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
799
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
800
800
  :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.
801
801
  :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
802
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
803
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] 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.
802
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
803
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]] 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.
804
804
  :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.
805
805
  """
806
806
  ...
@@ -849,8 +849,8 @@ class Clickhouse(pulumi.CustomResource):
849
849
  resource_name: str,
850
850
  opts: Optional[pulumi.ResourceOptions] = None,
851
851
  additional_disk_space: Optional[pulumi.Input[str]] = None,
852
- clickhouse: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']]] = None,
853
- clickhouse_user_config: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']]] = None,
852
+ clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
853
+ clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
854
854
  cloud_name: Optional[pulumi.Input[str]] = None,
855
855
  disk_space: Optional[pulumi.Input[str]] = None,
856
856
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
@@ -858,11 +858,11 @@ class Clickhouse(pulumi.CustomResource):
858
858
  plan: Optional[pulumi.Input[str]] = None,
859
859
  project: Optional[pulumi.Input[str]] = None,
860
860
  project_vpc_id: Optional[pulumi.Input[str]] = None,
861
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]]] = None,
861
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
862
862
  service_name: Optional[pulumi.Input[str]] = None,
863
863
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
864
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]]] = None,
865
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]]] = None,
864
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
865
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
866
866
  termination_protection: Optional[pulumi.Input[bool]] = None,
867
867
  __props__=None):
868
868
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -920,10 +920,10 @@ class Clickhouse(pulumi.CustomResource):
920
920
  id: pulumi.Input[str],
921
921
  opts: Optional[pulumi.ResourceOptions] = None,
922
922
  additional_disk_space: Optional[pulumi.Input[str]] = None,
923
- clickhouse: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']]] = None,
924
- clickhouse_user_config: Optional[pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']]] = None,
923
+ clickhouse: Optional[pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']]] = None,
924
+ clickhouse_user_config: Optional[pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']]] = None,
925
925
  cloud_name: Optional[pulumi.Input[str]] = None,
926
- components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseComponentArgs']]]]] = None,
926
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseComponentArgs', 'ClickhouseComponentArgsDict']]]]] = None,
927
927
  disk_space: Optional[pulumi.Input[str]] = None,
928
928
  disk_space_cap: Optional[pulumi.Input[str]] = None,
929
929
  disk_space_default: Optional[pulumi.Input[str]] = None,
@@ -935,7 +935,7 @@ class Clickhouse(pulumi.CustomResource):
935
935
  project: Optional[pulumi.Input[str]] = None,
936
936
  project_vpc_id: Optional[pulumi.Input[str]] = None,
937
937
  service_host: Optional[pulumi.Input[str]] = None,
938
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]]] = None,
938
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]]] = None,
939
939
  service_name: Optional[pulumi.Input[str]] = None,
940
940
  service_password: Optional[pulumi.Input[str]] = None,
941
941
  service_port: Optional[pulumi.Input[int]] = None,
@@ -944,8 +944,8 @@ class Clickhouse(pulumi.CustomResource):
944
944
  service_username: Optional[pulumi.Input[str]] = None,
945
945
  state: Optional[pulumi.Input[str]] = None,
946
946
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
947
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]]] = None,
948
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]]] = None,
947
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]]] = None,
948
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]]] = None,
949
949
  termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Clickhouse':
950
950
  """
951
951
  Get an existing Clickhouse resource's state with the given name, id, and optional extra
@@ -955,10 +955,10 @@ class Clickhouse(pulumi.CustomResource):
955
955
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
956
956
  :param pulumi.ResourceOptions opts: Options for the resource.
957
957
  :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.
958
- :param pulumi.Input[pulumi.InputType['ClickhouseClickhouseArgs']] clickhouse: Values provided by the ClickHouse server.
959
- :param pulumi.Input[pulumi.InputType['ClickhouseClickhouseUserConfigArgs']] clickhouse_user_config: Clickhouse user configurable settings
958
+ :param pulumi.Input[Union['ClickhouseClickhouseArgs', 'ClickhouseClickhouseArgsDict']] clickhouse: Values provided by the ClickHouse server.
959
+ :param pulumi.Input[Union['ClickhouseClickhouseUserConfigArgs', 'ClickhouseClickhouseUserConfigArgsDict']] clickhouse_user_config: Clickhouse user configurable settings
960
960
  :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).
961
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseComponentArgs']]]] components: Service component information objects
961
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseComponentArgs', 'ClickhouseComponentArgsDict']]]] components: Service component information objects
962
962
  :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.
963
963
  :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.
964
964
  :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`
@@ -970,7 +970,7 @@ class Clickhouse(pulumi.CustomResource):
970
970
  :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.
971
971
  :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.
972
972
  :param pulumi.Input[str] service_host: The hostname of the service.
973
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
973
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseServiceIntegrationArgs', 'ClickhouseServiceIntegrationArgsDict']]]] service_integrations: Integrations with other services. Service integrations are only applied at service creation.
974
974
  :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.
975
975
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
976
976
  :param pulumi.Input[int] service_port: The port of the service
@@ -979,8 +979,8 @@ class Clickhouse(pulumi.CustomResource):
979
979
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
980
980
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
981
981
  :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
982
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
983
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseTechEmailArgs']]]] 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.
982
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
983
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTechEmailArgs', 'ClickhouseTechEmailArgsDict']]]] 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.
984
984
  :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.
985
985
  """
986
986
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -224,10 +224,10 @@ class ClickhouseGrant(pulumi.CustomResource):
224
224
  def __init__(__self__,
225
225
  resource_name: str,
226
226
  opts: Optional[pulumi.ResourceOptions] = None,
227
- privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]]] = None,
227
+ privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantPrivilegeGrantArgs', 'ClickhouseGrantPrivilegeGrantArgsDict']]]]] = None,
228
228
  project: Optional[pulumi.Input[str]] = None,
229
229
  role: Optional[pulumi.Input[str]] = None,
230
- role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]]] = None,
230
+ role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantRoleGrantArgs', 'ClickhouseGrantRoleGrantArgsDict']]]]] = None,
231
231
  service_name: Optional[pulumi.Input[str]] = None,
232
232
  user: Optional[pulumi.Input[str]] = None,
233
233
  __props__=None):
@@ -255,15 +255,15 @@ class ClickhouseGrant(pulumi.CustomResource):
255
255
  service_name=example_clickhouse["serviceName"],
256
256
  role=example_role.role,
257
257
  privilege_grants=[
258
- aiven.ClickhouseGrantPrivilegeGrantArgs(
259
- privilege="INSERT",
260
- database=example_db["name"],
261
- table="example-table",
262
- ),
263
- aiven.ClickhouseGrantPrivilegeGrantArgs(
264
- privilege="SELECT",
265
- database=example_db["name"],
266
- ),
258
+ {
259
+ "privilege": "INSERT",
260
+ "database": example_db["name"],
261
+ "table": "example-table",
262
+ },
263
+ {
264
+ "privilege": "SELECT",
265
+ "database": example_db["name"],
266
+ },
267
267
  ])
268
268
  # Grant the role to the user.
269
269
  example_user = aiven.ClickhouseUser("example_user",
@@ -274,9 +274,9 @@ class ClickhouseGrant(pulumi.CustomResource):
274
274
  project=example_project["project"],
275
275
  service_name=example_clickhouse["serviceName"],
276
276
  user=example_user.username,
277
- role_grants=[aiven.ClickhouseGrantRoleGrantArgs(
278
- role=example_role.role,
279
- )])
277
+ role_grants=[{
278
+ "role": example_role.role,
279
+ }])
280
280
  ```
281
281
 
282
282
  ## Import
@@ -287,10 +287,10 @@ class ClickhouseGrant(pulumi.CustomResource):
287
287
 
288
288
  :param str resource_name: The name of the resource.
289
289
  :param pulumi.ResourceOptions opts: Options for the resource.
290
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Grant privileges. Changing this property forces recreation of the resource.
290
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantPrivilegeGrantArgs', 'ClickhouseGrantPrivilegeGrantArgsDict']]]] privilege_grants: Grant privileges. Changing this property forces recreation of the resource.
291
291
  :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.
292
292
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
293
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Grant roles. Changing this property forces recreation of the resource.
293
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantRoleGrantArgs', 'ClickhouseGrantRoleGrantArgsDict']]]] role_grants: Grant roles. Changing this property forces recreation of the resource.
294
294
  :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.
295
295
  :param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
296
296
  """
@@ -324,15 +324,15 @@ class ClickhouseGrant(pulumi.CustomResource):
324
324
  service_name=example_clickhouse["serviceName"],
325
325
  role=example_role.role,
326
326
  privilege_grants=[
327
- aiven.ClickhouseGrantPrivilegeGrantArgs(
328
- privilege="INSERT",
329
- database=example_db["name"],
330
- table="example-table",
331
- ),
332
- aiven.ClickhouseGrantPrivilegeGrantArgs(
333
- privilege="SELECT",
334
- database=example_db["name"],
335
- ),
327
+ {
328
+ "privilege": "INSERT",
329
+ "database": example_db["name"],
330
+ "table": "example-table",
331
+ },
332
+ {
333
+ "privilege": "SELECT",
334
+ "database": example_db["name"],
335
+ },
336
336
  ])
337
337
  # Grant the role to the user.
338
338
  example_user = aiven.ClickhouseUser("example_user",
@@ -343,9 +343,9 @@ class ClickhouseGrant(pulumi.CustomResource):
343
343
  project=example_project["project"],
344
344
  service_name=example_clickhouse["serviceName"],
345
345
  user=example_user.username,
346
- role_grants=[aiven.ClickhouseGrantRoleGrantArgs(
347
- role=example_role.role,
348
- )])
346
+ role_grants=[{
347
+ "role": example_role.role,
348
+ }])
349
349
  ```
350
350
 
351
351
  ## Import
@@ -369,10 +369,10 @@ class ClickhouseGrant(pulumi.CustomResource):
369
369
  def _internal_init(__self__,
370
370
  resource_name: str,
371
371
  opts: Optional[pulumi.ResourceOptions] = None,
372
- privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]]] = None,
372
+ privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantPrivilegeGrantArgs', 'ClickhouseGrantPrivilegeGrantArgsDict']]]]] = None,
373
373
  project: Optional[pulumi.Input[str]] = None,
374
374
  role: Optional[pulumi.Input[str]] = None,
375
- role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]]] = None,
375
+ role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantRoleGrantArgs', 'ClickhouseGrantRoleGrantArgsDict']]]]] = None,
376
376
  service_name: Optional[pulumi.Input[str]] = None,
377
377
  user: Optional[pulumi.Input[str]] = None,
378
378
  __props__=None):
@@ -404,10 +404,10 @@ class ClickhouseGrant(pulumi.CustomResource):
404
404
  def get(resource_name: str,
405
405
  id: pulumi.Input[str],
406
406
  opts: Optional[pulumi.ResourceOptions] = None,
407
- privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]]] = None,
407
+ privilege_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantPrivilegeGrantArgs', 'ClickhouseGrantPrivilegeGrantArgsDict']]]]] = None,
408
408
  project: Optional[pulumi.Input[str]] = None,
409
409
  role: Optional[pulumi.Input[str]] = None,
410
- role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]]] = None,
410
+ role_grants: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantRoleGrantArgs', 'ClickhouseGrantRoleGrantArgsDict']]]]] = None,
411
411
  service_name: Optional[pulumi.Input[str]] = None,
412
412
  user: Optional[pulumi.Input[str]] = None) -> 'ClickhouseGrant':
413
413
  """
@@ -417,10 +417,10 @@ class ClickhouseGrant(pulumi.CustomResource):
417
417
  :param str resource_name: The unique name of the resulting resource.
418
418
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
419
419
  :param pulumi.ResourceOptions opts: Options for the resource.
420
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Grant privileges. Changing this property forces recreation of the resource.
420
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantPrivilegeGrantArgs', 'ClickhouseGrantPrivilegeGrantArgsDict']]]] privilege_grants: Grant privileges. Changing this property forces recreation of the resource.
421
421
  :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.
422
422
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
423
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Grant roles. Changing this property forces recreation of the resource.
423
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseGrantRoleGrantArgs', 'ClickhouseGrantRoleGrantArgsDict']]]] role_grants: Grant roles. Changing this property forces recreation of the resource.
424
424
  :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.
425
425
  :param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
426
426
  """