pulumi-aiven 6.28.0a1731501186__py3-none-any.whl → 6.28.0a1731670317__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 +635 -203
  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 +59 -31
  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 +15 -8
  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 +17 -9
  41. pulumi_aiven/organization_permission.py +49 -49
  42. pulumi_aiven/outputs.py +883 -263
  43. pulumi_aiven/pg.py +8 -8
  44. pulumi_aiven/project_user.py +15 -7
  45. pulumi_aiven/pulumi-plugin.json +1 -1
  46. pulumi_aiven/redis.py +8 -8
  47. pulumi_aiven/service_integration.py +139 -123
  48. pulumi_aiven/service_integration_endpoint.py +302 -140
  49. pulumi_aiven/thanos.py +8 -8
  50. pulumi_aiven/valkey.py +8 -8
  51. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/METADATA +1 -1
  52. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/RECORD +54 -54
  53. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/WHEEL +0 -0
  54. {pulumi_aiven-6.28.0a1731501186.dist-info → pulumi_aiven-6.28.0a1731670317.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -485,6 +485,10 @@ __all__ = [
485
485
  'ServiceIntegrationDatadogUserConfigOpensearchArgsDict',
486
486
  'ServiceIntegrationDatadogUserConfigRedisArgs',
487
487
  'ServiceIntegrationDatadogUserConfigRedisArgsDict',
488
+ 'ServiceIntegrationEndpointAutoscalerUserConfigArgs',
489
+ 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict',
490
+ 'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs',
491
+ 'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict',
488
492
  'ServiceIntegrationEndpointDatadogUserConfigArgs',
489
493
  'ServiceIntegrationEndpointDatadogUserConfigArgsDict',
490
494
  'ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs',
@@ -511,6 +515,8 @@ __all__ = [
511
515
  'ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgsDict',
512
516
  'ServiceIntegrationEndpointExternalPostgresqlArgs',
513
517
  'ServiceIntegrationEndpointExternalPostgresqlArgsDict',
518
+ 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgs',
519
+ 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict',
514
520
  'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs',
515
521
  'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict',
516
522
  'ServiceIntegrationEndpointJolokiaUserConfigArgs',
@@ -855,9 +861,6 @@ class CassandraCassandraUserConfigArgs:
855
861
  :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`.
856
862
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
857
863
  """
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.""")
861
864
  if additional_backup_regions is not None:
862
865
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
863
866
  if backup_hour is not None:
@@ -896,7 +899,6 @@ class CassandraCassandraUserConfigArgs:
896
899
 
897
900
  @property
898
901
  @pulumi.getter(name="additionalBackupRegions")
899
- @_utilities.deprecated("""This property is deprecated.""")
900
902
  def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
901
903
  """
902
904
  Additional Cloud Regions for Backup Replication.
@@ -2956,7 +2958,7 @@ if not MYPY:
2956
2958
  """
2957
2959
  dragonfly_persistence: NotRequired[pulumi.Input[str]]
2958
2960
  """
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.
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.
2960
2962
  """
2961
2963
  dragonfly_ssl: NotRequired[pulumi.Input[bool]]
2962
2964
  """
@@ -3033,7 +3035,7 @@ class DragonflyDragonflyUserConfigArgs:
3033
3035
  static_ips: Optional[pulumi.Input[bool]] = None):
3034
3036
  """
3035
3037
  :param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. Default: `false`.
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.
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.
3037
3039
  :param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. Default: `true`.
3038
3040
  :param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
3039
3041
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -3098,7 +3100,7 @@ class DragonflyDragonflyUserConfigArgs:
3098
3100
  @pulumi.getter(name="dragonflyPersistence")
3099
3101
  def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
3100
3102
  """
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.
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.
3102
3104
  """
3103
3105
  return pulumi.get(self, "dragonfly_persistence")
3104
3106
 
@@ -4836,7 +4838,7 @@ if not MYPY:
4836
4838
  """
4837
4839
  alerting_enabled: NotRequired[pulumi.Input[bool]]
4838
4840
  """
4839
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
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.
4840
4842
  """
4841
4843
  alerting_error_or_timeout: NotRequired[pulumi.Input[str]]
4842
4844
  """
@@ -4848,7 +4850,7 @@ if not MYPY:
4848
4850
  """
4849
4851
  alerting_nodata_or_nullvalues: NotRequired[pulumi.Input[str]]
4850
4852
  """
4851
- Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
4853
+ Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
4852
4854
  """
4853
4855
  allow_embedding: NotRequired[pulumi.Input[bool]]
4854
4856
  """
@@ -4880,7 +4882,7 @@ if not MYPY:
4880
4882
  """
4881
4883
  cookie_samesite: NotRequired[pulumi.Input[str]]
4882
4884
  """
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.
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.
4884
4886
  """
4885
4887
  custom_domain: NotRequired[pulumi.Input[str]]
4886
4888
  """
@@ -4888,7 +4890,7 @@ if not MYPY:
4888
4890
  """
4889
4891
  dashboard_previews_enabled: NotRequired[pulumi.Input[bool]]
4890
4892
  """
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.
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.
4892
4894
  """
4893
4895
  dashboards_min_refresh_interval: NotRequired[pulumi.Input[str]]
4894
4896
  """
@@ -4940,7 +4942,7 @@ if not MYPY:
4940
4942
  """
4941
4943
  metrics_enabled: NotRequired[pulumi.Input[bool]]
4942
4944
  """
4943
- Enable Grafana /metrics endpoint.
4945
+ Enable Grafana's /metrics endpoint.
4944
4946
  """
4945
4947
  oauth_allow_insecure_email_lookup: NotRequired[pulumi.Input[bool]]
4946
4948
  """
@@ -4984,7 +4986,7 @@ if not MYPY:
4984
4986
  """
4985
4987
  unified_alerting_enabled: NotRequired[pulumi.Input[bool]]
4986
4988
  """
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.
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.
4988
4990
  """
4989
4991
  user_auto_assign_org: NotRequired[pulumi.Input[bool]]
4990
4992
  """
@@ -4992,7 +4994,7 @@ if not MYPY:
4992
4994
  """
4993
4995
  user_auto_assign_org_role: NotRequired[pulumi.Input[str]]
4994
4996
  """
4995
- Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
4997
+ Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
4996
4998
  """
4997
4999
  viewers_can_edit: NotRequired[pulumi.Input[bool]]
4998
5000
  """
@@ -5053,10 +5055,10 @@ class GrafanaGrafanaUserConfigArgs:
5053
5055
  wal: Optional[pulumi.Input[bool]] = None):
5054
5056
  """
5055
5057
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
5056
- :param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
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.
5057
5059
  :param pulumi.Input[str] alerting_error_or_timeout: Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
5058
5060
  :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`.
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.
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.
5060
5062
  :param pulumi.Input[bool] allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
5061
5063
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs'] auth_azuread: Azure AD OAuth integration
5062
5064
  :param pulumi.Input[bool] auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
@@ -5064,9 +5066,9 @@ class GrafanaGrafanaUserConfigArgs:
5064
5066
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs'] auth_github: Github Auth integration
5065
5067
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs'] auth_gitlab: GitLab Auth integration
5066
5068
  :param pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs'] auth_google: Google Auth integration
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.
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.
5068
5070
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
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.
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.
5070
5072
  :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`.
5071
5073
  :param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard. Example: `20`.
5072
5074
  :param pulumi.Input[bool] dataproxy_send_user_header: Send `X-Grafana-User` header to data source.
@@ -5079,7 +5081,7 @@ class GrafanaGrafanaUserConfigArgs:
5079
5081
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
5080
5082
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
5081
5083
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
5082
- :param pulumi.Input[bool] metrics_enabled: Enable Grafana /metrics endpoint.
5084
+ :param pulumi.Input[bool] metrics_enabled: Enable Grafana's /metrics endpoint.
5083
5085
  :param pulumi.Input[bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
5084
5086
  :param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
5085
5087
  :param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
@@ -5090,9 +5092,9 @@ class GrafanaGrafanaUserConfigArgs:
5090
5092
  :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`.
5091
5093
  :param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
5092
5094
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
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.
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.
5094
5096
  :param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
5095
- :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
5097
+ :param pulumi.Input[str] user_auto_assign_org_role: Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
5096
5098
  :param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
5097
5099
  :param pulumi.Input[bool] wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
5098
5100
  """
@@ -5202,7 +5204,7 @@ class GrafanaGrafanaUserConfigArgs:
5202
5204
  @pulumi.getter(name="alertingEnabled")
5203
5205
  def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
5204
5206
  """
5205
- Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
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.
5206
5208
  """
5207
5209
  return pulumi.get(self, "alerting_enabled")
5208
5210
 
@@ -5238,7 +5240,7 @@ class GrafanaGrafanaUserConfigArgs:
5238
5240
  @pulumi.getter(name="alertingNodataOrNullvalues")
5239
5241
  def alerting_nodata_or_nullvalues(self) -> Optional[pulumi.Input[str]]:
5240
5242
  """
5241
- Enum: `alerting`, `no_data`, `keep_state`, `ok`. Default value for 'no data or null values' for new alerting rules.
5243
+ Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
5242
5244
  """
5243
5245
  return pulumi.get(self, "alerting_nodata_or_nullvalues")
5244
5246
 
@@ -5334,7 +5336,7 @@ class GrafanaGrafanaUserConfigArgs:
5334
5336
  @pulumi.getter(name="cookieSamesite")
5335
5337
  def cookie_samesite(self) -> Optional[pulumi.Input[str]]:
5336
5338
  """
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.
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.
5338
5340
  """
5339
5341
  return pulumi.get(self, "cookie_samesite")
5340
5342
 
@@ -5358,7 +5360,7 @@ class GrafanaGrafanaUserConfigArgs:
5358
5360
  @pulumi.getter(name="dashboardPreviewsEnabled")
5359
5361
  def dashboard_previews_enabled(self) -> Optional[pulumi.Input[bool]]:
5360
5362
  """
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.
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.
5362
5364
  """
5363
5365
  return pulumi.get(self, "dashboard_previews_enabled")
5364
5366
 
@@ -5515,7 +5517,7 @@ class GrafanaGrafanaUserConfigArgs:
5515
5517
  @pulumi.getter(name="metricsEnabled")
5516
5518
  def metrics_enabled(self) -> Optional[pulumi.Input[bool]]:
5517
5519
  """
5518
- Enable Grafana /metrics endpoint.
5520
+ Enable Grafana's /metrics endpoint.
5519
5521
  """
5520
5522
  return pulumi.get(self, "metrics_enabled")
5521
5523
 
@@ -5647,7 +5649,7 @@ class GrafanaGrafanaUserConfigArgs:
5647
5649
  @pulumi.getter(name="unifiedAlertingEnabled")
5648
5650
  def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
5649
5651
  """
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.
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.
5651
5653
  """
5652
5654
  return pulumi.get(self, "unified_alerting_enabled")
5653
5655
 
@@ -5671,7 +5673,7 @@ class GrafanaGrafanaUserConfigArgs:
5671
5673
  @pulumi.getter(name="userAutoAssignOrgRole")
5672
5674
  def user_auto_assign_org_role(self) -> Optional[pulumi.Input[str]]:
5673
5675
  """
5674
- Enum: `Viewer`, `Admin`, `Editor`. Set role for new signups. Defaults to Viewer.
5676
+ Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
5675
5677
  """
5676
5678
  return pulumi.get(self, "user_auto_assign_org_role")
5677
5679
 
@@ -6269,15 +6271,15 @@ if not MYPY:
6269
6271
  """
6270
6272
  api_url: NotRequired[pulumi.Input[str]]
6271
6273
  """
6272
- API URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6274
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6273
6275
  """
6274
6276
  auth_url: NotRequired[pulumi.Input[str]]
6275
6277
  """
6276
- Authorization URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6278
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6277
6279
  """
6278
6280
  token_url: NotRequired[pulumi.Input[str]]
6279
6281
  """
6280
- Token URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6282
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6281
6283
  """
6282
6284
  elif False:
6283
6285
  GrafanaGrafanaUserConfigAuthGitlabArgsDict: TypeAlias = Mapping[str, Any]
@@ -6297,9 +6299,9 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6297
6299
  :param pulumi.Input[str] client_id: Client ID from provider. Example: `b1ba0bf54a4c2c0a1c29`.
6298
6300
  :param pulumi.Input[str] client_secret: Client secret from provider. Example: `bfa6gea4f129076761dcba8ce5e1e406bd83af7b`.
6299
6301
  :param pulumi.Input[bool] allow_sign_up: Automatically sign-up users on successful sign-in.
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`.
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`.
6303
6305
  """
6304
6306
  pulumi.set(__self__, "allowed_groups", allowed_groups)
6305
6307
  pulumi.set(__self__, "client_id", client_id)
@@ -6365,7 +6367,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6365
6367
  @pulumi.getter(name="apiUrl")
6366
6368
  def api_url(self) -> Optional[pulumi.Input[str]]:
6367
6369
  """
6368
- API URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6370
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
6369
6371
  """
6370
6372
  return pulumi.get(self, "api_url")
6371
6373
 
@@ -6377,7 +6379,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6377
6379
  @pulumi.getter(name="authUrl")
6378
6380
  def auth_url(self) -> Optional[pulumi.Input[str]]:
6379
6381
  """
6380
- Authorization URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6382
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
6381
6383
  """
6382
6384
  return pulumi.get(self, "auth_url")
6383
6385
 
@@ -6389,7 +6391,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
6389
6391
  @pulumi.getter(name="tokenUrl")
6390
6392
  def token_url(self) -> Optional[pulumi.Input[str]]:
6391
6393
  """
6392
- Token URL. This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6394
+ This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
6393
6395
  """
6394
6396
  return pulumi.get(self, "token_url")
6395
6397
 
@@ -6671,7 +6673,7 @@ if not MYPY:
6671
6673
  """
6672
6674
  provider: pulumi.Input[str]
6673
6675
  """
6674
- Enum: `s3`. Provider type.
6676
+ Enum: `s3`. External image store provider.
6675
6677
  """
6676
6678
  secret_key: pulumi.Input[str]
6677
6679
  """
@@ -6690,7 +6692,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
6690
6692
  """
6691
6693
  :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`.
6692
6694
  :param pulumi.Input[str] bucket_url: Bucket URL for S3. Example: `https://grafana.s3-ap-southeast-2.amazonaws.com/`.
6693
- :param pulumi.Input[str] provider: Enum: `s3`. Provider type.
6695
+ :param pulumi.Input[str] provider: Enum: `s3`. External image store provider.
6694
6696
  :param pulumi.Input[str] secret_key: S3 secret key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
6695
6697
  """
6696
6698
  pulumi.set(__self__, "access_key", access_key)
@@ -6726,7 +6728,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
6726
6728
  @pulumi.getter
6727
6729
  def provider(self) -> pulumi.Input[str]:
6728
6730
  """
6729
- Enum: `s3`. Provider type.
6731
+ Enum: `s3`. External image store provider.
6730
6732
  """
6731
6733
  return pulumi.get(self, "provider")
6732
6734
 
@@ -6922,7 +6924,7 @@ if not MYPY:
6922
6924
  """
6923
6925
  starttls_policy: NotRequired[pulumi.Input[str]]
6924
6926
  """
6925
- Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6927
+ Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6926
6928
  """
6927
6929
  username: NotRequired[pulumi.Input[str]]
6928
6930
  """
@@ -6949,7 +6951,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
6949
6951
  :param pulumi.Input[str] from_name: Name used in outgoing emails, defaults to Grafana.
6950
6952
  :param pulumi.Input[str] password: Password for SMTP authentication. Example: `ein0eemeev5eeth3Ahfu`.
6951
6953
  :param pulumi.Input[bool] skip_verify: Skip verifying server certificate. Defaults to false.
6952
- :param pulumi.Input[str] starttls_policy: Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6954
+ :param pulumi.Input[str] starttls_policy: Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
6953
6955
  :param pulumi.Input[str] username: Username for SMTP authentication. Example: `smtpuser`.
6954
6956
  """
6955
6957
  pulumi.set(__self__, "from_address", from_address)
@@ -7042,7 +7044,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
7042
7044
  @pulumi.getter(name="starttlsPolicy")
7043
7045
  def starttls_policy(self) -> Optional[pulumi.Input[str]]:
7044
7046
  """
7045
- Enum: `OpportunisticStartTLS`, `MandatoryStartTLS`, `NoStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
7047
+ Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
7046
7048
  """
7047
7049
  return pulumi.get(self, "starttls_policy")
7048
7050
 
@@ -7472,6 +7474,10 @@ if not MYPY:
7472
7474
  """
7473
7475
  influxdb.conf configuration values
7474
7476
  """
7477
+ influxdb_version: NotRequired[pulumi.Input[str]]
7478
+ """
7479
+ Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
7480
+ """
7475
7481
  ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgsDict']]]]
7476
7482
  """
7477
7483
  Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
@@ -7525,6 +7531,7 @@ class InfluxDbInfluxdbUserConfigArgs:
7525
7531
  additional_backup_regions: Optional[pulumi.Input[str]] = None,
7526
7532
  custom_domain: Optional[pulumi.Input[str]] = None,
7527
7533
  influxdb: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']] = None,
7534
+ influxdb_version: Optional[pulumi.Input[str]] = None,
7528
7535
  ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]] = None,
7529
7536
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
7530
7537
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -7540,6 +7547,7 @@ class InfluxDbInfluxdbUserConfigArgs:
7540
7547
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
7541
7548
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
7542
7549
  :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`.
7543
7551
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
7544
7552
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
7545
7553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -7561,6 +7569,8 @@ class InfluxDbInfluxdbUserConfigArgs:
7561
7569
  pulumi.set(__self__, "custom_domain", custom_domain)
7562
7570
  if influxdb is not None:
7563
7571
  pulumi.set(__self__, "influxdb", influxdb)
7572
+ if influxdb_version is not None:
7573
+ pulumi.set(__self__, "influxdb_version", influxdb_version)
7564
7574
  if ip_filter_objects is not None:
7565
7575
  pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
7566
7576
  if ip_filter_strings is not None:
@@ -7624,6 +7634,18 @@ class InfluxDbInfluxdbUserConfigArgs:
7624
7634
  def influxdb(self, value: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']]):
7625
7635
  pulumi.set(self, "influxdb", value)
7626
7636
 
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
+
7627
7649
  @property
7628
7650
  @pulumi.getter(name="ipFilterObjects")
7629
7651
  def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]]:
@@ -7967,18 +7989,26 @@ if not MYPY:
7967
7989
  """
7968
7990
  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.
7969
7991
  """
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
+ """
7970
7996
  elif False:
7971
7997
  InfluxDbInfluxdbUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
7972
7998
 
7973
7999
  @pulumi.input_type
7974
8000
  class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
7975
8001
  def __init__(__self__, *,
7976
- influxdb: Optional[pulumi.Input[bool]] = None):
8002
+ influxdb: Optional[pulumi.Input[bool]] = None,
8003
+ user_backup: Optional[pulumi.Input[bool]] = None):
7977
8004
  """
7978
8005
  :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.
7979
8007
  """
7980
8008
  if influxdb is not None:
7981
8009
  pulumi.set(__self__, "influxdb", influxdb)
8010
+ if user_backup is not None:
8011
+ pulumi.set(__self__, "user_backup", user_backup)
7982
8012
 
7983
8013
  @property
7984
8014
  @pulumi.getter
@@ -7992,6 +8022,18 @@ class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
7992
8022
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
7993
8023
  pulumi.set(self, "influxdb", value)
7994
8024
 
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
+
7995
8037
 
7996
8038
  if not MYPY:
7997
8039
  class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict(TypedDict):
@@ -7999,18 +8041,26 @@ if not MYPY:
7999
8041
  """
8000
8042
  Enable influxdb.
8001
8043
  """
8044
+ user_backup: NotRequired[pulumi.Input[bool]]
8045
+ """
8046
+ Enable user_backup.
8047
+ """
8002
8048
  elif False:
8003
8049
  InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
8004
8050
 
8005
8051
  @pulumi.input_type
8006
8052
  class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
8007
8053
  def __init__(__self__, *,
8008
- influxdb: Optional[pulumi.Input[bool]] = None):
8054
+ influxdb: Optional[pulumi.Input[bool]] = None,
8055
+ user_backup: Optional[pulumi.Input[bool]] = None):
8009
8056
  """
8010
8057
  :param pulumi.Input[bool] influxdb: Enable influxdb.
8058
+ :param pulumi.Input[bool] user_backup: Enable user_backup.
8011
8059
  """
8012
8060
  if influxdb is not None:
8013
8061
  pulumi.set(__self__, "influxdb", influxdb)
8062
+ if user_backup is not None:
8063
+ pulumi.set(__self__, "user_backup", user_backup)
8014
8064
 
8015
8065
  @property
8016
8066
  @pulumi.getter
@@ -8024,6 +8074,18 @@ class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
8024
8074
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
8025
8075
  pulumi.set(self, "influxdb", value)
8026
8076
 
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
+
8027
8089
 
8028
8090
  if not MYPY:
8029
8091
  class InfluxDbInfluxdbUserConfigPublicAccessArgsDict(TypedDict):
@@ -8031,18 +8093,26 @@ if not MYPY:
8031
8093
  """
8032
8094
  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.
8033
8095
  """
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
+ """
8034
8100
  elif False:
8035
8101
  InfluxDbInfluxdbUserConfigPublicAccessArgsDict: TypeAlias = Mapping[str, Any]
8036
8102
 
8037
8103
  @pulumi.input_type
8038
8104
  class InfluxDbInfluxdbUserConfigPublicAccessArgs:
8039
8105
  def __init__(__self__, *,
8040
- influxdb: Optional[pulumi.Input[bool]] = None):
8106
+ influxdb: Optional[pulumi.Input[bool]] = None,
8107
+ user_backup: Optional[pulumi.Input[bool]] = None):
8041
8108
  """
8042
8109
  :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.
8043
8111
  """
8044
8112
  if influxdb is not None:
8045
8113
  pulumi.set(__self__, "influxdb", influxdb)
8114
+ if user_backup is not None:
8115
+ pulumi.set(__self__, "user_backup", user_backup)
8046
8116
 
8047
8117
  @property
8048
8118
  @pulumi.getter
@@ -8056,6 +8126,18 @@ class InfluxDbInfluxdbUserConfigPublicAccessArgs:
8056
8126
  def influxdb(self, value: Optional[pulumi.Input[bool]]):
8057
8127
  pulumi.set(self, "influxdb", value)
8058
8128
 
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
+
8059
8141
 
8060
8142
  if not MYPY:
8061
8143
  class InfluxDbServiceIntegrationArgsDict(TypedDict):
@@ -8820,7 +8902,7 @@ if not MYPY:
8820
8902
  class KafkaConnectKafkaConnectUserConfigKafkaConnectArgsDict(TypedDict):
8821
8903
  connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
8822
8904
  """
8823
- Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
8905
+ Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
8824
8906
  """
8825
8907
  consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
8826
8908
  """
@@ -8832,7 +8914,7 @@ if not MYPY:
8832
8914
  """
8833
8915
  consumer_isolation_level: NotRequired[pulumi.Input[str]]
8834
8916
  """
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.
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.
8836
8918
  """
8837
8919
  consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
8838
8920
  """
@@ -8864,7 +8946,7 @@ if not MYPY:
8864
8946
  """
8865
8947
  producer_compression_type: NotRequired[pulumi.Input[str]]
8866
8948
  """
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.
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.
8868
8950
  """
8869
8951
  producer_linger_ms: NotRequired[pulumi.Input[int]]
8870
8952
  """
@@ -8905,10 +8987,10 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8905
8987
  scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
8906
8988
  session_timeout_ms: Optional[pulumi.Input[int]] = None):
8907
8989
  """
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.
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.
8909
8991
  :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.
8910
8992
  :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`.
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.
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.
8912
8994
  :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`.
8913
8995
  :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).
8914
8996
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
@@ -8916,7 +8998,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8916
8998
  :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).
8917
8999
  :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).
8918
9000
  :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).
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.
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.
8920
9002
  :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.
8921
9003
  :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`.
8922
9004
  :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.
@@ -8959,7 +9041,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8959
9041
  @pulumi.getter(name="connectorClientConfigOverridePolicy")
8960
9042
  def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
8961
9043
  """
8962
- Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
9044
+ Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
8963
9045
  """
8964
9046
  return pulumi.get(self, "connector_client_config_override_policy")
8965
9047
 
@@ -8995,7 +9077,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
8995
9077
  @pulumi.getter(name="consumerIsolationLevel")
8996
9078
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
8997
9079
  """
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.
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.
8999
9081
  """
9000
9082
  return pulumi.get(self, "consumer_isolation_level")
9001
9083
 
@@ -9091,7 +9173,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
9091
9173
  @pulumi.getter(name="producerCompressionType")
9092
9174
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
9093
9175
  """
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.
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.
9095
9177
  """
9096
9178
  return pulumi.get(self, "producer_compression_type")
9097
9179
 
@@ -10554,7 +10636,7 @@ if not MYPY:
10554
10636
  """
10555
10637
  compression_type: NotRequired[pulumi.Input[str]]
10556
10638
  """
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).
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).
10558
10640
  """
10559
10641
  connections_max_idle_ms: NotRequired[pulumi.Input[int]]
10560
10642
  """
@@ -10594,11 +10676,11 @@ if not MYPY:
10594
10676
  """
10595
10677
  log_cleanup_policy: NotRequired[pulumi.Input[str]]
10596
10678
  """
10597
- Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10679
+ Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
10598
10680
  """
10599
10681
  log_flush_interval_messages: NotRequired[pulumi.Input[int]]
10600
10682
  """
10601
- The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)). Example: `9223372036854775807`.
10683
+ The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
10602
10684
  """
10603
10685
  log_flush_interval_ms: NotRequired[pulumi.Input[int]]
10604
10686
  """
@@ -10786,7 +10868,7 @@ class KafkaKafkaUserConfigKafkaArgs:
10786
10868
  transaction_state_log_segment_bytes: Optional[pulumi.Input[int]] = None):
10787
10869
  """
10788
10870
  :param pulumi.Input[bool] auto_create_topics_enable: Enable auto-creation of topics. (Default: true).
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).
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).
10790
10872
  :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`.
10791
10873
  :param pulumi.Input[int] default_replication_factor: Replication factor for auto-created topics (Default: 3).
10792
10874
  :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`.
@@ -10796,8 +10878,8 @@ class KafkaKafkaUserConfigKafkaArgs:
10796
10878
  :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)).
10797
10879
  :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`.
10798
10880
  :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).
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`.
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)).
10801
10883
  :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).
10802
10884
  :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`.
10803
10885
  :param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)). Example: `10485760`.
@@ -10941,7 +11023,7 @@ class KafkaKafkaUserConfigKafkaArgs:
10941
11023
  @pulumi.getter(name="compressionType")
10942
11024
  def compression_type(self) -> Optional[pulumi.Input[str]]:
10943
11025
  """
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).
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).
10945
11027
  """
10946
11028
  return pulumi.get(self, "compression_type")
10947
11029
 
@@ -11061,7 +11143,7 @@ class KafkaKafkaUserConfigKafkaArgs:
11061
11143
  @pulumi.getter(name="logCleanupPolicy")
11062
11144
  def log_cleanup_policy(self) -> Optional[pulumi.Input[str]]:
11063
11145
  """
11064
- Enum: `delete`, `compact`, `compact,delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
11146
+ Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
11065
11147
  """
11066
11148
  return pulumi.get(self, "log_cleanup_policy")
11067
11149
 
@@ -11073,7 +11155,7 @@ class KafkaKafkaUserConfigKafkaArgs:
11073
11155
  @pulumi.getter(name="logFlushIntervalMessages")
11074
11156
  def log_flush_interval_messages(self) -> Optional[pulumi.Input[int]]:
11075
11157
  """
11076
- The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)). Example: `9223372036854775807`.
11158
+ The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
11077
11159
  """
11078
11160
  return pulumi.get(self, "log_flush_interval_messages")
11079
11161
 
@@ -11534,7 +11616,7 @@ if not MYPY:
11534
11616
  class KafkaKafkaUserConfigKafkaConnectConfigArgsDict(TypedDict):
11535
11617
  connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
11536
11618
  """
11537
- Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
11619
+ Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
11538
11620
  """
11539
11621
  consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
11540
11622
  """
@@ -11546,7 +11628,7 @@ if not MYPY:
11546
11628
  """
11547
11629
  consumer_isolation_level: NotRequired[pulumi.Input[str]]
11548
11630
  """
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.
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.
11550
11632
  """
11551
11633
  consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
11552
11634
  """
@@ -11578,7 +11660,7 @@ if not MYPY:
11578
11660
  """
11579
11661
  producer_compression_type: NotRequired[pulumi.Input[str]]
11580
11662
  """
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.
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.
11582
11664
  """
11583
11665
  producer_linger_ms: NotRequired[pulumi.Input[int]]
11584
11666
  """
@@ -11619,10 +11701,10 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11619
11701
  scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
11620
11702
  session_timeout_ms: Optional[pulumi.Input[int]] = None):
11621
11703
  """
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.
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.
11623
11705
  :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.
11624
11706
  :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`.
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.
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.
11626
11708
  :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`.
11627
11709
  :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).
11628
11710
  :param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
@@ -11630,7 +11712,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11630
11712
  :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).
11631
11713
  :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).
11632
11714
  :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).
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.
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.
11634
11716
  :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.
11635
11717
  :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`.
11636
11718
  :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.
@@ -11673,7 +11755,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11673
11755
  @pulumi.getter(name="connectorClientConfigOverridePolicy")
11674
11756
  def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
11675
11757
  """
11676
- Enum: `None`, `All`. Defines what client configurations can be overridden by the connector. Default is None.
11758
+ Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
11677
11759
  """
11678
11760
  return pulumi.get(self, "connector_client_config_override_policy")
11679
11761
 
@@ -11709,7 +11791,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11709
11791
  @pulumi.getter(name="consumerIsolationLevel")
11710
11792
  def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
11711
11793
  """
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.
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.
11713
11795
  """
11714
11796
  return pulumi.get(self, "consumer_isolation_level")
11715
11797
 
@@ -11805,7 +11887,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
11805
11887
  @pulumi.getter(name="producerCompressionType")
11806
11888
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
11807
11889
  """
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.
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.
11809
11891
  """
11810
11892
  return pulumi.get(self, "producer_compression_type")
11811
11893
 
@@ -12149,7 +12231,7 @@ if not MYPY:
12149
12231
  """
12150
12232
  name_strategy: NotRequired[pulumi.Input[str]]
12151
12233
  """
12152
- Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12234
+ Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12153
12235
  """
12154
12236
  name_strategy_validation: NotRequired[pulumi.Input[bool]]
12155
12237
  """
@@ -12157,11 +12239,11 @@ if not MYPY:
12157
12239
  """
12158
12240
  producer_acks: NotRequired[pulumi.Input[str]]
12159
12241
  """
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`.
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`.
12161
12243
  """
12162
12244
  producer_compression_type: NotRequired[pulumi.Input[str]]
12163
12245
  """
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.
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.
12165
12247
  """
12166
12248
  producer_linger_ms: NotRequired[pulumi.Input[int]]
12167
12249
  """
@@ -12195,10 +12277,10 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12195
12277
  :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`.
12196
12278
  :param pulumi.Input[int] consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request. Default: `67108864`.
12197
12279
  :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`.
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`.
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`.
12199
12281
  :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`.
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.
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.
12202
12284
  :param pulumi.Input[int] producer_linger_ms: Wait for up to the given delay to allow batching records together. Default: `0`.
12203
12285
  :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`.
12204
12286
  :param pulumi.Input[int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. Default: `25`.
@@ -12264,7 +12346,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12264
12346
  @pulumi.getter(name="nameStrategy")
12265
12347
  def name_strategy(self) -> Optional[pulumi.Input[str]]:
12266
12348
  """
12267
- Enum: `topic_name`, `record_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12349
+ Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
12268
12350
  """
12269
12351
  return pulumi.get(self, "name_strategy")
12270
12352
 
@@ -12288,7 +12370,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12288
12370
  @pulumi.getter(name="producerAcks")
12289
12371
  def producer_acks(self) -> Optional[pulumi.Input[str]]:
12290
12372
  """
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`.
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`.
12292
12374
  """
12293
12375
  return pulumi.get(self, "producer_acks")
12294
12376
 
@@ -12300,7 +12382,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
12300
12382
  @pulumi.getter(name="producerCompressionType")
12301
12383
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
12302
12384
  """
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.
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.
12304
12386
  """
12305
12387
  return pulumi.get(self, "producer_compression_type")
12306
12388
 
@@ -13930,11 +14012,11 @@ if not MYPY:
13930
14012
  class KafkaTopicConfigArgsDict(TypedDict):
13931
14013
  cleanup_policy: NotRequired[pulumi.Input[str]]
13932
14014
  """
13933
- cleanup.policy value
14015
+ cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
13934
14016
  """
13935
14017
  compression_type: NotRequired[pulumi.Input[str]]
13936
14018
  """
13937
- compression.type value
14019
+ compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
13938
14020
  """
13939
14021
  delete_retention_ms: NotRequired[pulumi.Input[str]]
13940
14022
  """
@@ -13978,7 +14060,7 @@ if not MYPY:
13978
14060
  """
13979
14061
  message_format_version: NotRequired[pulumi.Input[str]]
13980
14062
  """
13981
- message.format.version value
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`.
13982
14064
  """
13983
14065
  message_timestamp_difference_max_ms: NotRequired[pulumi.Input[str]]
13984
14066
  """
@@ -13986,7 +14068,7 @@ if not MYPY:
13986
14068
  """
13987
14069
  message_timestamp_type: NotRequired[pulumi.Input[str]]
13988
14070
  """
13989
- message.timestamp.type value
14071
+ message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
13990
14072
  """
13991
14073
  min_cleanable_dirty_ratio: NotRequired[pulumi.Input[float]]
13992
14074
  """
@@ -14070,8 +14152,8 @@ class KafkaTopicConfigArgs:
14070
14152
  segment_ms: Optional[pulumi.Input[str]] = None,
14071
14153
  unclean_leader_election_enable: Optional[pulumi.Input[bool]] = None):
14072
14154
  """
14073
- :param pulumi.Input[str] cleanup_policy: cleanup.policy value
14074
- :param pulumi.Input[str] compression_type: compression.type value
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`.
14075
14157
  :param pulumi.Input[str] delete_retention_ms: delete.retention.ms value
14076
14158
  :param pulumi.Input[str] file_delete_delay_ms: file.delete.delay.ms value
14077
14159
  :param pulumi.Input[str] flush_messages: flush.messages value
@@ -14082,9 +14164,9 @@ class KafkaTopicConfigArgs:
14082
14164
  :param pulumi.Input[str] max_compaction_lag_ms: max.compaction.lag.ms value
14083
14165
  :param pulumi.Input[str] max_message_bytes: max.message.bytes value
14084
14166
  :param pulumi.Input[bool] message_downconversion_enable: message.downconversion.enable value
14085
- :param pulumi.Input[str] message_format_version: message.format.version 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`.
14086
14168
  :param pulumi.Input[str] message_timestamp_difference_max_ms: message.timestamp.difference.max.ms value
14087
- :param pulumi.Input[str] message_timestamp_type: message.timestamp.type value
14169
+ :param pulumi.Input[str] message_timestamp_type: message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
14088
14170
  :param pulumi.Input[float] min_cleanable_dirty_ratio: min.cleanable.dirty.ratio value
14089
14171
  :param pulumi.Input[str] min_compaction_lag_ms: min.compaction.lag.ms value
14090
14172
  :param pulumi.Input[str] min_insync_replicas: min.insync.replicas value
@@ -14160,7 +14242,7 @@ class KafkaTopicConfigArgs:
14160
14242
  @pulumi.getter(name="cleanupPolicy")
14161
14243
  def cleanup_policy(self) -> Optional[pulumi.Input[str]]:
14162
14244
  """
14163
- cleanup.policy value
14245
+ cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
14164
14246
  """
14165
14247
  return pulumi.get(self, "cleanup_policy")
14166
14248
 
@@ -14172,7 +14254,7 @@ class KafkaTopicConfigArgs:
14172
14254
  @pulumi.getter(name="compressionType")
14173
14255
  def compression_type(self) -> Optional[pulumi.Input[str]]:
14174
14256
  """
14175
- compression.type value
14257
+ compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
14176
14258
  """
14177
14259
  return pulumi.get(self, "compression_type")
14178
14260
 
@@ -14304,7 +14386,7 @@ class KafkaTopicConfigArgs:
14304
14386
  @pulumi.getter(name="messageFormatVersion")
14305
14387
  def message_format_version(self) -> Optional[pulumi.Input[str]]:
14306
14388
  """
14307
- message.format.version value
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`.
14308
14390
  """
14309
14391
  return pulumi.get(self, "message_format_version")
14310
14392
 
@@ -14328,7 +14410,7 @@ class KafkaTopicConfigArgs:
14328
14410
  @pulumi.getter(name="messageTimestampType")
14329
14411
  def message_timestamp_type(self) -> Optional[pulumi.Input[str]]:
14330
14412
  """
14331
- message.timestamp.type value
14413
+ message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
14332
14414
  """
14333
14415
  return pulumi.get(self, "message_timestamp_type")
14334
14416
 
@@ -17983,15 +18065,15 @@ if not MYPY:
17983
18065
  """
17984
18066
  internal_tmp_mem_storage_engine: NotRequired[pulumi.Input[str]]
17985
18067
  """
17986
- Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
18068
+ Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
17987
18069
  """
17988
18070
  log_output: NotRequired[pulumi.Input[str]]
17989
18071
  """
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.
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.
17991
18073
  """
17992
18074
  long_query_time: NotRequired[pulumi.Input[float]]
17993
18075
  """
17994
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
18076
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
17995
18077
  """
17996
18078
  max_allowed_packet: NotRequired[pulumi.Input[int]]
17997
18079
  """
@@ -18092,9 +18174,9 @@ class MySqlMysqlUserConfigMysqlArgs:
18092
18174
  :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`.
18093
18175
  :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`.
18094
18176
  :param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
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`.
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`.
18098
18180
  :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`.
18099
18181
  :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`.
18100
18182
  :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`.
@@ -18378,7 +18460,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18378
18460
  @pulumi.getter(name="internalTmpMemStorageEngine")
18379
18461
  def internal_tmp_mem_storage_engine(self) -> Optional[pulumi.Input[str]]:
18380
18462
  """
18381
- Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
18463
+ Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
18382
18464
  """
18383
18465
  return pulumi.get(self, "internal_tmp_mem_storage_engine")
18384
18466
 
@@ -18390,7 +18472,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18390
18472
  @pulumi.getter(name="logOutput")
18391
18473
  def log_output(self) -> Optional[pulumi.Input[str]]:
18392
18474
  """
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.
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.
18394
18476
  """
18395
18477
  return pulumi.get(self, "log_output")
18396
18478
 
@@ -18402,7 +18484,7 @@ class MySqlMysqlUserConfigMysqlArgs:
18402
18484
  @pulumi.getter(name="longQueryTime")
18403
18485
  def long_query_time(self) -> Optional[pulumi.Input[float]]:
18404
18486
  """
18405
- The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
18487
+ The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
18406
18488
  """
18407
18489
  return pulumi.get(self, "long_query_time")
18408
18490
 
@@ -19194,7 +19276,7 @@ if not MYPY:
19194
19276
  """
19195
19277
  disable_replication_factor_adjustment: NotRequired[pulumi.Input[bool]]
19196
19278
  """
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.
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.
19198
19280
  """
19199
19281
  gcs_migration: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgsDict']]
19200
19282
  """
@@ -19325,7 +19407,7 @@ class OpenSearchOpensearchUserConfigArgs:
19325
19407
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
19326
19408
  :param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
19327
19409
  :param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
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.
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.
19329
19411
  :param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
19330
19412
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
19331
19413
  :param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
@@ -19448,7 +19530,7 @@ class OpenSearchOpensearchUserConfigArgs:
19448
19530
  @pulumi.getter(name="disableReplicationFactorAdjustment")
19449
19531
  def disable_replication_factor_adjustment(self) -> Optional[pulumi.Input[bool]]:
19450
19532
  """
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.
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.
19452
19534
  """
19453
19535
  return pulumi.get(self, "disable_replication_factor_adjustment")
19454
19536
 
@@ -19748,6 +19830,10 @@ if not MYPY:
19748
19830
  """
19749
19831
  Azure container name.
19750
19832
  """
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
+ """
19751
19837
  snapshot_name: pulumi.Input[str]
19752
19838
  """
19753
19839
  The snapshot name to restore from.
@@ -19764,14 +19850,18 @@ if not MYPY:
19764
19850
  """
19765
19851
  Defines the DNS suffix for Azure Storage endpoints.
19766
19852
  """
19767
- indices: NotRequired[pulumi.Input[str]]
19853
+ include_aliases: NotRequired[pulumi.Input[bool]]
19768
19854
  """
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`.
19855
+ Whether to restore aliases alongside their associated indexes. Default is true.
19770
19856
  """
19771
19857
  key: NotRequired[pulumi.Input[str]]
19772
19858
  """
19773
19859
  Azure account secret key. One of key or sas_token should be specified.
19774
19860
  """
19861
+ restore_global_state: NotRequired[pulumi.Input[bool]]
19862
+ """
19863
+ If true, restore the cluster state. Defaults to false.
19864
+ """
19775
19865
  sas_token: NotRequired[pulumi.Input[str]]
19776
19866
  """
19777
19867
  A shared access signatures (SAS) token. One of key or sas_token should be specified.
@@ -19785,28 +19875,33 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19785
19875
  account: pulumi.Input[str],
19786
19876
  base_path: pulumi.Input[str],
19787
19877
  container: pulumi.Input[str],
19878
+ indices: pulumi.Input[str],
19788
19879
  snapshot_name: pulumi.Input[str],
19789
19880
  chunk_size: Optional[pulumi.Input[str]] = None,
19790
19881
  compress: Optional[pulumi.Input[bool]] = None,
19791
19882
  endpoint_suffix: Optional[pulumi.Input[str]] = None,
19792
- indices: Optional[pulumi.Input[str]] = None,
19883
+ include_aliases: Optional[pulumi.Input[bool]] = None,
19793
19884
  key: Optional[pulumi.Input[str]] = None,
19885
+ restore_global_state: Optional[pulumi.Input[bool]] = None,
19794
19886
  sas_token: Optional[pulumi.Input[str]] = None):
19795
19887
  """
19796
19888
  :param pulumi.Input[str] account: Azure account name.
19797
19889
  :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 /.
19798
19890
  :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`.
19799
19892
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
19800
19893
  :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.
19801
19894
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
19802
19895
  :param pulumi.Input[str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
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`.
19896
+ :param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
19804
19897
  :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.
19805
19899
  :param pulumi.Input[str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
19806
19900
  """
19807
19901
  pulumi.set(__self__, "account", account)
19808
19902
  pulumi.set(__self__, "base_path", base_path)
19809
19903
  pulumi.set(__self__, "container", container)
19904
+ pulumi.set(__self__, "indices", indices)
19810
19905
  pulumi.set(__self__, "snapshot_name", snapshot_name)
19811
19906
  if chunk_size is not None:
19812
19907
  pulumi.set(__self__, "chunk_size", chunk_size)
@@ -19814,10 +19909,12 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19814
19909
  pulumi.set(__self__, "compress", compress)
19815
19910
  if endpoint_suffix is not None:
19816
19911
  pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
19817
- if indices is not None:
19818
- pulumi.set(__self__, "indices", indices)
19912
+ if include_aliases is not None:
19913
+ pulumi.set(__self__, "include_aliases", include_aliases)
19819
19914
  if key is not None:
19820
19915
  pulumi.set(__self__, "key", key)
19916
+ if restore_global_state is not None:
19917
+ pulumi.set(__self__, "restore_global_state", restore_global_state)
19821
19918
  if sas_token is not None:
19822
19919
  pulumi.set(__self__, "sas_token", sas_token)
19823
19920
 
@@ -19857,6 +19954,18 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19857
19954
  def container(self, value: pulumi.Input[str]):
19858
19955
  pulumi.set(self, "container", value)
19859
19956
 
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
+
19860
19969
  @property
19861
19970
  @pulumi.getter(name="snapshotName")
19862
19971
  def snapshot_name(self) -> pulumi.Input[str]:
@@ -19906,16 +20015,16 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19906
20015
  pulumi.set(self, "endpoint_suffix", value)
19907
20016
 
19908
20017
  @property
19909
- @pulumi.getter
19910
- def indices(self) -> Optional[pulumi.Input[str]]:
20018
+ @pulumi.getter(name="includeAliases")
20019
+ def include_aliases(self) -> Optional[pulumi.Input[bool]]:
19911
20020
  """
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`.
20021
+ Whether to restore aliases alongside their associated indexes. Default is true.
19913
20022
  """
19914
- return pulumi.get(self, "indices")
20023
+ return pulumi.get(self, "include_aliases")
19915
20024
 
19916
- @indices.setter
19917
- def indices(self, value: Optional[pulumi.Input[str]]):
19918
- pulumi.set(self, "indices", value)
20025
+ @include_aliases.setter
20026
+ def include_aliases(self, value: Optional[pulumi.Input[bool]]):
20027
+ pulumi.set(self, "include_aliases", value)
19919
20028
 
19920
20029
  @property
19921
20030
  @pulumi.getter
@@ -19929,6 +20038,18 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19929
20038
  def key(self, value: Optional[pulumi.Input[str]]):
19930
20039
  pulumi.set(self, "key", value)
19931
20040
 
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
+
19932
20053
  @property
19933
20054
  @pulumi.getter(name="sasToken")
19934
20055
  def sas_token(self) -> Optional[pulumi.Input[str]]:
@@ -19956,6 +20077,10 @@ if not MYPY:
19956
20077
  """
19957
20078
  Google Cloud Storage credentials file content.
19958
20079
  """
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
+ """
19959
20084
  snapshot_name: pulumi.Input[str]
19960
20085
  """
19961
20086
  The snapshot name to restore from.
@@ -19968,9 +20093,13 @@ if not MYPY:
19968
20093
  """
19969
20094
  When set to true metadata files are stored in compressed format.
19970
20095
  """
19971
- indices: NotRequired[pulumi.Input[str]]
20096
+ include_aliases: NotRequired[pulumi.Input[bool]]
19972
20097
  """
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`.
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.
19974
20103
  """
19975
20104
  elif False:
19976
20105
  OpenSearchOpensearchUserConfigGcsMigrationArgsDict: TypeAlias = Mapping[str, Any]
@@ -19981,29 +20110,36 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
19981
20110
  base_path: pulumi.Input[str],
19982
20111
  bucket: pulumi.Input[str],
19983
20112
  credentials: pulumi.Input[str],
20113
+ indices: pulumi.Input[str],
19984
20114
  snapshot_name: pulumi.Input[str],
19985
20115
  chunk_size: Optional[pulumi.Input[str]] = None,
19986
20116
  compress: Optional[pulumi.Input[bool]] = None,
19987
- indices: Optional[pulumi.Input[str]] = None):
20117
+ include_aliases: Optional[pulumi.Input[bool]] = None,
20118
+ restore_global_state: Optional[pulumi.Input[bool]] = None):
19988
20119
  """
19989
20120
  :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 /.
19990
20121
  :param pulumi.Input[str] bucket: The path to the repository data within its container.
19991
20122
  :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`.
19992
20124
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
19993
20125
  :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.
19994
20126
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
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`.
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.
19996
20129
  """
19997
20130
  pulumi.set(__self__, "base_path", base_path)
19998
20131
  pulumi.set(__self__, "bucket", bucket)
19999
20132
  pulumi.set(__self__, "credentials", credentials)
20133
+ pulumi.set(__self__, "indices", indices)
20000
20134
  pulumi.set(__self__, "snapshot_name", snapshot_name)
20001
20135
  if chunk_size is not None:
20002
20136
  pulumi.set(__self__, "chunk_size", chunk_size)
20003
20137
  if compress is not None:
20004
20138
  pulumi.set(__self__, "compress", compress)
20005
- if indices is not None:
20006
- pulumi.set(__self__, "indices", indices)
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)
20007
20143
 
20008
20144
  @property
20009
20145
  @pulumi.getter(name="basePath")
@@ -20041,6 +20177,18 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
20041
20177
  def credentials(self, value: pulumi.Input[str]):
20042
20178
  pulumi.set(self, "credentials", value)
20043
20179
 
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
+
20044
20192
  @property
20045
20193
  @pulumi.getter(name="snapshotName")
20046
20194
  def snapshot_name(self) -> pulumi.Input[str]:
@@ -20078,16 +20226,28 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
20078
20226
  pulumi.set(self, "compress", value)
20079
20227
 
20080
20228
  @property
20081
- @pulumi.getter
20082
- def indices(self) -> Optional[pulumi.Input[str]]:
20229
+ @pulumi.getter(name="includeAliases")
20230
+ def include_aliases(self) -> Optional[pulumi.Input[bool]]:
20083
20231
  """
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`.
20232
+ Whether to restore aliases alongside their associated indexes. Default is true.
20085
20233
  """
20086
- return pulumi.get(self, "indices")
20234
+ return pulumi.get(self, "include_aliases")
20087
20235
 
20088
- @indices.setter
20089
- def indices(self, value: Optional[pulumi.Input[str]]):
20090
- pulumi.set(self, "indices", value)
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]]:
20243
+ """
20244
+ If true, restore the cluster state. Defaults to false.
20245
+ """
20246
+ return pulumi.get(self, "restore_global_state")
20247
+
20248
+ @restore_global_state.setter
20249
+ def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
20250
+ pulumi.set(self, "restore_global_state", value)
20091
20251
 
20092
20252
 
20093
20253
  if not MYPY:
@@ -21980,7 +22140,7 @@ if not MYPY:
21980
22140
  class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgsDict(TypedDict):
21981
22141
  mode: NotRequired[pulumi.Input[str]]
21982
22142
  """
21983
- Enum: `monitor_only`, `enforced`, `disabled`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22143
+ Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
21984
22144
  """
21985
22145
  node_duress: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgsDict']]
21986
22146
  """
@@ -22005,7 +22165,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
22005
22165
  search_shard_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs']] = None,
22006
22166
  search_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs']] = None):
22007
22167
  """
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.
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.
22009
22169
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgs'] node_duress: Node duress settings
22010
22170
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs'] search_shard_task: Search shard settings
22011
22171
  :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs'] search_task: Search task settings
@@ -22023,7 +22183,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
22023
22183
  @pulumi.getter
22024
22184
  def mode(self) -> Optional[pulumi.Input[str]]:
22025
22185
  """
22026
- Enum: `monitor_only`, `enforced`, `disabled`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22186
+ Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
22027
22187
  """
22028
22188
  return pulumi.get(self, "mode")
22029
22189
 
@@ -23072,6 +23232,10 @@ if not MYPY:
23072
23232
  """
23073
23233
  S3 bucket name.
23074
23234
  """
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
+ """
23075
23239
  region: pulumi.Input[str]
23076
23240
  """
23077
23241
  S3 region.
@@ -23096,9 +23260,13 @@ if not MYPY:
23096
23260
  """
23097
23261
  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.
23098
23262
  """
23099
- indices: NotRequired[pulumi.Input[str]]
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]]
23100
23268
  """
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`.
23269
+ If true, restore the cluster state. Defaults to false.
23102
23270
  """
23103
23271
  server_side_encryption: NotRequired[pulumi.Input[bool]]
23104
23272
  """
@@ -23113,30 +23281,35 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23113
23281
  access_key: pulumi.Input[str],
23114
23282
  base_path: pulumi.Input[str],
23115
23283
  bucket: pulumi.Input[str],
23284
+ indices: pulumi.Input[str],
23116
23285
  region: pulumi.Input[str],
23117
23286
  secret_key: pulumi.Input[str],
23118
23287
  snapshot_name: pulumi.Input[str],
23119
23288
  chunk_size: Optional[pulumi.Input[str]] = None,
23120
23289
  compress: Optional[pulumi.Input[bool]] = None,
23121
23290
  endpoint: Optional[pulumi.Input[str]] = None,
23122
- indices: Optional[pulumi.Input[str]] = None,
23291
+ include_aliases: Optional[pulumi.Input[bool]] = None,
23292
+ restore_global_state: Optional[pulumi.Input[bool]] = None,
23123
23293
  server_side_encryption: Optional[pulumi.Input[bool]] = None):
