pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.37.0a1744255932__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 (62) hide show
  1. pulumi_aiven/__init__.py +21 -0
  2. pulumi_aiven/_inputs.py +603 -15
  3. pulumi_aiven/alloydbomni.py +7 -15
  4. pulumi_aiven/cassandra.py +7 -15
  5. pulumi_aiven/clickhouse.py +7 -15
  6. pulumi_aiven/dragonfly.py +7 -15
  7. pulumi_aiven/flink.py +7 -15
  8. pulumi_aiven/get_alloydbomni.py +1 -4
  9. pulumi_aiven/get_cassanda.py +1 -4
  10. pulumi_aiven/get_cassandra.py +1 -4
  11. pulumi_aiven/get_clickhouse.py +1 -4
  12. pulumi_aiven/get_dragonfly.py +1 -4
  13. pulumi_aiven/get_flink.py +1 -4
  14. pulumi_aiven/get_grafana.py +1 -4
  15. pulumi_aiven/get_kafka.py +1 -4
  16. pulumi_aiven/get_kafka_connect.py +1 -4
  17. pulumi_aiven/get_kafka_mirror_maker.py +1 -4
  18. pulumi_aiven/get_m3_aggregator.py +1 -4
  19. pulumi_aiven/get_m3_db.py +1 -4
  20. pulumi_aiven/get_my_sql.py +1 -4
  21. pulumi_aiven/get_open_search.py +1 -4
  22. pulumi_aiven/get_organization.py +2 -2
  23. pulumi_aiven/get_organization_address.py +227 -0
  24. pulumi_aiven/get_organization_application_user.py +0 -20
  25. pulumi_aiven/get_organization_billing_group.py +241 -0
  26. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  27. pulumi_aiven/get_organization_project.py +15 -1
  28. pulumi_aiven/get_organization_user_list.py +25 -13
  29. pulumi_aiven/get_pg.py +1 -4
  30. pulumi_aiven/get_redis.py +1 -4
  31. pulumi_aiven/get_service_component.py +15 -1
  32. pulumi_aiven/get_service_integration.py +2 -2
  33. pulumi_aiven/get_thanos.py +1 -4
  34. pulumi_aiven/get_valkey.py +1 -4
  35. pulumi_aiven/grafana.py +7 -15
  36. pulumi_aiven/influx_db.py +21 -15
  37. pulumi_aiven/kafka.py +7 -15
  38. pulumi_aiven/kafka_connect.py +7 -15
  39. pulumi_aiven/kafka_mirror_maker.py +7 -15
  40. pulumi_aiven/kafka_native_acl.py +1 -1
  41. pulumi_aiven/m3_aggregator.py +7 -15
  42. pulumi_aiven/m3_db.py +7 -15
  43. pulumi_aiven/my_sql.py +7 -15
  44. pulumi_aiven/open_search.py +7 -15
  45. pulumi_aiven/organization.py +2 -2
  46. pulumi_aiven/organization_address.py +557 -0
  47. pulumi_aiven/organization_application_user.py +4 -4
  48. pulumi_aiven/organization_billing_group.py +645 -0
  49. pulumi_aiven/organization_permission.py +2 -2
  50. pulumi_aiven/organization_project.py +47 -16
  51. pulumi_aiven/organization_user_group_member.py +0 -32
  52. pulumi_aiven/outputs.py +807 -42
  53. pulumi_aiven/pg.py +7 -15
  54. pulumi_aiven/pulumi-plugin.json +1 -1
  55. pulumi_aiven/redis.py +7 -15
  56. pulumi_aiven/service_integration.py +4 -4
  57. pulumi_aiven/thanos.py +7 -15
  58. pulumi_aiven/valkey.py +7 -15
  59. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  60. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/RECORD +62 -57
  61. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  62. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -452,6 +452,10 @@ __all__ = [
452
452
  'OpenSearchTagArgsDict',
453
453
  'OpenSearchTechEmailArgs',
454
454
  'OpenSearchTechEmailArgsDict',
455
+ 'OrganizationAddressTimeoutsArgs',
456
+ 'OrganizationAddressTimeoutsArgsDict',
457
+ 'OrganizationBillingGroupTimeoutsArgs',
458
+ 'OrganizationBillingGroupTimeoutsArgsDict',
455
459
  'OrganizationGroupProjectTimeoutsArgs',
456
460
  'OrganizationGroupProjectTimeoutsArgsDict',
457
461
  'OrganizationPermissionPermissionArgs',
@@ -3331,6 +3335,10 @@ if not MYPY:
3331
3335
  """
3332
3336
  Kafka authentication method. This is a value specific to the 'kafka' service component
3333
3337
  """
3338
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
3339
+ """
3340
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
3341
+ """
3334
3342
  port: NotRequired[pulumi.Input[builtins.int]]
3335
3343
  """
3336
3344
  Port number for connecting to the service component
@@ -3357,6 +3365,7 @@ class AlloydbomniComponentArgs:
3357
3365
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
3358
3366
  host: Optional[pulumi.Input[builtins.str]] = None,
3359
3367
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
3368
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
3360
3369
  port: Optional[pulumi.Input[builtins.int]] = None,
3361
3370
  route: Optional[pulumi.Input[builtins.str]] = None,
3362
3371
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -3366,6 +3375,7 @@ class AlloydbomniComponentArgs:
3366
3375
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
3367
3376
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
3368
3377
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
3378
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
3369
3379
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
3370
3380
  :param pulumi.Input[builtins.str] route: Network access route
3371
3381
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -3379,6 +3389,8 @@ class AlloydbomniComponentArgs:
3379
3389
  pulumi.set(__self__, "host", host)
3380
3390
  if kafka_authentication_method is not None:
3381
3391
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
3392
+ if kafka_ssl_ca is not None:
3393
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
3382
3394
  if port is not None:
3383
3395
  pulumi.set(__self__, "port", port)
3384
3396
  if route is not None:
@@ -3436,6 +3448,18 @@ class AlloydbomniComponentArgs:
3436
3448
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
3437
3449
  pulumi.set(self, "kafka_authentication_method", value)
3438
3450
 
3451
+ @property
3452
+ @pulumi.getter(name="kafkaSslCa")
3453
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
3454
+ """
3455
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
3456
+ """
3457
+ return pulumi.get(self, "kafka_ssl_ca")
3458
+
3459
+ @kafka_ssl_ca.setter
3460
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
3461
+ pulumi.set(self, "kafka_ssl_ca", value)
3462
+
3439
3463
  @property
3440
3464
  @pulumi.getter
3441
3465
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -4229,6 +4253,10 @@ if not MYPY:
4229
4253
  """
4230
4254
  Kafka authentication method. This is a value specific to the 'kafka' service component
4231
4255
  """
4256
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
4257
+ """
4258
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
4259
+ """
4232
4260
  port: NotRequired[pulumi.Input[builtins.int]]
4233
4261
  """
4234
4262
  Port number for connecting to the service component
@@ -4255,6 +4283,7 @@ class CassandraComponentArgs:
4255
4283
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
4256
4284
  host: Optional[pulumi.Input[builtins.str]] = None,
4257
4285
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
4286
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
4258
4287
  port: Optional[pulumi.Input[builtins.int]] = None,
4259
4288
  route: Optional[pulumi.Input[builtins.str]] = None,
4260
4289
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -4264,6 +4293,7 @@ class CassandraComponentArgs:
4264
4293
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
4265
4294
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
4266
4295
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
4296
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
4267
4297
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
4268
4298
  :param pulumi.Input[builtins.str] route: Network access route
4269
4299
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -4277,6 +4307,8 @@ class CassandraComponentArgs:
4277
4307
  pulumi.set(__self__, "host", host)
4278
4308
  if kafka_authentication_method is not None:
4279
4309
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
4310
+ if kafka_ssl_ca is not None:
4311
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
4280
4312
  if port is not None:
4281
4313
  pulumi.set(__self__, "port", port)
4282
4314
  if route is not None:
@@ -4334,6 +4366,18 @@ class CassandraComponentArgs:
4334
4366
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
4335
4367
  pulumi.set(self, "kafka_authentication_method", value)
4336
4368
 
4369
+ @property
4370
+ @pulumi.getter(name="kafkaSslCa")
4371
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
4372
+ """
4373
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
4374
+ """
4375
+ return pulumi.get(self, "kafka_ssl_ca")
4376
+
4377
+ @kafka_ssl_ca.setter
4378
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
4379
+ pulumi.set(self, "kafka_ssl_ca", value)
4380
+
4337
4381
  @property
4338
4382
  @pulumi.getter
4339
4383
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -4552,6 +4596,14 @@ if not MYPY:
4552
4596
  """
4553
4597
  Additional Cloud Regions for Backup Replication.
4554
4598
  """
4599
+ backup_hour: NotRequired[pulumi.Input[builtins.int]]
4600
+ """
4601
+ The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
4602
+ """
4603
+ backup_minute: NotRequired[pulumi.Input[builtins.int]]
4604
+ """
4605
+ The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
4606
+ """
4555
4607
  ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgsDict']]]]
4556
4608
  """
4557
4609
  Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
@@ -4603,6 +4655,8 @@ elif False:
4603
4655
  class ClickhouseClickhouseUserConfigArgs:
4604
4656
  def __init__(__self__, *,
4605
4657
  additional_backup_regions: Optional[pulumi.Input[builtins.str]] = None,
4658
+ backup_hour: Optional[pulumi.Input[builtins.int]] = None,
4659
+ backup_minute: Optional[pulumi.Input[builtins.int]] = None,
4606
4660
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]] = None,
4607
4661
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
4608
4662
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
@@ -4616,6 +4670,8 @@ class ClickhouseClickhouseUserConfigArgs:
4616
4670
  static_ips: Optional[pulumi.Input[builtins.bool]] = None):
4617
4671
  """
4618
4672
  :param pulumi.Input[builtins.str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
4673
+ :param pulumi.Input[builtins.int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
4674
+ :param pulumi.Input[builtins.int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
4619
4675
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
4620
4676
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
4621
4677
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -4633,6 +4689,10 @@ class ClickhouseClickhouseUserConfigArgs:
4633
4689
  pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
4634
4690
  if additional_backup_regions is not None:
4635
4691
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
4692
+ if backup_hour is not None:
4693
+ pulumi.set(__self__, "backup_hour", backup_hour)
4694
+ if backup_minute is not None:
4695
+ pulumi.set(__self__, "backup_minute", backup_minute)
4636
4696
  if ip_filter_objects is not None:
4637
4697
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
4638
4698
  if ip_filter_strings is not None:
@@ -4672,6 +4732,30 @@ class ClickhouseClickhouseUserConfigArgs:
4672
4732
  def additional_backup_regions(self, value: Optional[pulumi.Input[builtins.str]]):
4673
4733
  pulumi.set(self, "additional_backup_regions", value)
4674
4734
 
4735
+ @property
4736
+ @pulumi.getter(name="backupHour")
4737
+ def backup_hour(self) -> Optional[pulumi.Input[builtins.int]]:
4738
+ """
4739
+ The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
4740
+ """
4741
+ return pulumi.get(self, "backup_hour")
4742
+
4743
+ @backup_hour.setter
4744
+ def backup_hour(self, value: Optional[pulumi.Input[builtins.int]]):
4745
+ pulumi.set(self, "backup_hour", value)
4746
+
4747
+ @property
4748
+ @pulumi.getter(name="backupMinute")
4749
+ def backup_minute(self) -> Optional[pulumi.Input[builtins.int]]:
4750
+ """
4751
+ The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
4752
+ """
4753
+ return pulumi.get(self, "backup_minute")
4754
+
4755
+ @backup_minute.setter
4756
+ def backup_minute(self, value: Optional[pulumi.Input[builtins.int]]):
4757
+ pulumi.set(self, "backup_minute", value)
4758
+
4675
4759
  @property
4676
4760
  @pulumi.getter(name="ipFilterObjects")
4677
4761
  def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]]:
@@ -5151,6 +5235,10 @@ if not MYPY:
5151
5235
  """
5152
5236
  Kafka authentication method. This is a value specific to the 'kafka' service component
5153
5237
  """
5238
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
5239
+ """
5240
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5241
+ """
5154
5242
  port: NotRequired[pulumi.Input[builtins.int]]
5155
5243
  """
5156
5244
  Port number for connecting to the service component
@@ -5177,6 +5265,7 @@ class ClickhouseComponentArgs:
5177
5265
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
5178
5266
  host: Optional[pulumi.Input[builtins.str]] = None,
5179
5267
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
5268
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
5180
5269
  port: Optional[pulumi.Input[builtins.int]] = None,
5181
5270
  route: Optional[pulumi.Input[builtins.str]] = None,
5182
5271
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -5186,6 +5275,7 @@ class ClickhouseComponentArgs:
5186
5275
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
5187
5276
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
5188
5277
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
5278
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5189
5279
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
5190
5280
  :param pulumi.Input[builtins.str] route: Network access route
5191
5281
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -5199,6 +5289,8 @@ class ClickhouseComponentArgs:
5199
5289
  pulumi.set(__self__, "host", host)
5200
5290
  if kafka_authentication_method is not None:
5201
5291
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
5292
+ if kafka_ssl_ca is not None:
5293
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
5202
5294
  if port is not None:
5203
5295
  pulumi.set(__self__, "port", port)
5204
5296
  if route is not None:
@@ -5256,6 +5348,18 @@ class ClickhouseComponentArgs:
5256
5348
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
5257
5349
  pulumi.set(self, "kafka_authentication_method", value)
5258
5350
 
5351
+ @property
5352
+ @pulumi.getter(name="kafkaSslCa")
5353
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
5354
+ """
5355
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5356
+ """
5357
+ return pulumi.get(self, "kafka_ssl_ca")
5358
+
5359
+ @kafka_ssl_ca.setter
5360
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
5361
+ pulumi.set(self, "kafka_ssl_ca", value)
5362
+
5259
5363
  @property
5260
5364
  @pulumi.getter
5261
5365
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -5597,6 +5701,10 @@ if not MYPY:
5597
5701
  """
5598
5702
  Kafka authentication method. This is a value specific to the 'kafka' service component
5599
5703
  """
5704
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
5705
+ """
5706
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5707
+ """
5600
5708
  port: NotRequired[pulumi.Input[builtins.int]]
5601
5709
  """
5602
5710
  Port number for connecting to the service component
@@ -5623,6 +5731,7 @@ class DragonflyComponentArgs:
5623
5731
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
5624
5732
  host: Optional[pulumi.Input[builtins.str]] = None,
5625
5733
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
5734
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
5626
5735
  port: Optional[pulumi.Input[builtins.int]] = None,
5627
5736
  route: Optional[pulumi.Input[builtins.str]] = None,
5628
5737
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -5632,6 +5741,7 @@ class DragonflyComponentArgs:
5632
5741
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
5633
5742
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
5634
5743
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
5744
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5635
5745
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
5636
5746
  :param pulumi.Input[builtins.str] route: Network access route
5637
5747
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -5645,6 +5755,8 @@ class DragonflyComponentArgs:
5645
5755
  pulumi.set(__self__, "host", host)
5646
5756
  if kafka_authentication_method is not None:
5647
5757
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
5758
+ if kafka_ssl_ca is not None:
5759
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
5648
5760
  if port is not None:
5649
5761
  pulumi.set(__self__, "port", port)
5650
5762
  if route is not None:
@@ -5702,6 +5814,18 @@ class DragonflyComponentArgs:
5702
5814
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
5703
5815
  pulumi.set(self, "kafka_authentication_method", value)
5704
5816
 
5817
+ @property
5818
+ @pulumi.getter(name="kafkaSslCa")
5819
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
5820
+ """
5821
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
5822
+ """
5823
+ return pulumi.get(self, "kafka_ssl_ca")
5824
+
5825
+ @kafka_ssl_ca.setter
5826
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
5827
+ pulumi.set(self, "kafka_ssl_ca", value)
5828
+
5705
5829
  @property
5706
5830
  @pulumi.getter
5707
5831
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -6807,6 +6931,10 @@ if not MYPY:
6807
6931
  """
6808
6932
  Kafka authentication method. This is a value specific to the 'kafka' service component
6809
6933
  """
6934
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
6935
+ """
6936
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
6937
+ """
6810
6938
  port: NotRequired[pulumi.Input[builtins.int]]
6811
6939
  """
6812
6940
  Port number for connecting to the service component
@@ -6833,6 +6961,7 @@ class FlinkComponentArgs:
6833
6961
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
6834
6962
  host: Optional[pulumi.Input[builtins.str]] = None,
6835
6963
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
6964
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
6836
6965
  port: Optional[pulumi.Input[builtins.int]] = None,
6837
6966
  route: Optional[pulumi.Input[builtins.str]] = None,
6838
6967
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -6842,6 +6971,7 @@ class FlinkComponentArgs:
6842
6971
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
6843
6972
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
6844
6973
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
6974
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
6845
6975
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
6846
6976
  :param pulumi.Input[builtins.str] route: Network access route
6847
6977
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -6855,6 +6985,8 @@ class FlinkComponentArgs:
6855
6985
  pulumi.set(__self__, "host", host)
6856
6986
  if kafka_authentication_method is not None:
6857
6987
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
6988
+ if kafka_ssl_ca is not None:
6989
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
6858
6990
  if port is not None:
6859
6991
  pulumi.set(__self__, "port", port)
6860
6992
  if route is not None:
@@ -6912,6 +7044,18 @@ class FlinkComponentArgs:
6912
7044
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
6913
7045
  pulumi.set(self, "kafka_authentication_method", value)
6914
7046
 
7047
+ @property
7048
+ @pulumi.getter(name="kafkaSslCa")
7049
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
7050
+ """
7051
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
7052
+ """
7053
+ return pulumi.get(self, "kafka_ssl_ca")
7054
+
7055
+ @kafka_ssl_ca.setter
7056
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
7057
+ pulumi.set(self, "kafka_ssl_ca", value)
7058
+
6915
7059
  @property
6916
7060
  @pulumi.getter
6917
7061
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -8185,6 +8329,10 @@ if not MYPY:
8185
8329
  """
8186
8330
  Kafka authentication method. This is a value specific to the 'kafka' service component
8187
8331
  """
8332
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
8333
+ """
8334
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
8335
+ """
8188
8336
  port: NotRequired[pulumi.Input[builtins.int]]
8189
8337
  """
8190
8338
  Port number for connecting to the service component
@@ -8211,6 +8359,7 @@ class GrafanaComponentArgs:
8211
8359
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
8212
8360
  host: Optional[pulumi.Input[builtins.str]] = None,
8213
8361
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
8362
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
8214
8363
  port: Optional[pulumi.Input[builtins.int]] = None,
8215
8364
  route: Optional[pulumi.Input[builtins.str]] = None,
8216
8365
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -8220,6 +8369,7 @@ class GrafanaComponentArgs:
8220
8369
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
8221
8370
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
8222
8371
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
8372
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
8223
8373
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
8224
8374
  :param pulumi.Input[builtins.str] route: Network access route
8225
8375
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -8233,6 +8383,8 @@ class GrafanaComponentArgs:
8233
8383
  pulumi.set(__self__, "host", host)
8234
8384
  if kafka_authentication_method is not None:
8235
8385
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
8386
+ if kafka_ssl_ca is not None:
8387
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
8236
8388
  if port is not None:
8237
8389
  pulumi.set(__self__, "port", port)
8238
8390
  if route is not None:
@@ -8290,6 +8442,18 @@ class GrafanaComponentArgs:
8290
8442
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
8291
8443
  pulumi.set(self, "kafka_authentication_method", value)
8292
8444
 
8445
+ @property
8446
+ @pulumi.getter(name="kafkaSslCa")
8447
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
8448
+ """
8449
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
8450
+ """
8451
+ return pulumi.get(self, "kafka_ssl_ca")
8452
+
8453
+ @kafka_ssl_ca.setter
8454
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
8455
+ pulumi.set(self, "kafka_ssl_ca", value)
8456
+
8293
8457
  @property
8294
8458
  @pulumi.getter
8295
8459
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -10775,6 +10939,10 @@ if not MYPY:
10775
10939
  """
10776
10940
  Kafka authentication method. This is a value specific to the 'kafka' service component
10777
10941
  """
10942
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
10943
+ """
10944
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
10945
+ """
10778
10946
  port: NotRequired[pulumi.Input[builtins.int]]
10779
10947
  """
10780
10948
  Port number for connecting to the service component
@@ -10801,6 +10969,7 @@ class InfluxDbComponentArgs:
10801
10969
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
10802
10970
  host: Optional[pulumi.Input[builtins.str]] = None,
10803
10971
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
10972
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
10804
10973
  port: Optional[pulumi.Input[builtins.int]] = None,
10805
10974
  route: Optional[pulumi.Input[builtins.str]] = None,
10806
10975
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -10810,6 +10979,7 @@ class InfluxDbComponentArgs:
10810
10979
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
10811
10980
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
10812
10981
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
10982
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
10813
10983
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
10814
10984
  :param pulumi.Input[builtins.str] route: Network access route
10815
10985
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -10823,6 +10993,8 @@ class InfluxDbComponentArgs:
10823
10993
  pulumi.set(__self__, "host", host)
10824
10994
  if kafka_authentication_method is not None:
10825
10995
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
10996
+ if kafka_ssl_ca is not None:
10997
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
10826
10998
  if port is not None:
10827
10999
  pulumi.set(__self__, "port", port)
10828
11000
  if route is not None:
@@ -10880,6 +11052,18 @@ class InfluxDbComponentArgs:
10880
11052
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
10881
11053
  pulumi.set(self, "kafka_authentication_method", value)
10882
11054
 
11055
+ @property
11056
+ @pulumi.getter(name="kafkaSslCa")
11057
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
11058
+ """
11059
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
11060
+ """
11061
+ return pulumi.get(self, "kafka_ssl_ca")
11062
+
11063
+ @kafka_ssl_ca.setter
11064
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
11065
+ pulumi.set(self, "kafka_ssl_ca", value)
11066
+
10883
11067
  @property
10884
11068
  @pulumi.getter
10885
11069
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -11849,6 +12033,10 @@ if not MYPY:
11849
12033
  """
11850
12034
  Kafka authentication method. This is a value specific to the 'kafka' service component
11851
12035
  """
12036
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
12037
+ """
12038
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
12039
+ """
11852
12040
  port: NotRequired[pulumi.Input[builtins.int]]
11853
12041
  """
11854
12042
  Port number for connecting to the service component
@@ -11875,6 +12063,7 @@ class KafkaComponentArgs:
11875
12063
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
11876
12064
  host: Optional[pulumi.Input[builtins.str]] = None,
11877
12065
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
12066
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
11878
12067
  port: Optional[pulumi.Input[builtins.int]] = None,
11879
12068
  route: Optional[pulumi.Input[builtins.str]] = None,
11880
12069
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -11884,6 +12073,7 @@ class KafkaComponentArgs:
11884
12073
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
11885
12074
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
11886
12075
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
12076
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
11887
12077
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
11888
12078
  :param pulumi.Input[builtins.str] route: Network access route
11889
12079
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -11897,6 +12087,8 @@ class KafkaComponentArgs:
11897
12087
  pulumi.set(__self__, "host", host)
11898
12088
  if kafka_authentication_method is not None:
11899
12089
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
12090
+ if kafka_ssl_ca is not None:
12091
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
11900
12092
  if port is not None:
11901
12093
  pulumi.set(__self__, "port", port)
11902
12094
  if route is not None:
@@ -11954,6 +12146,18 @@ class KafkaComponentArgs:
11954
12146
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
11955
12147
  pulumi.set(self, "kafka_authentication_method", value)
11956
12148
 
12149
+ @property
12150
+ @pulumi.getter(name="kafkaSslCa")
12151
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
12152
+ """
12153
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
12154
+ """
12155
+ return pulumi.get(self, "kafka_ssl_ca")
12156
+
12157
+ @kafka_ssl_ca.setter
12158
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
12159
+ pulumi.set(self, "kafka_ssl_ca", value)
12160
+
11957
12161
  @property
11958
12162
  @pulumi.getter
11959
12163
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -12021,6 +12225,10 @@ if not MYPY:
12021
12225
  """
12022
12226
  Kafka authentication method. This is a value specific to the 'kafka' service component
12023
12227
  """
12228
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
12229
+ """
12230
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
12231
+ """
12024
12232
  port: NotRequired[pulumi.Input[builtins.int]]
12025
12233
  """
12026
12234
  Port number for connecting to the service component
@@ -12047,6 +12255,7 @@ class KafkaConnectComponentArgs:
12047
12255
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
12048
12256
  host: Optional[pulumi.Input[builtins.str]] = None,
12049
12257
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
12258
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
12050
12259
  port: Optional[pulumi.Input[builtins.int]] = None,
12051
12260
  route: Optional[pulumi.Input[builtins.str]] = None,
12052
12261
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -12056,6 +12265,7 @@ class KafkaConnectComponentArgs:
12056
12265
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
12057
12266
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
12058
12267
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
12268
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
12059
12269
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
12060
12270
  :param pulumi.Input[builtins.str] route: Network access route
12061
12271
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -12069,6 +12279,8 @@ class KafkaConnectComponentArgs:
12069
12279
  pulumi.set(__self__, "host", host)
12070
12280
  if kafka_authentication_method is not None:
12071
12281
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
12282
+ if kafka_ssl_ca is not None:
12283
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
12072
12284
  if port is not None:
12073
12285
  pulumi.set(__self__, "port", port)
12074
12286
  if route is not None:
@@ -12126,6 +12338,18 @@ class KafkaConnectComponentArgs:
12126
12338
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
12127
12339
  pulumi.set(self, "kafka_authentication_method", value)
12128
12340
 
12341
+ @property
12342
+ @pulumi.getter(name="kafkaSslCa")
12343
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
12344
+ """
12345
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
12346
+ """
12347
+ return pulumi.get(self, "kafka_ssl_ca")
12348
+
12349
+ @kafka_ssl_ca.setter
12350
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
12351
+ pulumi.set(self, "kafka_ssl_ca", value)
12352
+
12129
12353
  @property
12130
12354
  @pulumi.getter
12131
12355
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -13688,7 +13912,7 @@ if not MYPY:
13688
13912
  """
13689
13913
  kafka_version: NotRequired[pulumi.Input[builtins.str]]
13690
13914
  """
13691
- Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
13915
+ Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
13692
13916
  """
13693
13917
  letsencrypt_sasl_privatelink: NotRequired[pulumi.Input[builtins.bool]]
13694
13918
  """
@@ -13779,7 +14003,7 @@ class KafkaKafkaUserConfigArgs:
13779
14003
  :param pulumi.Input[builtins.bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
13780
14004
  :param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
13781
14005
  :param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
13782
- :param pulumi.Input[builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
14006
+ :param pulumi.Input[builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
13783
14007
  :param pulumi.Input[builtins.bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
13784
14008
  :param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
13785
14009
  :param pulumi.Input['KafkaKafkaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
@@ -14047,7 +14271,7 @@ class KafkaKafkaUserConfigArgs:
14047
14271
  @pulumi.getter(name="kafkaVersion")
14048
14272
  def kafka_version(self) -> Optional[pulumi.Input[builtins.str]]:
14049
14273
  """
14050
- Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, and newer. Kafka major version.
14274
+ Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
14051
14275
  """
14052
14276
  return pulumi.get(self, "kafka_version")
14053
14277
 
@@ -16740,6 +16964,10 @@ if not MYPY:
16740
16964
  """
16741
16965
  Kafka authentication method. This is a value specific to the 'kafka' service component
16742
16966
  """
16967
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
16968
+ """
16969
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
16970
+ """
16743
16971
  port: NotRequired[pulumi.Input[builtins.int]]
16744
16972
  """
16745
16973
  Port number for connecting to the service component
@@ -16766,6 +16994,7 @@ class KafkaMirrorMakerComponentArgs:
16766
16994
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
16767
16995
  host: Optional[pulumi.Input[builtins.str]] = None,
16768
16996
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
16997
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
16769
16998
  port: Optional[pulumi.Input[builtins.int]] = None,
16770
16999
  route: Optional[pulumi.Input[builtins.str]] = None,
16771
17000
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -16775,6 +17004,7 @@ class KafkaMirrorMakerComponentArgs:
16775
17004
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
16776
17005
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
16777
17006
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
17007
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
16778
17008
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
16779
17009
  :param pulumi.Input[builtins.str] route: Network access route
16780
17010
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -16788,6 +17018,8 @@ class KafkaMirrorMakerComponentArgs:
16788
17018
  pulumi.set(__self__, "host", host)
16789
17019
  if kafka_authentication_method is not None:
16790
17020
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
17021
+ if kafka_ssl_ca is not None:
17022
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
16791
17023
  if port is not None:
16792
17024
  pulumi.set(__self__, "port", port)
16793
17025
  if route is not None:
@@ -16845,6 +17077,18 @@ class KafkaMirrorMakerComponentArgs:
16845
17077
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
16846
17078
  pulumi.set(self, "kafka_authentication_method", value)
16847
17079
 
17080
+ @property
17081
+ @pulumi.getter(name="kafkaSslCa")
17082
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
17083
+ """
17084
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
17085
+ """
17086
+ return pulumi.get(self, "kafka_ssl_ca")
17087
+
17088
+ @kafka_ssl_ca.setter
17089
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
17090
+ pulumi.set(self, "kafka_ssl_ca", value)
17091
+
16848
17092
  @property
16849
17093
  @pulumi.getter
16850
17094
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -17711,7 +17955,7 @@ if not MYPY:
17711
17955
  """
17712
17956
  message_format_version: NotRequired[pulumi.Input[builtins.str]]
17713
17957
  """
17714
- message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
17958
+ message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.1` and `4.1-IV0`.
17715
17959
  """
17716
17960
  message_timestamp_difference_max_ms: NotRequired[pulumi.Input[builtins.str]]
17717
17961
  """
@@ -17815,7 +18059,7 @@ class KafkaTopicConfigArgs:
17815
18059
  :param pulumi.Input[builtins.str] max_compaction_lag_ms: max.compaction.lag.ms value
17816
18060
  :param pulumi.Input[builtins.str] max_message_bytes: max.message.bytes value
17817
18061
  :param pulumi.Input[builtins.bool] message_downconversion_enable: message.downconversion.enable value
17818
- :param pulumi.Input[builtins.str] message_format_version: message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
18062
+ :param pulumi.Input[builtins.str] message_format_version: message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.1` and `4.1-IV0`.
17819
18063
  :param pulumi.Input[builtins.str] message_timestamp_difference_max_ms: message.timestamp.difference.max.ms value
17820
18064
  :param pulumi.Input[builtins.str] message_timestamp_type: message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
17821
18065
  :param pulumi.Input[builtins.float] min_cleanable_dirty_ratio: min.cleanable.dirty.ratio value
@@ -18037,7 +18281,7 @@ class KafkaTopicConfigArgs:
18037
18281
  @pulumi.getter(name="messageFormatVersion")
18038
18282
  def message_format_version(self) -> Optional[pulumi.Input[builtins.str]]:
18039
18283
  """
18040
- message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
18284
+ message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.1` and `4.1-IV0`.
18041
18285
  """
18042
18286
  return pulumi.get(self, "message_format_version")
18043
18287
 
@@ -18284,6 +18528,10 @@ if not MYPY:
18284
18528
  """
18285
18529
  Kafka authentication method. This is a value specific to the 'kafka' service component
18286
18530
  """
18531
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
18532
+ """
18533
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
18534
+ """
18287
18535
  port: NotRequired[pulumi.Input[builtins.int]]
18288
18536
  """
18289
18537
  Port number for connecting to the service component
@@ -18310,6 +18558,7 @@ class M3AggregatorComponentArgs:
18310
18558
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
18311
18559
  host: Optional[pulumi.Input[builtins.str]] = None,
18312
18560
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
18561
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
18313
18562
  port: Optional[pulumi.Input[builtins.int]] = None,
18314
18563
  route: Optional[pulumi.Input[builtins.str]] = None,
18315
18564
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -18319,6 +18568,7 @@ class M3AggregatorComponentArgs:
18319
18568
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
18320
18569
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
18321
18570
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
18571
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
18322
18572
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
18323
18573
  :param pulumi.Input[builtins.str] route: Network access route
18324
18574
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -18332,6 +18582,8 @@ class M3AggregatorComponentArgs:
18332
18582
  pulumi.set(__self__, "host", host)
18333
18583
  if kafka_authentication_method is not None:
18334
18584
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
18585
+ if kafka_ssl_ca is not None:
18586
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
18335
18587
  if port is not None:
18336
18588
  pulumi.set(__self__, "port", port)
18337
18589
  if route is not None:
@@ -18389,6 +18641,18 @@ class M3AggregatorComponentArgs:
18389
18641
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
18390
18642
  pulumi.set(self, "kafka_authentication_method", value)
18391
18643
 
18644
+ @property
18645
+ @pulumi.getter(name="kafkaSslCa")
18646
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
18647
+ """
18648
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
18649
+ """
18650
+ return pulumi.get(self, "kafka_ssl_ca")
18651
+
18652
+ @kafka_ssl_ca.setter
18653
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
18654
+ pulumi.set(self, "kafka_ssl_ca", value)
18655
+
18392
18656
  @property
18393
18657
  @pulumi.getter
18394
18658
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -18866,6 +19130,10 @@ if not MYPY:
18866
19130
  """
18867
19131
  Kafka authentication method. This is a value specific to the 'kafka' service component
18868
19132
  """
19133
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
19134
+ """
19135
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
19136
+ """
18869
19137
  port: NotRequired[pulumi.Input[builtins.int]]
18870
19138
  """
18871
19139
  Port number for connecting to the service component
@@ -18892,6 +19160,7 @@ class M3DbComponentArgs:
18892
19160
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
18893
19161
  host: Optional[pulumi.Input[builtins.str]] = None,
18894
19162
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
19163
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
18895
19164
  port: Optional[pulumi.Input[builtins.int]] = None,
18896
19165
  route: Optional[pulumi.Input[builtins.str]] = None,
18897
19166
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -18901,6 +19170,7 @@ class M3DbComponentArgs:
18901
19170
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
18902
19171
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
18903
19172
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
19173
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
18904
19174
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
18905
19175
  :param pulumi.Input[builtins.str] route: Network access route
18906
19176
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -18914,6 +19184,8 @@ class M3DbComponentArgs:
18914
19184
  pulumi.set(__self__, "host", host)
18915
19185
  if kafka_authentication_method is not None:
18916
19186
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
19187
+ if kafka_ssl_ca is not None:
19188
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
18917
19189
  if port is not None:
18918
19190
  pulumi.set(__self__, "port", port)
18919
19191
  if route is not None:
@@ -18971,6 +19243,18 @@ class M3DbComponentArgs:
18971
19243
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
18972
19244
  pulumi.set(self, "kafka_authentication_method", value)
18973
19245
 
19246
+ @property
19247
+ @pulumi.getter(name="kafkaSslCa")
19248
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
19249
+ """
19250
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
19251
+ """
19252
+ return pulumi.get(self, "kafka_ssl_ca")
19253
+
19254
+ @kafka_ssl_ca.setter
19255
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
19256
+ pulumi.set(self, "kafka_ssl_ca", value)
19257
+
18974
19258
  @property
18975
19259
  @pulumi.getter
18976
19260
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -20589,6 +20873,10 @@ if not MYPY:
20589
20873
  """
20590
20874
  Kafka authentication method. This is a value specific to the 'kafka' service component
20591
20875
  """
20876
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
20877
+ """
20878
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
20879
+ """
20592
20880
  port: NotRequired[pulumi.Input[builtins.int]]
20593
20881
  """
20594
20882
  Port number for connecting to the service component
@@ -20615,6 +20903,7 @@ class MySqlComponentArgs:
20615
20903
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
20616
20904
  host: Optional[pulumi.Input[builtins.str]] = None,
20617
20905
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
20906
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
20618
20907
  port: Optional[pulumi.Input[builtins.int]] = None,
20619
20908
  route: Optional[pulumi.Input[builtins.str]] = None,
20620
20909
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -20624,6 +20913,7 @@ class MySqlComponentArgs:
20624
20913
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
20625
20914
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
20626
20915
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
20916
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
20627
20917
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
20628
20918
  :param pulumi.Input[builtins.str] route: Network access route
20629
20919
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -20637,6 +20927,8 @@ class MySqlComponentArgs:
20637
20927
  pulumi.set(__self__, "host", host)
20638
20928
  if kafka_authentication_method is not None:
20639
20929
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
20930
+ if kafka_ssl_ca is not None:
20931
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
20640
20932
  if port is not None:
20641
20933
  pulumi.set(__self__, "port", port)
20642
20934
  if route is not None:
@@ -20694,6 +20986,18 @@ class MySqlComponentArgs:
20694
20986
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
20695
20987
  pulumi.set(self, "kafka_authentication_method", value)
20696
20988
 
20989
+ @property
20990
+ @pulumi.getter(name="kafkaSslCa")
20991
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
20992
+ """
20993
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
20994
+ """
20995
+ return pulumi.get(self, "kafka_ssl_ca")
20996
+
20997
+ @kafka_ssl_ca.setter
20998
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
20999
+ pulumi.set(self, "kafka_ssl_ca", value)
21000
+
20697
21001
  @property
20698
21002
  @pulumi.getter
20699
21003
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -22641,6 +22945,10 @@ if not MYPY:
22641
22945
  """
22642
22946
  Kafka authentication method. This is a value specific to the 'kafka' service component
22643
22947
  """
22948
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
22949
+ """
22950
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
22951
+ """
22644
22952
  port: NotRequired[pulumi.Input[builtins.int]]
22645
22953
  """
22646
22954
  Port number for connecting to the service component
@@ -22667,6 +22975,7 @@ class OpenSearchComponentArgs:
22667
22975
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
22668
22976
  host: Optional[pulumi.Input[builtins.str]] = None,
22669
22977
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
22978
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
22670
22979
  port: Optional[pulumi.Input[builtins.int]] = None,
22671
22980
  route: Optional[pulumi.Input[builtins.str]] = None,
22672
22981
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -22676,6 +22985,7 @@ class OpenSearchComponentArgs:
22676
22985
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
22677
22986
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
22678
22987
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
22988
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
22679
22989
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
22680
22990
  :param pulumi.Input[builtins.str] route: Network access route
22681
22991
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -22689,6 +22999,8 @@ class OpenSearchComponentArgs:
22689
22999
  pulumi.set(__self__, "host", host)
22690
23000
  if kafka_authentication_method is not None:
22691
23001
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
23002
+ if kafka_ssl_ca is not None:
23003
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
22692
23004
  if port is not None:
22693
23005
  pulumi.set(__self__, "port", port)
22694
23006
  if route is not None:
@@ -22746,6 +23058,18 @@ class OpenSearchComponentArgs:
22746
23058
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
22747
23059
  pulumi.set(self, "kafka_authentication_method", value)
22748
23060
 
23061
+ @property
23062
+ @pulumi.getter(name="kafkaSslCa")
23063
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
23064
+ """
23065
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
23066
+ """
23067
+ return pulumi.get(self, "kafka_ssl_ca")
23068
+
23069
+ @kafka_ssl_ca.setter
23070
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
23071
+ pulumi.set(self, "kafka_ssl_ca", value)
23072
+
22749
23073
  @property
22750
23074
  @pulumi.getter
22751
23075
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -23511,7 +23835,7 @@ if not MYPY:
23511
23835
  """
23512
23836
  readonly: NotRequired[pulumi.Input[builtins.bool]]
23513
23837
  """
23514
- Whether the repository is read-only. Default: `false`.
23838
+ Whether the repository is read-only. Default: `true`.
23515
23839
  """
23516
23840
  restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
23517
23841
  """
@@ -23551,7 +23875,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
23551
23875
  :param pulumi.Input[builtins.str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
23552
23876
  :param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
23553
23877
  :param pulumi.Input[builtins.str] key: Azure account secret key. One of key or sas_token should be specified.
23554
- :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `false`.
23878
+ :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
23555
23879
  :param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
23556
23880
  :param pulumi.Input[builtins.str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
23557
23881
  """
@@ -23701,7 +24025,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
23701
24025
  @pulumi.getter
23702
24026
  def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
23703
24027
  """
23704
- Whether the repository is read-only. Default: `false`.
24028
+ Whether the repository is read-only. Default: `true`.
23705
24029
  """
23706
24030
  return pulumi.get(self, "readonly")
23707
24031
 
@@ -23770,7 +24094,7 @@ if not MYPY:
23770
24094
  """
23771
24095
  readonly: NotRequired[pulumi.Input[builtins.bool]]
23772
24096
  """
23773
- Whether the repository is read-only. Default: `false`.
24097
+ Whether the repository is read-only. Default: `true`.
23774
24098
  """
23775
24099
  restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
23776
24100
  """
@@ -23801,7 +24125,7 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
23801
24125
  :param pulumi.Input[builtins.str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
23802
24126
  :param pulumi.Input[builtins.bool] compress: When set to true metadata files are stored in compressed format.
23803
24127
  :param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
23804
- :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `false`.
24128
+ :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
23805
24129
  :param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
23806
24130
  """
23807
24131
  pulumi.set(__self__, "base_path", base_path)
@@ -23920,7 +24244,7 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
23920
24244
  @pulumi.getter
23921
24245
  def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
23922
24246
  """
23923
- Whether the repository is read-only. Default: `false`.
24247
+ Whether the repository is read-only. Default: `true`.
23924
24248
  """
23925
24249
  return pulumi.get(self, "readonly")
23926
24250
 
@@ -27673,7 +27997,7 @@ if not MYPY:
27673
27997
  """
27674
27998
  readonly: NotRequired[pulumi.Input[builtins.bool]]
27675
27999
  """
27676
- Whether the repository is read-only. Default: `false`.
28000
+ Whether the repository is read-only. Default: `true`.
27677
28001
  """
27678
28002
  restore_global_state: NotRequired[pulumi.Input[builtins.bool]]
27679
28003
  """
@@ -27715,7 +28039,7 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
27715
28039
  :param pulumi.Input[builtins.bool] compress: When set to true metadata files are stored in compressed format.
27716
28040
  :param pulumi.Input[builtins.str] endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
27717
28041
  :param pulumi.Input[builtins.bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
27718
- :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `false`.
28042
+ :param pulumi.Input[builtins.bool] readonly: Whether the repository is read-only. Default: `true`.
27719
28043
  :param pulumi.Input[builtins.bool] restore_global_state: If true, restore the cluster state. Defaults to false.
27720
28044
  :param pulumi.Input[builtins.bool] server_side_encryption: When set to true files are encrypted on server side.
27721
28045
  """
@@ -27877,7 +28201,7 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
27877
28201
  @pulumi.getter
27878
28202
  def readonly(self) -> Optional[pulumi.Input[builtins.bool]]:
27879
28203
  """
27880
- Whether the repository is read-only. Default: `false`.
28204
+ Whether the repository is read-only. Default: `true`.
27881
28205
  """
27882
28206
  return pulumi.get(self, "readonly")
27883
28207
 
@@ -28198,6 +28522,190 @@ class OpenSearchTechEmailArgs:
28198
28522
  pulumi.set(self, "email", value)
28199
28523
 
28200
28524
 
28525
+ if not MYPY:
28526
+ class OrganizationAddressTimeoutsArgsDict(TypedDict):
28527
+ create: NotRequired[pulumi.Input[builtins.str]]
28528
+ """
28529
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28530
+ """
28531
+ delete: NotRequired[pulumi.Input[builtins.str]]
28532
+ """
28533
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28534
+ """
28535
+ read: NotRequired[pulumi.Input[builtins.str]]
28536
+ """
28537
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28538
+ """
28539
+ update: NotRequired[pulumi.Input[builtins.str]]
28540
+ """
28541
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28542
+ """
28543
+ elif False:
28544
+ OrganizationAddressTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
28545
+
28546
+ @pulumi.input_type
28547
+ class OrganizationAddressTimeoutsArgs:
28548
+ def __init__(__self__, *,
28549
+ create: Optional[pulumi.Input[builtins.str]] = None,
28550
+ delete: Optional[pulumi.Input[builtins.str]] = None,
28551
+ read: Optional[pulumi.Input[builtins.str]] = None,
28552
+ update: Optional[pulumi.Input[builtins.str]] = None):
28553
+ """
28554
+ :param pulumi.Input[builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28555
+ :param pulumi.Input[builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28556
+ :param pulumi.Input[builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28557
+ :param pulumi.Input[builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28558
+ """
28559
+ if create is not None:
28560
+ pulumi.set(__self__, "create", create)
28561
+ if delete is not None:
28562
+ pulumi.set(__self__, "delete", delete)
28563
+ if read is not None:
28564
+ pulumi.set(__self__, "read", read)
28565
+ if update is not None:
28566
+ pulumi.set(__self__, "update", update)
28567
+
28568
+ @property
28569
+ @pulumi.getter
28570
+ def create(self) -> Optional[pulumi.Input[builtins.str]]:
28571
+ """
28572
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28573
+ """
28574
+ return pulumi.get(self, "create")
28575
+
28576
+ @create.setter
28577
+ def create(self, value: Optional[pulumi.Input[builtins.str]]):
28578
+ pulumi.set(self, "create", value)
28579
+
28580
+ @property
28581
+ @pulumi.getter
28582
+ def delete(self) -> Optional[pulumi.Input[builtins.str]]:
28583
+ """
28584
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28585
+ """
28586
+ return pulumi.get(self, "delete")
28587
+
28588
+ @delete.setter
28589
+ def delete(self, value: Optional[pulumi.Input[builtins.str]]):
28590
+ pulumi.set(self, "delete", value)
28591
+
28592
+ @property
28593
+ @pulumi.getter
28594
+ def read(self) -> Optional[pulumi.Input[builtins.str]]:
28595
+ """
28596
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28597
+ """
28598
+ return pulumi.get(self, "read")
28599
+
28600
+ @read.setter
28601
+ def read(self, value: Optional[pulumi.Input[builtins.str]]):
28602
+ pulumi.set(self, "read", value)
28603
+
28604
+ @property
28605
+ @pulumi.getter
28606
+ def update(self) -> Optional[pulumi.Input[builtins.str]]:
28607
+ """
28608
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28609
+ """
28610
+ return pulumi.get(self, "update")
28611
+
28612
+ @update.setter
28613
+ def update(self, value: Optional[pulumi.Input[builtins.str]]):
28614
+ pulumi.set(self, "update", value)
28615
+
28616
+
28617
+ if not MYPY:
28618
+ class OrganizationBillingGroupTimeoutsArgsDict(TypedDict):
28619
+ create: NotRequired[pulumi.Input[builtins.str]]
28620
+ """
28621
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28622
+ """
28623
+ delete: NotRequired[pulumi.Input[builtins.str]]
28624
+ """
28625
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28626
+ """
28627
+ read: NotRequired[pulumi.Input[builtins.str]]
28628
+ """
28629
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28630
+ """
28631
+ update: NotRequired[pulumi.Input[builtins.str]]
28632
+ """
28633
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28634
+ """
28635
+ elif False:
28636
+ OrganizationBillingGroupTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
28637
+
28638
+ @pulumi.input_type
28639
+ class OrganizationBillingGroupTimeoutsArgs:
28640
+ def __init__(__self__, *,
28641
+ create: Optional[pulumi.Input[builtins.str]] = None,
28642
+ delete: Optional[pulumi.Input[builtins.str]] = None,
28643
+ read: Optional[pulumi.Input[builtins.str]] = None,
28644
+ update: Optional[pulumi.Input[builtins.str]] = None):
28645
+ """
28646
+ :param pulumi.Input[builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28647
+ :param pulumi.Input[builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28648
+ :param pulumi.Input[builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28649
+ :param pulumi.Input[builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28650
+ """
28651
+ if create is not None:
28652
+ pulumi.set(__self__, "create", create)
28653
+ if delete is not None:
28654
+ pulumi.set(__self__, "delete", delete)
28655
+ if read is not None:
28656
+ pulumi.set(__self__, "read", read)
28657
+ if update is not None:
28658
+ pulumi.set(__self__, "update", update)
28659
+
28660
+ @property
28661
+ @pulumi.getter
28662
+ def create(self) -> Optional[pulumi.Input[builtins.str]]:
28663
+ """
28664
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28665
+ """
28666
+ return pulumi.get(self, "create")
28667
+
28668
+ @create.setter
28669
+ def create(self, value: Optional[pulumi.Input[builtins.str]]):
28670
+ pulumi.set(self, "create", value)
28671
+
28672
+ @property
28673
+ @pulumi.getter
28674
+ def delete(self) -> Optional[pulumi.Input[builtins.str]]:
28675
+ """
28676
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
28677
+ """
28678
+ return pulumi.get(self, "delete")
28679
+
28680
+ @delete.setter
28681
+ def delete(self, value: Optional[pulumi.Input[builtins.str]]):
28682
+ pulumi.set(self, "delete", value)
28683
+
28684
+ @property
28685
+ @pulumi.getter
28686
+ def read(self) -> Optional[pulumi.Input[builtins.str]]:
28687
+ """
28688
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
28689
+ """
28690
+ return pulumi.get(self, "read")
28691
+
28692
+ @read.setter
28693
+ def read(self, value: Optional[pulumi.Input[builtins.str]]):
28694
+ pulumi.set(self, "read", value)
28695
+
28696
+ @property
28697
+ @pulumi.getter
28698
+ def update(self) -> Optional[pulumi.Input[builtins.str]]:
28699
+ """
28700
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
28701
+ """
28702
+ return pulumi.get(self, "update")
28703
+
28704
+ @update.setter
28705
+ def update(self, value: Optional[pulumi.Input[builtins.str]]):
28706
+ pulumi.set(self, "update", value)
28707
+
28708
+
28201
28709
  if not MYPY:
28202
28710
  class OrganizationGroupProjectTimeoutsArgsDict(TypedDict):
28203
28711
  create: NotRequired[pulumi.Input[builtins.str]]
@@ -28651,6 +29159,10 @@ if not MYPY:
28651
29159
  """
28652
29160
  Kafka authentication method. This is a value specific to the 'kafka' service component
28653
29161
  """
29162
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
29163
+ """
29164
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
29165
+ """
28654
29166
  port: NotRequired[pulumi.Input[builtins.int]]
28655
29167
  """
28656
29168
  Port number for connecting to the service component
@@ -28677,6 +29189,7 @@ class PgComponentArgs:
28677
29189
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
28678
29190
  host: Optional[pulumi.Input[builtins.str]] = None,
28679
29191
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
29192
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
28680
29193
  port: Optional[pulumi.Input[builtins.int]] = None,
28681
29194
  route: Optional[pulumi.Input[builtins.str]] = None,
28682
29195
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -28686,6 +29199,7 @@ class PgComponentArgs:
28686
29199
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
28687
29200
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
28688
29201
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
29202
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
28689
29203
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
28690
29204
  :param pulumi.Input[builtins.str] route: Network access route
28691
29205
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -28699,6 +29213,8 @@ class PgComponentArgs:
28699
29213
  pulumi.set(__self__, "host", host)
28700
29214
  if kafka_authentication_method is not None:
28701
29215
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
29216
+ if kafka_ssl_ca is not None:
29217
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
28702
29218
  if port is not None:
28703
29219
  pulumi.set(__self__, "port", port)
28704
29220
  if route is not None:
@@ -28756,6 +29272,18 @@ class PgComponentArgs:
28756
29272
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
28757
29273
  pulumi.set(self, "kafka_authentication_method", value)
28758
29274
 
29275
+ @property
29276
+ @pulumi.getter(name="kafkaSslCa")
29277
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
29278
+ """
29279
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
29280
+ """
29281
+ return pulumi.get(self, "kafka_ssl_ca")
29282
+
29283
+ @kafka_ssl_ca.setter
29284
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
29285
+ pulumi.set(self, "kafka_ssl_ca", value)
29286
+
28759
29287
  @property
28760
29288
  @pulumi.getter
28761
29289
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -32321,6 +32849,10 @@ if not MYPY:
32321
32849
  """
32322
32850
  Kafka authentication method. This is a value specific to the 'kafka' service component
32323
32851
  """
32852
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
32853
+ """
32854
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
32855
+ """
32324
32856
  port: NotRequired[pulumi.Input[builtins.int]]
32325
32857
  """
32326
32858
  Port number for connecting to the service component
@@ -32347,6 +32879,7 @@ class RedisComponentArgs:
32347
32879
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
32348
32880
  host: Optional[pulumi.Input[builtins.str]] = None,
32349
32881
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
32882
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
32350
32883
  port: Optional[pulumi.Input[builtins.int]] = None,
32351
32884
  route: Optional[pulumi.Input[builtins.str]] = None,
32352
32885
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -32356,6 +32889,7 @@ class RedisComponentArgs:
32356
32889
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
32357
32890
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
32358
32891
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
32892
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
32359
32893
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
32360
32894
  :param pulumi.Input[builtins.str] route: Network access route
32361
32895
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -32369,6 +32903,8 @@ class RedisComponentArgs:
32369
32903
  pulumi.set(__self__, "host", host)
32370
32904
  if kafka_authentication_method is not None:
32371
32905
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
32906
+ if kafka_ssl_ca is not None:
32907
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
32372
32908
  if port is not None:
32373
32909
  pulumi.set(__self__, "port", port)
32374
32910
  if route is not None:
@@ -32426,6 +32962,18 @@ class RedisComponentArgs:
32426
32962
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
32427
32963
  pulumi.set(self, "kafka_authentication_method", value)
32428
32964
 
32965
+ @property
32966
+ @pulumi.getter(name="kafkaSslCa")
32967
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
32968
+ """
32969
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
32970
+ """
32971
+ return pulumi.get(self, "kafka_ssl_ca")
32972
+
32973
+ @kafka_ssl_ca.setter
32974
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
32975
+ pulumi.set(self, "kafka_ssl_ca", value)
32976
+
32429
32977
  @property
32430
32978
  @pulumi.getter
32431
32979
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -38275,6 +38823,10 @@ if not MYPY:
38275
38823
  """
38276
38824
  Kafka authentication method. This is a value specific to the 'kafka' service component
38277
38825
  """
38826
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
38827
+ """
38828
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
38829
+ """
38278
38830
  port: NotRequired[pulumi.Input[builtins.int]]
38279
38831
  """
38280
38832
  Port number for connecting to the service component
@@ -38301,6 +38853,7 @@ class ThanosComponentArgs:
38301
38853
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
38302
38854
  host: Optional[pulumi.Input[builtins.str]] = None,
38303
38855
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
38856
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
38304
38857
  port: Optional[pulumi.Input[builtins.int]] = None,
38305
38858
  route: Optional[pulumi.Input[builtins.str]] = None,
38306
38859
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -38310,6 +38863,7 @@ class ThanosComponentArgs:
38310
38863
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
38311
38864
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
38312
38865
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
38866
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
38313
38867
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
38314
38868
  :param pulumi.Input[builtins.str] route: Network access route
38315
38869
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -38323,6 +38877,8 @@ class ThanosComponentArgs:
38323
38877
  pulumi.set(__self__, "host", host)
38324
38878
  if kafka_authentication_method is not None:
38325
38879
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
38880
+ if kafka_ssl_ca is not None:
38881
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
38326
38882
  if port is not None:
38327
38883
  pulumi.set(__self__, "port", port)
38328
38884
  if route is not None:
@@ -38380,6 +38936,18 @@ class ThanosComponentArgs:
38380
38936
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
38381
38937
  pulumi.set(self, "kafka_authentication_method", value)
38382
38938
 
38939
+ @property
38940
+ @pulumi.getter(name="kafkaSslCa")
38941
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
38942
+ """
38943
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
38944
+ """
38945
+ return pulumi.get(self, "kafka_ssl_ca")
38946
+
38947
+ @kafka_ssl_ca.setter
38948
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
38949
+ pulumi.set(self, "kafka_ssl_ca", value)
38950
+
38383
38951
  @property
38384
38952
  @pulumi.getter
38385
38953
  def port(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -39533,6 +40101,10 @@ if not MYPY:
39533
40101
  """
39534
40102
  Kafka authentication method. This is a value specific to the 'kafka' service component
39535
40103
  """
40104
+ kafka_ssl_ca: NotRequired[pulumi.Input[builtins.str]]
40105
+ """
40106
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
40107
+ """
39536
40108
  port: NotRequired[pulumi.Input[builtins.int]]
39537
40109
  """
39538
40110
  Port number for connecting to the service component
@@ -39559,6 +40131,7 @@ class ValkeyComponentArgs:
39559
40131
  connection_uri: Optional[pulumi.Input[builtins.str]] = None,
39560
40132
  host: Optional[pulumi.Input[builtins.str]] = None,
39561
40133
  kafka_authentication_method: Optional[pulumi.Input[builtins.str]] = None,
40134
+ kafka_ssl_ca: Optional[pulumi.Input[builtins.str]] = None,
39562
40135
  port: Optional[pulumi.Input[builtins.int]] = None,
39563
40136
  route: Optional[pulumi.Input[builtins.str]] = None,
39564
40137
  ssl: Optional[pulumi.Input[builtins.bool]] = None,
@@ -39568,6 +40141,7 @@ class ValkeyComponentArgs:
39568
40141
  :param pulumi.Input[builtins.str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
39569
40142
  :param pulumi.Input[builtins.str] host: Host name for connecting to the service component
39570
40143
  :param pulumi.Input[builtins.str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
40144
+ :param pulumi.Input[builtins.str] kafka_ssl_ca: Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
39571
40145
  :param pulumi.Input[builtins.int] port: Port number for connecting to the service component
39572
40146
  :param pulumi.Input[builtins.str] route: Network access route
39573
40147
  :param pulumi.Input[builtins.bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
@@ -39581,6 +40155,8 @@ class ValkeyComponentArgs:
39581
40155
  pulumi.set(__self__, "host", host)
39582
40156
  if kafka_authentication_method is not None:
39583
40157
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
40158
+ if kafka_ssl_ca is not None:
40159
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
39584
40160
  if port is not None:
39585
40161
  pulumi.set(__self__, "port", port)
39586
40162
  if route is not None:
@@ -39638,6 +40214,18 @@ class ValkeyComponentArgs:
39638
40214
  def kafka_authentication_method(self, value: Optional[pulumi.Input[builtins.str]]):
39639
40215
  pulumi.set(self, "kafka_authentication_method", value)
39640
40216
 
40217
+ @property
40218
+ @pulumi.getter(name="kafkaSslCa")
40219
+ def kafka_ssl_ca(self) -> Optional[pulumi.Input[builtins.str]]:
40220
+ """
40221
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
40222
+ """
40223
+ return pulumi.get(self, "kafka_ssl_ca")
40224
+
40225
+ @kafka_ssl_ca.setter
40226
+ def kafka_ssl_ca(self, value: Optional[pulumi.Input[builtins.str]]):
40227
+ pulumi.set(self, "kafka_ssl_ca", value)
40228
+
39641
40229
  @property
39642
40230
  @pulumi.getter
39643
40231
  def port(self) -> Optional[pulumi.Input[builtins.int]]: