pulumi-aiven 6.22.0__py3-none-any.whl → 6.22.0a1722921580__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 +67 -721
  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 +41 -48
  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 +135 -1252
  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.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/METADATA +1 -1
  73. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/RECORD +75 -75
  74. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/WHEEL +1 -1
  75. {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.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[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
538
+ saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = 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[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
568
+ :param pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']] 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[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
617
+ saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = 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[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']]] = None,
674
+ saml_field_mapping: Optional[pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']]] = 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[Union['AccountAuthenticationSamlFieldMappingArgs', 'AccountAuthenticationSamlFieldMappingArgsDict']] saml_field_mapping: Map IdP fields
699
+ :param pulumi.Input[pulumi.InputType['AccountAuthenticationSamlFieldMappingArgs']] 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
@@ -23,7 +23,7 @@ class AccountTeamProjectArgs:
23
23
  :param pulumi.Input[str] account_id: The unique account id
24
24
  :param pulumi.Input[str] team_id: An account team id
25
25
  :param pulumi.Input[str] project_name: The name of an already existing project
26
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
26
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
27
27
  """
28
28
  pulumi.set(__self__, "account_id", account_id)
29
29
  pulumi.set(__self__, "team_id", team_id)
@@ -72,7 +72,7 @@ class AccountTeamProjectArgs:
72
72
  @pulumi.getter(name="teamType")
73
73
  def team_type(self) -> Optional[pulumi.Input[str]]:
74
74
  """
75
- The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
75
+ The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
76
76
  """
77
77
  return pulumi.get(self, "team_type")
78
78
 
@@ -93,7 +93,7 @@ class _AccountTeamProjectState:
93
93
  :param pulumi.Input[str] account_id: The unique account id
94
94
  :param pulumi.Input[str] project_name: The name of an already existing project
95
95
  :param pulumi.Input[str] team_id: An account team id
96
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
96
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
97
97
  """
98
98
  if account_id is not None:
99
99
  pulumi.set(__self__, "account_id", account_id)
@@ -144,7 +144,7 @@ class _AccountTeamProjectState:
144
144
  @pulumi.getter(name="teamType")
145
145
  def team_type(self) -> Optional[pulumi.Input[str]]:
146
146
  """
147
- The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
147
+ The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
148
148
  """
149
149
  return pulumi.get(self, "team_type")
150
150
 
@@ -205,7 +205,7 @@ class AccountTeamProject(pulumi.CustomResource):
205
205
  :param pulumi.Input[str] account_id: The unique account id
206
206
  :param pulumi.Input[str] project_name: The name of an already existing project
207
207
  :param pulumi.Input[str] team_id: An account team id
208
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
208
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
209
209
  """
210
210
  ...
211
211
  @overload
@@ -310,7 +310,7 @@ class AccountTeamProject(pulumi.CustomResource):
310
310
  :param pulumi.Input[str] account_id: The unique account id
311
311
  :param pulumi.Input[str] project_name: The name of an already existing project
312
312
  :param pulumi.Input[str] team_id: An account team id
313
- :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
313
+ :param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
314
314
  """
315
315
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
316
316
 
@@ -350,7 +350,7 @@ class AccountTeamProject(pulumi.CustomResource):
350
350
  @pulumi.getter(name="teamType")
351
351
  def team_type(self) -> pulumi.Output[Optional[str]]:
352
352
  """
353
- The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
353
+ The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
354
354
  """
355
355
  return pulumi.get(self, "team_type")
356
356
 
@@ -87,7 +87,7 @@ class _AwsVpcPeeringConnectionState:
87
87
  aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
88
88
  aws_vpc_region: Optional[pulumi.Input[str]] = None,
89
89
  state: Optional[pulumi.Input[str]] = None,
90
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
90
+ state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
91
91
  vpc_id: Optional[pulumi.Input[str]] = None):
92
92
  """
93
93
  Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
@@ -96,7 +96,7 @@ class _AwsVpcPeeringConnectionState:
96
96
  :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
97
97
  :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
98
98
  :param pulumi.Input[str] state: The state of the peering connection.
99
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
99
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
100
100
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
101
101
  """
102
102
  if aws_account_id is not None:
@@ -176,14 +176,14 @@ class _AwsVpcPeeringConnectionState:
176
176
 
177
177
  @property
178
178
  @pulumi.getter(name="stateInfo")
179
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
179
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
180
180
  """
181
181
  State-specific help or error information.
182
182
  """
183
183
  return pulumi.get(self, "state_info")
184
184
 
185
185
  @state_info.setter
186
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
186
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
187
187
  pulumi.set(self, "state_info", value)
188
188
 
189
189
  @property
@@ -332,7 +332,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
332
332
  aws_vpc_peering_connection_id: Optional[pulumi.Input[str]] = None,
333
333
  aws_vpc_region: Optional[pulumi.Input[str]] = None,
334
334
  state: Optional[pulumi.Input[str]] = None,
335
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
335
+ state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
336
336
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'AwsVpcPeeringConnection':
337
337
  """
338
338
  Get an existing AwsVpcPeeringConnection resource's state with the given name, id, and optional extra
@@ -346,7 +346,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
346
346
  :param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
347
347
  :param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
348
348
  :param pulumi.Input[str] state: The state of the peering connection.
349
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
349
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
350
350
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
351
351
  """
352
352
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -404,7 +404,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
404
404
 
405
405
  @property
406
406
  @pulumi.getter(name="stateInfo")
407
- def state_info(self) -> pulumi.Output[Mapping[str, str]]:
407
+ def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
408
408
  """
409
409
  State-specific help or error information.
410
410
  """
@@ -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={
188
- "pg_version": "13",
189
- "static_ips": True,
190
- "privatelink_access": {
191
- "pg": True,
192
- "pgbouncer": True,
193
- },
194
- })
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
+ ))
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={
258
- "pg_version": "13",
259
- "static_ips": True,
260
- "privatelink_access": {
261
- "pg": True,
262
- "pgbouncer": True,
263
- },
264
- })
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
+ ))
265
265
  privatelink = aiven.AzurePrivatelink("privatelink",
266
266
  project=aiven_project_id,
267
267
  service_name=default.name,
@@ -118,7 +118,7 @@ class _AzureVpcPeeringConnectionState:
118
118
  peer_resource_group: Optional[pulumi.Input[str]] = None,
119
119
  peering_connection_id: Optional[pulumi.Input[str]] = None,
120
120
  state: Optional[pulumi.Input[str]] = None,
121
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
121
+ state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
122
122
  vnet_name: Optional[pulumi.Input[str]] = None,
123
123
  vpc_id: Optional[pulumi.Input[str]] = None):