23124
23294
  """
23125
23295
  :param pulumi.Input[str] access_key: AWS Access key.
23126
23296
  :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 /.
23127
23297
  :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`.
23128
23299
  :param pulumi.Input[str] region: S3 region.
23129
23300
  :param pulumi.Input[str] secret_key: AWS secret key.
23130
23301
  :param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
23131
23302
  :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.
23132
23303
  :param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
23133
23304
  :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.
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`.
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.
23135
23307
  :param pulumi.Input[bool] server_side_encryption: When set to true files are encrypted on server side.
23136
23308
  """
23137
23309
  pulumi.set(__self__, "access_key", access_key)
23138
23310
  pulumi.set(__self__, "base_path", base_path)
23139
23311
  pulumi.set(__self__, "bucket", bucket)
23312
+ pulumi.set(__self__, "indices", indices)
23140
23313
  pulumi.set(__self__, "region", region)
23141
23314
  pulumi.set(__self__, "secret_key", secret_key)
23142
23315
  pulumi.set(__self__, "snapshot_name", snapshot_name)
@@ -23146,8 +23319,10 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23146
23319
  pulumi.set(__self__, "compress", compress)
23147
23320
  if endpoint is not None:
23148
23321
  pulumi.set(__self__, "endpoint", endpoint)
23149
- if indices is not None:
23150
- pulumi.set(__self__, "indices", indices)
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)
23151
23326
  if server_side_encryption is not None:
23152
23327
  pulumi.set(__self__, "server_side_encryption", server_side_encryption)
23153
23328
 
@@ -23187,6 +23362,18 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23187
23362
  def bucket(self, value: pulumi.Input[str]):
23188
23363
  pulumi.set(self, "bucket", value)
23189
23364
 
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
+
23190
23377
  @property
23191
23378
  @pulumi.getter
23192
23379
  def region(self) -> pulumi.Input[str]:
@@ -23260,16 +23447,28 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
23260
23447
  pulumi.set(self, "endpoint", value)
23261
23448
 
23262
23449
  @property
23263
- @pulumi.getter
23264
- def indices(self) -> Optional[pulumi.Input[str]]:
23450
+ @pulumi.getter(name="includeAliases")
23451
+ def include_aliases(self) -> Optional[pulumi.Input[bool]]:
23265
23452
  """
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`.
23453
+ Whether to restore aliases alongside their associated indexes. Default is true.
23267
23454
  """
23268
- return pulumi.get(self, "indices")
23455
+ return pulumi.get(self, "include_aliases")
23269
23456
 
23270
- @indices.setter
23271
- def indices(self, value: Optional[pulumi.Input[str]]):
23272
- pulumi.set(self, "indices", value)
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]]:
23464
+ """
23465
+ If true, restore the cluster state. Defaults to false.
23466
+ """
23467
+ return pulumi.get(self, "restore_global_state")
23468
+
23469
+ @restore_global_state.setter
23470
+ def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
23471
+ pulumi.set(self, "restore_global_state", value)
23273
23472
 
23274
23473
  @property
23275
23474
  @pulumi.getter(name="serverSideEncryption")
@@ -23668,11 +23867,11 @@ if not MYPY:
23668
23867
  class OrganizationPermissionPermissionArgsDict(TypedDict):
23669
23868
  permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
23670
23869
  """
23671
- List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
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`.
23672
23871
  """
23673
23872
  principal_id: pulumi.Input[str]
23674
23873
  """
23675
- ID of the user or group.
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.
23676
23875
  """
23677
23876
  principal_type: pulumi.Input[str]
23678
23877
  """
@@ -23698,8 +23897,8 @@ class OrganizationPermissionPermissionArgs:
23698
23897
  create_time: Optional[pulumi.Input[str]] = None,
23699
23898
  update_time: Optional[pulumi.Input[str]] = None):
23700
23899
  """
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.
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.
23703
23902
  :param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
23704
23903
  :param pulumi.Input[str] create_time: Time created.
23705
23904
  :param pulumi.Input[str] update_time: Time updated.
@@ -23716,7 +23915,7 @@ class OrganizationPermissionPermissionArgs:
23716
23915
  @pulumi.getter
23717
23916
  def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
23718
23917
  """
23719
- List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
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`.
23720
23919
  """
23721
23920
  return pulumi.get(self, "permissions")
23722
23921
 
@@ -23728,7 +23927,7 @@ class OrganizationPermissionPermissionArgs:
23728
23927
  @pulumi.getter(name="principalId")
23729
23928
  def principal_id(self) -> pulumi.Input[str]:
23730
23929
  """
23731
- ID of the user or group.
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.
23732
23931
  """
23733
23932
  return pulumi.get(self, "principal_id")
23734
23933
 
@@ -24673,7 +24872,7 @@ if not MYPY:
24673
24872
  """
24674
24873
  synchronous_replication: NotRequired[pulumi.Input[str]]
24675
24874
  """
24676
- Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24875
+ Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24677
24876
  """
24678
24877
  timescaledb: NotRequired[pulumi.Input['PgPgUserConfigTimescaledbArgsDict']]
24679
24878
  """
@@ -24754,7 +24953,7 @@ class PgPgUserConfigArgs:
24754
24953
  :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`.
24755
24954
  :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`.
