pulumi-aiven 6.28.0__py3-none-any.whl → 6.28.0a1730178849__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 (54) hide show
  1. pulumi_aiven/_inputs.py +203 -635
  2. pulumi_aiven/account_team_project.py +7 -7
  3. pulumi_aiven/cassandra.py +8 -8
  4. pulumi_aiven/clickhouse.py +8 -8
  5. pulumi_aiven/dragonfly.py +8 -8
  6. pulumi_aiven/flink.py +8 -8
  7. pulumi_aiven/get_account_team_project.py +1 -1
  8. pulumi_aiven/get_cassanda.py +1 -1
  9. pulumi_aiven/get_cassandra.py +1 -1
  10. pulumi_aiven/get_clickhouse.py +1 -1
  11. pulumi_aiven/get_dragonfly.py +1 -1
  12. pulumi_aiven/get_flink.py +1 -1
  13. pulumi_aiven/get_grafana.py +1 -1
  14. pulumi_aiven/get_kafka.py +1 -1
  15. pulumi_aiven/get_kafka_connect.py +1 -1
  16. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  17. pulumi_aiven/get_m3_aggregator.py +1 -1
  18. pulumi_aiven/get_m3_db.py +1 -1
  19. pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
  20. pulumi_aiven/get_my_sql.py +1 -1
  21. pulumi_aiven/get_open_search.py +1 -1
  22. pulumi_aiven/get_pg.py +1 -1
  23. pulumi_aiven/get_project_user.py +1 -1
  24. pulumi_aiven/get_redis.py +1 -1
  25. pulumi_aiven/get_service_component.py +9 -9
  26. pulumi_aiven/get_service_integration.py +17 -17
  27. pulumi_aiven/get_service_integration_endpoint.py +31 -59
  28. pulumi_aiven/get_thanos.py +1 -1
  29. pulumi_aiven/get_valkey.py +1 -1
  30. pulumi_aiven/grafana.py +8 -8
  31. pulumi_aiven/influx_db.py +8 -15
  32. pulumi_aiven/kafka.py +8 -8
  33. pulumi_aiven/kafka_connect.py +8 -8
  34. pulumi_aiven/kafka_mirror_maker.py +8 -8
  35. pulumi_aiven/m3_aggregator.py +8 -8
  36. pulumi_aiven/m3_db.py +8 -8
  37. pulumi_aiven/mirror_maker_replication_flow.py +7 -7
  38. pulumi_aiven/my_sql.py +8 -8
  39. pulumi_aiven/open_search.py +8 -8
  40. pulumi_aiven/organization_group_project.py +9 -17
  41. pulumi_aiven/organization_permission.py +49 -49
  42. pulumi_aiven/outputs.py +263 -883
  43. pulumi_aiven/pg.py +8 -8
  44. pulumi_aiven/project_user.py +7 -15
  45. pulumi_aiven/pulumi-plugin.json +1 -1
  46. pulumi_aiven/redis.py +8 -8
  47. pulumi_aiven/service_integration.py +123 -139
  48. pulumi_aiven/service_integration_endpoint.py +140 -302
  49. pulumi_aiven/thanos.py +8 -8
  50. pulumi_aiven/valkey.py +8 -8
  51. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730178849.dist-info}/METADATA +1 -1
  52. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730178849.dist-info}/RECORD +54 -54
  53. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730178849.dist-info}/WHEEL +1 -1
  54. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730178849.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -485,10 +485,6 @@ __all__ = [
485
485
  'ServiceIntegrationDatadogUserConfigOpensearchArgsDict',
486
486
  'ServiceIntegrationDatadogUserConfigRedisArgs',
487
487
  'ServiceIntegrationDatadogUserConfigRedisArgsDict',
488
- 'ServiceIntegrationEndpointAutoscalerUserConfigArgs',
489
- 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict',
490
- 'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs',
491
- 'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict',
492
488
  'ServiceIntegrationEndpointDatadogUserConfigArgs',
493
489
  'ServiceIntegrationEndpointDatadogUserConfigArgsDict',
494
490
  'ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs',
@@ -515,8 +511,6 @@ __all__ = [
515
511
  'ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgsDict',
516
512
  'ServiceIntegrationEndpointExternalPostgresqlArgs',
517
513
  'ServiceIntegrationEndpointExternalPostgresqlArgsDict',
518
- 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgs',
519
- 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict',
520
514
  'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs',
521
515
  'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict',
522
516
  'ServiceIntegrationEndpointJolokiaUserConfigArgs',
@@ -861,6 +855,9 @@ class CassandraCassandraUserConfigArgs:
861
855
  :param pulumi.Input[str] service_to_join_with: When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: `my-test-cassandra`.
862
856
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
863
857
  """
858
+ if additional_backup_regions is not None:
859
+ warnings.warn("""This property is deprecated.""", DeprecationWarning)
860
+ pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
864
861
  if additional_backup_regions is not None:
865
862
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
866
863
  if backup_hour is not None:
@@ -899,6 +896,7 @@ class CassandraCassandraUserConfigArgs:
899
896
 
900
897
  @property
901
898
  @pulumi.getter(name="additionalBackupRegions")
899
+ @_utilities.deprecated("""This property is deprecated.""")
902
900
  def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
903
901
  """
904
902
  Additional Cloud Regions for Backup Replication.
@@ -2958,7 +2956,7 @@ if not MYPY:
2958
2956
  """
2959
2957
  dragonfly_persistence: NotRequired[pulumi.Input[str]]
2960
2958
  """
2961
- Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
2959
+ Enum: `off`, `rdb`, `dfs`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
2962
2960
  """
2963
2961
  dragonfly_ssl: NotRequired[pulumi.Input[bool]]
2964
2962
  """
@@ -3035,7 +3033,7 @@ class DragonflyDragonflyUserConfigArgs:
3035
3033
  static_ips: Optional[pulumi.Input[bool]] = None):
3036
3034
  """
3037
3035
  :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. Default: `false`.
3038
- :param pulumi.Input[str] dragonfly_persistence: Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
3036
+ :param pulumi.Input[str] dragonfly_persistence: Enum: `off`, `rdb`, `dfs`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
3039
3037
  :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. Default: `true`.
3040
3038
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
3041
3039
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -3100,7 +3098,7 @@ class DragonflyDragonflyUserConfigArgs:
3100
3098
  @pulumi.getter(name="dragonflyPersistence")
3101
3099
  def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
3102
3100
  """
3103
- Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
3101
+ Enum: `off`, `rdb`, `dfs`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
3104
3102
  """
3105
3103
  return pulumi.get(self, "dragonfly_persistence")
3106
3104
 
@@ -4838,7 +4836,7 @@ if not MYPY:
4838
4836
  """
4839
4837
  alerting_enabled: NotRequired[pulumi.Input[bool]]
4840
4838
  """
4841
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
4839
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
4842
4840
  """
4843
4841
  alerting_error_or_timeout: NotRequired[pulumi.Input[str]]
4844
4842
  """
@@ -4850,7 +4848,7 @@ if not MYPY:
4850
4848
  """
4851
4849
  alerting_nodata_or_nullvalues: NotRequired[pulumi.Input[str]]
4852
4850
  """
4853
- Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
4851
+ Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
4854
4852
  """
4855
4853
  allow_embedding: NotRequired[pulumi.Input[bool]]
4856
4854
  """
@@ -4882,7 +4880,7 @@ if not MYPY:
4882
4880
  """
4883
4881
  cookie_samesite: NotRequired[pulumi.Input[str]]
4884
4882
  """
4885
- Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
4883
+ Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
4886
4884
  """
4887
4885
  custom_domain: NotRequired[pulumi.Input[str]]
4888
4886
  """
@@ -4890,7 +4888,7 @@ if not MYPY:
4890
4888
  """
4891
4889
  dashboard_previews_enabled: NotRequired[pulumi.Input[bool]]
4892
4890
  """
4893
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
4891
+ This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
4894
4892
  """
4895
4893
  dashboards_min_refresh_interval: NotRequired[pulumi.Input[str]]
4896
4894
  """
@@ -4942,7 +4940,7 @@ if not MYPY:
4942
4940
  """
4943
4941
  metrics_enabled: NotRequired[pulumi.Input[bool]]
4944
4942
  """
4945
- Enable Grafana's /metrics endpoint.
4943
+ Enable Grafana /metrics endpoint.
4946
4944
  """
4947
4945
  oauth_allow_insecure_email_lookup: NotRequired[pulumi.Input[bool]]
4948
4946
  """
@@ -4986,7 +4984,7 @@ if not MYPY:
4986
4984
  """
4987
4985
  unified_alerting_enabled: NotRequired[pulumi.Input[bool]]
4988
4986
  """
4989
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
4987
+ Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
4990
4988
  """
4991
4989
  user_auto_assign_org: NotRequired[pulumi.Input[bool]]
4992
4990
  """
@@ -4994,7 +4992,7 @@ if not MYPY:
4994
4992
  """
4995
4993
  user_auto_assign_org_role: NotRequired[pulumi.Input[str]]
4996
4994
  """
4997
- Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
4995
+ Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
4998
4996
  """
4999
4997
  viewers_can_edit: NotRequired[pulumi.Input[bool]]
5000
4998
  """
@@ -5055,10 +5053,10 @@ class GrafanaGrafanaUserConfigArgs:
5055
5053
  wal: Optional[pulumi.Input[bool]] = None):
5056
5054
  """
5057
5055
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
5058
- :param pulumi.Input[bool] alerting_enabled: Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
5056
+ :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
5059
5057
  :param pulumi.Input[str] alerting_error_or_timeout: Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
5060
5058
  :param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: `0`.
5061
- :param pulumi.Input[str] alerting_nodata_or_nullvalues: Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
5059
+ :param pulumi.Input[str] alerting_nodata_or_nullvalues: Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
5062
5060
  :param pulumi.Input[bool] allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
5063
5061
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs'] auth_azuread: Azure AD OAuth integration
5064
5062
  :param pulumi.Input[bool] auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
@@ -5066,9 +5064,9 @@ class GrafanaGrafanaUserConfigArgs:
5066
5064
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs'] auth_github: Github Auth integration
5067
5065
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs'] auth_gitlab: GitLab Auth integration
5068
5066
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs'] auth_google: Google Auth integration
5069
- :param pulumi.Input[str] cookie_samesite: Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
5067
+ :param pulumi.Input[str] cookie_samesite: Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
5070
5068
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
5071
- :param pulumi.Input[bool] dashboard_previews_enabled: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
5069
+ :param pulumi.Input[bool] dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
5072
5070
  :param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
5073
5071
  :param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard. Example: `20`.
5074
5072
  :param pulumi.Input[bool] dataproxy_send_user_header: Send `X-Grafana-User` header to data source.
@@ -5081,7 +5079,7 @@ class GrafanaGrafanaUserConfigArgs:
5081
5079
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
5082
5080
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
5083
5081
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
5084
- :param pulumi.Input[bool] metrics_enabled: Enable Grafana's /metrics endpoint.
5082
+ :param pulumi.Input[bool] metrics_enabled: Enable Grafana /metrics endpoint.
5085
5083
  :param pulumi.Input[bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
5086
5084
  :param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
5087
5085
  :param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
@@ -5092,9 +5090,9 @@ class GrafanaGrafanaUserConfigArgs:
5092
5090
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
5093
5091
  :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
5094
5092
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
5095
- :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
5093
+ :param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
5096
5094
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
5097
- :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
5095
+ :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
5098
5096
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
5099
5097
  :param pulumi.Input[bool] wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
5100
5098
  """
@@ -5204,7 +5202,7 @@ class GrafanaGrafanaUserConfigArgs:
5204
5202
  @pulumi.getter(name="alertingEnabled")
5205
5203
  def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
5206
5204
  """
5207
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
5205
+ Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
5208
5206
  """
5209
5207
  return pulumi.get(self, "alerting_enabled")
5210
5208
 
@@ -5240,7 +5238,7 @@ class GrafanaGrafanaUserConfigArgs:
5240
5238
  @pulumi.getter(name="alertingNodataOrNullvalues")
5241
5239
  def alerting_nodata_or_nullvalues(self) -> Optional[pulumi.Input[str]]:
5242
5240
  """
5243
- Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
5241
+ Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
5244
5242
  """
5245
5243
  return pulumi.get(self, "alerting_nodata_or_nullvalues")
5246
5244
 
@@ -5336,7 +5334,7 @@ class GrafanaGrafanaUserConfigArgs:
5336
5334
  @pulumi.getter(name="cookieSamesite")
5337
5335
  def cookie_samesite(self) -> Optional[pulumi.Input[str]]:
5338
5336
  """
5339
- Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
5337
+ Enum: `lax`, `strict`, `none`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
5340
5338
  """
5341
5339
  return pulumi.get(self, "cookie_samesite")
5342
5340
 
@@ -5360,7 +5358,7 @@ class GrafanaGrafanaUserConfigArgs:
5360
5358
  @pulumi.getter(name="dashboardPreviewsEnabled")
5361
5359
  def dashboard_previews_enabled(self) -> Optional[pulumi.Input[bool]]:
5362
5360
  """
5363
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
5361
+ This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
5364
5362
  """
5365
5363
  return pulumi.get(self, "dashboard_previews_enabled")
5366
5364
 
@@ -5517,7 +5515,7 @@ class GrafanaGrafanaUserConfigArgs:
5517
5515
  @pulumi.getter(name="metricsEnabled")
5518
5516
  def metrics_enabled(self) -> Optional[pulumi.Input[bool]]:
5519
5517
  """
5520
- Enable Grafana's /metrics endpoint.
5518
+ Enable Grafana /metrics endpoint.
5521
5519
  """
5522
5520
  return pulumi.get(self, "metrics_enabled")
5523
5521
 
@@ -5649,7 +5647,7 @@ class GrafanaGrafanaUserConfigArgs:
5649
5647
  @pulumi.getter(name="unifiedAlertingEnabled")
5650
5648
  def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
5651
5649
  """
5652
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
5650
+ Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
5653
5651
  """
5654
5652
  return pulumi.get(self, "unified_alerting_enabled")
5655
5653
 
@@ -5673,7 +5671,7 @@ class GrafanaGrafanaUserConfigArgs:
5673
5671
  @pulumi.getter(name="userAutoAssignOrgRole")
5674
5672
  def user_auto_assign_org_role(self) -> Optional[pulumi.Input[str]]:
5675
5673
  """
5676
- Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
5674
+ Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
5677
5675
  """
5678
5676
  return pulumi.get(self, "user_auto_assign_org_role")
5679
5677
 
@@ -6271,15 +6269,15 @@ if not MYPY:
6271
6269
  """
6272
6270
  api_url: NotRequired[pulumi.Input[str]]
6273
6271
  """
6274
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6272
+ API URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6275
6273
  """
6276
6274
  auth_url: NotRequired[pulumi.Input[str]]
6277
6275
  """
6278
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6276
+ Authorization URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6279
6277
  """
6280
6278
  token_url: NotRequired[pulumi.Input[str]]
6281
6279
  """
6282
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6280
+ Token URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6283
6281
  """
6284
6282
  elif False:
6285
6283
  GrafanaGrafanaUserConfigAuthGitlabArgsDict: TypeAlias = Mapping[str, Any]
@@ -6299,9 +6297,9 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6299
6297
  :param pulumi.Input[str] client_id: Client ID from provider. Example: `b1ba0bf54a4c2c0a1c29`.
6300
6298
  :param pulumi.Input[str] client_secret: Client secret from provider. Example: `bfa6gea4f129076761dcba8ce5e1e406bd83af7b`.
6301
6299
  :param pulumi.Input[bool] allow_sign_up: Automatically sign-up users on successful sign-in.
6302
- :param pulumi.Input[str] api_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6303
- :param pulumi.Input[str] auth_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6304
- :param pulumi.Input[str] token_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6300
+ :param pulumi.Input[str] api_url: API URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6301
+ :param pulumi.Input[str] auth_url: Authorization URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6302
+ :param pulumi.Input[str] token_url: Token URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6305
6303
  """
6306
6304
  pulumi.set(__self__, "allowed_groups", allowed_groups)
6307
6305
  pulumi.set(__self__, "client_id", client_id)
@@ -6367,7 +6365,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6367
6365
  @pulumi.getter(name="apiUrl")
6368
6366
  def api_url(self) -> Optional[pulumi.Input[str]]:
6369
6367
  """
6370
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6368
+ API URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6371
6369
  """
6372
6370
  return pulumi.get(self, "api_url")
6373
6371
 
@@ -6379,7 +6377,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6379
6377
  @pulumi.getter(name="authUrl")
6380
6378
  def auth_url(self) -> Optional[pulumi.Input[str]]:
6381
6379
  """
6382
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6380
+ Authorization URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6383
6381
  """
6384
6382
  return pulumi.get(self, "auth_url")
6385
6383
 
@@ -6391,7 +6389,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6391
6389
  @pulumi.getter(name="tokenUrl")
6392
6390
  def token_url(self) -> Optional[pulumi.Input[str]]:
6393
6391
  """
6394
- This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6392
+ Token URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6395
6393
  """
6396
6394
  return pulumi.get(self, "token_url")
6397
6395
 
@@ -6673,7 +6671,7 @@ if not MYPY:
6673
6671
  """
6674
6672
  provider: pulumi.Input[str]
6675
6673
  """
6676
- Enum: `s3`. External image store provider.
6674
+ Enum: `s3`. Provider type.
6677
6675
  """
6678
6676
  secret_key: pulumi.Input[str]
6679
6677
  """
@@ -6692,7 +6690,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
6692
6690
  """
6693
6691
  :param pulumi.Input[str] access_key: S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: `AAAAAAAAAAAAAAAAAAA`.
6694
6692
  :param pulumi.Input[str] bucket_url: Bucket URL for S3. Example: `https://grafana.s3-ap-southeast-2.amazonaws.com/`.
6695
- :param pulumi.Input[str] provider: Enum: `s3`. External image store provider.
6693
+ :param pulumi.Input[str] provider: Enum: `s3`. Provider type.
6696
6694
  :param pulumi.Input[str] secret_key: S3 secret key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
6697
6695
  """
6698
6696
  pulumi.set(__self__, "access_key", access_key)
@@ -6728,7 +6726,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
6728
6726
  @pulumi.getter
6729
6727
  def provider(self) -> pulumi.Input[str]:
6730
6728
  """
6731
- Enum: `s3`. External image store provider.
6729
+ Enum: `s3`. Provider type.
6732
6730
  """
6733
6731
  return pulumi.get(self, "provider")
6734
6732
 
@@ -6924,7 +6922,7 @@ if not MYPY:
6924
6922
  """
6925
6923
  starttls_policy: NotRequired[pulumi.Input[str]]
6926
6924
  """
6927
- Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6925
+ Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6928
6926
  """
6929
6927
  username: NotRequired[pulumi.Input[str]]
6930
6928
  """
@@ -6951,7 +6949,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
6951
6949
  :param pulumi.Input[str] from_name: Name used in outgoing emails, defaults to Grafana.
6952
6950
  :param pulumi.Input[str] password: Password for SMTP authentication. Example: `ein0eemeev5eeth3Ahfu`.
6953
6951
  :param pulumi.Input[bool] skip_verify: Skip verifying server certificate. Defaults to false.
6954
- :param pulumi.Input[str] starttls_policy: Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6952
+ :param pulumi.Input[str] starttls_policy: Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6955
6953
  :param pulumi.Input[str] username: Username for SMTP authentication. Example: `smtpuser`.
6956
6954
  """
6957
6955
  pulumi.set(__self__, "from_address", from_address)
@@ -7044,7 +7042,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
7044
7042
  @pulumi.getter(name="starttlsPolicy")
7045
7043
  def starttls_policy(self) -> Optional[pulumi.Input[str]]:
7046
7044
  """
7047
- Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
7045
+ Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
7048
7046
  """
7049
7047
  return pulumi.get(self, "starttls_policy")
7050
7048
 
@@ -7474,10 +7472,6 @@ if not MYPY:
7474
7472
  """
7475
7473
  influxdb.conf configuration values
7476
7474
  """
7477
- influxdb_version: NotRequired[pulumi.Input[str]]
7478
- """
7479
- Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
7480
- """
7481
7475
  ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgsDict']]]]
7482
7476
  """
7483
7477
  Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
@@ -7531,7 +7525,6 @@ class InfluxDbInfluxdbUserConfigArgs:
7531
7525
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
7532
7526
  custom_domain: Optional[pulumi.Input[str]] = None,
7533
7527
  influxdb: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']] = None,
7534
- influxdb_version: Optional[pulumi.Input[str]] = None,
7535
7528
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]] = None,
7536
7529
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
7537
7530
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -7547,7 +7540,6 @@ class InfluxDbInfluxdbUserConfigArgs:
7547
7540
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
7548
7541
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
7549
7542
  :param pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs'] influxdb: influxdb.conf configuration values
7550
- :param pulumi.Input[str] influxdb_version: Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
7551
7543
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
7552
7544
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
7553
7545
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -7569,8 +7561,6 @@ class InfluxDbInfluxdbUserConfigArgs:
7569
7561
  pulumi.set(__self__, "custom_domain", custom_domain)
7570
7562
  if influxdb is not None:
7571
7563
  pulumi.set(__self__, "influxdb", influxdb)
7572
- if influxdb_version is not None:
7573
- pulumi.set(__self__, "influxdb_version", influxdb_version)
7574
7564
  if ip_filter_objects is not None:
7575
7565
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
7576
7566
  if ip_filter_strings is not None:
@@ -7634,18 +7624,6 @@ class InfluxDbInfluxdbUserConfigArgs:
7634
7624
  def influxdb(self, value: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']]):
7635
7625
  pulumi.set(self, "influxdb", value)
7636
7626
 
7637
- @property
7638
- @pulumi.getter(name="influxdbVersion")
7639
- def influxdb_version(self) -> Optional[pulumi.Input[str]]:
7640
- """
7641
- Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
7642
- """
7643
- return pulumi.get(self, "influxdb_version")
7644
-
7645
- @influxdb_version.setter
7646
- def influxdb_version(self, value: Optional[pulumi.Input[str]]):
7647
- pulumi.set(self, "influxdb_version", value)
7648
-
7649
7627
  @property
7650
7628
  @pulumi.getter(name="ipFilterObjects")
7651
7629
  def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]]:
@@ -7989,26 +7967,18 @@ if not MYPY:
7989
7967
  """
7990
7968
  Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
7991
7969
  """
7992
- user_backup: NotRequired[pulumi.Input[bool]]
7993
- """
7994
- Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
7995
- """
7996
7970
  elif False:
7997
7971
  InfluxDbInfluxdbUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
7998
7972
 
7999
7973
  @pulumi.input_type
8000
7974
  class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
8001
7975
  def __init__(__self__, *,
8002
- influxdb: Optional[pulumi.Input[bool]] = None,
8003
- user_backup: Optional[pulumi.Input[bool]] = None):
7976
+ influxdb: Optional[pulumi.Input[bool]] = None):
8004
7977
  """
8005
7978
  :param pulumi.Input[bool] influxdb: Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
8006
- :param pulumi.Input[bool] user_backup: Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
8007
7979
  """
8008
7980
  if influxdb is not None:
8009
7981
  pulumi.set(__self__, "influxdb", influxdb)
8010
- if user_backup is not None:
8011
- pulumi.set(__self__, "user_backup", user_backup)
8012
7982
 
8013
7983
  @property
8014
7984
  @pulumi.getter
@@ -8022,18 +7992,6 @@ class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
8022
7992
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
8023
7993
  pulumi.set(self, "influxdb", value)
8024
7994
 
8025
- @property
8026
- @pulumi.getter(name="userBackup")
8027
- def user_backup(self) -> Optional[pulumi.Input[bool]]:
8028
- """
8029
- Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
8030
- """
8031
- return pulumi.get(self, "user_backup")
8032
-
8033
- @user_backup.setter
8034
- def user_backup(self, value: Optional[pulumi.Input[bool]]):
8035
- pulumi.set(self, "user_backup", value)
8036
-
8037
7995
 
8038
7996
  if not MYPY:
8039
7997
  class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict(TypedDict):
@@ -8041,26 +7999,18 @@ if not MYPY:
8041
7999
  """
8042
8000
  Enable influxdb.
8043
8001
  """
8044
- user_backup: NotRequired[pulumi.Input[bool]]
8045
- """
8046
- Enable user_backup.
8047
- """
8048
8002
  elif False:
8049
8003
  InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
8050
8004
 
8051
8005
  @pulumi.input_type
8052
8006
  class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
8053
8007
  def __init__(__self__, *,
8054
- influxdb: Optional[pulumi.Input[bool]] = None,
8055
- user_backup: Optional[pulumi.Input[bool]] = None):
8008
+ influxdb: Optional[pulumi.Input[bool]] = None):
8056
8009
  """
8057
8010
  :param pulumi.Input[bool] influxdb: Enable influxdb.
8058
- :param pulumi.Input[bool] user_backup: Enable user_backup.
8059
8011
  """
8060
8012
  if influxdb is not None:
8061
8013
  pulumi.set(__self__, "influxdb", influxdb)
8062
- if user_backup is not None:
8063
- pulumi.set(__self__, "user_backup", user_backup)
8064
8014
 
8065
8015
  @property
8066
8016
  @pulumi.getter
@@ -8074,18 +8024,6 @@ class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
8074
8024
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
8075
8025
  pulumi.set(self, "influxdb", value)
8076
8026
 
8077
- @property
8078
- @pulumi.getter(name="userBackup")
8079
- def user_backup(self) -> Optional[pulumi.Input[bool]]:
8080
- """
8081
- Enable user_backup.
8082
- """
8083
- return pulumi.get(self, "user_backup")
8084
-
8085
- @user_backup.setter
8086
- def user_backup(self, value: Optional[pulumi.Input[bool]]):
8087
- pulumi.set(self, "user_backup", value)
8088
-
8089
8027
 
8090
8028
  if not MYPY:
8091
8029
  class InfluxDbInfluxdbUserConfigPublicAccessArgsDict(TypedDict):
@@ -8093,26 +8031,18 @@ if not MYPY:
8093
8031
  """
8094
8032
  Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
8095
8033
  """
8096
- user_backup: NotRequired[pulumi.Input[bool]]
8097
- """
8098
- Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
8099
- """
8100
8034
  elif False:
8101
8035
  InfluxDbInfluxdbUserConfigPublicAccessArgsDict: TypeAlias = Mapping[str, Any]
8102
8036
 
8103
8037
  @pulumi.input_type
8104
8038
  class InfluxDbInfluxdbUserConfigPublicAccessArgs:
8105
8039
  def __init__(__self__, *,
8106
- influxdb: Optional[pulumi.Input[bool]] = None,
8107
- user_backup: Optional[pulumi.Input[bool]] = None):
8040
+ influxdb: Optional[pulumi.Input[bool]] = None):
8108
8041
  """
8109
8042
  :param pulumi.Input[bool] influxdb: Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
8110
- :param pulumi.Input[bool] user_backup: Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
8111
8043
  """
8112
8044
  if influxdb is not None:
8113
8045
  pulumi.set(__self__, "influxdb", influxdb)
8114
- if user_backup is not None:
8115
- pulumi.set(__self__, "user_backup", user_backup)
8116
8046
 
8117
8047
  @property
8118
8048
  @pulumi.getter
@@ -8126,18 +8056,6 @@ class InfluxDbInfluxdbUserConfigPublicAccessArgs:
8126
8056
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
8127
8057
  pulumi.set(self, "influxdb", value)
8128
8058
 
8129
- @property
8130
- @pulumi.getter(name="userBackup")
8131
- def user_backup(self) -> Optional[pulumi.Input[bool]]:
8132
- """
8133
- Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
8134
- """
8135
- return pulumi.get(self, "user_backup")
8136
-
8137
- @user_backup.setter
8138
- def user_backup(self, value: Optional[pulumi.Input[bool]]):
8139
- pulumi.set(self, "user_backup", value)
8140
-
8141
8059
 
8142
8060
  if not MYPY:
8143
8061
  class InfluxDbServiceIntegrationArgsDict(TypedDict):
@@ -8902,7 +8820,7 @@ if not MYPY:
8902
8820
  class KafkaConnectKafkaConnectUserConfigKafkaConnectArgsDict(TypedDict):
8903
8821
  connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
8904
8822
  """
8905
- Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
8823
+ Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
8906
8824
  """
8907
8825
  consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
8908
8826
  """
@@ -8914,7 +8832,7 @@ if not MYPY:
8914
8832
  """
8915
8833
  consumer_isolation_level: NotRequired[pulumi.Input[str]]
8916
8834
  """
8917
- Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8835
+ Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8918
8836
  """
8919
8837
  consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
8920
8838
  """
@@ -8946,7 +8864,7 @@ if not MYPY:
8946
8864
  """
8947
8865
  producer_compression_type: NotRequired[pulumi.Input[str]]
8948
8866
  """
8949
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
8867
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
8950
8868
  """
8951
8869
  producer_linger_ms: NotRequired[pulumi.Input[int]]
8952
8870
  """
@@ -8987,10 +8905,10 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8987
8905
  scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
8988
8906
  session_timeout_ms: Optional[pulumi.Input[int]] = None):
8989
8907
  """
8990
- :param pulumi.Input[str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
8908
+ :param pulumi.Input[str] connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
8991
8909
  :param pulumi.Input[str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
8992
8910
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum. Example: `52428800`.
8993
- :param pulumi.Input[str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8911
+ :param pulumi.Input[str] consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8994
8912
  :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. Example: `1048576`.
8995
8913
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
8996
8914
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
@@ -8998,7 +8916,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8998
8916
  :param pulumi.Input[int] offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
8999
8917
  :param pulumi.Input[int] producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will `linger` for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
9000
8918
  :param pulumi.Input[int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
9001
- :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
8919
+ :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
9002
8920
  :param pulumi.Input[int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
9003
8921
  :param pulumi.Input[int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests. Example: `1048576`.
9004
8922
  :param pulumi.Input[int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
@@ -9041,7 +8959,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
9041
8959
  @pulumi.getter(name="connectorClientConfigOverridePolicy")
9042
8960
  def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
9043
8961
  """
9044
- Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
8962
+ Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
9045
8963
  """
9046
8964
  return pulumi.get(self, "connector_client_config_override_policy")
9047
8965
 
@@ -9077,7 +8995,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
9077
8995
  @pulumi.getter(name="consumerIsolationLevel")
9078
8996
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
9079
8997
  """
9080
- Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
8998
+ Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
9081
8999
  """
9082
9000
  return pulumi.get(self, "consumer_isolation_level")
9083
9001
 
@@ -9173,7 +9091,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
9173
9091
  @pulumi.getter(name="producerCompressionType")
9174
9092
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
9175
9093
  """
9176
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
9094
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
9177
9095
  """
9178
9096
  return pulumi.get(self, "producer_compression_type")
9179
9097
 
@@ -10636,7 +10554,7 @@ if not MYPY:
10636
10554
  """
10637
10555
  compression_type: NotRequired[pulumi.Input[str]]
10638
10556
  """
10639
- Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
10557
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
10640
10558
  """
10641
10559
  connections_max_idle_ms: NotRequired[pulumi.Input[int]]
10642
10560
  """
@@ -10676,11 +10594,11 @@ if not MYPY:
10676
10594
  """
10677
10595
  log_cleanup_policy: NotRequired[pulumi.Input[str]]
10678
10596
  """
10679
- Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10597
+ Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10680
10598
  """
10681
10599
  log_flush_interval_messages: NotRequired[pulumi.Input[int]]
10682
10600
  """
10683
- The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
10601
+ The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)). Example: `9223372036854775807`.
10684
10602
  """
10685
10603
  log_flush_interval_ms: NotRequired[pulumi.Input[int]]
10686
10604
  """
@@ -10868,7 +10786,7 @@ class KafkaKafkaUserConfigKafkaArgs:
10868
10786
  transaction_state_log_segment_bytes: Optional[pulumi.Input[int]] = None):
10869
10787
  """
10870
10788
  :param pulumi.Input[bool] auto_create_topics_enable: Enable auto-creation of topics. (Default: true).
10871
- :param pulumi.Input[str] compression_type: Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
10789
+ :param pulumi.Input[str] compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
10872
10790
  :param pulumi.Input[int] connections_max_idle_ms: Idle connections timeout: the server socket processor threads close the connections that idle for longer than this. (Default: 600000 ms (10 minutes)). Example: `540000`.
10873
10791
  :param pulumi.Input[int] default_replication_factor: Replication factor for auto-created topics (Default: 3).
10874
10792
  :param pulumi.Input[int] group_initial_rebalance_delay_ms: The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time. (Default: 3000 ms (3 seconds)). Example: `3000`.
@@ -10878,8 +10796,8 @@ class KafkaKafkaUserConfigKafkaArgs:
10878
10796
  :param pulumi.Input[int] log_cleaner_max_compaction_lag_ms: The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted. (Default: 9223372036854775807 ms (Long.MAX_VALUE)).
10879
10797
  :param pulumi.Input[float] log_cleaner_min_cleanable_ratio: Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option. (Default: 0.5). Example: `0.5`.
10880
10798
  :param pulumi.Input[int] log_cleaner_min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted. (Default: 0 ms).
10881
- :param pulumi.Input[str] log_cleanup_policy: Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10882
- :param pulumi.Input[int] log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
10799
+ :param pulumi.Input[str] log_cleanup_policy: Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10800
+ :param pulumi.Input[int] log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)). Example: `9223372036854775807`.
10883
10801
  :param pulumi.Input[int] log_flush_interval_ms: The maximum time in ms that a message in any topic is kept in memory (page-cache) before flushed to disk. If not set, the value in log.flush.scheduler.interval.ms is used (Default: null).
10884
10802
  :param pulumi.Input[int] log_index_interval_bytes: The interval with which Kafka adds an entry to the offset index (Default: 4096 bytes (4 kibibytes)). Example: `4096`.
10885
10803
  :param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)). Example: `10485760`.
@@ -11023,7 +10941,7 @@ class KafkaKafkaUserConfigKafkaArgs:
11023
10941
  @pulumi.getter(name="compressionType")
11024
10942
  def compression_type(self) -> Optional[pulumi.Input[str]]:
11025
10943
  """
11026
- Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
10944
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `uncompressed`, `producer`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
11027
10945
  """
11028
10946
  return pulumi.get(self, "compression_type")
11029
10947
 
@@ -11143,7 +11061,7 @@ class KafkaKafkaUserConfigKafkaArgs:
11143
11061
  @pulumi.getter(name="logCleanupPolicy")
11144
11062
  def log_cleanup_policy(self) -> Optional[pulumi.Input[str]]:
11145
11063
  """
11146
- Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
11064
+ Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
11147
11065
  """
11148
11066
  return pulumi.get(self, "log_cleanup_policy")
11149
11067
 
@@ -11155,7 +11073,7 @@ class KafkaKafkaUserConfigKafkaArgs:
11155
11073
  @pulumi.getter(name="logFlushIntervalMessages")
11156
11074
  def log_flush_interval_messages(self) -> Optional[pulumi.Input[int]]:
11157
11075
  """
11158
- The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
11076
+ The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)). Example: `9223372036854775807`.
11159
11077
  """
11160
11078
  return pulumi.get(self, "log_flush_interval_messages")
11161
11079
 
@@ -11616,7 +11534,7 @@ if not MYPY:
11616
11534
  class KafkaKafkaUserConfigKafkaConnectConfigArgsDict(TypedDict):
11617
11535
  connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
11618
11536
  """
11619
- Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
11537
+ Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
11620
11538
  """
11621
11539
  consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
11622
11540
  """
@@ -11628,7 +11546,7 @@ if not MYPY:
11628
11546
  """
11629
11547
  consumer_isolation_level: NotRequired[pulumi.Input[str]]
11630
11548
  """
11631
- Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11549
+ Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11632
11550
  """
11633
11551
  consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
11634
11552
  """
@@ -11660,7 +11578,7 @@ if not MYPY:
11660
11578
  """
11661
11579
  producer_compression_type: NotRequired[pulumi.Input[str]]
11662
11580
  """
11663
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11581
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11664
11582
  """
11665
11583
  producer_linger_ms: NotRequired[pulumi.Input[int]]
11666
11584
  """
@@ -11701,10 +11619,10 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11701
11619
  scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
11702
11620
  session_timeout_ms: Optional[pulumi.Input[int]] = None):
11703
11621
  """