124
124
  """
@@ -129,7 +129,7 @@ class _AzureVpcPeeringConnectionState:
129
129
  :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
130
130
  :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
131
131
  :param pulumi.Input[str] state: State of the peering connection
132
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
132
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
133
133
  :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
134
134
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
135
135
  """
@@ -226,14 +226,14 @@ class _AzureVpcPeeringConnectionState:
226
226
 
227
227
  @property
228
228
  @pulumi.getter(name="stateInfo")
229
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
229
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
230
230
  """
231
231
  State-specific help or error information.
232
232
  """
233
233
  return pulumi.get(self, "state_info")
234
234
 
235
235
  @state_info.setter
236
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
236
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
237
237
  pulumi.set(self, "state_info", value)
238
238
 
239
239
  @property
@@ -411,7 +411,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
411
411
  peer_resource_group: Optional[pulumi.Input[str]] = None,
412
412
  peering_connection_id: Optional[pulumi.Input[str]] = None,
413
413
  state: Optional[pulumi.Input[str]] = None,
414
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
414
+ state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
415
415
  vnet_name: Optional[pulumi.Input[str]] = None,
416
416
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'AzureVpcPeeringConnection':
417
417
  """
@@ -427,7 +427,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
427
427
  :param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
428
428
  :param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
429
429
  :param pulumi.Input[str] state: State of the peering connection
430
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
430
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
431
431
  :param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
432
432
  :param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
433
433
  """