24756
24955
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
24757
- :param pulumi.Input[str] synchronous_replication: Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24956
+ :param pulumi.Input[str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
24758
24957
  :param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
24759
24958
  :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
24760
24959
  :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`.
@@ -25180,7 +25379,7 @@ class PgPgUserConfigArgs:
25180
25379
  @pulumi.getter(name="synchronousReplication")
25181
25380
  def synchronous_replication(self) -> Optional[pulumi.Input[str]]:
25182
25381
  """
25183
- Enum: `quorum`, `off`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
25382
+ Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
25184
25383
  """
25185
25384
  return pulumi.get(self, "synchronous_replication")
25186
25385
 
@@ -25542,11 +25741,11 @@ if not MYPY:
25542
25741
  """
25543
25742
  log_error_verbosity: NotRequired[pulumi.Input[str]]
25544
25743
  """
25545
- Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25744
+ Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
25546
25745
  """
25547
25746
  log_line_prefix: NotRequired[pulumi.Input[str]]
25548
25747
  """
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.
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.
25550
25749
  """
25551
25750
  log_min_duration_statement: NotRequired[pulumi.Input[int]]
25552
25751
  """
@@ -25630,7 +25829,7 @@ if not MYPY:
25630
25829
  """
25631
25830
  pg_stat_statements_dot_track: NotRequired[pulumi.Input[str]]
25632
25831
  """
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.
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.
25634
25833
  """
25635
25834
  temp_file_limit: NotRequired[pulumi.Input[int]]
25636
25835
  """
@@ -25650,7 +25849,7 @@ if not MYPY:
25650
25849
  """
25651
25850
  track_functions: NotRequired[pulumi.Input[str]]
25652
25851
  """
25653
- Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
25852
+ Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
25654
25853
  """
25655
25854
  track_io_timing: NotRequired[pulumi.Input[str]]
25656
25855
  """
@@ -25738,8 +25937,8 @@ class PgPgUserConfigPgArgs:
25738
25937
  :param pulumi.Input[int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
25739
25938
  :param pulumi.Input[bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
25740
25939
  :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.
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.
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.
25743
25942
  :param pulumi.Input[int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
25744
25943
  :param pulumi.Input[int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
25745
25944
  :param pulumi.Input[int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
@@ -25760,12 +25959,12 @@ class PgPgUserConfigPgArgs:
25760
25959
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
25761
25960
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
25762
25961
  :param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
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.
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.
25764
25963
  :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
25765
25964
  :param pulumi.Input[str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
25766
25965
  :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`.
25767
25966
  :param pulumi.Input[str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
25768
- :param pulumi.Input[str] track_functions: Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
25967
+ :param pulumi.Input[str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
25769
25968
  :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.
25770
25969
  :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`.
25771
25970
  :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`.
@@ -26089,7 +26288,7 @@ class PgPgUserConfigPgArgs:
26089
26288
  @pulumi.getter(name="logErrorVerbosity")
26090
26289
  def log_error_verbosity(self) -> Optional[pulumi.Input[str]]:
26091
26290
  """
26092
- Enum: `TERSE`, `DEFAULT`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
26291
+ Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
26093
26292
  """
26094
26293
  return pulumi.get(self, "log_error_verbosity")
26095
26294
 
@@ -26101,7 +26300,7 @@ class PgPgUserConfigPgArgs:
26101
26300
  @pulumi.getter(name="logLinePrefix")
26102
26301
  def log_line_prefix(self) -> Optional[pulumi.Input[str]]:
26103
26302
  """
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.
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.
26105
26304
  """
26106
26305
  return pulumi.get(self, "log_line_prefix")
26107
26306
 
@@ -26353,7 +26552,7 @@ class PgPgUserConfigPgArgs:
26353
26552
  @pulumi.getter(name="pgStatStatementsDotTrack")
26354
26553
  def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[str]]:
26355
26554
  """
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.
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.
26357
26556
  """
26358
26557
  return pulumi.get(self, "pg_stat_statements_dot_track")
26359
26558
 
@@ -26413,7 +26612,7 @@ class PgPgUserConfigPgArgs:
26413
26612
  @pulumi.getter(name="trackFunctions")
26414
26613
  def track_functions(self) -> Optional[pulumi.Input[str]]:
26415
26614
  """
26416
- Enum: `all`, `pl`, `none`. Enables tracking of function call counts and time used.
26615
+ Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
26417
26616
  """
26418
26617
  return pulumi.get(self, "track_functions")
26419
26618
 
@@ -26950,7 +27149,7 @@ if not MYPY:
26950
27149
  """
26951
27150
  autodb_pool_mode: NotRequired[pulumi.Input[str]]
26952
27151
  """
26953
- Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27152
+ Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
26954
27153
  """
26955
27154
  autodb_pool_size: NotRequired[pulumi.Input[int]]
26956
27155
  """
@@ -26999,7 +27198,7 @@ class PgPgUserConfigPgbouncerArgs:
26999
27198
  """
27000
27199
  :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`.
27001
27200
  :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`.
27002
- :param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27201
+ :param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
27003
27202
  :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`.
27004
27203
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
27005
27204
  :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`.
@@ -27057,7 +27256,7 @@ class PgPgUserConfigPgbouncerArgs:
27057
27256
  @pulumi.getter(name="autodbPoolMode")
27058
27257
  def autodb_pool_mode(self) -> Optional[pulumi.Input[str]]:
27059
27258
  """
27060
- Enum: `session`, `transaction`, `statement`. PGBouncer pool mode. Default: `transaction`.
27259
+ Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
27061
27260
  """
27062
27261
  return pulumi.get(self, "autodb_pool_mode")
27063
27262
 
@@ -27943,7 +28142,7 @@ if not MYPY:
27943
28142
  """
27944
28143
  redis_maxmemory_policy: NotRequired[pulumi.Input[str]]
27945
28144
  """
27946
- Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. Default: `noeviction`.
28145
+ Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
27947
28146
  """
27948
28147
  redis_notify_keyspace_events: NotRequired[pulumi.Input[str]]
27949
28148
  """
@@ -28035,7 +28234,7 @@ class RedisRedisUserConfigArgs:
28035
28234
  :param pulumi.Input[int] redis_io_threads: Set Redis IO thread count. Changing this will cause a restart of the Redis service. Example: `1`.
28036
28235
  :param pulumi.Input[int] redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
28037
28236
  :param pulumi.Input[int] redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
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`.
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`.
28039
28238
  :param pulumi.Input[str] redis_notify_keyspace_events: Set notify-keyspace-events option.
28040
28239
  :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`.
28041
28240
  :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.
@@ -28302,7 +28501,7 @@ class RedisRedisUserConfigArgs:
28302
28501
  @pulumi.getter(name="redisMaxmemoryPolicy")
28303
28502
  def redis_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
28304
28503
  """
28305
- Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Redis maxmemory-policy. Default: `noeviction`.
28504
+ Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
28306
28505
  """
28307
28506
  return pulumi.get(self, "redis_maxmemory_policy")
28308
28507
 
@@ -28999,7 +29198,7 @@ if not MYPY:
28999
29198
  """
29000
29199
  data_format: pulumi.Input[str]
29001
29200
  """
29002
- Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`, `Parquet`. Message data format. Default: `JSONEachRow`.
29201
+ Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
29003
29202
  """
29004
29203
  group_name: pulumi.Input[str]
29005
29204
  """
@@ -29015,7 +29214,7 @@ if not MYPY:
29015
29214
  """
29016
29215
  auto_offset_reset: NotRequired[pulumi.Input[str]]
29017
29216
  """
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`.
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`.
29019
29218
  """
29020
29219
  date_time_input_format: NotRequired[pulumi.Input[str]]
29021
29220
  """
@@ -29076,11 +29275,11 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29076
29275
  thread_per_consumer: Optional[pulumi.Input[bool]] = None):
29077
29276
  """
29078
29277
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
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`.
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`.
29080
29279
  :param pulumi.Input[str] group_name: Kafka consumers group. Default: `clickhouse`.
29081
29280
  :param pulumi.Input[str] name: Name of the table. Example: `events`.
29082
29281
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
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`.
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`.
29084
29283
  :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`.
29085
29284
  :param pulumi.Input[str] handle_error_mode: Enum: `default`, `stream`. How to handle errors for Kafka engine. Default: `default`.
29086
29285
  :param pulumi.Input[int] max_block_size: Number of row collected by poll(s) for flushing data from Kafka. Default: `0`.
@@ -29133,7 +29332,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29133
29332
  @pulumi.getter(name="dataFormat")
29134
29333
  def data_format(self) -> pulumi.Input[str]:
29135
29334
  """
29136
- Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `TSKV`, `TSV`, `TabSeparated`, `RawBLOB`, `AvroConfluent`, `Parquet`. Message data format. Default: `JSONEachRow`.
29335
+ Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
29137
29336
  """
29138
29337
  return pulumi.get(self, "data_format")
29139
29338
 
@@ -29181,7 +29380,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
29181
29380
  @pulumi.getter(name="autoOffsetReset")
29182
29381
  def auto_offset_reset(self) -> Optional[pulumi.Input[str]]:
29183
29382
  """
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`.
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`.
29185
29384
  """
29186
29385
  return pulumi.get(self, "auto_offset_reset")
29187
29386
 
@@ -29890,6 +30089,87 @@ class ServiceIntegrationDatadogUserConfigRedisArgs:
29890
30089
  pulumi.set(self, "command_stats_enabled", value)
29891
30090
 
29892
30091
 
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
+
29893
30173
  if not MYPY:
29894
30174
  class ServiceIntegrationEndpointDatadogUserConfigArgsDict(TypedDict):
29895
30175
  datadog_api_key: pulumi.Input[str]
@@ -29918,7 +30198,7 @@ if not MYPY:
29918
30198
  """
29919
30199
  site: NotRequired[pulumi.Input[str]]
29920
30200
  """
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.
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.
29922
30202
  """
29923
30203
  elif False:
29924
30204
  ServiceIntegrationEndpointDatadogUserConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -29940,7 +30220,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
29940
30220
  :param pulumi.Input[int] kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
29941
30221
  :param pulumi.Input[int] kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
29942
30222
  :param pulumi.Input[int] max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
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.
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.
29944
30224
  """
29945
30225
  pulumi.set(__self__, "datadog_api_key", datadog_api_key)
29946
30226
  if datadog_tags is not None:
@@ -30032,7 +30312,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30032
30312
  @pulumi.getter
30033
30313
  def site(self) -> Optional[pulumi.Input[str]]:
30034
30314
  """
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.
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.
30036
30316
  """
30037
30317
  return pulumi.get(self, "site")
30038
30318
 
@@ -30672,7 +30952,7 @@ if not MYPY:
30672
30952
  """
30673
30953
  security_protocol: pulumi.Input[str]
30674
30954
  """
30675
- Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
30955
+ Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30676
30956
  """
30677
30957
  sasl_mechanism: NotRequired[pulumi.Input[str]]
30678
30958
  """
@@ -30728,7 +31008,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
30728
31008
  ssl_endpoint_identification_algorithm: Optional[pulumi.Input[str]] = None):
30729
31009
  """
30730
31010
  :param pulumi.Input[str] bootstrap_servers: Bootstrap servers. Example: `10.0.0.1:9092,10.0.0.2:9092`.
30731
- :param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
31011
+ :param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30732
31012
  :param pulumi.Input[str] sasl_mechanism: Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
30733
31013
  :param pulumi.Input[str] sasl_plain_password: Password for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
30734
31014
  :param pulumi.Input[str] sasl_plain_username: Username for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
@@ -30779,7 +31059,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
30779
31059
  @pulumi.getter(name="securityProtocol")
30780
31060
  def security_protocol(self) -> pulumi.Input[str]:
30781
31061
  """
30782
- Enum: `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, `SASL_SSL`. Security protocol.
31062
+ Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
30783
31063
  """
30784
31064
  return pulumi.get(self, "security_protocol")
30785
31065
 
@@ -31174,7 +31454,7 @@ if not MYPY:
31174
31454
  """
31175
31455
  ssl_mode: NotRequired[pulumi.Input[str]]
31176
31456
  """
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`.
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`.
31178
31458
  """
31179
31459
  ssl_root_cert: NotRequired[pulumi.Input[str]]
31180
31460
  """
@@ -31211,7 +31491,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31211
31491
  :param pulumi.Input[str] ssl_client_key: Client key. Example: `-----BEGIN PRIVATE KEY-----
31212
31492
  ...
31213
31493
  -----END PRIVATE KEY-----`.
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`.
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`.
31215
31495
  :param pulumi.Input[str] ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
31216
31496
  ...
31217
31497
  -----END CERTIFICATE-----
@@ -31326,7 +31606,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31326
31606
  @pulumi.getter(name="sslMode")
31327
31607
  def ssl_mode(self) -> Optional[pulumi.Input[str]]:
31328
31608
  """
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`.
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`.
31330
31610
  """
31331
31611
  return pulumi.get(self, "ssl_mode")
31332
31612
 
@@ -31350,11 +31630,83 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
31350
31630
  pulumi.set(self, "ssl_root_cert", value)
31351
31631
 
31352
31632
 
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
+
31353
31705
  if not MYPY:
31354
31706
  class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict(TypedDict):
31355
31707
  authentication: pulumi.Input[str]
31356
31708
  """
31357
- Enum: `none`, `basic`. Authentication method.
31709
+ Enum: `basic`, `none`. Authentication method.
31358
31710
  """
31359
31711
  url: pulumi.Input[str]
31360
31712
  """
@@ -31379,7 +31731,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
31379
31731
  basic_auth_password: Optional[pulumi.Input[str]] = None,
31380
31732
  basic_auth_username: Optional[pulumi.Input[str]] = None):
31381
31733
  """
31382
- :param pulumi.Input[str] authentication: Enum: `none`, `basic`. Authentication method.
31734
+ :param pulumi.Input[str] authentication: Enum: `basic`, `none`. Authentication method.
31383
31735
  :param pulumi.Input[str] url: Schema Registry URL. Example: `https://schema-registry.kafka.company.com:28419`.
31384
31736
  :param pulumi.Input[str] basic_auth_password: Basic authentication password. Example: `Zm9vYg==`.
31385
31737
  :param pulumi.Input[str] basic_auth_username: Basic authentication user name. Example: `avnadmin`.
@@ -31395,7 +31747,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
31395
31747
  @pulumi.getter
31396
31748
  def authentication(self) -> pulumi.Input[str]:
31397
31749
  """
31398
- Enum: `none`, `basic`. Authentication method.
31750
+ Enum: `basic`, `none`. Authentication method.
31399
31751
  """
31400
31752
  return pulumi.get(self, "authentication")
31401
31753
 
@@ -31548,7 +31900,7 @@ if not MYPY:
31548
31900
  class ServiceIntegrationEndpointRsyslogUserConfigArgsDict(TypedDict):
31549
31901
  format: pulumi.Input[str]
31550
31902
  """
31551
- Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
31903
+ Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31552
31904
  """
31553
31905
  port: pulumi.Input[int]
31554
31906
  """
@@ -31612,7 +31964,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
31612
31964
  max_message_size: Optional[pulumi.Input[int]] = None,
31613
31965
  sd: Optional[pulumi.Input[str]] = None):