11704
- :param pulumi.Input[str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
11622
+ :param pulumi.Input[str] connector_client_config_override_policy: Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
11705
11623
  :param pulumi.Input[str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
11706
11624
  :param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum. Example: `52428800`.
11707
- :param pulumi.Input[str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11625
+ :param pulumi.Input[str] consumer_isolation_level: Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11708
11626
  :param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. Example: `1048576`.
11709
11627
  :param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
11710
11628
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
@@ -11712,7 +11630,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11712
11630
  :param pulumi.Input[int] offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
11713
11631
  :param pulumi.Input[int] producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will `linger` for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
11714
11632
  :param pulumi.Input[int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
11715
- :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11633
+ :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11716
11634
  :param pulumi.Input[int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
11717
11635
  :param pulumi.Input[int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests. Example: `1048576`.
11718
11636
  :param pulumi.Input[int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
@@ -11755,7 +11673,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11755
11673
  @pulumi.getter(name="connectorClientConfigOverridePolicy")
11756
11674
  def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
11757
11675
  """
11758
- Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
11676
+ Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
11759
11677
  """
11760
11678
  return pulumi.get(self, "connector_client_config_override_policy")
11761
11679
 
@@ -11791,7 +11709,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11791
11709
  @pulumi.getter(name="consumerIsolationLevel")
11792
11710
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
11793
11711
  """
11794
- Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11712
+ Enum: `read_uncommitted`, `read_committed`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
11795
11713
  """
11796
11714
  return pulumi.get(self, "consumer_isolation_level")
11797
11715
 
@@ -11887,7 +11805,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11887
11805
  @pulumi.getter(name="producerCompressionType")
11888
11806
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
11889
11807
  """
11890
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11808
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
11891
11809
  """
11892
11810
  return pulumi.get(self, "producer_compression_type")
11893
11811
 
@@ -12231,7 +12149,7 @@ if not MYPY:
12231
12149
  """
12232
12150
  name_strategy: NotRequired[pulumi.Input[str]]
12233
12151
  """
12234
- Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12152
+ Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12235
12153
  """
12236
12154
  name_strategy_validation: NotRequired[pulumi.Input[bool]]
12237
12155
  """
@@ -12239,11 +12157,11 @@ if not MYPY:
12239
12157
  """
12240
12158
  producer_acks: NotRequired[pulumi.Input[str]]
12241
12159
  """
12242
- Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12160
+ Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12243
12161
  """
12244
12162
  producer_compression_type: NotRequired[pulumi.Input[str]]
12245
12163
  """
12246
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12164
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12247
12165
  """
12248
12166
  producer_linger_ms: NotRequired[pulumi.Input[int]]
12249
12167
  """
@@ -12277,10 +12195,10 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12277
12195
  :param pulumi.Input[bool] consumer_enable_auto_commit: If true the consumer's offset will be periodically committed to Kafka in the background. Default: `true`.
12278
12196
  :param pulumi.Input[int] consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request. Default: `67108864`.
12279
12197
  :param pulumi.Input[int] consumer_request_timeout_ms: Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. Default: `1000`.
12280
- :param pulumi.Input[str] name_strategy: Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12198
+ :param pulumi.Input[str] name_strategy: Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12281
12199
  :param pulumi.Input[bool] name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. Default: `true`.
12282
- :param pulumi.Input[str] producer_acks: Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12283
- :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12200
+ :param pulumi.Input[str] producer_acks: Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12201
+ :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12284
12202
  :param pulumi.Input[int] producer_linger_ms: Wait for up to the given delay to allow batching records together. Default: `0`.
12285
12203
  :param pulumi.Input[int] producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. Default: `1048576`.
12286
12204
  :param pulumi.Input[int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. Default: `25`.
@@ -12346,7 +12264,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12346
12264
  @pulumi.getter(name="nameStrategy")
12347
12265
  def name_strategy(self) -> Optional[pulumi.Input[str]]:
12348
12266
  """
12349
- Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12267
+ Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12350
12268
  """
12351
12269
  return pulumi.get(self, "name_strategy")
12352
12270
 
@@ -12370,7 +12288,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12370
12288
  @pulumi.getter(name="producerAcks")
12371
12289
  def producer_acks(self) -> Optional[pulumi.Input[str]]:
12372
12290
  """
12373
- Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12291
+ Enum: `all`, `-1`, `0`, `1`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
12374
12292
  """
12375
12293
  return pulumi.get(self, "producer_acks")
12376
12294
 
@@ -12382,7 +12300,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12382
12300
  @pulumi.getter(name="producerCompressionType")
12383
12301
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
12384
12302
  """
12385
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12303
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
12386
12304
  """
12387
12305
  return pulumi.get(self, "producer_compression_type")
12388
12306
 
@@ -14012,11 +13930,11 @@ if not MYPY:
14012
13930
  class KafkaTopicConfigArgsDict(TypedDict):
14013
13931
  cleanup_policy: NotRequired[pulumi.Input[str]]
14014
13932
  """
14015
- cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
13933
+ cleanup.policy value
14016
13934
  """
14017
13935
  compression_type: NotRequired[pulumi.Input[str]]
14018
13936
  """
14019
- compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
13937
+ compression.type value
14020
13938
  """
14021
13939
  delete_retention_ms: NotRequired[pulumi.Input[str]]
14022
13940
  """
@@ -14060,7 +13978,7 @@ if not MYPY:
14060
13978
  """
14061
13979
  message_format_version: NotRequired[pulumi.Input[str]]
14062
13980
  """
14063
- message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `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`, `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`.
13981
+ message.format.version value
14064
13982
  """
14065
13983
  message_timestamp_difference_max_ms: NotRequired[pulumi.Input[str]]
14066
13984
  """
@@ -14068,7 +13986,7 @@ if not MYPY:
14068
13986
  """
14069
13987
  message_timestamp_type: NotRequired[pulumi.Input[str]]
14070
13988
  """
14071
- message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
13989
+ message.timestamp.type value
14072
13990
  """
14073
13991
  min_cleanable_dirty_ratio: NotRequired[pulumi.Input[float]]
14074
13992
  """
@@ -14152,8 +14070,8 @@ class KafkaTopicConfigArgs:
14152
14070
  segment_ms: Optional[pulumi.Input[str]] = None,
14153
14071
  unclean_leader_election_enable: Optional[pulumi.Input[bool]] = None):
14154
14072
  """
14155
- :param pulumi.Input[str] cleanup_policy: cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
14156
- :param pulumi.Input[str] compression_type: compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
14073
+ :param pulumi.Input[str] cleanup_policy: cleanup.policy value
14074
+ :param pulumi.Input[str] compression_type: compression.type value
14157
14075
  :param pulumi.Input[str] delete_retention_ms: delete.retention.ms value
14158
14076
  :param pulumi.Input[str] file_delete_delay_ms: file.delete.delay.ms value
14159
14077
  :param pulumi.Input[str] flush_messages: flush.messages value
@@ -14164,9 +14082,9 @@ class KafkaTopicConfigArgs:
14164
14082
  :param pulumi.Input[str] max_compaction_lag_ms: max.compaction.lag.ms value
14165
14083
  :param pulumi.Input[str] max_message_bytes: max.message.bytes value
14166
14084
  :param pulumi.Input[bool] message_downconversion_enable: message.downconversion.enable value
14167
- :param pulumi.Input[str] message_format_version: message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `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`, `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`.
14085
+ :param pulumi.Input[str] message_format_version: message.format.version value
14168
14086
  :param pulumi.Input[str] message_timestamp_difference_max_ms: message.timestamp.difference.max.ms value
14169
- :param pulumi.Input[str] message_timestamp_type: message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
14087
+ :param pulumi.Input[str] message_timestamp_type: message.timestamp.type value
14170
14088
  :param pulumi.Input[float] min_cleanable_dirty_ratio: min.cleanable.dirty.ratio value
14171
14089
  :param pulumi.Input[str] min_compaction_lag_ms: min.compaction.lag.ms value
14172
14090
  :param pulumi.Input[str] min_insync_replicas: min.insync.replicas value
@@ -14242,7 +14160,7 @@ class KafkaTopicConfigArgs:
14242
14160
  @pulumi.getter(name="cleanupPolicy")
14243
14161
  def cleanup_policy(self) -> Optional[pulumi.Input[str]]:
14244
14162
  """
14245
- cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
14163
+ cleanup.policy value
14246
14164
  """
14247
14165
  return pulumi.get(self, "cleanup_policy")
14248
14166
 
@@ -14254,7 +14172,7 @@ class KafkaTopicConfigArgs:
14254
14172
  @pulumi.getter(name="compressionType")
14255
14173
  def compression_type(self) -> Optional[pulumi.Input[str]]:
14256
14174
  """
14257
- compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
14175
+ compression.type value
14258
14176
  """
14259
14177
  return pulumi.get(self, "compression_type")
14260
14178
 
@@ -14386,7 +14304,7 @@ class KafkaTopicConfigArgs:
14386
14304
  @pulumi.getter(name="messageFormatVersion")
14387
14305
  def message_format_version(self) -> Optional[pulumi.Input[str]]:
14388
14306
  """
14389
- message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `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`, `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`.
14307
+ message.format.version value
14390
14308
  """
14391
14309
  return pulumi.get(self, "message_format_version")
14392
14310
 
@@ -14410,7 +14328,7 @@ class KafkaTopicConfigArgs:
14410
14328
  @pulumi.getter(name="messageTimestampType")
14411
14329
  def message_timestamp_type(self) -> Optional[pulumi.Input[str]]:
14412
14330
  """
14413
- message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
14331
+ message.timestamp.type value
14414
14332
  """
14415
14333
  return pulumi.get(self, "message_timestamp_type")
14416
14334
 
@@ -18065,15 +17983,15 @@ if not MYPY:
18065
17983
  """
18066
17984
  internal_tmp_mem_storage_engine: NotRequired[pulumi.Input[str]]
18067
17985
  """
18068
- Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
17986
+ Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
18069
17987
  """
18070
17988
  log_output: NotRequired[pulumi.Input[str]]
18071
17989
  """
18072
- Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
17990
+ Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
18073
17991
  """
18074
17992
  long_query_time: NotRequired[pulumi.Input[float]]
18075
17993
  """
18076
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
17994
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
18077
17995
  """
18078
17996
  max_allowed_packet: NotRequired[pulumi.Input[int]]
18079
17997
  """
@@ -18174,9 +18092,9 @@ class MySqlMysqlUserConfigMysqlArgs:
18174
18092
  :param pulumi.Input[int] innodb_thread_concurrency: Defines the maximum number of threads permitted inside of InnoDB. Default is 0 (infinite concurrency - no limit). Example: `10`.
18175
18093
  :param pulumi.Input[int] innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service. Example: `10`.
18176
18094
  :param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
18177
- :param pulumi.Input[str] internal_tmp_mem_storage_engine: Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
18178
- :param pulumi.Input[str] log_output: Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
18179
- :param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
18095
+ :param pulumi.Input[str] internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
18096
+ :param pulumi.Input[str] log_output: Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
18097
+ :param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
18180
18098
  :param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
18181
18099
  :param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M). Example: `16777216`.
18182
18100
  :param pulumi.Input[int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service. Example: `16384`.
@@ -18460,7 +18378,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18460
18378
  @pulumi.getter(name="internalTmpMemStorageEngine")
18461
18379
  def internal_tmp_mem_storage_engine(self) -> Optional[pulumi.Input[str]]:
18462
18380
  """
18463
- Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
18381
+ Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
18464
18382
  """
18465
18383
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
18466
18384
 
@@ -18472,7 +18390,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18472
18390
  @pulumi.getter(name="logOutput")
18473
18391
  def log_output(self) -> Optional[pulumi.Input[str]]:
18474
18392
  """
18475
- Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
18393
+ Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
18476
18394
  """
18477
18395
  return pulumi.get(self, "log_output")
18478
18396
 
@@ -18484,7 +18402,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18484
18402
  @pulumi.getter(name="longQueryTime")
18485
18403
  def long_query_time(self) -> Optional[pulumi.Input[float]]:
18486
18404
  """
18487
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
18405
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
18488
18406
  """
18489
18407
  return pulumi.get(self, "long_query_time")
18490
18408
 
@@ -19276,7 +19194,7 @@ if not MYPY:
19276
19194
  """
19277
19195
  disable_replication_factor_adjustment: NotRequired[pulumi.Input[bool]]
19278
19196
  """
19279
- Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
19197
+ Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
19280
19198
  """
19281
19199
  gcs_migration: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgsDict']]
19282
19200
  """
@@ -19407,7 +19325,7 @@ class OpenSearchOpensearchUserConfigArgs:
19407
19325
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
19408
19326
  :param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
19409
19327
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
19410
- :param pulumi.Input[bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
19328
+ :param pulumi.Input[bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
19411
19329
  :param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
19412
19330
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
19413
19331
  :param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
@@ -19530,7 +19448,7 @@ class OpenSearchOpensearchUserConfigArgs:
19530
19448
  @pulumi.getter(name="disableReplicationFactorAdjustment")
19531
19449
  def disable_replication_factor_adjustment(self) -> Optional[pulumi.Input[bool]]:
19532
19450
  """
19533
- Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
19451
+ Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
19534
19452
  """
19535
19453
  return pulumi.get(self, "disable_replication_factor_adjustment")
19536
19454
 
@@ -19830,10 +19748,6 @@ if not MYPY:
19830
19748
  """
19831
19749
  Azure container name.
19832
19750
  """
19833
- indices: pulumi.Input[str]
19834
- """
19835
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
19836
- """
19837
19751
  snapshot_name: pulumi.Input[str]
19838
19752
  """
19839
19753
  The snapshot name to restore from.
@@ -19850,18 +19764,14 @@ if not MYPY:
19850
19764
  """
19851
19765
  Defines the DNS suffix for Azure Storage endpoints.
19852
19766
  """
19853
- include_aliases: NotRequired[pulumi.Input[bool]]
19767
+ indices: NotRequired[pulumi.Input[str]]
19854
19768
  """
19855
- Whether to restore aliases alongside their associated indexes. Default is true.
19769
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
19856
19770
  """
19857
19771
  key: NotRequired[pulumi.Input[str]]
19858
19772
  """
19859
19773
  Azure account secret key. One of key or sas_token should be specified.
19860
19774
  """
19861
- restore_global_state: NotRequired[pulumi.Input[bool]]
19862
- """
19863
- If true, restore the cluster state. Defaults to false.
19864
- """
19865
19775
  sas_token: NotRequired[pulumi.Input[str]]
19866
19776
  """
19867
19777
  A shared access signatures (SAS) token. One of key or sas_token should be specified.
@@ -19875,33 +19785,28 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19875
19785
  account: pulumi.Input[str],
19876
19786
  base_path: pulumi.Input[str],
19877
19787
  container: pulumi.Input[str],
19878
- indices: pulumi.Input[str],
19879
19788
  snapshot_name: pulumi.Input[str],
19880
19789
  chunk_size: Optional[pulumi.Input[str]] = None,
19881
19790
  compress: Optional[pulumi.Input[bool]] = None,
19882
19791
  endpoint_suffix: Optional[pulumi.Input[str]] = None,
19883
- include_aliases: Optional[pulumi.Input[bool]] = None,
19792
+ indices: Optional[pulumi.Input[str]] = None,
19884
19793
  key: Optional[pulumi.Input[str]] = None,
19885
- restore_global_state: Optional[pulumi.Input[bool]] = None,
19886
19794
  sas_token: Optional[pulumi.Input[str]] = None):
19887
19795
  """
19888
19796
  :param pulumi.Input[str] account: Azure account name.
19889
19797
  :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
19890
19798
  :param pulumi.Input[str] container: Azure container name.
19891
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
19892
19799
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
19893
19800
  :param pulumi.Input[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.
19894
19801
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
19895
19802
  :param pulumi.Input[str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
19896
- :param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
19803
+ :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
19897
19804
  :param pulumi.Input[str] key: Azure account secret key. One of key or sas_token should be specified.
19898
- :param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
19899
19805
  :param pulumi.Input[str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
19900
19806
  """
19901
19807
  pulumi.set(__self__, "account", account)
19902
19808
  pulumi.set(__self__, "base_path", base_path)
19903
19809
  pulumi.set(__self__, "container", container)
19904
- pulumi.set(__self__, "indices", indices)
19905
19810
  pulumi.set(__self__, "snapshot_name", snapshot_name)
19906
19811
  if chunk_size is not None:
19907
19812
  pulumi.set(__self__, "chunk_size", chunk_size)
@@ -19909,12 +19814,10 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19909
19814
  pulumi.set(__self__, "compress", compress)
19910
19815
  if endpoint_suffix is not None:
19911
19816
  pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
19912
- if include_aliases is not None:
19913
- pulumi.set(__self__, "include_aliases", include_aliases)
19817
+ if indices is not None:
19818
+ pulumi.set(__self__, "indices", indices)
19914
19819
  if key is not None:
19915
19820
  pulumi.set(__self__, "key", key)
19916
- if restore_global_state is not None:
19917
- pulumi.set(__self__, "restore_global_state", restore_global_state)
19918
19821
  if sas_token is not None:
19919
19822
  pulumi.set(__self__, "sas_token", sas_token)
19920
19823
 
@@ -19954,18 +19857,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19954
19857
  def container(self, value: pulumi.Input[str]):
19955
19858
  pulumi.set(self, "container", value)
19956
19859
 
19957
- @property
19958
- @pulumi.getter
19959
- def indices(self) -> pulumi.Input[str]:
19960
- """
19961
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
19962
- """
19963
- return pulumi.get(self, "indices")
19964
-
19965
- @indices.setter
19966
- def indices(self, value: pulumi.Input[str]):
19967
- pulumi.set(self, "indices", value)
19968
-
19969
19860
  @property
19970
19861
  @pulumi.getter(name="snapshotName")
19971
19862
  def snapshot_name(self) -> pulumi.Input[str]:
@@ -20015,16 +19906,16 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
20015
19906
  pulumi.set(self, "endpoint_suffix", value)
20016
19907
 
20017
19908
  @property
20018
- @pulumi.getter(name="includeAliases")
20019
- def include_aliases(self) -> Optional[pulumi.Input[bool]]:
19909
+ @pulumi.getter
19910
+ def indices(self) -> Optional[pulumi.Input[str]]:
20020
19911
  """
20021
- Whether to restore aliases alongside their associated indexes. Default is true.
19912
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
20022
19913
  """
20023
- return pulumi.get(self, "include_aliases")
19914
+ return pulumi.get(self, "indices")
20024
19915
 
20025
- @include_aliases.setter
20026
- def include_aliases(self, value: Optional[pulumi.Input[bool]]):
20027
- pulumi.set(self, "include_aliases", value)
19916
+ @indices.setter
19917
+ def indices(self, value: Optional[pulumi.Input[str]]):
19918
+ pulumi.set(self, "indices", value)
20028
19919
 
20029
19920
  @property
20030
19921
  @pulumi.getter
@@ -20038,18 +19929,6 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
20038
19929
  def key(self, value: Optional[pulumi.Input[str]]):
20039
19930
  pulumi.set(self, "key", value)
20040
19931
 
20041
- @property
20042
- @pulumi.getter(name="restoreGlobalState")
20043
- def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
20044
- """
20045
- If true, restore the cluster state. Defaults to false.
20046
- """
20047
- return pulumi.get(self, "restore_global_state")
20048
-
20049
- @restore_global_state.setter
20050
- def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
20051
- pulumi.set(self, "restore_global_state", value)
20052
-
20053
19932
  @property
20054
19933
  @pulumi.getter(name="sasToken")
20055
19934
  def sas_token(self) -> Optional[pulumi.Input[str]]:
@@ -20077,10 +19956,6 @@ if not MYPY:
20077
19956
  """
20078
19957
  Google Cloud Storage credentials file content.
20079
19958
  """
20080
- indices: pulumi.Input[str]
20081
- """
20082
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
20083
- """
20084
19959
  snapshot_name: pulumi.Input[str]
20085
19960
  """
20086
19961
  The snapshot name to restore from.
@@ -20093,13 +19968,9 @@ if not MYPY:
20093
19968
  """
20094
19969
  When set to true metadata files are stored in compressed format.
20095
19970
  """
20096
- include_aliases: NotRequired[pulumi.Input[bool]]
19971
+ indices: NotRequired[pulumi.Input[str]]
20097
19972
  """
20098
- Whether to restore aliases alongside their associated indexes. Default is true.
20099
- """
20100
- restore_global_state: NotRequired[pulumi.Input[bool]]
20101
- """
20102
- If true, restore the cluster state. Defaults to false.
19973
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
20103
19974
  """
20104
19975
  elif False:
20105
19976
  OpenSearchOpensearchUserConfigGcsMigrationArgsDict: TypeAlias = Mapping[str, Any]
@@ -20110,36 +19981,29 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
20110
19981
  base_path: pulumi.Input[str],
20111
19982
  bucket: pulumi.Input[str],
20112
19983
  credentials: pulumi.Input[str],
20113
- indices: pulumi.Input[str],
20114
19984
  snapshot_name: pulumi.Input[str],
20115
19985
  chunk_size: Optional[pulumi.Input[str]] = None,
20116
19986
  compress: Optional[pulumi.Input[bool]] = None,
20117
- include_aliases: Optional[pulumi.Input[bool]] = None,
20118
- restore_global_state: Optional[pulumi.Input[bool]] = None):
19987
+ indices: Optional[pulumi.Input[str]] = None):
20119
19988
  """
20120
19989
  :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
20121
19990
  :param pulumi.Input[str] bucket: The path to the repository data within its container.
20122
19991
  :param pulumi.Input[str] credentials: Google Cloud Storage credentials file content.
20123
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
20124
19992
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
20125
19993
  :param pulumi.Input[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.
20126
19994
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
20127
- :param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
20128
- :param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
19995
+ :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
20129
19996
  """
20130
19997
  pulumi.set(__self__, "base_path", base_path)
20131
19998
  pulumi.set(__self__, "bucket", bucket)
20132
19999
  pulumi.set(__self__, "credentials", credentials)
20133
- pulumi.set(__self__, "indices", indices)
20134
20000
  pulumi.set(__self__, "snapshot_name", snapshot_name)
20135
20001
  if chunk_size is not None:
20136
20002
  pulumi.set(__self__, "chunk_size", chunk_size)
20137
20003
  if compress is not None:
20138
20004
  pulumi.set(__self__, "compress", compress)
20139
- if include_aliases is not None:
20140
- pulumi.set(__self__, "include_aliases", include_aliases)
20141
- if restore_global_state is not None:
20142
- pulumi.set(__self__, "restore_global_state", restore_global_state)
20005
+ if indices is not None:
20006
+ pulumi.set(__self__, "indices", indices)
20143
20007
 
20144
20008
  @property
20145
20009
  @pulumi.getter(name="basePath")
@@ -20177,18 +20041,6 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
20177
20041
  def credentials(self, value: pulumi.Input[str]):
20178
20042
  pulumi.set(self, "credentials", value)
20179
20043
 
20180
- @property
20181
- @pulumi.getter
20182
- def indices(self) -> pulumi.Input[str]:
20183
- """
20184
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
20185
- """
20186
- return pulumi.get(self, "indices")
20187
-
20188
- @indices.setter
20189
- def indices(self, value: pulumi.Input[str]):
20190
- pulumi.set(self, "indices", value)
20191
-
20192
20044
  @property
20193
20045
  @pulumi.getter(name="snapshotName")
20194
20046
  def snapshot_name(self) -> pulumi.Input[str]:
@@ -20226,28 +20078,16 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
20226
20078
  pulumi.set(self, "compress", value)
20227
20079
 
20228
20080
  @property
20229
- @pulumi.getter(name="includeAliases")
20230
- def include_aliases(self) -> Optional[pulumi.Input[bool]]:
20231
- """
20232
- Whether to restore aliases alongside their associated indexes. Default is true.
20233
- """
20234
- return pulumi.get(self, "include_aliases")
20235
-
20236
- @include_aliases.setter
20237
- def include_aliases(self, value: Optional[pulumi.Input[bool]]):
20238
- pulumi.set(self, "include_aliases", value)
20239
-
20240
- @property
20241
- @pulumi.getter(name="restoreGlobalState")
20242
- def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
20081
+ @pulumi.getter
20082
+ def indices(self) -> Optional[pulumi.Input[str]]:
20243
20083
  """
20244
- If true, restore the cluster state. Defaults to false.
20084
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
20245
20085
  """
20246
- return pulumi.get(self, "restore_global_state")
20086
+ return pulumi.get(self, "indices")
20247
20087
 
20248
- @restore_global_state.setter
20249
- def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
20250
- pulumi.set(self, "restore_global_state", value)
20088
+ @indices.setter
20089
+ def indices(self, value: Optional[pulumi.Input[str]]):
20090
+ pulumi.set(self, "indices", value)
20251
20091
 
20252
20092
 
20253
20093
  if not MYPY:
@@ -22140,7 +21980,7 @@ if not MYPY:
22140
21980
  class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgsDict(TypedDict):
22141
21981
  mode: NotRequired[pulumi.Input[str]]
22142
21982
  """
22143
- Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
21983
+ Enum: `monitor_only`, `enforced`, `disabled`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22144
21984
  """
22145
21985
  node_duress: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgsDict']]
22146
21986
  """
@@ -22165,7 +22005,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
22165
22005
  search_shard_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs']] = None,
22166
22006
  search_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs']] = None):
22167
22007
  """
22168
- :param pulumi.Input[str] mode: Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22008
+ :param pulumi.Input[str] mode: Enum: `monitor_only`, `enforced`, `disabled`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22169
22009
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgs'] node_duress: Node duress settings
22170
22010
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs'] search_shard_task: Search shard settings
22171
22011
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs'] search_task: Search task settings
@@ -22183,7 +22023,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
22183
22023
  @pulumi.getter
22184
22024
  def mode(self) -> Optional[pulumi.Input[str]]:
22185
22025
  """
22186
- Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22026
+ Enum: `monitor_only`, `enforced`, `disabled`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22187
22027
  """
22188
22028
  return pulumi.get(self, "mode")
22189
22029
 
@@ -23232,10 +23072,6 @@ if not MYPY:
23232
23072
  """
23233
23073
  S3 bucket name.
23234
23074
  """
23235
- indices: pulumi.Input[str]
23236
- """
23237
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
23238
- """
23239
23075
  region: pulumi.Input[str]
23240
23076
  """
23241
23077
  S3 region.
@@ -23260,13 +23096,9 @@ if not MYPY:
23260
23096
  """
23261
23097
  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.
23262
23098
  """
23263
- include_aliases: NotRequired[pulumi.Input[bool]]
23264
- """
23265
- Whether to restore aliases alongside their associated indexes. Default is true.
23266
- """
23267
- restore_global_state: NotRequired[pulumi.Input[bool]]
23099
+ indices: NotRequired[pulumi.Input[str]]
23268
23100
  """
23269
- If true, restore the cluster state. Defaults to false.
23101
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
23270
23102
  """
23271
23103
  server_side_encryption: NotRequired[pulumi.Input[bool]]
23272
23104
  """
@@ -23281,35 +23113,30 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23281
23113
  access_key: pulumi.Input[str],
23282
23114
  base_path: pulumi.Input[str],
23283
23115
  bucket: pulumi.Input[str],
23284
- indices: pulumi.Input[str],
23285
23116
  region: pulumi.Input[str],
23286
23117
  secret_key: pulumi.Input[str],
23287
23118
  snapshot_name: pulumi.Input[str],
23288
23119
  chunk_size: Optional[pulumi.Input[str]] = None,
23289
23120
  compress: Optional[pulumi.Input[bool]] = None,
23290
23121
  endpoint: Optional[pulumi.Input[str]] = None,
23291
- include_aliases: Optional[pulumi.Input[bool]] = None,
23292
- restore_global_state: Optional[pulumi.Input[bool]] = None,
23122
+ indices: Optional[pulumi.Input[str]] = None,
23293
23123
  server_side_encryption: Optional[pulumi.Input[bool]] = None):
23294
23124
  """
23295
23125
  :param pulumi.Input[str] access_key: AWS Access key.
23296
23126
  :param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
23297
23127
  :param pulumi.Input[str] bucket: S3 bucket name.
23298
- :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
23299
23128
  :param pulumi.Input[str] region: S3 region.
23300
23129
  :param pulumi.Input[str] secret_key: AWS secret key.
23301
23130
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
23302
23131
  :param pulumi.Input[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.
23303
23132
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
23304
23133
  :param pulumi.Input[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.
23305
- :param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
23306
- :param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
23134
+ :param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
23307
23135
  :param pulumi.Input[bool] server_side_encryption: When set to true files are encrypted on server side.
23308
23136
  """
23309
23137
  pulumi.set(__self__, "access_key", access_key)
23310
23138
  pulumi.set(__self__, "base_path", base_path)
23311
23139
  pulumi.set(__self__, "bucket", bucket)
23312
- pulumi.set(__self__, "indices", indices)
23313
23140
  pulumi.set(__self__, "region", region)
23314
23141
  pulumi.set(__self__, "secret_key", secret_key)
23315
23142
  pulumi.set(__self__, "snapshot_name", snapshot_name)
@@ -23319,10 +23146,8 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23319
23146
  pulumi.set(__self__, "compress", compress)
23320
23147
  if endpoint is not None:
23321
23148
  pulumi.set(__self__, "endpoint", endpoint)
23322
- if include_aliases is not None:
23323
- pulumi.set(__self__, "include_aliases", include_aliases)
23324
- if restore_global_state is not None:
23325
- pulumi.set(__self__, "restore_global_state", restore_global_state)
23149
+ if indices is not None:
23150
+ pulumi.set(__self__, "indices", indices)
23326
23151
  if server_side_encryption is not None:
23327
23152
  pulumi.set(__self__, "server_side_encryption", server_side_encryption)
23328
23153
 
@@ -23362,18 +23187,6 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23362
23187
  def bucket(self, value: pulumi.Input[str]):
23363
23188
  pulumi.set(self, "bucket", value)
23364
23189
 
23365
- @property
23366
- @pulumi.getter
23367
- def indices(self) -> pulumi.Input[str]:
23368
- """
23369
- A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
23370
- """
23371
- return pulumi.get(self, "indices")
23372
-
23373
- @indices.setter
23374
- def indices(self, value: pulumi.Input[str]):
23375
- pulumi.set(self, "indices", value)
23376
-
23377
23190
  @property
23378
23191
  @pulumi.getter
23379
23192
  def region(self) -> pulumi.Input[str]:
@@ -23447,28 +23260,16 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23447
23260
  pulumi.set(self, "endpoint", value)
23448
23261
 
23449
23262
  @property
23450
- @pulumi.getter(name="includeAliases")
23451
- def include_aliases(self) -> Optional[pulumi.Input[bool]]:
23452
- """
23453
- Whether to restore aliases alongside their associated indexes. Default is true.
23454
- """
23455
- return pulumi.get(self, "include_aliases")
23456
-
23457
- @include_aliases.setter
23458
- def include_aliases(self, value: Optional[pulumi.Input[bool]]):
23459
- pulumi.set(self, "include_aliases", value)
23460
-
23461
- @property
23462
- @pulumi.getter(name="restoreGlobalState")
23463
- def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
23263
+ @pulumi.getter
23264
+ def indices(self) -> Optional[pulumi.Input[str]]:
23464
23265
  """
23465
- If true, restore the cluster state. Defaults to false.
23266
+ A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. Example: `metrics*,logs*,data-20240823`.
23466
23267
  """
23467
- return pulumi.get(self, "restore_global_state")
23268
+ return pulumi.get(self, "indices")
23468
23269
 
23469
- @restore_global_state.setter
23470
- def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
23471
- pulumi.set(self, "restore_global_state", value)
23270
+ @indices.setter
23271
+ def indices(self, value: Optional[pulumi.Input[str]]):
23272
+ pulumi.set(self, "indices", value)
23472
23273
 
23473
23274
  @property
23474
23275
  @pulumi.getter(name="serverSideEncryption")
@@ -23867,11 +23668,11 @@ if not MYPY:
23867
23668
  class OrganizationPermissionPermissionArgsDict(TypedDict):
23868
23669
  permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
23869
23670
  """
23870
- List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23671
+ List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
23871
23672
  """
23872
23673
  principal_id: pulumi.Input[str]
23873
23674
  """
23874
- ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
23675
+ ID of the user or group.
23875
23676
  """
23876
23677
  principal_type: pulumi.Input[str]
23877
23678
  """
@@ -23897,8 +23698,8 @@ class OrganizationPermissionPermissionArgs:
23897
23698
  create_time: Optional[pulumi.Input[str]] = None,
23898
23699
  update_time: Optional[pulumi.Input[str]] = None):
23899
23700
  """
23900
- :param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23901
- :param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
23701
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
23702
+ :param pulumi.Input[str] principal_id: ID of the user or group.
23902
23703
  :param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
23903
23704
  :param pulumi.Input[str] create_time: Time created.
23904
23705
  :param pulumi.Input[str] update_time: Time updated.
@@ -23915,7 +23716,7 @@ class OrganizationPermissionPermissionArgs:
23915
23716
  @pulumi.getter
23916
23717
  def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
23917
23718
  """
23918
- List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23719
+ List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
23919
23720
  """
23920
23721
  return pulumi.get(self, "permissions")
23921
23722
 
@@ -23927,7 +23728,7 @@ class OrganizationPermissionPermissionArgs:
23927
23728
  @pulumi.getter(name="principalId")
23928
23729
  def principal_id(self) -> pulumi.Input[str]:
23929
23730
  """
23930
- ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
23731
+ ID of the user or group.
23931
23732
  """
23932
23733
  return pulumi.get(self, "principal_id")
23933
23734
 
@@ -24872,7 +24673,7 @@ if not MYPY:
24872
24673
  """
24873
24674
  synchronous_replication: NotRequired[pulumi.Input[str]]
24874
24675
  """
24875
- Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24676
+ Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24876
24677
  """
24877
24678
  timescaledb: NotRequired[pulumi.Input['PgPgUserConfigTimescaledbArgsDict']]
24878
24679
  """
@@ -24953,7 +24754,7 @@ class PgPgUserConfigArgs:
24953
24754
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
24954
24755
  :param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Example: `41.5`.
24955
24756
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
24956
- :param pulumi.Input[str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24757
+ :param pulumi.Input[str] synchronous_replication: Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24957
24758
  :param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
24958
24759
  :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
24959
24760
  :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
@@ -25379,7 +25180,7 @@ class PgPgUserConfigArgs:
25379
25180
  @pulumi.getter(name="synchronousReplication")
25380
25181
  def synchronous_replication(self) -> Optional[pulumi.Input[str]]:
25381
25182
  """
25382
- Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
25183
+ Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
25383
25184
  """
25384
25185
  return pulumi.get(self, "synchronous_replication")
25385
25186
 
@@ -25741,11 +25542,11 @@ if not MYPY:
25741
25542
  """
25742
25543
  log_error_verbosity: NotRequired[pulumi.Input[str]]
25743
25544
  """
25744
- Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25545
+ Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25745
25546
  """
25746
25547
  log_line_prefix: NotRequired[pulumi.Input[str]]
25747
25548
  """
25748
- Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
25549
+ Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
25749
25550
  """
25750
25551
  log_min_duration_statement: NotRequired[pulumi.Input[int]]
25751
25552
  """
@@ -25829,7 +25630,7 @@ if not MYPY:
25829
25630
  """
25830
25631
  pg_stat_statements_dot_track: NotRequired[pulumi.Input[str]]
25831
25632
  """
25832
- Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
25633
+ Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
25833
25634
  """
25834
25635
  temp_file_limit: NotRequired[pulumi.Input[int]]
25835
25636
  """
@@ -25849,7 +25650,7 @@ if not MYPY:
25849
25650
  """
25850
25651
  track_functions: NotRequired[pulumi.Input[str]]
25851
25652
  """
25852
- Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
25653
+ Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
25853
25654
  """
25854
25655
  track_io_timing: NotRequired[pulumi.Input[str]]
25855
25656
  """
@@ -25937,8 +25738,8 @@ class PgPgUserConfigPgArgs:
25937
25738
  :param pulumi.Input[int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
25938
25739
  :param pulumi.Input[bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
25939
25740
  :param pulumi.Input[int] log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
25940
- :param pulumi.Input[str] log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25941
- :param pulumi.Input[str] log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
25741
+ :param pulumi.Input[str] log_error_verbosity: Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25742
+ :param pulumi.Input[str] log_line_prefix: Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
25942
25743
  :param pulumi.Input[int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
25943
25744
  :param pulumi.Input[int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
25944
25745
  :param pulumi.Input[int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
@@ -25959,12 +25760,12 @@ class PgPgUserConfigPgArgs:
25959
25760
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
25960
25761
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
25961
25762
  :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
25962
- :param pulumi.Input[str] pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
25763
+ :param pulumi.Input[str] pg_stat_statements_dot_track: Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
25963
25764
  :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
25964
25765
  :param pulumi.Input[str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
25965
25766
  :param pulumi.Input[int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
25966
25767
  :param pulumi.Input[str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
25967
- :param pulumi.Input[str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
25768
+ :param pulumi.Input[str] track_functions: Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
25968
25769
  :param pulumi.Input[str] track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
25969
25770
  :param pulumi.Input[int] wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Example: `60000`.
25970
25771
  :param pulumi.Input[int] wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Example: `50`.
@@ -26288,7 +26089,7 @@ class PgPgUserConfigPgArgs:
26288
26089
  @pulumi.getter(name="logErrorVerbosity")
26289
26090
  def log_error_verbosity(self) -> Optional[pulumi.Input[str]]:
26290
26091
  """
26291
- Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
26092
+ Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
26292
26093
  """
26293
26094
  return pulumi.get(self, "log_error_verbosity")
26294
26095
 
@@ -26300,7 +26101,7 @@ class PgPgUserConfigPgArgs:
26300
26101
  @pulumi.getter(name="logLinePrefix")
26301
26102
  def log_line_prefix(self) -> Optional[pulumi.Input[str]]:
26302
26103
  """
26303
- Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
26104
+ Enum: `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
26304
26105
  """
26305
26106
  return pulumi.get(self, "log_line_prefix")
26306
26107
 
@@ -26552,7 +26353,7 @@ class PgPgUserConfigPgArgs:
26552
26353
  @pulumi.getter(name="pgStatStatementsDotTrack")
26553
26354
  def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[str]]:
26554
26355
  """
26555
- Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
26356
+ Enum: `all`, `top`, `none`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
26556
26357
  """
26557
26358
  return pulumi.get(self, "pg_stat_statements_dot_track")
26558
26359
 
@@ -26612,7 +26413,7 @@ class PgPgUserConfigPgArgs:
26612
26413
  @pulumi.getter(name="trackFunctions")
26613
26414
  def track_functions(self) -> Optional[pulumi.Input[str]]:
26614
26415
  """
26615
- Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
26416
+ Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
26616
26417
  """
26617
26418
  return pulumi.get(self, "track_functions")
26618
26419
 
@@ -27149,7 +26950,7 @@ if not MYPY:
27149
26950
  """
27150
26951
  autodb_pool_mode: NotRequired[pulumi.Input[str]]
27151
26952
  """
27152
- Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
26953
+ Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27153
26954
  """
27154
26955
  autodb_pool_size: NotRequired[pulumi.Input[int]]
27155
26956
  """
@@ -27198,7 +26999,7 @@ class PgPgUserConfigPgbouncerArgs:
27198
26999
  """
27199
27000
  :param pulumi.Input[int] autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). Default: `3600`.
27200
27001
  :param pulumi.Input[int] autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Example: `0`.
27201
- :param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
27002
+ :param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27202
27003
  :param pulumi.Input[int] autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Default: `0`.
27203
27004
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
27204
27005
  :param pulumi.Input[int] max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max*prepared*statements is set to a non-zero value. Setting it to 0 disables prepared statements. max*prepared*statements defaults to 100, and its maximum is 3000. Default: `100`.
@@ -27256,7 +27057,7 @@ class PgPgUserConfigPgbouncerArgs:
27256
27057
  @pulumi.getter(name="autodbPoolMode")
27257
27058
  def autodb_pool_mode(self) -> Optional[pulumi.Input[str]]:
27258
27059
  """
27259
- Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
27060
+ Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27260
27061
  """
27261
27062
  return pulumi.get(self, "autodb_pool_mode")
27262
27063
 
@@ -28142,7 +27943,7 @@ if not MYPY:
28142
27943
  """
28143
27944
  redis_maxmemory_policy: NotRequired[pulumi.Input[str]]
28144
27945
  """
28145
- Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
27946
+ Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. Default: `noeviction`.
28146
27947
  """
28147
27948
  redis_notify_keyspace_events: NotRequired[pulumi.Input[str]]
28148
27949
  """
@@ -28234,7 +28035,7 @@ class RedisRedisUserConfigArgs:
28234
28035
  :param pulumi.Input[int] redis_io_threads: Set Redis IO thread count. Changing this will cause a restart of the Redis service. Example: `1`.
28235
28036
  :param pulumi.Input[int] redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
28236
28037
  :param pulumi.Input[int] redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
28237
- :param pulumi.Input[str] redis_maxmemory_policy: Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
28038
+ :param pulumi.Input[str] redis_maxmemory_policy: Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. Default: `noeviction`.
28238
28039
  :param pulumi.Input[str] redis_notify_keyspace_events: Set notify-keyspace-events option.
28239
28040
  :param pulumi.Input[int] redis_number_of_databases: Set number of Redis databases. Changing this will cause a restart of the Redis service. Example: `16`.
28240
28041
  :param pulumi.Input[str] redis_persistence: Enum: `off`, `rdb`. When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
@@ -28501,7 +28302,7 @@ class RedisRedisUserConfigArgs:
28501
28302
  @pulumi.getter(name="redisMaxmemoryPolicy")
28502
28303
  def redis_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
28503
28304
  """
28504
- Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
28305
+ Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. Default: `noeviction`.
28505
28306
  """
28506
28307
  return pulumi.get(self, "redis_maxmemory_policy")
28507
28308
 
@@ -29198,7 +28999,7 @@ if not MYPY:
29198
28999
  """
29199
29000
  data_format: pulumi.Input[str]
29200
29001
  """
29201
- Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
29002
+ Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`, `Parquet`. Message data format. Default: `JSONEachRow`.
29202
29003
  """
29203
29004
  group_name: pulumi.Input[str]
29204
29005
  """
@@ -29214,7 +29015,7 @@ if not MYPY:
29214
29015
  """
29215
29016
  auto_offset_reset: NotRequired[pulumi.Input[str]]
29216
29017
  """
29217
- Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29018
+ Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29218
29019
  """
29219
29020
  date_time_input_format: NotRequired[pulumi.Input[str]]
29220
29021
  """
@@ -29275,11 +29076,11 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29275
29076
  thread_per_consumer: Optional[pulumi.Input[bool]] = None):
29276
29077
  """
29277
29078
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
29278
- :param pulumi.Input[str] data_format: Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
29079
+ :param pulumi.Input[str] data_format: Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`, `Parquet`. Message data format. Default: `JSONEachRow`.
29279
29080
  :param pulumi.Input[str] group_name: Kafka consumers group. Default: `clickhouse`.
29280
29081
  :param pulumi.Input[str] name: Name of the table. Example: `events`.
29281
29082
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
29282
- :param pulumi.Input[str] auto_offset_reset: Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29083
+ :param pulumi.Input[str] auto_offset_reset: Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29283
29084
  :param pulumi.Input[str] date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. Default: `basic`.
29284
29085
  :param pulumi.Input[str] handle_error_mode: Enum: `default`, `stream`. How to handle errors for Kafka engine. Default: `default`.
29285
29086
  :param pulumi.Input[int] max_block_size: Number of row collected by poll(s) for flushing data from Kafka. Default: `0`.
@@ -29332,7 +29133,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29332
29133
  @pulumi.getter(name="dataFormat")
29333
29134
  def data_format(self) -> pulumi.Input[str]:
29334
29135
  """
29335
- Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
29136
+ Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`, `Parquet`. Message data format. Default: `JSONEachRow`.
29336
29137
  """
29337
29138
  return pulumi.get(self, "data_format")
29338
29139
 
@@ -29380,7 +29181,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29380
29181
  @pulumi.getter(name="autoOffsetReset")
29381
29182
  def auto_offset_reset(self) -> Optional[pulumi.Input[str]]:
29382
29183
  """
29383
- Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29184
+ Enum: `smallest`, `earliest`, `beginning`, `largest`, `latest`, `end`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
29384
29185
  """
29385
29186
  return pulumi.get(self, "auto_offset_reset")
29386
29187
 
@@ -30089,87 +29890,6 @@ class ServiceIntegrationDatadogUserConfigRedisArgs:
30089
29890
  pulumi.set(self, "command_stats_enabled", value)
30090
29891
 
30091
29892
 
30092
- if not MYPY:
30093
- class ServiceIntegrationEndpointAutoscalerUserConfigArgsDict(TypedDict):
30094
- autoscalings: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict']]]
30095
- """
30096
- Configure autoscaling thresholds for a service
30097
- """
30098
- elif False:
30099
- ServiceIntegrationEndpointAutoscalerUserConfigArgsDict: TypeAlias = Mapping[str, Any]
30100
-
30101
- @pulumi.input_type
30102
- class ServiceIntegrationEndpointAutoscalerUserConfigArgs:
30103
- def __init__(__self__, *,
30104
- autoscalings: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]):
30105
- """
30106
- :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]] autoscalings: Configure autoscaling thresholds for a service
30107
- """
30108
- pulumi.set(__self__, "autoscalings", autoscalings)
30109
-
30110
- @property
30111
- @pulumi.getter
30112
- def autoscalings(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]:
30113
- """
30114
- Configure autoscaling thresholds for a service
30115
- """
30116
- return pulumi.get(self, "autoscalings")
30117
-
30118
- @autoscalings.setter
30119
- def autoscalings(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]):
30120
- pulumi.set(self, "autoscalings", value)
30121
-
30122
-
30123
- if not MYPY:
30124
- class ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict(TypedDict):
30125
- cap_gb: pulumi.Input[int]
30126
- """
30127
- The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
30128
- """
30129
- type: pulumi.Input[str]
30130
- """
30131
- Enum: `autoscale_disk`. Type of autoscale event.
30132
- """
30133
- elif False:
30134
- ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict: TypeAlias = Mapping[str, Any]
30135
-
30136
- @pulumi.input_type
30137
- class ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs:
30138
- def __init__(__self__, *,
30139
- cap_gb: pulumi.Input[int],
30140
- type: pulumi.Input[str]):
30141
- """
30142
- :param pulumi.Input[int] cap_gb: The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
30143
- :param pulumi.Input[str] type: Enum: `autoscale_disk`. Type of autoscale event.
30144
- """
30145
- pulumi.set(__self__, "cap_gb", cap_gb)
30146
- pulumi.set(__self__, "type", type)
30147
-
30148
- @property
30149
- @pulumi.getter(name="capGb")
30150
- def cap_gb(self) -> pulumi.Input[int]:
30151
- """
30152
- The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
30153
- """
30154
- return pulumi.get(self, "cap_gb")
30155
-
30156
- @cap_gb.setter
30157
- def cap_gb(self, value: pulumi.Input[int]):
30158
- pulumi.set(self, "cap_gb", value)
30159
-
30160
- @property
30161
- @pulumi.getter
30162
- def type(self) -> pulumi.Input[str]:
30163
- """
30164
- Enum: `autoscale_disk`. Type of autoscale event.
30165
- """
30166
- return pulumi.get(self, "type")
30167
-
30168
- @type.setter
30169
- def type(self, value: pulumi.Input[str]):
30170
- pulumi.set(self, "type", value)
30171
-
30172
-
30173
29893
  if not MYPY:
30174
29894
  class ServiceIntegrationEndpointDatadogUserConfigArgsDict(TypedDict):
30175
29895
  datadog_api_key: pulumi.Input[str]
@@ -30198,7 +29918,7 @@ if not MYPY:
30198
29918
  """
30199
29919
  site: NotRequired[pulumi.Input[str]]
30200
29920
  """
30201
- Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
29921
+ Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
30202
29922
  """
30203
29923
  elif False:
30204
29924
  ServiceIntegrationEndpointDatadogUserConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -30220,7 +29940,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30220
29940
  :param pulumi.Input[int] kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
30221
29941
  :param pulumi.Input[int] kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
30222
29942
  :param pulumi.Input[int] max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
30223
- :param pulumi.Input[str] site: Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
29943
+ :param pulumi.Input[str] site: Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
30224
29944
  """
30225
29945
  pulumi.set(__self__, "datadog_api_key", datadog_api_key)
30226
29946
  if datadog_tags is not None:
@@ -30312,7 +30032,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30312
30032
  @pulumi.getter
30313
30033
  def site(self) -> Optional[pulumi.Input[str]]:
30314
30034
  """
30315
- Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
30035
+ Enum: `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, `ddog-gov.com`, `ap1.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
30316
30036
  """
30317
30037
  return pulumi.get(self, "site")
30318
30038
 
@@ -30952,7 +30672,7 @@ if not MYPY:
30952
30672
  """
30953
30673
  security_protocol: pulumi.Input[str]
30954
30674
  """
30955
- Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30675
+ Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
30956
30676
  """
30957
30677
  sasl_mechanism: NotRequired[pulumi.Input[str]]
30958
30678
  """
@@ -31008,7 +30728,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
31008
30728
  ssl_endpoint_identification_algorithm: Optional[pulumi.Input[str]] = None):
31009
30729
  """
31010
30730
  :param pulumi.Input[str] bootstrap_servers: Bootstrap servers. Example: `10.0.0.1:9092,10.0.0.2:9092`.
31011
- :param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30731
+ :param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
31012
30732
  :param pulumi.Input[str] sasl_mechanism: Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
31013
30733
  :param pulumi.Input[str] sasl_plain_password: Password for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
31014
30734
  :param pulumi.Input[str] sasl_plain_username: Username for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
@@ -31059,7 +30779,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
31059
30779
  @pulumi.getter(name="securityProtocol")
31060
30780
  def security_protocol(self) -> pulumi.Input[str]:
31061
30781
  """
31062
- Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30782
+ Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
31063
30783
  """
31064
30784
  return pulumi.get(self, "security_protocol")
31065
30785
 
@@ -31454,7 +31174,7 @@ if not MYPY:
31454
31174
  """
31455
31175
  ssl_mode: NotRequired[pulumi.Input[str]]
31456
31176
  """
31457
- Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31177
+ Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31458
31178
  """
31459
31179
  ssl_root_cert: NotRequired[pulumi.Input[str]]
31460
31180
  """
@@ -31491,7 +31211,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31491
31211
  :param pulumi.Input[str] ssl_client_key: Client key. Example: `-----BEGIN PRIVATE KEY-----
31492
31212
  ...
31493
31213
  -----END PRIVATE KEY-----`.
31494
- :param pulumi.Input[str] ssl_mode: Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31214
+ :param pulumi.Input[str] ssl_mode: Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31495
31215
  :param pulumi.Input[str] ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
31496
31216
  ...
31497
31217
  -----END CERTIFICATE-----
@@ -31606,7 +31326,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31606
31326
  @pulumi.getter(name="sslMode")
31607
31327
  def ssl_mode(self) -> Optional[pulumi.Input[str]]:
31608
31328
  """
31609
- Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31329
+ Enum: `disable`, `allow`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
31610
31330
  """
31611
31331
  return pulumi.get(self, "ssl_mode")
31612
31332
 
@@ -31630,83 +31350,11 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31630
31350
  pulumi.set(self, "ssl_root_cert", value)
31631
31351
 
31632
31352
 
31633
- if not MYPY:
31634
- class ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict(TypedDict):
31635
- basic_auth_password: NotRequired[pulumi.Input[str]]
31636
- """
31637
- Prometheus basic authentication password. Example: `fhyFNBjj3R`.
31638
- """
31639
- basic_auth_username: NotRequired[pulumi.Input[str]]
31640
- """
31641
- Prometheus basic authentication username. Example: `prom4851`.
31642
- """
31643
- service_uri: NotRequired[pulumi.Input[str]]
31644
- """
31645
- Prometheus enabled write endpoint. Example: `https://write.example.com/`.
31646
- """
31647
- elif False:
31648
- ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict: TypeAlias = Mapping[str, Any]
31649
-
31650
- @pulumi.input_type
31651
- class ServiceIntegrationEndpointExternalPrometheusUserConfigArgs:
31652
- def __init__(__self__, *,
31653
- basic_auth_password: Optional[pulumi.Input[str]] = None,
31654
- basic_auth_username: Optional[pulumi.Input[str]] = None,
31655
- service_uri: Optional[pulumi.Input[str]] = None):
31656
- """
31657
- :param pulumi.Input[str] basic_auth_password: Prometheus basic authentication password. Example: `fhyFNBjj3R`.
31658
- :param pulumi.Input[str] basic_auth_username: Prometheus basic authentication username. Example: `prom4851`.
31659
- :param pulumi.Input[str] service_uri: Prometheus enabled write endpoint. Example: `https://write.example.com/`.
31660
- """
31661
- if basic_auth_password is not None:
31662
- pulumi.set(__self__, "basic_auth_password", basic_auth_password)
31663
- if basic_auth_username is not None:
31664
- pulumi.set(__self__, "basic_auth_username", basic_auth_username)
31665
- if service_uri is not None:
31666
- pulumi.set(__self__, "service_uri", service_uri)
31667
-
31668
- @property
31669
- @pulumi.getter(name="basicAuthPassword")
31670
- def basic_auth_password(self) -> Optional[pulumi.Input[str]]:
31671
- """
31672
- Prometheus basic authentication password. Example: `fhyFNBjj3R`.
31673
- """
31674
- return pulumi.get(self, "basic_auth_password")
31675
-
31676
- @basic_auth_password.setter
31677
- def basic_auth_password(self, value: Optional[pulumi.Input[str]]):
31678
- pulumi.set(self, "basic_auth_password", value)
31679
-
31680
- @property
31681
- @pulumi.getter(name="basicAuthUsername")
31682
- def basic_auth_username(self) -> Optional[pulumi.Input[str]]:
31683
- """
31684
- Prometheus basic authentication username. Example: `prom4851`.
31685
- """
31686
- return pulumi.get(self, "basic_auth_username")
31687
-
31688
- @basic_auth_username.setter
31689
- def basic_auth_username(self, value: Optional[pulumi.Input[str]]):
31690
- pulumi.set(self, "basic_auth_username", value)
31691
-
31692
- @property
31693
- @pulumi.getter(name="serviceUri")
31694
- def service_uri(self) -> Optional[pulumi.Input[str]]:
31695
- """
31696
- Prometheus enabled write endpoint. Example: `https://write.example.com/`.
31697
- """
31698
- return pulumi.get(self, "service_uri")
31699
-
31700
- @service_uri.setter
31701
- def service_uri(self, value: Optional[pulumi.Input[str]]):
31702
- pulumi.set(self, "service_uri", value)
31703
-
31704
-
31705
31353
  if not MYPY:
31706
31354
  class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict(TypedDict):
31707
31355
  authentication: pulumi.Input[str]
31708
31356
  """
31709
- Enum: `basic`, `none`. Authentication method.
31357
+ Enum: `none`, `basic`. Authentication method.
31710
31358
  """
31711
31359
  url: pulumi.Input[str]
31712
31360
  """
@@ -31731,7 +31379,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
31731
31379
  basic_auth_password: Optional[pulumi.Input[str]] = None,
31732
31380
  basic_auth_username: Optional[pulumi.Input[str]] = None):
31733
31381
  """
31734
- :param pulumi.Input[str] authentication: Enum: `basic`, `none`. Authentication method.
31382
+ :param pulumi.Input[str] authentication: Enum: `none`, `basic`. Authentication method.
31735
31383
  :param pulumi.Input[str] url: Schema Registry URL. Example: `https://schema-registry.kafka.company.com:28419`.
31736
31384
  :param pulumi.Input[str] basic_auth_password: Basic authentication password. Example: `Zm9vYg==`.
31737
31385
  :param pulumi.Input[str] basic_auth_username: Basic authentication user name. Example: `avnadmin`.
@@ -31747,7 +31395,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
31747
31395
  @pulumi.getter
31748
31396
  def authentication(self) -> pulumi.Input[str]:
31749
31397
  """
31750
- Enum: `basic`, `none`. Authentication method.
31398
+ Enum: `none`, `basic`. Authentication method.
31751
31399
  """
31752
31400
  return pulumi.get(self, "authentication")
31753
31401
 
@@ -31900,7 +31548,7 @@ if not MYPY:
31900
31548
  class ServiceIntegrationEndpointRsyslogUserConfigArgsDict(TypedDict):
31901
31549
  format: pulumi.Input[str]
31902
31550
  """
31903
- Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31551
+ Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
31904
31552
  """
31905
31553
  port: pulumi.Input[int]
31906
31554
  """
@@ -31964,7 +31612,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
31964
31612
  max_message_size: Optional[pulumi.Input[int]] = None,
31965
31613
  sd: Optional[pulumi.Input[str]] = None):
31966
31614
  """
31967
- :param pulumi.Input[str] format: Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31615
+ :param pulumi.Input[str] format: Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
31968
31616
  :param pulumi.Input[int] port: Rsyslog server port. Default: `514`.
31969
31617
  :param pulumi.Input[str] server: Rsyslog server IP address or hostname. Example: `logs.example.com`.
31970
31618
  :param pulumi.Input[bool] tls: Require TLS. Default: `true`.
@@ -32005,7 +31653,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
32005
31653
  @pulumi.getter
32006
31654
  def format(self) -> pulumi.Input[str]:
32007
31655
  """
32008
- Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31656
+ Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
32009
31657
  """
32010
31658
  return pulumi.get(self, "format")
32011
31659
 
@@ -32662,7 +32310,7 @@ if not MYPY:
32662
32310
  """
32663
32311
  producer_compression_type: NotRequired[pulumi.Input[str]]
32664
32312
  """
32665
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32313
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32666
32314
  """
32667
32315
  producer_linger_ms: NotRequired[pulumi.Input[int]]
32668
32316
  """
@@ -32692,7 +32340,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
32692
32340
  :param pulumi.Input[int] consumer_max_poll_records: Set consumer max.poll.records. The default is 500. Example: `500`.
32693
32341
  :param pulumi.Input[int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker. Example: `1024`.
32694
32342
  :param pulumi.Input[int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker. Example: `8388608`.
32695
- :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32343
+ :param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32696
32344
  :param pulumi.Input[int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing. Example: `100`.
32697
32345
  :param pulumi.Input[int] producer_max_request_size: The maximum request size in bytes. Example: `1048576`.
32698
32346
  """
@@ -32777,7 +32425,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
32777
32425
  @pulumi.getter(name="producerCompressionType")
32778
32426
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
32779
32427
  """
32780
- Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32428
+ Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
32781
32429
  """
32782
32430
  return pulumi.get(self, "producer_compression_type")
32783
32431
 
@@ -34107,18 +33755,6 @@ if not MYPY:
34107
33755
  """
34108
33756
  ThanosQueryFrontend
34109
33757
  """
34110
- receiver_ingesting: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34111
- """
34112
- CommonReceive.
34113
- """
34114
- receiver_routing: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34115
- """
34116
- ThanosReceiveRouting.
34117
- """
34118
- ruler: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34119
- """
34120
- ThanosRuler.
34121
- """
34122
33758
  service_log: NotRequired[pulumi.Input[bool]]
34123
33759
  """
34124
33760
  Store logs for the service so that they are available in the HTTP API and console.
@@ -34127,10 +33763,6 @@ if not MYPY:
34127
33763
  """
34128
33764
  Use static public IP addresses.
34129
33765
  """
34130
- store: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34131
- """
34132
- ThanosStore.
34133
- """
34134
33766
  elif False:
34135
33767
  ThanosThanosUserConfigArgsDict: TypeAlias = Mapping[str, Any]
34136
33768
 
@@ -34146,12 +33778,8 @@ class ThanosThanosUserConfigArgs:
34146
33778
  public_access: Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']] = None,
34147
33779
  query: Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']] = None,
34148
33780
  query_frontend: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']] = None,
34149
- receiver_ingesting: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34150
- receiver_routing: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34151
- ruler: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34152
33781
  service_log: Optional[pulumi.Input[bool]] = None,
34153
- static_ips: Optional[pulumi.Input[bool]] = None,
34154
- store: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
33782
+ static_ips: Optional[pulumi.Input[bool]] = None):
34155
33783
  """
34156
33784
  :param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor: ThanosCompactor
34157
33785
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: Environmental variables.
@@ -34162,12 +33790,8 @@ class ThanosThanosUserConfigArgs:
34162
33790
  :param pulumi.Input['ThanosThanosUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
34163
33791
  :param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query: ThanosQuery
34164
33792
  :param pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs'] query_frontend: ThanosQueryFrontend
34165
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_ingesting: CommonReceive.
34166
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_routing: ThanosReceiveRouting.
34167
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] ruler: ThanosRuler.
34168
33793
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
34169
33794
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
34170
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] store: ThanosStore.
34171
33795
  """
34172
33796
  if compactor is not None:
34173
33797
  pulumi.set(__self__, "compactor", compactor)
@@ -34193,18 +33817,10 @@ class ThanosThanosUserConfigArgs:
34193
33817
  pulumi.set(__self__, "query", query)
34194
33818
  if query_frontend is not None:
34195
33819
  pulumi.set(__self__, "query_frontend", query_frontend)
34196
- if receiver_ingesting is not None:
34197
- pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
34198
- if receiver_routing is not None:
34199
- pulumi.set(__self__, "receiver_routing", receiver_routing)
34200
- if ruler is not None:
34201
- pulumi.set(__self__, "ruler", ruler)
34202
33820
  if service_log is not None:
34203
33821
  pulumi.set(__self__, "service_log", service_log)
34204
33822
  if static_ips is not None:
34205
33823
  pulumi.set(__self__, "static_ips", static_ips)
34206
- if store is not None:
34207
- pulumi.set(__self__, "store", store)
34208
33824
 
34209
33825
  @property
34210
33826
  @pulumi.getter
@@ -34316,42 +33932,6 @@ class ThanosThanosUserConfigArgs:
34316
33932
  def query_frontend(self, value: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']]):
34317
33933
  pulumi.set(self, "query_frontend", value)
34318
33934
 
34319
- @property
34320
- @pulumi.getter(name="receiverIngesting")
34321
- def receiver_ingesting(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34322
- """
34323
- CommonReceive.
34324
- """
34325
- return pulumi.get(self, "receiver_ingesting")
34326
-
34327
- @receiver_ingesting.setter
34328
- def receiver_ingesting(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
34329
- pulumi.set(self, "receiver_ingesting", value)
34330
-
34331
- @property
34332
- @pulumi.getter(name="receiverRouting")
34333
- def receiver_routing(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34334
- """
34335
- ThanosReceiveRouting.
34336
- """
34337
- return pulumi.get(self, "receiver_routing")
34338
-
34339
- @receiver_routing.setter
34340
- def receiver_routing(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
34341
- pulumi.set(self, "receiver_routing", value)
34342
-
34343
- @property
34344
- @pulumi.getter
34345
- def ruler(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34346
- """
34347
- ThanosRuler.
34348
- """
34349
- return pulumi.get(self, "ruler")
34350
-
34351
- @ruler.setter
34352
- def ruler(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
34353
- pulumi.set(self, "ruler", value)
34354
-
34355
33935
  @property
34356
33936
  @pulumi.getter(name="serviceLog")
34357
33937
  def service_log(self) -> Optional[pulumi.Input[bool]]:
@@ -34376,18 +33956,6 @@ class ThanosThanosUserConfigArgs:
34376
33956
  def static_ips(self, value: Optional[pulumi.Input[bool]]):
34377
33957
  pulumi.set(self, "static_ips", value)
34378
33958
 
34379
- @property
34380
- @pulumi.getter
34381
- def store(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34382
- """
34383
- ThanosStore.
34384
- """
34385
- return pulumi.get(self, "store")
34386
-
34387
- @store.setter
34388
- def store(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
34389
- pulumi.set(self, "store", value)
34390
-
34391
33959
 
34392
33960
  if not MYPY:
34393
33961
  class ThanosThanosUserConfigCompactorArgsDict(TypedDict):
@@ -35263,7 +34831,7 @@ if not MYPY:
35263
34831
  """
35264
34832
  valkey_maxmemory_policy: NotRequired[pulumi.Input[str]]
35265
34833
  """
35266
- Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
34834
+ Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Valkey maxmemory-policy. Default: `noeviction`.
35267
34835
  """
35268
34836
  valkey_notify_keyspace_events: NotRequired[pulumi.Input[str]]
35269
34837
  """
@@ -35341,7 +34909,7 @@ class ValkeyValkeyUserConfigArgs:
35341
34909
  :param pulumi.Input[int] valkey_io_threads: Set Valkey IO thread count. Changing this will cause a restart of the Valkey service. Example: `1`.
35342
34910
  :param pulumi.Input[int] valkey_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
35343
34911
  :param pulumi.Input[int] valkey_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
35344
- :param pulumi.Input[str] valkey_maxmemory_policy: Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
34912
+ :param pulumi.Input[str] valkey_maxmemory_policy: Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Valkey maxmemory-policy. Default: `noeviction`.
35345
34913
  :param pulumi.Input[str] valkey_notify_keyspace_events: Set notify-keyspace-events option.
35346
34914
  :param pulumi.Input[int] valkey_number_of_databases: Set number of Valkey databases. Changing this will cause a restart of the Valkey service. Example: `16`.
35347
34915
  :param pulumi.Input[str] valkey_persistence: Enum: `off`, `rdb`. When persistence is `rdb`, Valkey does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
@@ -35638,7 +35206,7 @@ class ValkeyValkeyUserConfigArgs:
35638
35206
  @pulumi.getter(name="valkeyMaxmemoryPolicy")
35639
35207
  def valkey_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
35640
35208
  """
35641
- Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
35209
+ Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Valkey maxmemory-policy. Default: `noeviction`.
35642
35210
  """
35643
35211
  return pulumi.get(self, "valkey_maxmemory_policy")
35644
35212