@@ -496,7 +496,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
496
496
 
497
497
  @property
498
498
  @pulumi.getter(name="stateInfo")
499
- def state_info(self) -> pulumi.Output[Mapping[str, str]]:
499
+ def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
500
500
  """
501
501
  State-specific help or error information.
502
502
  """
pulumi_aiven/cassandra.py CHANGED
@@ -37,7 +37,7 @@ class CassandraArgs:
37
37
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
38
38
  :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
39
39
  :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.
40
- :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
40
+ :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.
41
41
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Cassandra server provided values
42
42
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
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).
@@ -124,7 +124,7 @@ class CassandraArgs:
124
124
  @pulumi.getter(name="additionalDiskSpace")
125
125
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
126
126
  """
127
- 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.
127
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
128
128
  """
129
129
  return pulumi.get(self, "additional_disk_space")
130
130
 
@@ -311,7 +311,7 @@ class _CassandraState:
311
311
  termination_protection: Optional[pulumi.Input[bool]] = None):
312
312
  """
313
313
  Input properties used for looking up and filtering Cassandra resources.
314
- :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.
314
+ :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
315
315
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Cassandra server provided values
316
316
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
317
317
  :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).
@@ -404,7 +404,7 @@ class _CassandraState:
404
404
  @pulumi.getter(name="additionalDiskSpace")
405
405
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
406
406
  """
407
- 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.
407
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
408
408
  """
409
409
  return pulumi.get(self, "additional_disk_space")
410
410
 
@@ -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[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
748
- cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
747
+ cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
748
+ cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = 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[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
756
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = 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[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
760
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = 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,
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={
780
- "migrate_sstableloader": True,
781
- "public_access": {
782
- "prometheus": True,
783
- },
784
- })
779
+ cassandra_user_config=aiven.CassandraCassandraUserConfigArgs(
780
+ migrate_sstableloader=True,
781
+ public_access=aiven.CassandraCassandraUserConfigPublicAccessArgs(
782
+ prometheus=True,
783
+ ),
784
+ ))
785
785
  ```
786
786
 
787
787
  ## Import
@@ -792,9 +792,9 @@ class Cassandra(pulumi.CustomResource):
792
792
 
793
793
  :param str resource_name: The name of the resource.
794
794
  :param pulumi.ResourceOptions opts: Options for the resource.
795
- :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.
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
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
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[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
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
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[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.
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.
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={
835
- "migrate_sstableloader": True,
836
- "public_access": {
837
- "prometheus": True,
838
- },
839
- })
834
+ cassandra_user_config=aiven.CassandraCassandraUserConfigArgs(
835
+ migrate_sstableloader=True,
836
+ public_access=aiven.CassandraCassandraUserConfigPublicAccessArgs(
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[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
865
- cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
864
+ cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
865
+ cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = 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[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
873
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = 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[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
877
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = 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,
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[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
936
- cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
935
+ cassandra: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]] = None,
936
+ cassandra_user_config: Optional[pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']]] = None,
937
937
  cloud_name: Optional[pulumi.Input[str]] = None,
938
- components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]]] = None,
938
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraComponentArgs']]]]] = 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[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
950
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]]] = 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[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
960
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = 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,
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
@@ -966,11 +966,11 @@ class Cassandra(pulumi.CustomResource):
966
966
  :param str resource_name: The unique name of the resulting resource.
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
- :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.
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
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
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[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
973
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraComponentArgs']]]] 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[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
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
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[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.
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.
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))
@@ -1033,7 +1033,7 @@ class Cassandra(pulumi.CustomResource):
1033
1033
  @pulumi.getter(name="additionalDiskSpace")
1034
1034
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1035
1035
  """
1036
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1036
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1037
1037
  """
1038
1038
  return pulumi.get(self, "additional_disk_space")
1039
1039