31614
31966
  """
31615
- :param pulumi.Input[str] format: Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
31967
+ :param pulumi.Input[str] format: Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31616
31968
  :param pulumi.Input[int] port: Rsyslog server port. Default: `514`.
31617
31969
  :param pulumi.Input[str] server: Rsyslog server IP address or hostname. Example: `logs.example.com`.
31618
31970
  :param pulumi.Input[bool] tls: Require TLS. Default: `true`.
@@ -31653,7 +32005,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
31653
32005
  @pulumi.getter
31654
32006
  def format(self) -> pulumi.Input[str]:
31655
32007
  """
31656
- Enum: `rfc5424`, `rfc3164`, `custom`. Message format. Default: `rfc5424`.
32008
+ Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
31657
32009
  """
31658
32010
  return pulumi.get(self, "format")
31659
32011
 
@@ -32310,7 +32662,7 @@ if not MYPY:
32310
32662
  """
32311
32663
  producer_compression_type: NotRequired[pulumi.Input[str]]
32312
32664
  """
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.
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.
32314
32666
  """
32315
32667
  producer_linger_ms: NotRequired[pulumi.Input[int]]
32316
32668
  """
@@ -32340,7 +32692,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
32340
32692
  :param pulumi.Input[int] consumer_max_poll_records: Set consumer max.poll.records. The default is 500. Example: `500`.
32341
32693
  :param pulumi.Input[int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker. Example: `1024`.
32342
32694
  :param pulumi.Input[int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker. Example: `8388608`.
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.
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.
32344
32696
  :param pulumi.Input[int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing. Example: `100`.
32345
32697
  :param pulumi.Input[int] producer_max_request_size: The maximum request size in bytes. Example: `1048576`.
32346
32698
  """
@@ -32425,7 +32777,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
32425
32777
  @pulumi.getter(name="producerCompressionType")
32426
32778
  def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
32427
32779
  """
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.
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.
32429
32781
  """
32430
32782
  return pulumi.get(self, "producer_compression_type")
32431
32783
 
@@ -33755,6 +34107,18 @@ if not MYPY:
33755
34107
  """
33756
34108
  ThanosQueryFrontend
33757
34109
  """
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
+ """
33758
34122
  service_log: NotRequired[pulumi.Input[bool]]
33759
34123
  """
33760
34124
  Store logs for the service so that they are available in the HTTP API and console.
@@ -33763,6 +34127,10 @@ if not MYPY:
33763
34127
  """
33764
34128
  Use static public IP addresses.
33765
34129
  """
34130
+ store: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34131
+ """
34132
+ ThanosStore.
34133
+ """
33766
34134
  elif False:
33767
34135
  ThanosThanosUserConfigArgsDict: TypeAlias = Mapping[str, Any]
33768
34136
 
@@ -33778,8 +34146,12 @@ class ThanosThanosUserConfigArgs:
33778
34146
  public_access: Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']] = None,
33779
34147
  query: Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']] = None,
33780
34148
  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,
33781
34152
  service_log: Optional[pulumi.Input[bool]] = None,
33782
- static_ips: Optional[pulumi.Input[bool]] = None):
34153
+ static_ips: Optional[pulumi.Input[bool]] = None,
34154
+ store: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
33783
34155
  """
33784
34156
  :param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor: ThanosCompactor
33785
34157
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: Environmental variables.
@@ -33790,8 +34162,12 @@ class ThanosThanosUserConfigArgs:
33790
34162
  :param pulumi.Input['ThanosThanosUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
33791
34163
  :param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query: ThanosQuery
33792
34164
  :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.
33793
34168
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
33794
34169
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
34170
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] store: ThanosStore.
33795
34171
  """
33796
34172
  if compactor is not None:
33797
34173
  pulumi.set(__self__, "compactor", compactor)
@@ -33817,10 +34193,18 @@ class ThanosThanosUserConfigArgs:
33817
34193
  pulumi.set(__self__, "query", query)
33818
34194
  if query_frontend is not None:
33819
34195
  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)
33820
34202
  if service_log is not None:
33821
34203
  pulumi.set(__self__, "service_log", service_log)
33822
34204
  if static_ips is not None:
33823
34205
  pulumi.set(__self__, "static_ips", static_ips)
34206
+ if store is not None:
34207
+ pulumi.set(__self__, "store", store)
33824
34208
 
33825
34209
  @property
33826
34210
  @pulumi.getter
@@ -33932,6 +34316,42 @@ class ThanosThanosUserConfigArgs:
33932
34316
  def query_frontend(self, value: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']]):
33933
34317
  pulumi.set(self, "query_frontend", value)
33934
34318
 
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
+
33935
34355
  @property
33936
34356
  @pulumi.getter(name="serviceLog")
33937
34357
  def service_log(self) -> Optional[pulumi.Input[bool]]:
@@ -33956,6 +34376,18 @@ class ThanosThanosUserConfigArgs:
33956
34376
  def static_ips(self, value: Optional[pulumi.Input[bool]]):
33957
34377
  pulumi.set(self, "static_ips", value)
33958
34378
 
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
+
33959
34391
 
33960
34392
  if not MYPY:
33961
34393
  class ThanosThanosUserConfigCompactorArgsDict(TypedDict):
@@ -34831,7 +35263,7 @@ if not MYPY:
34831
35263
  """
34832
35264
  valkey_maxmemory_policy: NotRequired[pulumi.Input[str]]
34833
35265
  """
34834
- Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Valkey maxmemory-policy. Default: `noeviction`.
35266
+ Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
34835
35267
  """
34836
35268
  valkey_notify_keyspace_events: NotRequired[pulumi.Input[str]]
34837
35269
  """
@@ -34909,7 +35341,7 @@ class ValkeyValkeyUserConfigArgs:
34909
35341
  :param pulumi.Input[int] valkey_io_threads: Set Valkey IO thread count. Changing this will cause a restart of the Valkey service. Example: `1`.
34910
35342
  :param pulumi.Input[int] valkey_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
34911
35343
  :param pulumi.Input[int] valkey_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
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`.
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`.
34913
35345
  :param pulumi.Input[str] valkey_notify_keyspace_events: Set notify-keyspace-events option.
34914
35346
  :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`.
34915
35347
  :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.
@@ -35206,7 +35638,7 @@ class ValkeyValkeyUserConfigArgs:
35206
35638
  @pulumi.getter(name="valkeyMaxmemoryPolicy")
35207
35639
  def valkey_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
35208
35640
  """
35209
- Enum: `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`. Valkey maxmemory-policy. Default: `noeviction`.
35641
+ Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
35210
35642
  """
35211
35643
  return pulumi.get(self, "valkey_maxmemory_policy")
35212
35644