cdktf-cdktf-provider-upcloud 15.3.0__py3-none-any.whl → 15.4.0__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 cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.

Files changed (69) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.4.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -9
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
  13. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  14. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  15. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  16. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
  17. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  18. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  19. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
  20. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +38 -38
  21. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  22. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  23. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  24. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  25. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +35 -35
  26. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +73 -73
  27. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +46 -46
  28. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  29. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  30. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  31. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  33. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
  34. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  35. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  36. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  37. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  38. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  39. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +210 -210
  40. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +694 -600
  41. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +401 -383
  42. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
  43. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
  44. cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +135 -135
  45. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
  47. cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  48. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  49. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  50. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  51. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  52. cdktf_cdktf_provider_upcloud/network/__init__.py +501 -33
  53. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  54. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  55. cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -28
  56. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  57. cdktf_cdktf_provider_upcloud/server/__init__.py +139 -139
  58. cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  59. cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
  60. cdktf_cdktf_provider_upcloud/storage_backup/__init__.py +13 -13
  61. cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
  62. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  63. {cdktf_cdktf_provider_upcloud-15.3.0.dist-info → cdktf_cdktf_provider_upcloud-15.4.0.dist-info}/METADATA +4 -4
  64. cdktf_cdktf_provider_upcloud-15.4.0.dist-info/RECORD +68 -0
  65. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.3.0.jsii.tgz +0 -0
  66. cdktf_cdktf_provider_upcloud-15.3.0.dist-info/RECORD +0 -68
  67. {cdktf_cdktf_provider_upcloud-15.3.0.dist-info → cdktf_cdktf_provider_upcloud-15.4.0.dist-info}/LICENSE +0 -0
  68. {cdktf_cdktf_provider_upcloud-15.3.0.dist-info → cdktf_cdktf_provider_upcloud-15.4.0.dist-info}/WHEEL +0 -0
  69. {cdktf_cdktf_provider_upcloud-15.3.0.dist-info → cdktf_cdktf_provider_upcloud-15.4.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `upcloud_managed_database_opensearch`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch).
4
+ Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class ManagedDatabaseOpensearch(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearch",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -73,24 +73,24 @@ class ManagedDatabaseOpensearch(
73
73
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
74
74
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
75
75
  ) -> None:
76
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
76
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
77
77
 
78
78
  :param scope: The scope in which to define this construct.
79
79
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
80
- :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
81
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
82
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
83
- :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
84
- :param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
85
- :param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
86
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
87
- :param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
88
- :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
89
- :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
90
- :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
91
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
92
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
93
- :param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
80
+ :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
81
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
82
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
83
+ :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
84
+ :param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
85
+ :param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
86
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
87
+ :param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
88
+ :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
89
+ :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
90
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
91
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
92
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
93
+ :param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
94
94
  :param connection:
95
95
  :param count:
96
96
  :param depends_on:
@@ -142,7 +142,7 @@ class ManagedDatabaseOpensearch(
142
142
 
143
143
  :param scope: The scope in which to define this construct.
144
144
  :param import_to_id: The construct id used in the generated config for the ManagedDatabaseOpensearch to import.
145
- :param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
145
+ :param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
146
146
  :param provider: ? Optional instance of the provider where the ManagedDatabaseOpensearch to import is found.
147
147
  '''
148
148
  if __debug__:
@@ -181,6 +181,8 @@ class ManagedDatabaseOpensearch(
181
181
  cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
182
182
  cluster_search_request_slowlog: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog", typing.Dict[builtins.str, typing.Any]]] = None,
183
183
  custom_domain: typing.Optional[builtins.str] = None,
184
+ custom_keystores: typing.Optional[typing.Sequence[builtins.str]] = None,
185
+ custom_repos: typing.Optional[typing.Sequence[builtins.str]] = None,
184
186
  disk_watermarks: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesDiskWatermarks", typing.Dict[builtins.str, typing.Any]]] = None,
185
187
  elasticsearch_version: typing.Optional[builtins.str] = None,
186
188
  email_sender_name: typing.Optional[builtins.str] = None,
@@ -244,78 +246,80 @@ class ManagedDatabaseOpensearch(
244
246
  version: typing.Optional[builtins.str] = None,
245
247
  ) -> None:
246
248
  '''
247
- :param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
248
- :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
249
- :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
250
- :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
251
- :param cluster_filecache_remote_data_ratio: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
252
- :param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
253
- :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
254
- :param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
255
- :param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
256
- :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
257
- :param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
258
- :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
259
- :param elasticsearch_version: Elasticsearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
260
- :param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
261
- :param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
262
- :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
263
- :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
264
- :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
265
- :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
266
- :param enable_snapshot_api: Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
267
- :param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
268
- :param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
269
- :param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
270
- :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
271
- :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
272
- :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
273
- :param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
274
- :param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
275
- :param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
276
- :param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
277
- :param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
278
- :param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
279
- :param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
280
- :param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
281
- :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
282
- :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
283
- :param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
284
- :param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
285
- :param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
286
- :param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
287
- :param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
288
- :param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
289
- :param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
290
- :param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
291
- :param node_search_cache_size: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
292
- :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
293
- :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
294
- :param override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
295
- :param plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
296
- :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
297
- :param reindex_remote_whitelist: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
298
- :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
299
- :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
300
- :param script_max_compilations_rate: Script max compilation rate - circuit breaker to prevent/minimize OOMs. Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
301
- :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
302
- :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
303
- :param search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
304
- :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
305
- :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
306
- :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
307
- :param thread_pool_analyze_queue_size: analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
308
- :param thread_pool_analyze_size: analyze thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
309
- :param thread_pool_force_merge_size: force_merge thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
310
- :param thread_pool_get_queue_size: get thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
311
- :param thread_pool_get_size: get thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
312
- :param thread_pool_search_queue_size: search thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
313
- :param thread_pool_search_size: search thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
314
- :param thread_pool_search_throttled_queue_size: search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
315
- :param thread_pool_search_throttled_size: search_throttled thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
316
- :param thread_pool_write_queue_size: write thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
317
- :param thread_pool_write_size: write thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
318
- :param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
249
+ :param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
250
+ :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
251
+ :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
252
+ :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
253
+ :param cluster_filecache_remote_data_ratio: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
254
+ :param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
255
+ :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
256
+ :param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
257
+ :param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
258
+ :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
259
+ :param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
260
+ :param custom_keystores: OpenSearch custom keystores. Allow to register custom keystores in OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
261
+ :param custom_repos: OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
262
+ :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
263
+ :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
264
+ :param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
265
+ :param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
266
+ :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
267
+ :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
268
+ :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
269
+ :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
270
+ :param enable_snapshot_api: Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
271
+ :param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
272
+ :param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
273
+ :param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
274
+ :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
275
+ :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
276
+ :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
277
+ :param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
278
+ :param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
279
+ :param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
280
+ :param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
281
+ :param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
282
+ :param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
283
+ :param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
284
+ :param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
285
+ :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
286
+ :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
287
+ :param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
288
+ :param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
289
+ :param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
290
+ :param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
291
+ :param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
292
+ :param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
293
+ :param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
294
+ :param knn_memory_circuit_breaker_limit: Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
295
+ :param node_search_cache_size: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
296
+ :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
297
+ :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
298
+ :param override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
299
+ :param plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
300
+ :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
301
+ :param reindex_remote_whitelist: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
302
+ :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
303
+ :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
304
+ :param script_max_compilations_rate: Script max compilation rate - circuit breaker to prevent/minimize OOMs. Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
305
+ :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
306
+ :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
307
+ :param search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
308
+ :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
309
+ :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
310
+ :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
311
+ :param thread_pool_analyze_queue_size: analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
312
+ :param thread_pool_analyze_size: analyze thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
313
+ :param thread_pool_force_merge_size: force_merge thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
314
+ :param thread_pool_get_queue_size: get thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
315
+ :param thread_pool_get_size: get thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
316
+ :param thread_pool_search_queue_size: search thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
317
+ :param thread_pool_search_size: search thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
318
+ :param thread_pool_search_throttled_queue_size: search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
319
+ :param thread_pool_search_throttled_size: search_throttled thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
320
+ :param thread_pool_write_queue_size: write thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
321
+ :param thread_pool_write_size: write thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
322
+ :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
319
323
  '''
320
324
  value = ManagedDatabaseOpensearchProperties(
321
325
  action_auto_create_index_enabled=action_auto_create_index_enabled,
@@ -329,6 +333,8 @@ class ManagedDatabaseOpensearch(
329
333
  cluster_routing_allocation_node_concurrent_recoveries=cluster_routing_allocation_node_concurrent_recoveries,
330
334
  cluster_search_request_slowlog=cluster_search_request_slowlog,
331
335
  custom_domain=custom_domain,
336
+ custom_keystores=custom_keystores,
337
+ custom_repos=custom_repos,
332
338
  disk_watermarks=disk_watermarks,
333
339
  elasticsearch_version=elasticsearch_version,
334
340
  email_sender_name=email_sender_name,
@@ -979,20 +985,20 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
979
985
  :param lifecycle:
980
986
  :param provider:
981
987
  :param provisioners:
982
- :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
983
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
984
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
985
- :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
986
- :param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
987
- :param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
988
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
989
- :param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
990
- :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
991
- :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
992
- :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
993
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
994
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
995
- :param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
988
+ :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
989
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
990
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
991
+ :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
992
+ :param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
993
+ :param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
994
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
995
+ :param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
996
+ :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
997
+ :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
998
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
999
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1000
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1001
+ :param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
996
1002
  '''
997
1003
  if isinstance(lifecycle, dict):
998
1004
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1132,7 +1138,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1132
1138
 
1133
1139
  The name is used as a prefix for the logical hostname. Must be unique within an account
1134
1140
 
1135
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1141
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1136
1142
  '''
1137
1143
  result = self._values.get("name")
1138
1144
  assert result is not None, "Required property 'name' is missing"
@@ -1144,7 +1150,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1144
1150
 
1145
1151
  This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
1146
1152
 
1147
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1153
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1148
1154
  '''
1149
1155
  result = self._values.get("plan")
1150
1156
  assert result is not None, "Required property 'plan' is missing"
@@ -1154,7 +1160,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1154
1160
  def title(self) -> builtins.str:
1155
1161
  '''Title of a managed database instance.
1156
1162
 
1157
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1163
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1158
1164
  '''
1159
1165
  result = self._values.get("title")
1160
1166
  assert result is not None, "Required property 'title' is missing"
@@ -1164,7 +1170,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1164
1170
  def zone(self) -> builtins.str:
1165
1171
  '''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
1166
1172
 
1167
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1173
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1168
1174
  '''
1169
1175
  result = self._values.get("zone")
1170
1176
  assert result is not None, "Required property 'zone' is missing"
@@ -1178,7 +1184,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1178
1184
 
1179
1185
  User access control rules will only be enforced if this attribute is enabled.
1180
1186
 
1181
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1187
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1182
1188
  '''
1183
1189
  result = self._values.get("access_control")
1184
1190
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1191,14 +1197,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1191
1197
 
1192
1198
  Users are limited to perform operations on indices based on the user-specific access control rules.
1193
1199
 
1194
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1200
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1195
1201
  '''
1196
1202
  result = self._values.get("extended_access_control")
1197
1203
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1198
1204
 
1199
1205
  @builtins.property
1200
1206
  def id(self) -> typing.Optional[builtins.str]:
1201
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
1207
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
1202
1208
 
1203
1209
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1204
1210
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1210,7 +1216,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1210
1216
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1211
1217
  '''User defined key-value pairs to classify the managed database.
1212
1218
 
1213
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1219
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1214
1220
  '''
1215
1221
  result = self._values.get("labels")
1216
1222
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -1219,7 +1225,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1219
1225
  def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
1220
1226
  '''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
1221
1227
 
1222
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1228
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1223
1229
  '''
1224
1230
  result = self._values.get("maintenance_window_dow")
1225
1231
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1228,7 +1234,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1228
1234
  def maintenance_window_time(self) -> typing.Optional[builtins.str]:
1229
1235
  '''Maintenance window UTC time in hh:mm:ss format.
1230
1236
 
1231
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1237
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1232
1238
  '''
1233
1239
  result = self._values.get("maintenance_window_time")
1234
1240
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1239,7 +1245,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1239
1245
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
1240
1246
  '''network block.
1241
1247
 
1242
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1248
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1243
1249
  '''
1244
1250
  result = self._values.get("network")
1245
1251
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
@@ -1250,7 +1256,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1250
1256
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1251
1257
  '''The administrative power state of the service.
1252
1258
 
1253
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1259
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1254
1260
  '''
1255
1261
  result = self._values.get("powered")
1256
1262
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1259,7 +1265,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1259
1265
  def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
1260
1266
  '''properties block.
1261
1267
 
1262
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1268
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1263
1269
  '''
1264
1270
  result = self._values.get("properties")
1265
1271
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
@@ -1270,7 +1276,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1270
1276
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1271
1277
  '''If set to true, prevents the managed service from being powered off, or deleted.
1272
1278
 
1273
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1279
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1274
1280
  '''
1275
1281
  result = self._values.get("termination_protection")
1276
1282
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1302,10 +1308,10 @@ class ManagedDatabaseOpensearchNetwork:
1302
1308
  uuid: builtins.str,
1303
1309
  ) -> None:
1304
1310
  '''
1305
- :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1306
- :param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1307
- :param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1308
- :param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1311
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1312
+ :param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1313
+ :param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1314
+ :param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1309
1315
  '''
1310
1316
  if __debug__:
1311
1317
  type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
@@ -1324,7 +1330,7 @@ class ManagedDatabaseOpensearchNetwork:
1324
1330
  def family(self) -> builtins.str:
1325
1331
  '''Network family. Currently only ``IPv4`` is supported.
1326
1332
 
1327
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1333
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1328
1334
  '''
1329
1335
  result = self._values.get("family")
1330
1336
  assert result is not None, "Required property 'family' is missing"
@@ -1334,7 +1340,7 @@ class ManagedDatabaseOpensearchNetwork:
1334
1340
  def name(self) -> builtins.str:
1335
1341
  '''The name of the network. Must be unique within the service.
1336
1342
 
1337
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1343
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1338
1344
  '''
1339
1345
  result = self._values.get("name")
1340
1346
  assert result is not None, "Required property 'name' is missing"
@@ -1344,7 +1350,7 @@ class ManagedDatabaseOpensearchNetwork:
1344
1350
  def type(self) -> builtins.str:
1345
1351
  '''The type of the network. Must be private.
1346
1352
 
1347
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1348
1354
  '''
1349
1355
  result = self._values.get("type")
1350
1356
  assert result is not None, "Required property 'type' is missing"
@@ -1354,7 +1360,7 @@ class ManagedDatabaseOpensearchNetwork:
1354
1360
  def uuid(self) -> builtins.str:
1355
1361
  '''Private network UUID. Must reside in the same zone as the database.
1356
1362
 
1357
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1363
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1358
1364
  '''
1359
1365
  result = self._values.get("uuid")
1360
1366
  assert result is not None, "Required property 'uuid' is missing"
@@ -1746,6 +1752,8 @@ class ManagedDatabaseOpensearchNodeStatesOutputReference(
1746
1752
  "cluster_routing_allocation_node_concurrent_recoveries": "clusterRoutingAllocationNodeConcurrentRecoveries",
1747
1753
  "cluster_search_request_slowlog": "clusterSearchRequestSlowlog",
1748
1754
  "custom_domain": "customDomain",
1755
+ "custom_keystores": "customKeystores",
1756
+ "custom_repos": "customRepos",
1749
1757
  "disk_watermarks": "diskWatermarks",
1750
1758
  "elasticsearch_version": "elasticsearchVersion",
1751
1759
  "email_sender_name": "emailSenderName",
@@ -1824,6 +1832,8 @@ class ManagedDatabaseOpensearchProperties:
1824
1832
  cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
1825
1833
  cluster_search_request_slowlog: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog", typing.Dict[builtins.str, typing.Any]]] = None,
1826
1834
  custom_domain: typing.Optional[builtins.str] = None,
1835
+ custom_keystores: typing.Optional[typing.Sequence[builtins.str]] = None,
1836
+ custom_repos: typing.Optional[typing.Sequence[builtins.str]] = None,
1827
1837
  disk_watermarks: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesDiskWatermarks", typing.Dict[builtins.str, typing.Any]]] = None,
1828
1838
  elasticsearch_version: typing.Optional[builtins.str] = None,
1829
1839
  email_sender_name: typing.Optional[builtins.str] = None,
@@ -1887,78 +1897,80 @@ class ManagedDatabaseOpensearchProperties:
1887
1897
  version: typing.Optional[builtins.str] = None,
1888
1898
  ) -> None:
1889
1899
  '''
1890
- :param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
1891
- :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
1892
- :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
1893
- :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
1894
- :param cluster_filecache_remote_data_ratio: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
1895
- :param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
1896
- :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
1897
- :param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
1898
- :param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
1899
- :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
1900
- :param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
1901
- :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
1902
- :param elasticsearch_version: Elasticsearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
1903
- :param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
1904
- :param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
1905
- :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
1906
- :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
1907
- :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
1908
- :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
1909
- :param enable_snapshot_api: Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
1910
- :param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
1911
- :param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
1912
- :param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
1913
- :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
1914
- :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
1915
- :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
1916
- :param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
1917
- :param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
1918
- :param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
1919
- :param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
1920
- :param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
1921
- :param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
1922
- :param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
1923
- :param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
1924
- :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
1925
- :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
1926
- :param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
1927
- :param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
1928
- :param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
1929
- :param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
1930
- :param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
1931
- :param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
1932
- :param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
1933
- :param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
1934
- :param node_search_cache_size: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
1935
- :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
1936
- :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
1937
- :param override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
1938
- :param plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
1939
- :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
1940
- :param reindex_remote_whitelist: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
1941
- :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
1942
- :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
1943
- :param script_max_compilations_rate: Script max compilation rate - circuit breaker to prevent/minimize OOMs. Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
1944
- :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
1945
- :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
1946
- :param search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
1947
- :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
1948
- :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
1949
- :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
1950
- :param thread_pool_analyze_queue_size: analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
1951
- :param thread_pool_analyze_size: analyze thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
1952
- :param thread_pool_force_merge_size: force_merge thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
1953
- :param thread_pool_get_queue_size: get thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
1954
- :param thread_pool_get_size: get thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
1955
- :param thread_pool_search_queue_size: search thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
1956
- :param thread_pool_search_size: search thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
1957
- :param thread_pool_search_throttled_queue_size: search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
1958
- :param thread_pool_search_throttled_size: search_throttled thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
1959
- :param thread_pool_write_queue_size: write thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
1960
- :param thread_pool_write_size: write thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
1961
- :param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
1900
+ :param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
1901
+ :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
1902
+ :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
1903
+ :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
1904
+ :param cluster_filecache_remote_data_ratio: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
1905
+ :param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
1906
+ :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
1907
+ :param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
1908
+ :param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
1909
+ :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
1910
+ :param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
1911
+ :param custom_keystores: OpenSearch custom keystores. Allow to register custom keystores in OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
1912
+ :param custom_repos: OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
1913
+ :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
1914
+ :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
1915
+ :param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
1916
+ :param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
1917
+ :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
1918
+ :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
1919
+ :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
1920
+ :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
1921
+ :param enable_snapshot_api: Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
1922
+ :param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
1923
+ :param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
1924
+ :param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
1925
+ :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
1926
+ :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
1927
+ :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
1928
+ :param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
1929
+ :param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
1930
+ :param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
1931
+ :param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
1932
+ :param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
1933
+ :param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
1934
+ :param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
1935
+ :param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
1936
+ :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
1937
+ :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
1938
+ :param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
1939
+ :param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
1940
+ :param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
1941
+ :param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
1942
+ :param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
1943
+ :param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
1944
+ :param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
1945
+ :param knn_memory_circuit_breaker_limit: Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
1946
+ :param node_search_cache_size: The limit of how much total remote data can be referenced. Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
1947
+ :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
1948
+ :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
1949
+ :param override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
1950
+ :param plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
1951
+ :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
1952
+ :param reindex_remote_whitelist: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
1953
+ :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
1954
+ :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
1955
+ :param script_max_compilations_rate: Script max compilation rate - circuit breaker to prevent/minimize OOMs. Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
1956
+ :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
1957
+ :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
1958
+ :param search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
1959
+ :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
1960
+ :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
1961
+ :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
1962
+ :param thread_pool_analyze_queue_size: analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
1963
+ :param thread_pool_analyze_size: analyze thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
1964
+ :param thread_pool_force_merge_size: force_merge thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
1965
+ :param thread_pool_get_queue_size: get thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
1966
+ :param thread_pool_get_size: get thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
1967
+ :param thread_pool_search_queue_size: search thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
1968
+ :param thread_pool_search_size: search thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
1969
+ :param thread_pool_search_throttled_queue_size: search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
1970
+ :param thread_pool_search_throttled_size: search_throttled thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
1971
+ :param thread_pool_write_queue_size: write thread pool queue size. Size for the thread pool queue. See documentation for exact details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
1972
+ :param thread_pool_write_size: write thread pool size. Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
1973
+ :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
1962
1974
  '''
1963
1975
  if isinstance(auth_failure_listeners, dict):
1964
1976
  auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
@@ -2001,6 +2013,8 @@ class ManagedDatabaseOpensearchProperties:
2001
2013
  check_type(argname="argument cluster_routing_allocation_node_concurrent_recoveries", value=cluster_routing_allocation_node_concurrent_recoveries, expected_type=type_hints["cluster_routing_allocation_node_concurrent_recoveries"])
2002
2014
  check_type(argname="argument cluster_search_request_slowlog", value=cluster_search_request_slowlog, expected_type=type_hints["cluster_search_request_slowlog"])
2003
2015
  check_type(argname="argument custom_domain", value=custom_domain, expected_type=type_hints["custom_domain"])
2016
+ check_type(argname="argument custom_keystores", value=custom_keystores, expected_type=type_hints["custom_keystores"])
2017
+ check_type(argname="argument custom_repos", value=custom_repos, expected_type=type_hints["custom_repos"])
2004
2018
  check_type(argname="argument disk_watermarks", value=disk_watermarks, expected_type=type_hints["disk_watermarks"])
2005
2019
  check_type(argname="argument elasticsearch_version", value=elasticsearch_version, expected_type=type_hints["elasticsearch_version"])
2006
2020
  check_type(argname="argument email_sender_name", value=email_sender_name, expected_type=type_hints["email_sender_name"])
@@ -2085,6 +2099,10 @@ class ManagedDatabaseOpensearchProperties:
2085
2099
  self._values["cluster_search_request_slowlog"] = cluster_search_request_slowlog
2086
2100
  if custom_domain is not None:
2087
2101
  self._values["custom_domain"] = custom_domain
2102
+ if custom_keystores is not None:
2103
+ self._values["custom_keystores"] = custom_keystores
2104
+ if custom_repos is not None:
2105
+ self._values["custom_repos"] = custom_repos
2088
2106
  if disk_watermarks is not None:
2089
2107
  self._values["disk_watermarks"] = disk_watermarks
2090
2108
  if elasticsearch_version is not None:
@@ -2214,7 +2232,7 @@ class ManagedDatabaseOpensearchProperties:
2214
2232
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2215
2233
  '''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
2216
2234
 
2217
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
2235
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
2218
2236
  '''
2219
2237
  result = self._values.get("action_auto_create_index_enabled")
2220
2238
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2225,7 +2243,7 @@ class ManagedDatabaseOpensearchProperties:
2225
2243
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2226
2244
  '''Require explicit index names when deleting.
2227
2245
 
2228
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
2246
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
2229
2247
  '''
2230
2248
  result = self._values.get("action_destructive_requires_name")
2231
2249
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2236,7 +2254,7 @@ class ManagedDatabaseOpensearchProperties:
2236
2254
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
2237
2255
  '''auth_failure_listeners block.
2238
2256
 
2239
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
2257
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
2240
2258
  '''
2241
2259
  result = self._values.get("auth_failure_listeners")
2242
2260
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
@@ -2247,7 +2265,7 @@ class ManagedDatabaseOpensearchProperties:
2247
2265
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2248
2266
  '''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
2249
2267
 
2250
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
2268
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
2251
2269
  '''
2252
2270
  result = self._values.get("automatic_utility_network_ip_filter")
2253
2271
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2258,7 +2276,7 @@ class ManagedDatabaseOpensearchProperties:
2258
2276
 
2259
2277
  Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
2260
2278
 
2261
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
2279
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
2262
2280
  '''
2263
2281
  result = self._values.get("cluster_filecache_remote_data_ratio")
2264
2282
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2267,7 +2285,7 @@ class ManagedDatabaseOpensearchProperties:
2267
2285
  def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
2268
2286
  '''Controls the number of shards allowed in the cluster per data node.
2269
2287
 
2270
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
2288
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
2271
2289
  '''
2272
2290
  result = self._values.get("cluster_max_shards_per_node")
2273
2291
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2278,7 +2296,7 @@ class ManagedDatabaseOpensearchProperties:
2278
2296
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterRemoteStore"]:
2279
2297
  '''cluster_remote_store block.
2280
2298
 
2281
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
2299
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
2282
2300
  '''
2283
2301
  result = self._values.get("cluster_remote_store")
2284
2302
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterRemoteStore"], result)
@@ -2291,7 +2309,7 @@ class ManagedDatabaseOpensearchProperties:
2291
2309
 
2292
2310
  Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
2293
2311
 
2294
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
2312
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
2295
2313
  '''
2296
2314
  result = self._values.get("cluster_routing_allocation_balance_prefer_primary")
2297
2315
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2304,7 +2322,7 @@ class ManagedDatabaseOpensearchProperties:
2304
2322
 
2305
2323
  How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
2306
2324
 
2307
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
2325
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
2308
2326
  '''
2309
2327
  result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
2310
2328
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2315,7 +2333,7 @@ class ManagedDatabaseOpensearchProperties:
2315
2333
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"]:
2316
2334
  '''cluster_search_request_slowlog block.
2317
2335
 
2318
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
2336
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
2319
2337
  '''
2320
2338
  result = self._values.get("cluster_search_request_slowlog")
2321
2339
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"], result)
@@ -2324,27 +2342,45 @@ class ManagedDatabaseOpensearchProperties:
2324
2342
  def custom_domain(self) -> typing.Optional[builtins.str]:
2325
2343
  '''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
2326
2344
 
2327
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
2345
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
2328
2346
  '''
2329
2347
  result = self._values.get("custom_domain")
2330
2348
  return typing.cast(typing.Optional[builtins.str], result)
2331
2349
 
2350
+ @builtins.property
2351
+ def custom_keystores(self) -> typing.Optional[typing.List[builtins.str]]:
2352
+ '''OpenSearch custom keystores. Allow to register custom keystores in OpenSearch.
2353
+
2354
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
2355
+ '''
2356
+ result = self._values.get("custom_keystores")
2357
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2358
+
2359
+ @builtins.property
2360
+ def custom_repos(self) -> typing.Optional[typing.List[builtins.str]]:
2361
+ '''OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch.
2362
+
2363
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
2364
+ '''
2365
+ result = self._values.get("custom_repos")
2366
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2367
+
2332
2368
  @builtins.property
2333
2369
  def disk_watermarks(
2334
2370
  self,
2335
2371
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"]:
2336
2372
  '''disk_watermarks block.
2337
2373
 
2338
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
2374
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
2339
2375
  '''
2340
2376
  result = self._values.get("disk_watermarks")
2341
2377
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"], result)
2342
2378
 
2343
2379
  @builtins.property
2344
2380
  def elasticsearch_version(self) -> typing.Optional[builtins.str]:
2345
- '''Elasticsearch major version.
2381
+ '''Elasticsearch version.
2346
2382
 
2347
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
2383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
2348
2384
  '''
2349
2385
  result = self._values.get("elasticsearch_version")
2350
2386
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2355,7 +2391,7 @@ class ManagedDatabaseOpensearchProperties:
2355
2391
 
2356
2392
  This should be identical to the Sender name defined in Opensearch dashboards.
2357
2393
 
2358
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
2394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
2359
2395
  '''
2360
2396
  result = self._values.get("email_sender_name")
2361
2397
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2366,7 +2402,7 @@ class ManagedDatabaseOpensearchProperties:
2366
2402
 
2367
2403
  Sender password for Opensearch alerts to authenticate with SMTP server.
2368
2404
 
2369
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
2405
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
2370
2406
  '''
2371
2407
  result = self._values.get("email_sender_password")
2372
2408
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2375,7 +2411,7 @@ class ManagedDatabaseOpensearchProperties:
2375
2411
  def email_sender_username(self) -> typing.Optional[builtins.str]:
2376
2412
  '''Sender username for Opensearch alerts.
2377
2413
 
2378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
2414
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
2379
2415
  '''
2380
2416
  result = self._values.get("email_sender_username")
2381
2417
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2386,7 +2422,7 @@ class ManagedDatabaseOpensearchProperties:
2386
2422
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2387
2423
  '''Enable remote-backed storage.
2388
2424
 
2389
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
2425
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
2390
2426
  '''
2391
2427
  result = self._values.get("enable_remote_backed_storage")
2392
2428
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2397,7 +2433,7 @@ class ManagedDatabaseOpensearchProperties:
2397
2433
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2398
2434
  '''Enable searchable snapshots.
2399
2435
 
2400
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
2436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
2401
2437
  '''
2402
2438
  result = self._values.get("enable_searchable_snapshots")
2403
2439
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2408,7 +2444,7 @@ class ManagedDatabaseOpensearchProperties:
2408
2444
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2409
2445
  '''Enable/Disable security audit.
2410
2446
 
2411
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
2447
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
2412
2448
  '''
2413
2449
  result = self._values.get("enable_security_audit")
2414
2450
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2419,7 +2455,7 @@ class ManagedDatabaseOpensearchProperties:
2419
2455
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2420
2456
  '''Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
2421
2457
 
2422
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
2458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
2423
2459
  '''
2424
2460
  result = self._values.get("enable_snapshot_api")
2425
2461
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2428,7 +2464,7 @@ class ManagedDatabaseOpensearchProperties:
2428
2464
  def http_max_content_length(self) -> typing.Optional[jsii.Number]:
2429
2465
  '''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
2430
2466
 
2431
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
2467
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
2432
2468
  '''
2433
2469
  result = self._values.get("http_max_content_length")
2434
2470
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2437,7 +2473,7 @@ class ManagedDatabaseOpensearchProperties:
2437
2473
  def http_max_header_size(self) -> typing.Optional[jsii.Number]:
2438
2474
  '''The max size of allowed headers, in bytes.
2439
2475
 
2440
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
2476
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
2441
2477
  '''
2442
2478
  result = self._values.get("http_max_header_size")
2443
2479
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2446,7 +2482,7 @@ class ManagedDatabaseOpensearchProperties:
2446
2482
  def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
2447
2483
  '''The max length of an HTTP URL, in bytes.
2448
2484
 
2449
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
2485
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
2450
2486
  '''
2451
2487
  result = self._values.get("http_max_initial_line_length")
2452
2488
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2455,7 +2491,7 @@ class ManagedDatabaseOpensearchProperties:
2455
2491
  def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
2456
2492
  '''Index patterns.
2457
2493
 
2458
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
2494
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
2459
2495
  '''
2460
2496
  result = self._values.get("index_patterns")
2461
2497
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2466,7 +2502,7 @@ class ManagedDatabaseOpensearchProperties:
2466
2502
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"]:
2467
2503
  '''index_rollup block.
2468
2504
 
2469
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
2505
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
2470
2506
  '''
2471
2507
  result = self._values.get("index_rollup")
2472
2508
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"], result)
@@ -2477,7 +2513,7 @@ class ManagedDatabaseOpensearchProperties:
2477
2513
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
2478
2514
  '''index_template block.
2479
2515
 
2480
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
2516
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
2481
2517
  '''
2482
2518
  result = self._values.get("index_template")
2483
2519
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
@@ -2488,7 +2524,7 @@ class ManagedDatabaseOpensearchProperties:
2488
2524
 
2489
2525
  Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
2490
2526
 
2491
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
2527
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
2492
2528
  '''
2493
2529
  result = self._values.get("indices_fielddata_cache_size")
2494
2530
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2499,7 +2535,7 @@ class ManagedDatabaseOpensearchProperties:
2499
2535
 
2500
2536
  Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
2501
2537
 
2502
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
2538
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
2503
2539
  '''
2504
2540
  result = self._values.get("indices_memory_index_buffer_size")
2505
2541
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2510,7 +2546,7 @@ class ManagedDatabaseOpensearchProperties:
2510
2546
 
2511
2547
  Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit.
2512
2548
 
2513
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
2549
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
2514
2550
  '''
2515
2551
  result = self._values.get("indices_memory_max_index_buffer_size")
2516
2552
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2521,7 +2557,7 @@ class ManagedDatabaseOpensearchProperties:
2521
2557
 
2522
2558
  Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit.
2523
2559
 
2524
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
2560
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
2525
2561
  '''
2526
2562
  result = self._values.get("indices_memory_min_index_buffer_size")
2527
2563
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2532,7 +2568,7 @@ class ManagedDatabaseOpensearchProperties:
2532
2568
 
2533
2569
  Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
2534
2570
 
2535
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
2571
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
2536
2572
  '''
2537
2573
  result = self._values.get("indices_queries_cache_size")
2538
2574
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2543,7 +2579,7 @@ class ManagedDatabaseOpensearchProperties:
2543
2579
 
2544
2580
  The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
2545
2581
 
2546
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
2582
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
2547
2583
  '''
2548
2584
  result = self._values.get("indices_query_bool_max_clause_count")
2549
2585
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2554,7 +2590,7 @@ class ManagedDatabaseOpensearchProperties:
2554
2590
 
2555
2591
  Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
2556
2592
 
2557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
2593
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
2558
2594
  '''
2559
2595
  result = self._values.get("indices_recovery_max_bytes_per_sec")
2560
2596
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2565,7 +2601,7 @@ class ManagedDatabaseOpensearchProperties:
2565
2601
  ) -> typing.Optional[jsii.Number]:
2566
2602
  '''Number of file chunks sent in parallel for each recovery. Defaults to 2.
2567
2603
 
2568
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
2604
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
2569
2605
  '''
2570
2606
  result = self._values.get("indices_recovery_max_concurrent_file_chunks")
2571
2607
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2574,7 +2610,7 @@ class ManagedDatabaseOpensearchProperties:
2574
2610
  def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
2575
2611
  '''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2576
2612
 
2577
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
2613
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
2578
2614
  '''
2579
2615
  result = self._values.get("ip_filter")
2580
2616
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2585,7 +2621,7 @@ class ManagedDatabaseOpensearchProperties:
2585
2621
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2586
2622
  '''Specifies whether ISM is enabled or not.
2587
2623
 
2588
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
2624
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
2589
2625
  '''
2590
2626
  result = self._values.get("ism_enabled")
2591
2627
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2596,7 +2632,7 @@ class ManagedDatabaseOpensearchProperties:
2596
2632
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2597
2633
  '''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
2598
2634
 
2599
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
2635
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
2600
2636
  '''
2601
2637
  result = self._values.get("ism_history_enabled")
2602
2638
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2605,7 +2641,7 @@ class ManagedDatabaseOpensearchProperties:
2605
2641
  def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
2606
2642
  '''The maximum age before rolling over the audit history index in hours.
2607
2643
 
2608
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
2644
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
2609
2645
  '''
2610
2646
  result = self._values.get("ism_history_max_age")
2611
2647
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2614,7 +2650,7 @@ class ManagedDatabaseOpensearchProperties:
2614
2650
  def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
2615
2651
  '''The maximum number of documents before rolling over the audit history index.
2616
2652
 
2617
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
2653
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
2618
2654
  '''
2619
2655
  result = self._values.get("ism_history_max_docs")
2620
2656
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2623,7 +2659,7 @@ class ManagedDatabaseOpensearchProperties:
2623
2659
  def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
2624
2660
  '''The time between rollover checks for the audit history index in hours.
2625
2661
 
2626
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
2662
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
2627
2663
  '''
2628
2664
  result = self._values.get("ism_history_rollover_check_period")
2629
2665
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2632,7 +2668,7 @@ class ManagedDatabaseOpensearchProperties:
2632
2668
  def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
2633
2669
  '''How long audit history indices are kept in days.
2634
2670
 
2635
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
2671
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
2636
2672
  '''
2637
2673
  result = self._values.get("ism_history_rollover_retention_period")
2638
2674
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2643,7 +2679,7 @@ class ManagedDatabaseOpensearchProperties:
2643
2679
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2644
2680
  '''Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
2645
2681
 
2646
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
2682
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
2647
2683
  '''
2648
2684
  result = self._values.get("keep_index_refresh_interval")
2649
2685
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2654,16 +2690,18 @@ class ManagedDatabaseOpensearchProperties:
2654
2690
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2655
2691
  '''Enable or disable KNN memory circuit breaker. Defaults to true.
2656
2692
 
2657
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
2693
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
2658
2694
  '''
2659
2695
  result = self._values.get("knn_memory_circuit_breaker_enabled")
2660
2696
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
2661
2697
 
2662
2698
  @builtins.property
2663
2699
  def knn_memory_circuit_breaker_limit(self) -> typing.Optional[jsii.Number]:
2664
- '''Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
2700
+ '''Maximum amount of memory in percentage that can be used for the KNN index.
2665
2701
 
2666
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
2702
+ Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
2703
+
2704
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
2667
2705
  '''
2668
2706
  result = self._values.get("knn_memory_circuit_breaker_limit")
2669
2707
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2674,7 +2712,7 @@ class ManagedDatabaseOpensearchProperties:
2674
2712
 
2675
2713
  Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
2676
2714
 
2677
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
2715
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
2678
2716
  '''
2679
2717
  result = self._values.get("node_search_cache_size")
2680
2718
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2683,7 +2721,7 @@ class ManagedDatabaseOpensearchProperties:
2683
2721
  def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
2684
2722
  '''openid block.
2685
2723
 
2686
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
2724
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
2687
2725
  '''
2688
2726
  result = self._values.get("openid")
2689
2727
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
@@ -2694,7 +2732,7 @@ class ManagedDatabaseOpensearchProperties:
2694
2732
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
2695
2733
  '''opensearch_dashboards block.
2696
2734
 
2697
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
2735
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
2698
2736
  '''
2699
2737
  result = self._values.get("opensearch_dashboards")
2700
2738
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
@@ -2705,7 +2743,7 @@ class ManagedDatabaseOpensearchProperties:
2705
2743
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2706
2744
  '''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
2707
2745
 
2708
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
2746
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
2709
2747
  '''
2710
2748
  result = self._values.get("override_main_response_version")
2711
2749
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2716,7 +2754,7 @@ class ManagedDatabaseOpensearchProperties:
2716
2754
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2717
2755
  '''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
2718
2756
 
2719
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
2757
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
2720
2758
  '''
2721
2759
  result = self._values.get("plugins_alerting_filter_by_backend_roles")
2722
2760
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2727,7 +2765,7 @@ class ManagedDatabaseOpensearchProperties:
2727
2765
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2728
2766
  '''Public Access. Allow access to the service from the public Internet.
2729
2767
 
2730
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
2768
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
2731
2769
  '''
2732
2770
  result = self._values.get("public_access")
2733
2771
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2736,7 +2774,7 @@ class ManagedDatabaseOpensearchProperties:
2736
2774
  def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
2737
2775
  '''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
2738
2776
 
2739
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
2777
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
2740
2778
  '''
2741
2779
  result = self._values.get("reindex_remote_whitelist")
2742
2780
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2747,7 +2785,7 @@ class ManagedDatabaseOpensearchProperties:
2747
2785
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesRemoteStore"]:
2748
2786
  '''remote_store block.
2749
2787
 
2750
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
2788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
2751
2789
  '''
2752
2790
  result = self._values.get("remote_store")
2753
2791
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesRemoteStore"], result)
@@ -2756,7 +2794,7 @@ class ManagedDatabaseOpensearchProperties:
2756
2794
  def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
2757
2795
  '''saml block.
2758
2796
 
2759
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
2797
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
2760
2798
  '''
2761
2799
  result = self._values.get("saml")
2762
2800
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
@@ -2767,7 +2805,7 @@ class ManagedDatabaseOpensearchProperties:
2767
2805
 
2768
2806
  Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
2769
2807
 
2770
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
2808
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
2771
2809
  '''
2772
2810
  result = self._values.get("script_max_compilations_rate")
2773
2811
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2778,7 +2816,7 @@ class ManagedDatabaseOpensearchProperties:
2778
2816
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"]:
2779
2817
  '''search_backpressure block.
2780
2818
 
2781
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
2819
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
2782
2820
  '''
2783
2821
  result = self._values.get("search_backpressure")
2784
2822
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"], result)
@@ -2789,7 +2827,7 @@ class ManagedDatabaseOpensearchProperties:
2789
2827
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"]:
2790
2828
  '''search_insights_top_queries block.
2791
2829
 
2792
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
2830
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
2793
2831
  '''
2794
2832
  result = self._values.get("search_insights_top_queries")
2795
2833
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"], result)
@@ -2800,7 +2838,7 @@ class ManagedDatabaseOpensearchProperties:
2800
2838
 
2801
2839
  OpenSearch default value is used when this is not defined.
2802
2840
 
2803
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2841
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2804
2842
  '''
2805
2843
  result = self._values.get("search_max_buckets")
2806
2844
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2809,7 +2847,7 @@ class ManagedDatabaseOpensearchProperties:
2809
2847
  def segrep(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"]:
2810
2848
  '''segrep block.
2811
2849
 
2812
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2850
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2813
2851
  '''
2814
2852
  result = self._values.get("segrep")
2815
2853
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"], result)
@@ -2820,7 +2858,7 @@ class ManagedDatabaseOpensearchProperties:
2820
2858
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2821
2859
  '''Service logging. Store logs for the service so that they are available in the HTTP API and console.
2822
2860
 
2823
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2861
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2824
2862
  '''
2825
2863
  result = self._values.get("service_log")
2826
2864
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2831,7 +2869,7 @@ class ManagedDatabaseOpensearchProperties:
2831
2869
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"]:
2832
2870
  '''shard_indexing_pressure block.
2833
2871
 
2834
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2872
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2835
2873
  '''
2836
2874
  result = self._values.get("shard_indexing_pressure")
2837
2875
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"], result)
@@ -2840,7 +2878,7 @@ class ManagedDatabaseOpensearchProperties:
2840
2878
  def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
2841
2879
  '''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2842
2880
 
2843
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2881
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2844
2882
  '''
2845
2883
  result = self._values.get("thread_pool_analyze_queue_size")
2846
2884
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2851,7 +2889,7 @@ class ManagedDatabaseOpensearchProperties:
2851
2889
 
2852
2890
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2853
2891
 
2854
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2892
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2855
2893
  '''
2856
2894
  result = self._values.get("thread_pool_analyze_size")
2857
2895
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2862,7 +2900,7 @@ class ManagedDatabaseOpensearchProperties:
2862
2900
 
2863
2901
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2864
2902
 
2865
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2903
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2866
2904
  '''
2867
2905
  result = self._values.get("thread_pool_force_merge_size")
2868
2906
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2871,7 +2909,7 @@ class ManagedDatabaseOpensearchProperties:
2871
2909
  def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
2872
2910
  '''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2873
2911
 
2874
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2912
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2875
2913
  '''
2876
2914
  result = self._values.get("thread_pool_get_queue_size")
2877
2915
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2882,7 +2920,7 @@ class ManagedDatabaseOpensearchProperties:
2882
2920
 
2883
2921
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2884
2922
 
2885
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2923
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2886
2924
  '''
2887
2925
  result = self._values.get("thread_pool_get_size")
2888
2926
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2891,7 +2929,7 @@ class ManagedDatabaseOpensearchProperties:
2891
2929
  def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
2892
2930
  '''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2893
2931
 
2894
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2932
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2895
2933
  '''
2896
2934
  result = self._values.get("thread_pool_search_queue_size")
2897
2935
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2902,7 +2940,7 @@ class ManagedDatabaseOpensearchProperties:
2902
2940
 
2903
2941
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2904
2942
 
2905
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2943
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2906
2944
  '''
2907
2945
  result = self._values.get("thread_pool_search_size")
2908
2946
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2911,7 +2949,7 @@ class ManagedDatabaseOpensearchProperties:
2911
2949
  def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
2912
2950
  '''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2913
2951
 
2914
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2952
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2915
2953
  '''
2916
2954
  result = self._values.get("thread_pool_search_throttled_queue_size")
2917
2955
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2922,7 +2960,7 @@ class ManagedDatabaseOpensearchProperties:
2922
2960
 
2923
2961
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2924
2962
 
2925
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
2963
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
2926
2964
  '''
2927
2965
  result = self._values.get("thread_pool_search_throttled_size")
2928
2966
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2931,7 +2969,7 @@ class ManagedDatabaseOpensearchProperties:
2931
2969
  def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
2932
2970
  '''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2933
2971
 
2934
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
2972
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
2935
2973
  '''
2936
2974
  result = self._values.get("thread_pool_write_queue_size")
2937
2975
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2942,16 +2980,16 @@ class ManagedDatabaseOpensearchProperties:
2942
2980
 
2943
2981
  Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
2944
2982
 
2945
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
2983
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
2946
2984
  '''
2947
2985
  result = self._values.get("thread_pool_write_size")
2948
2986
  return typing.cast(typing.Optional[jsii.Number], result)
2949
2987
 
2950
2988
  @builtins.property
2951
2989
  def version(self) -> typing.Optional[builtins.str]:
2952
- '''OpenSearch major version.
2990
+ '''OpenSearch version.
2953
2991
 
2954
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
2992
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
2955
2993
  '''
2956
2994
  result = self._values.get("version")
2957
2995
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2982,7 +3020,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
2982
3020
  internal_authentication_backend_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
2983
3021
  ) -> None:
2984
3022
  '''
2985
- :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3023
+ :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
2986
3024
  '''
2987
3025
  if isinstance(internal_authentication_backend_limiting, dict):
2988
3026
  internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
@@ -2999,7 +3037,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
2999
3037
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
3000
3038
  '''internal_authentication_backend_limiting block.
3001
3039
 
3002
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3040
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3003
3041
  '''
3004
3042
  result = self._values.get("internal_authentication_backend_limiting")
3005
3043
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
@@ -3042,13 +3080,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3042
3080
  type: typing.Optional[builtins.str] = None,
3043
3081
  ) -> None:
3044
3082
  '''
3045
- :param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3046
- :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3047
- :param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3048
- :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3049
- :param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3050
- :param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3051
- :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3083
+ :param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3084
+ :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3085
+ :param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3086
+ :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3087
+ :param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3088
+ :param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3089
+ :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3052
3090
  '''
3053
3091
  if __debug__:
3054
3092
  type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
@@ -3079,7 +3117,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3079
3117
  def allowed_tries(self) -> typing.Optional[jsii.Number]:
3080
3118
  '''The number of login attempts allowed before login is blocked.
3081
3119
 
3082
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3120
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3083
3121
  '''
3084
3122
  result = self._values.get("allowed_tries")
3085
3123
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3088,7 +3126,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3088
3126
  def authentication_backend(self) -> typing.Optional[builtins.str]:
3089
3127
  '''The internal backend. Enter ``internal``.
3090
3128
 
3091
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3129
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3092
3130
  '''
3093
3131
  result = self._values.get("authentication_backend")
3094
3132
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3097,7 +3135,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3097
3135
  def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
3098
3136
  '''The duration of time that login remains blocked after a failed login.
3099
3137
 
3100
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3138
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3101
3139
  '''
3102
3140
  result = self._values.get("block_expiry_seconds")
3103
3141
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3106,7 +3144,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3106
3144
  def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
3107
3145
  '''The maximum number of blocked IP addresses.
3108
3146
 
3109
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3147
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3110
3148
  '''
3111
3149
  result = self._values.get("max_blocked_clients")
3112
3150
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3115,7 +3153,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3115
3153
  def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
3116
3154
  '''The maximum number of tracked IP addresses that have failed login.
3117
3155
 
3118
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3156
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3119
3157
  '''
3120
3158
  result = self._values.get("max_tracked_clients")
3121
3159
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3124,7 +3162,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3124
3162
  def time_window_seconds(self) -> typing.Optional[jsii.Number]:
3125
3163
  '''The window of time in which the value for ``allowed_tries`` is enforced.
3126
3164
 
3127
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3165
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3128
3166
  '''
3129
3167
  result = self._values.get("time_window_seconds")
3130
3168
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3133,7 +3171,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3133
3171
  def type(self) -> typing.Optional[builtins.str]:
3134
3172
  '''The type of rate limiting.
3135
3173
 
3136
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3174
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3137
3175
  '''
3138
3176
  result = self._values.get("type")
3139
3177
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3368,13 +3406,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
3368
3406
  type: typing.Optional[builtins.str] = None,
3369
3407
  ) -> None:
3370
3408
  '''
3371
- :param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3372
- :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3373
- :param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3374
- :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3375
- :param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3376
- :param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3377
- :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3409
+ :param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3410
+ :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3411
+ :param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3412
+ :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3413
+ :param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3414
+ :param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3415
+ :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3378
3416
  '''
3379
3417
  value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
3380
3418
  allowed_tries=allowed_tries,
@@ -3444,10 +3482,10 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3444
3482
  translog_max_readers: typing.Optional[jsii.Number] = None,
3445
3483
  ) -> None:
3446
3484
  '''
3447
- :param state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. The amount of time to wait for the cluster state upload to complete. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3448
- :param state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3449
- :param translog_buffer_interval: The default value of the translog buffer interval. The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting ``index.remote_store.translog.buffer_interval`` is not present. Defaults to 650ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3450
- :param translog_max_readers: The maximum number of open translog files for remote-backed indexes. Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3485
+ :param state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. The amount of time to wait for the cluster state upload to complete. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3486
+ :param state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3487
+ :param translog_buffer_interval: The default value of the translog buffer interval. The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting ``index.remote_store.translog.buffer_interval`` is not present. Defaults to 650ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3488
+ :param translog_max_readers: The maximum number of open translog files for remote-backed indexes. Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3451
3489
  '''
3452
3490
  if __debug__:
3453
3491
  type_hints = typing.get_type_hints(_typecheckingstub__8bf09b01c282df36e41b853e405726d98c811dab3e94915dc82e4bce9ce583ce)
@@ -3471,7 +3509,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3471
3509
 
3472
3510
  The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
3473
3511
 
3474
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3512
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3475
3513
  '''
3476
3514
  result = self._values.get("state_global_metadata_upload_timeout")
3477
3515
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3482,7 +3520,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3482
3520
 
3483
3521
  The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s.
3484
3522
 
3485
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3523
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3486
3524
  '''
3487
3525
  result = self._values.get("state_metadata_manifest_upload_timeout")
3488
3526
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3493,7 +3531,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3493
3531
 
3494
3532
  The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting ``index.remote_store.translog.buffer_interval`` is not present. Defaults to 650ms.
3495
3533
 
3496
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3534
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3497
3535
  '''
3498
3536
  result = self._values.get("translog_buffer_interval")
3499
3537
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3504,7 +3542,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3504
3542
 
3505
3543
  Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100.
3506
3544
 
3507
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3545
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3508
3546
  '''
3509
3547
  result = self._values.get("translog_max_readers")
3510
3548
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3660,8 +3698,8 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3660
3698
  threshold: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold", typing.Dict[builtins.str, typing.Any]]] = None,
3661
3699
  ) -> None:
3662
3700
  '''
3663
- :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3664
- :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3701
+ :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3702
+ :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3665
3703
  '''
3666
3704
  if isinstance(threshold, dict):
3667
3705
  threshold = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(**threshold)
@@ -3679,7 +3717,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3679
3717
  def level(self) -> typing.Optional[builtins.str]:
3680
3718
  '''Log level.
3681
3719
 
3682
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3720
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3683
3721
  '''
3684
3722
  result = self._values.get("level")
3685
3723
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3690,7 +3728,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3690
3728
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"]:
3691
3729
  '''threshold block.
3692
3730
 
3693
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3731
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3694
3732
  '''
3695
3733
  result = self._values.get("threshold")
3696
3734
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"], result)
@@ -3737,10 +3775,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputRefere
3737
3775
  warn: typing.Optional[builtins.str] = None,
3738
3776
  ) -> None:
3739
3777
  '''
3740
- :param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3741
- :param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3742
- :param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3743
- :param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3778
+ :param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3779
+ :param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3780
+ :param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3781
+ :param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3744
3782
  '''
3745
3783
  value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(
3746
3784
  debug=debug, info=info, trace=trace, warn=warn
@@ -3820,10 +3858,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3820
3858
  warn: typing.Optional[builtins.str] = None,
3821
3859
  ) -> None:
3822
3860
  '''
3823
- :param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3824
- :param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3825
- :param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3826
- :param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3861
+ :param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3862
+ :param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3863
+ :param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3864
+ :param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3827
3865
  '''
3828
3866
  if __debug__:
3829
3867
  type_hints = typing.get_type_hints(_typecheckingstub__f7693880d283c41692690ec00b0f211583f9092af9a4f9be8cc2503b2af685fc)
@@ -3847,7 +3885,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3847
3885
 
3848
3886
  The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
3849
3887
 
3850
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3888
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3851
3889
  '''
3852
3890
  result = self._values.get("debug")
3853
3891
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3858,7 +3896,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3858
3896
 
3859
3897
  The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
3860
3898
 
3861
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3899
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3862
3900
  '''
3863
3901
  result = self._values.get("info")
3864
3902
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3869,7 +3907,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3869
3907
 
3870
3908
  The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
3871
3909
 
3872
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3910
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3873
3911
  '''
3874
3912
  result = self._values.get("trace")
3875
3913
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3880,7 +3918,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3880
3918
 
3881
3919
  The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
3882
3920
 
3883
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3921
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3884
3922
  '''
3885
3923
  result = self._values.get("warn")
3886
3924
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4033,9 +4071,9 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4033
4071
  low: typing.Optional[jsii.Number] = None,
4034
4072
  ) -> None:
4035
4073
  '''
4036
- :param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4037
- :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4038
- :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4074
+ :param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4075
+ :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4076
+ :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4039
4077
  '''
4040
4078
  if __debug__:
4041
4079
  type_hints = typing.get_type_hints(_typecheckingstub__e9a670c205c08f4ac01cd4501f4103c0e0bc30f14aa62b77bfae1c27c816ef3d)
@@ -4054,7 +4092,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4054
4092
  def flood_stage(self) -> typing.Optional[jsii.Number]:
4055
4093
  '''Flood stage watermark (percentage). The flood stage watermark for disk usage.
4056
4094
 
4057
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4095
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4058
4096
  '''
4059
4097
  result = self._values.get("flood_stage")
4060
4098
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4063,7 +4101,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4063
4101
  def high(self) -> typing.Optional[jsii.Number]:
4064
4102
  '''High watermark (percentage). The high watermark for disk usage.
4065
4103
 
4066
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4104
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4067
4105
  '''
4068
4106
  result = self._values.get("high")
4069
4107
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4072,7 +4110,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4072
4110
  def low(self) -> typing.Optional[jsii.Number]:
4073
4111
  '''Low watermark (percentage). The low watermark for disk usage.
4074
4112
 
4075
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4113
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4076
4114
  '''
4077
4115
  result = self._values.get("low")
4078
4116
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4212,11 +4250,11 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4212
4250
  rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4213
4251
  ) -> None:
4214
4252
  '''
4215
- :param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4216
- :param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4217
- :param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4218
- :param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4219
- :param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4253
+ :param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4254
+ :param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4255
+ :param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4256
+ :param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4257
+ :param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4220
4258
  '''
4221
4259
  if __debug__:
4222
4260
  type_hints = typing.get_type_hints(_typecheckingstub__73e080e9f13ad7c30ec45334431a3eaa752568545186fa7cf689bd26e836d2d3)
@@ -4243,7 +4281,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4243
4281
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4244
4282
  '''plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
4245
4283
 
4246
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4284
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4247
4285
  '''
4248
4286
  result = self._values.get("rollup_dashboards_enabled")
4249
4287
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4254,7 +4292,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4254
4292
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4255
4293
  '''plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true.
4256
4294
 
4257
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4295
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4258
4296
  '''
4259
4297
  result = self._values.get("rollup_enabled")
4260
4298
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4263,7 +4301,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4263
4301
  def rollup_search_backoff_count(self) -> typing.Optional[jsii.Number]:
4264
4302
  '''plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
4265
4303
 
4266
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4304
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4267
4305
  '''
4268
4306
  result = self._values.get("rollup_search_backoff_count")
4269
4307
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4272,7 +4310,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4272
4310
  def rollup_search_backoff_millis(self) -> typing.Optional[jsii.Number]:
4273
4311
  '''plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
4274
4312
 
4275
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4313
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4276
4314
  '''
4277
4315
  result = self._values.get("rollup_search_backoff_millis")
4278
4316
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4283,7 +4321,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4283
4321
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4284
4322
  '''plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false.
4285
4323
 
4286
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4324
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4287
4325
  '''
4288
4326
  result = self._values.get("rollup_search_search_all_jobs")
4289
4327
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4482,9 +4520,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4482
4520
  number_of_shards: typing.Optional[jsii.Number] = None,
4483
4521
  ) -> None:
4484
4522
  '''
4485
- :param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4486
- :param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4487
- :param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4523
+ :param mapping_nested_objects_limit: (DEPRECATED) index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4524
+ :param number_of_replicas: The number of replicas each primary shard has. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4525
+ :param number_of_shards: The number of primary shards that an index should have. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4488
4526
  '''
4489
4527
  if __debug__:
4490
4528
  type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
@@ -4501,27 +4539,27 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4501
4539
 
4502
4540
  @builtins.property
4503
4541
  def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
4504
- '''index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000.
4542
+ '''(DEPRECATED) index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead.
4505
4543
 
4506
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4544
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4507
4545
  '''
4508
4546
  result = self._values.get("mapping_nested_objects_limit")
4509
4547
  return typing.cast(typing.Optional[jsii.Number], result)
4510
4548
 
4511
4549
  @builtins.property
4512
4550
  def number_of_replicas(self) -> typing.Optional[jsii.Number]:
4513
- '''The number of replicas each primary shard has.
4551
+ '''The number of replicas each primary shard has. Deprecated, use an index template instead.
4514
4552
 
4515
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4553
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4516
4554
  '''
4517
4555
  result = self._values.get("number_of_replicas")
4518
4556
  return typing.cast(typing.Optional[jsii.Number], result)
4519
4557
 
4520
4558
  @builtins.property
4521
4559
  def number_of_shards(self) -> typing.Optional[jsii.Number]:
4522
- '''The number of primary shards that an index should have.
4560
+ '''The number of primary shards that an index should have. Deprecated, use an index template instead.
4523
4561
 
4524
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4562
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4525
4563
  '''
4526
4564
  result = self._values.get("number_of_shards")
4527
4565
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4675,18 +4713,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4675
4713
  subject_key: typing.Optional[builtins.str] = None,
4676
4714
  ) -> None:
4677
4715
  '''
4678
- :param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4679
- :param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4680
- :param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4681
- :param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4682
- :param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4683
- :param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4684
- :param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4685
- :param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4686
- :param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4687
- :param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4688
- :param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4689
- :param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4716
+ :param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4717
+ :param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4718
+ :param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4719
+ :param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4720
+ :param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4721
+ :param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4722
+ :param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4723
+ :param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4724
+ :param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4725
+ :param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4726
+ :param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4727
+ :param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4690
4728
  '''
4691
4729
  if __debug__:
4692
4730
  type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
@@ -4732,7 +4770,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4732
4770
  def client_id(self) -> typing.Optional[builtins.str]:
4733
4771
  '''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
4734
4772
 
4735
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4773
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4736
4774
  '''
4737
4775
  result = self._values.get("client_id")
4738
4776
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4743,7 +4781,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4743
4781
 
4744
4782
  The client secret of the OpenID Connect client configured in your IdP. Required.
4745
4783
 
4746
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4784
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4747
4785
  '''
4748
4786
  result = self._values.get("client_secret")
4749
4787
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4754,7 +4792,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4754
4792
 
4755
4793
  The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
4756
4794
 
4757
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4795
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4758
4796
  '''
4759
4797
  result = self._values.get("connect_url")
4760
4798
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4767,7 +4805,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4767
4805
 
4768
4806
  Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
4769
4807
 
4770
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4808
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4771
4809
  '''
4772
4810
  result = self._values.get("enabled")
4773
4811
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4776,7 +4814,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4776
4814
  def header(self) -> typing.Optional[builtins.str]:
4777
4815
  '''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
4778
4816
 
4779
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4817
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4780
4818
  '''
4781
4819
  result = self._values.get("header")
4782
4820
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4787,7 +4825,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4787
4825
 
4788
4826
  The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
4789
4827
 
4790
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4828
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4791
4829
  '''
4792
4830
  result = self._values.get("jwt_header")
4793
4831
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4798,7 +4836,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4798
4836
 
4799
4837
  If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
4800
4838
 
4801
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4839
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4802
4840
  '''
4803
4841
  result = self._values.get("jwt_url_parameter")
4804
4842
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4809,7 +4847,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4809
4847
 
4810
4848
  The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
4811
4849
 
4812
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4850
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4813
4851
  '''
4814
4852
  result = self._values.get("refresh_rate_limit_count")
4815
4853
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4820,7 +4858,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4820
4858
 
4821
4859
  The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
4822
4860
 
4823
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4861
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4824
4862
  '''
4825
4863
  result = self._values.get("refresh_rate_limit_time_window_ms")
4826
4864
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4831,7 +4869,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4831
4869
 
4832
4870
  The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT.
4833
4871
 
4834
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4872
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4835
4873
  '''
4836
4874
  result = self._values.get("roles_key")
4837
4875
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4842,7 +4880,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4842
4880
 
4843
4881
  The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
4844
4882
 
4845
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4883
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4846
4884
  '''
4847
4885
  result = self._values.get("scope")
4848
4886
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4853,7 +4891,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4853
4891
 
4854
4892
  The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional.
4855
4893
 
4856
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4894
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4857
4895
  '''
4858
4896
  result = self._values.get("subject_key")
4859
4897
  return typing.cast(typing.Optional[builtins.str], result)
@@ -5185,10 +5223,10 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5185
5223
  opensearch_request_timeout: typing.Optional[jsii.Number] = None,
5186
5224
  ) -> None:
5187
5225
  '''
5188
- :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5189
- :param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5190
- :param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5191
- :param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5226
+ :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5227
+ :param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5228
+ :param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5229
+ :param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5192
5230
  '''
5193
5231
  if __debug__:
5194
5232
  type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
@@ -5212,7 +5250,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5212
5250
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5213
5251
  '''Enable or disable OpenSearch Dashboards.
5214
5252
 
5215
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5253
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5216
5254
  '''
5217
5255
  result = self._values.get("enabled")
5218
5256
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -5223,7 +5261,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5223
5261
 
5224
5262
  This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch.
5225
5263
 
5226
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5264
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5227
5265
  '''
5228
5266
  result = self._values.get("max_old_space_size")
5229
5267
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -5234,7 +5272,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5234
5272
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5235
5273
  '''Enable or disable multiple data sources in OpenSearch Dashboards.
5236
5274
 
5237
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5275
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5238
5276
  '''
5239
5277
  result = self._values.get("multiple_data_source_enabled")
5240
5278
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -5243,7 +5281,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5243
5281
  def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
5244
5282
  '''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
5245
5283
 
5246
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5284
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5247
5285
  '''
5248
5286
  result = self._values.get("opensearch_request_timeout")
5249
5287
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -5421,7 +5459,7 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5421
5459
  internal_authentication_backend_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
5422
5460
  ) -> None:
5423
5461
  '''
5424
- :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
5462
+ :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
5425
5463
  '''
5426
5464
  value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
5427
5465
  internal_authentication_backend_limiting=internal_authentication_backend_limiting,
@@ -5439,10 +5477,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5439
5477
  translog_max_readers: typing.Optional[jsii.Number] = None,
5440
5478
  ) -> None:
5441
5479
  '''
5442
- :param state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. The amount of time to wait for the cluster state upload to complete. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
5443
- :param state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
5444
- :param translog_buffer_interval: The default value of the translog buffer interval. The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting ``index.remote_store.translog.buffer_interval`` is not present. Defaults to 650ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
5445
- :param translog_max_readers: The maximum number of open translog files for remote-backed indexes. Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
5480
+ :param state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. The amount of time to wait for the cluster state upload to complete. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
5481
+ :param state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
5482
+ :param translog_buffer_interval: The default value of the translog buffer interval. The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting ``index.remote_store.translog.buffer_interval`` is not present. Defaults to 650ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
5483
+ :param translog_max_readers: The maximum number of open translog files for remote-backed indexes. Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
5446
5484
  '''
5447
5485
  value = ManagedDatabaseOpensearchPropertiesClusterRemoteStore(
5448
5486
  state_global_metadata_upload_timeout=state_global_metadata_upload_timeout,
@@ -5461,8 +5499,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5461
5499
  threshold: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold, typing.Dict[builtins.str, typing.Any]]] = None,
5462
5500
  ) -> None:
5463
5501
  '''
5464
- :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
5465
- :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
5502
+ :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
5503
+ :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
5466
5504
  '''
5467
5505
  value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog(
5468
5506
  level=level, threshold=threshold
@@ -5479,9 +5517,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5479
5517
  low: typing.Optional[jsii.Number] = None,
5480
5518
  ) -> None:
5481
5519
  '''
5482
- :param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
5483
- :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
5484
- :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
5520
+ :param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
5521
+ :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
5522
+ :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
5485
5523
  '''
5486
5524
  value = ManagedDatabaseOpensearchPropertiesDiskWatermarks(
5487
5525
  flood_stage=flood_stage, high=high, low=low
@@ -5500,11 +5538,11 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5500
5538
  rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
5501
5539
  ) -> None:
5502
5540
  '''
5503
- :param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
5504
- :param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
5505
- :param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
5506
- :param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
5507
- :param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
5541
+ :param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
5542
+ :param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
5543
+ :param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
5544
+ :param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
5545
+ :param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
5508
5546
  '''
5509
5547
  value = ManagedDatabaseOpensearchPropertiesIndexRollup(
5510
5548
  rollup_dashboards_enabled=rollup_dashboards_enabled,
@@ -5525,9 +5563,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5525
5563
  number_of_shards: typing.Optional[jsii.Number] = None,
5526
5564
  ) -> None:
5527
5565
  '''
5528
- :param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
5529
- :param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
5530
- :param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
5566
+ :param mapping_nested_objects_limit: (DEPRECATED) index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
5567
+ :param number_of_replicas: The number of replicas each primary shard has. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
5568
+ :param number_of_shards: The number of primary shards that an index should have. Deprecated, use an index template instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
5531
5569
  '''
5532
5570
  value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
5533
5571
  mapping_nested_objects_limit=mapping_nested_objects_limit,
@@ -5555,18 +5593,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5555
5593
  subject_key: typing.Optional[builtins.str] = None,
5556
5594
  ) -> None:
5557
5595
  '''
5558
- :param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
5559
- :param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
5560
- :param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
5561
- :param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5562
- :param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
5563
- :param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
5564
- :param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
5565
- :param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
5566
- :param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
5567
- :param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5568
- :param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
5569
- :param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5596
+ :param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
5597
+ :param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
5598
+ :param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
5599
+ :param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5600
+ :param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
5601
+ :param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
5602
+ :param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
5603
+ :param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
5604
+ :param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
5605
+ :param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5606
+ :param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
5607
+ :param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5570
5608
  '''
5571
5609
  value = ManagedDatabaseOpensearchPropertiesOpenid(
5572
5610
  client_id=client_id,
@@ -5595,10 +5633,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5595
5633
  opensearch_request_timeout: typing.Optional[jsii.Number] = None,
5596
5634
  ) -> None:
5597
5635
  '''
5598
- :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5599
- :param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5600
- :param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5601
- :param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5636
+ :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5637
+ :param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5638
+ :param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5639
+ :param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5602
5640
  '''
5603
5641
  value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
5604
5642
  enabled=enabled,
@@ -5619,10 +5657,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5619
5657
  segment_pressure_time_lag_variance_factor: typing.Optional[jsii.Number] = None,
5620
5658
  ) -> None:
5621
5659
  '''
5622
- :param segment_pressure_bytes_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
5623
- :param segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
5624
- :param segment_pressure_enabled: Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
5625
- :param segment_pressure_time_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
5660
+ :param segment_pressure_bytes_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
5661
+ :param segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
5662
+ :param segment_pressure_enabled: Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
5663
+ :param segment_pressure_time_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
5626
5664
  '''
5627
5665
  value = ManagedDatabaseOpensearchPropertiesRemoteStore(
5628
5666
  segment_pressure_bytes_lag_variance_factor=segment_pressure_bytes_lag_variance_factor,
@@ -5646,13 +5684,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5646
5684
  subject_key: typing.Optional[builtins.str] = None,
5647
5685
  ) -> None:
5648
5686
  '''
5649
- :param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5650
- :param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
5651
- :param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
5652
- :param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
5653
- :param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5654
- :param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
5655
- :param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5687
+ :param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5688
+ :param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
5689
+ :param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
5690
+ :param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
5691
+ :param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5692
+ :param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
5693
+ :param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5656
5694
  '''
5657
5695
  value = ManagedDatabaseOpensearchPropertiesSaml(
5658
5696
  enabled=enabled,
@@ -5676,10 +5714,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5676
5714
  search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
5677
5715
  ) -> None:
5678
5716
  '''
5679
- :param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
5680
- :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
5681
- :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
5682
- :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
5717
+ :param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
5718
+ :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
5719
+ :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
5720
+ :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
5683
5721
  '''
5684
5722
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressure(
5685
5723
  mode=mode,
@@ -5699,9 +5737,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5699
5737
  memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
5700
5738
  ) -> None:
5701
5739
  '''
5702
- :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
5703
- :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
5704
- :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
5740
+ :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
5741
+ :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
5742
+ :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
5705
5743
  '''
5706
5744
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries(
5707
5745
  cpu=cpu, latency=latency, memory=memory
@@ -5719,10 +5757,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5719
5757
  pressure_time_limit: typing.Optional[builtins.str] = None,
5720
5758
  ) -> None:
5721
5759
  '''
5722
- :param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
5723
- :param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
5724
- :param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
5725
- :param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
5760
+ :param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
5761
+ :param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
5762
+ :param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
5763
+ :param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
5726
5764
  '''
5727
5765
  value = ManagedDatabaseOpensearchPropertiesSegrep(
5728
5766
  pressure_checkpoint_limit=pressure_checkpoint_limit,
@@ -5743,10 +5781,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5743
5781
  primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
5744
5782
  ) -> None:
5745
5783
  '''
5746
- :param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5747
- :param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
5748
- :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
5749
- :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
5784
+ :param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5785
+ :param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
5786
+ :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
5787
+ :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
5750
5788
  '''
5751
5789
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressure(
5752
5790
  enabled=enabled,
@@ -5801,6 +5839,14 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5801
5839
  def reset_custom_domain(self) -> None:
5802
5840
  return typing.cast(None, jsii.invoke(self, "resetCustomDomain", []))
5803
5841
 
5842
+ @jsii.member(jsii_name="resetCustomKeystores")
5843
+ def reset_custom_keystores(self) -> None:
5844
+ return typing.cast(None, jsii.invoke(self, "resetCustomKeystores", []))
5845
+
5846
+ @jsii.member(jsii_name="resetCustomRepos")
5847
+ def reset_custom_repos(self) -> None:
5848
+ return typing.cast(None, jsii.invoke(self, "resetCustomRepos", []))
5849
+
5804
5850
  @jsii.member(jsii_name="resetDiskWatermarks")
5805
5851
  def reset_disk_watermarks(self) -> None:
5806
5852
  return typing.cast(None, jsii.invoke(self, "resetDiskWatermarks", []))
@@ -6208,6 +6254,16 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
6208
6254
  def custom_domain_input(self) -> typing.Optional[builtins.str]:
6209
6255
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "customDomainInput"))
6210
6256
 
6257
+ @builtins.property
6258
+ @jsii.member(jsii_name="customKeystoresInput")
6259
+ def custom_keystores_input(self) -> typing.Optional[typing.List[builtins.str]]:
6260
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "customKeystoresInput"))
6261
+
6262
+ @builtins.property
6263
+ @jsii.member(jsii_name="customReposInput")
6264
+ def custom_repos_input(self) -> typing.Optional[typing.List[builtins.str]]:
6265
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "customReposInput"))
6266
+
6211
6267
  @builtins.property
6212
6268
  @jsii.member(jsii_name="diskWatermarksInput")
6213
6269
  def disk_watermarks_input(
@@ -6688,6 +6744,30 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
6688
6744
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6689
6745
  jsii.set(self, "customDomain", value) # pyright: ignore[reportArgumentType]
6690
6746
 
6747
+ @builtins.property
6748
+ @jsii.member(jsii_name="customKeystores")
6749
+ def custom_keystores(self) -> typing.List[builtins.str]:
6750
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "customKeystores"))
6751
+
6752
+ @custom_keystores.setter
6753
+ def custom_keystores(self, value: typing.List[builtins.str]) -> None:
6754
+ if __debug__:
6755
+ type_hints = typing.get_type_hints(_typecheckingstub__3828dcd32f523e0e032b81e7675173de299ca786302eca0ef51e2df7cb912f44)
6756
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6757
+ jsii.set(self, "customKeystores", value) # pyright: ignore[reportArgumentType]
6758
+
6759
+ @builtins.property
6760
+ @jsii.member(jsii_name="customRepos")
6761
+ def custom_repos(self) -> typing.List[builtins.str]:
6762
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "customRepos"))
6763
+
6764
+ @custom_repos.setter
6765
+ def custom_repos(self, value: typing.List[builtins.str]) -> None:
6766
+ if __debug__:
6767
+ type_hints = typing.get_type_hints(_typecheckingstub__6111f4f592f27a181fb065507d1de61b1c09b0b3838ef77caf87ec237ae81f1d)
6768
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6769
+ jsii.set(self, "customRepos", value) # pyright: ignore[reportArgumentType]
6770
+
6691
6771
  @builtins.property
6692
6772
  @jsii.member(jsii_name="elasticsearchVersion")
6693
6773
  def elasticsearch_version(self) -> builtins.str:
@@ -7378,10 +7458,10 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7378
7458
  segment_pressure_time_lag_variance_factor: typing.Optional[jsii.Number] = None,
7379
7459
  ) -> None:
7380
7460
  '''
7381
- :param segment_pressure_bytes_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7382
- :param segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7383
- :param segment_pressure_enabled: Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7384
- :param segment_pressure_time_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7461
+ :param segment_pressure_bytes_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7462
+ :param segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7463
+ :param segment_pressure_enabled: Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7464
+ :param segment_pressure_time_lag_variance_factor: The variance factor that is used to calculate the dynamic bytes lag threshold. The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7385
7465
  '''
7386
7466
  if __debug__:
7387
7467
  type_hints = typing.get_type_hints(_typecheckingstub__2e1013d27f16812c588f69f95f6c4ed8a1edf66c5571a35c767b4a4ce0496a56)
@@ -7407,7 +7487,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7407
7487
 
7408
7488
  The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10.
7409
7489
 
7410
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7490
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7411
7491
  '''
7412
7492
  result = self._values.get("segment_pressure_bytes_lag_variance_factor")
7413
7493
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7420,7 +7500,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7420
7500
 
7421
7501
  The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
7422
7502
 
7423
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7503
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7424
7504
  '''
7425
7505
  result = self._values.get("segment_pressure_consecutive_failures_limit")
7426
7506
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7431,7 +7511,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7431
7511
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
7432
7512
  '''Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``.
7433
7513
 
7434
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7514
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7435
7515
  '''
7436
7516
  result = self._values.get("segment_pressure_enabled")
7437
7517
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -7442,7 +7522,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7442
7522
 
7443
7523
  The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10.
7444
7524
 
7445
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7525
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7446
7526
  '''
7447
7527
  result = self._values.get("segment_pressure_time_lag_variance_factor")
7448
7528
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7620,13 +7700,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7620
7700
  subject_key: typing.Optional[builtins.str] = None,
7621
7701
  ) -> None:
7622
7702
  '''
7623
- :param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7624
- :param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7625
- :param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7626
- :param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7627
- :param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7628
- :param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7629
- :param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7703
+ :param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7704
+ :param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7705
+ :param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7706
+ :param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7707
+ :param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7708
+ :param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7709
+ :param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7630
7710
  '''
7631
7711
  if __debug__:
7632
7712
  type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
@@ -7661,7 +7741,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7661
7741
 
7662
7742
  Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
7663
7743
 
7664
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7744
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7665
7745
  '''
7666
7746
  result = self._values.get("enabled")
7667
7747
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -7672,7 +7752,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7672
7752
 
7673
7753
  The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
7674
7754
 
7675
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7755
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7676
7756
  '''
7677
7757
  result = self._values.get("idp_entity_id")
7678
7758
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7683,7 +7763,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7683
7763
 
7684
7764
  The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
7685
7765
 
7686
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7766
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7687
7767
  '''
7688
7768
  result = self._values.get("idp_metadata_url")
7689
7769
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7694,7 +7774,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7694
7774
 
7695
7775
  This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server.
7696
7776
 
7697
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7777
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7698
7778
  '''
7699
7779
  result = self._values.get("idp_pemtrustedcas_content")
7700
7780
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7705,7 +7785,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7705
7785
 
7706
7786
  Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions.
7707
7787
 
7708
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7709
7789
  '''
7710
7790
  result = self._values.get("roles_key")
7711
7791
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7716,7 +7796,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7716
7796
 
7717
7797
  The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
7718
7798
 
7719
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7799
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7720
7800
  '''
7721
7801
  result = self._values.get("sp_entity_id")
7722
7802
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7727,7 +7807,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7727
7807
 
7728
7808
  Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
7729
7809
 
7730
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7810
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7731
7811
  '''
7732
7812
  result = self._values.get("subject_key")
7733
7813
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7954,10 +8034,10 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
7954
8034
  search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
7955
8035
  ) -> None:
7956
8036
  '''
7957
- :param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
7958
- :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
7959
- :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
7960
- :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8037
+ :param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8038
+ :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8039
+ :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8040
+ :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
7961
8041
  '''
7962
8042
  if isinstance(node_duress, dict):
7963
8043
  node_duress = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(**node_duress)
@@ -7985,7 +8065,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
7985
8065
  def mode(self) -> typing.Optional[builtins.str]:
7986
8066
  '''The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only.
7987
8067
 
7988
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8068
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
7989
8069
  '''
7990
8070
  result = self._values.get("mode")
7991
8071
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7996,7 +8076,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
7996
8076
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"]:
7997
8077
  '''node_duress block.
7998
8078
 
7999
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8079
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8000
8080
  '''
8001
8081
  result = self._values.get("node_duress")
8002
8082
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"], result)
@@ -8007,7 +8087,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8007
8087
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"]:
8008
8088
  '''search_shard_task block.
8009
8089
 
8010
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8090
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8011
8091
  '''
8012
8092
  result = self._values.get("search_shard_task")
8013
8093
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"], result)
@@ -8018,7 +8098,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8018
8098
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"]:
8019
8099
  '''search_task block.
8020
8100
 
8021
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8101
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8022
8102
  '''
8023
8103
  result = self._values.get("search_task")
8024
8104
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"], result)
@@ -8053,9 +8133,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8053
8133
  num_successive_breaches: typing.Optional[jsii.Number] = None,
8054
8134
  ) -> None:
8055
8135
  '''
8056
- :param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8057
- :param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8058
- :param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8136
+ :param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8137
+ :param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8138
+ :param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8059
8139
  '''
8060
8140
  if __debug__:
8061
8141
  type_hints = typing.get_type_hints(_typecheckingstub__3d39b711eab4461a4c1b96d616ef21c90bba1b606f922482a8bfe12b3daa624f)
@@ -8076,7 +8156,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8076
8156
 
8077
8157
  The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9.
8078
8158
 
8079
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8159
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8080
8160
  '''
8081
8161
  result = self._values.get("cpu_threshold")
8082
8162
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8087,7 +8167,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8087
8167
 
8088
8168
  The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7.
8089
8169
 
8090
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8170
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8091
8171
  '''
8092
8172
  result = self._values.get("heap_threshold")
8093
8173
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8098,7 +8178,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8098
8178
 
8099
8179
  The number of successive limit breaches after which the node is considered to be under duress. Default is 3.
8100
8180
 
8101
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8181
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8102
8182
  '''
8103
8183
  result = self._values.get("num_successive_breaches")
8104
8184
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8245,9 +8325,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8245
8325
  num_successive_breaches: typing.Optional[jsii.Number] = None,
8246
8326
  ) -> None:
8247
8327
  '''
8248
- :param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8249
- :param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8250
- :param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8328
+ :param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8329
+ :param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8330
+ :param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8251
8331
  '''
8252
8332
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(
8253
8333
  cpu_threshold=cpu_threshold,
@@ -8272,15 +8352,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8272
8352
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8273
8353
  ) -> None:
8274
8354
  '''
8275
- :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8276
- :param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8277
- :param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8278
- :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8279
- :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8280
- :param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8281
- :param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8282
- :param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8283
- :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8355
+ :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8356
+ :param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8357
+ :param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8358
+ :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8359
+ :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8360
+ :param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8361
+ :param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8362
+ :param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8363
+ :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8284
8364
  '''
8285
8365
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask(
8286
8366
  cancellation_burst=cancellation_burst,
@@ -8311,15 +8391,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8311
8391
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8312
8392
  ) -> None:
8313
8393
  '''
8314
- :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8315
- :param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8316
- :param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8317
- :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8318
- :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8319
- :param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8320
- :param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8321
- :param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8322
- :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8394
+ :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8395
+ :param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8396
+ :param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8397
+ :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8398
+ :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8399
+ :param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8400
+ :param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8401
+ :param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8402
+ :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8323
8403
  '''
8324
8404
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask(
8325
8405
  cancellation_burst=cancellation_burst,
@@ -8458,15 +8538,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8458
8538
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8459
8539
  ) -> None:
8460
8540
  '''
8461
- :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8462
- :param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8463
- :param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8464
- :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8465
- :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8466
- :param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8467
- :param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8468
- :param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8469
- :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8541
+ :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8542
+ :param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8543
+ :param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8544
+ :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8545
+ :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8546
+ :param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8547
+ :param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8548
+ :param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8549
+ :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8470
8550
  '''
8471
8551
  if __debug__:
8472
8552
  type_hints = typing.get_type_hints(_typecheckingstub__8b00773335f5cd697d7f58058999e1087b88965f82632c43cd0fda0432f5c39f)
@@ -8505,7 +8585,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8505
8585
 
8506
8586
  The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0.
8507
8587
 
8508
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8588
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8509
8589
  '''
8510
8590
  result = self._values.get("cancellation_burst")
8511
8591
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8516,7 +8596,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8516
8596
 
8517
8597
  The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003.
8518
8598
 
8519
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8599
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8520
8600
  '''
8521
8601
  result = self._values.get("cancellation_rate")
8522
8602
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8527,7 +8607,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8527
8607
 
8528
8608
  The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1.
8529
8609
 
8530
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8610
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8531
8611
  '''
8532
8612
  result = self._values.get("cancellation_ratio")
8533
8613
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8538,7 +8618,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8538
8618
 
8539
8619
  The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000.
8540
8620
 
8541
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8621
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8542
8622
  '''
8543
8623
  result = self._values.get("cpu_time_millis_threshold")
8544
8624
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8549,7 +8629,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8549
8629
 
8550
8630
  The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000.
8551
8631
 
8552
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8632
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8553
8633
  '''
8554
8634
  result = self._values.get("elapsed_time_millis_threshold")
8555
8635
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8560,7 +8640,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8560
8640
 
8561
8641
  The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100.
8562
8642
 
8563
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8643
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8564
8644
  '''
8565
8645
  result = self._values.get("heap_moving_average_window_size")
8566
8646
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8571,7 +8651,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8571
8651
 
8572
8652
  The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5.
8573
8653
 
8574
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8654
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8575
8655
  '''
8576
8656
  result = self._values.get("heap_percent_threshold")
8577
8657
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8582,7 +8662,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8582
8662
 
8583
8663
  The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0.
8584
8664
 
8585
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8665
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8586
8666
  '''
8587
8667
  result = self._values.get("heap_variance")
8588
8668
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8593,7 +8673,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8593
8673
 
8594
8674
  The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5.
8595
8675
 
8596
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8676
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8597
8677
  '''
8598
8678
  result = self._values.get("total_heap_percent_threshold")
8599
8679
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8867,15 +8947,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8867
8947
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8868
8948
  ) -> None:
8869
8949
  '''
8870
- :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8871
- :param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8872
- :param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8873
- :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8874
- :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8875
- :param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8876
- :param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8877
- :param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8878
- :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8950
+ :param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8951
+ :param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8952
+ :param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8953
+ :param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8954
+ :param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8955
+ :param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8956
+ :param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8957
+ :param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8958
+ :param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8879
8959
  '''
8880
8960
  if __debug__:
8881
8961
  type_hints = typing.get_type_hints(_typecheckingstub__4c70c1faa9e9872e82b30ac5de548218cf7b3888e93ee8b9564bce272a55c420)
@@ -8914,7 +8994,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8914
8994
 
8915
8995
  The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0.
8916
8996
 
8917
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8997
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8918
8998
  '''
8919
8999
  result = self._values.get("cancellation_burst")
8920
9000
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8925,7 +9005,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8925
9005
 
8926
9006
  The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003.
8927
9007
 
8928
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
9008
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8929
9009
  '''
8930
9010
  result = self._values.get("cancellation_rate")
8931
9011
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8936,7 +9016,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8936
9016
 
8937
9017
  The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1.
8938
9018
 
8939
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
9019
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8940
9020
  '''
8941
9021
  result = self._values.get("cancellation_ratio")
8942
9022
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8947,7 +9027,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8947
9027
 
8948
9028
  The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000.
8949
9029
 
8950
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
9030
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8951
9031
  '''
8952
9032
  result = self._values.get("cpu_time_millis_threshold")
8953
9033
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8958,7 +9038,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8958
9038
 
8959
9039
  The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000.
8960
9040
 
8961
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
9041
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8962
9042
  '''
8963
9043
  result = self._values.get("elapsed_time_millis_threshold")
8964
9044
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8969,7 +9049,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8969
9049
 
8970
9050
  The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10.
8971
9051
 
8972
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
9052
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8973
9053
  '''
8974
9054
  result = self._values.get("heap_moving_average_window_size")
8975
9055
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8980,7 +9060,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8980
9060
 
8981
9061
  The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2.
8982
9062
 
8983
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
9063
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8984
9064
  '''
8985
9065
  result = self._values.get("heap_percent_threshold")
8986
9066
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8991,7 +9071,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8991
9071
 
8992
9072
  The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0.
8993
9073
 
8994
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
9074
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8995
9075
  '''
8996
9076
  result = self._values.get("heap_variance")
8997
9077
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9002,7 +9082,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9002
9082
 
9003
9083
  The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5.
9004
9084
 
9005
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
9085
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
9006
9086
  '''
9007
9087
  result = self._values.get("total_heap_percent_threshold")
9008
9088
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9260,9 +9340,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9260
9340
  memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
9261
9341
  ) -> None:
9262
9342
  '''
9263
- :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9264
- :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9265
- :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9343
+ :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9344
+ :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9345
+ :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9266
9346
  '''
9267
9347
  if isinstance(cpu, dict):
9268
9348
  cpu = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(**cpu)
@@ -9289,7 +9369,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9289
9369
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"]:
9290
9370
  '''cpu block.
9291
9371
 
9292
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9372
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9293
9373
  '''
9294
9374
  result = self._values.get("cpu")
9295
9375
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"], result)
@@ -9300,7 +9380,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9300
9380
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"]:
9301
9381
  '''latency block.
9302
9382
 
9303
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9383
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9304
9384
  '''
9305
9385
  result = self._values.get("latency")
9306
9386
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"], result)
@@ -9311,7 +9391,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9311
9391
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"]:
9312
9392
  '''memory block.
9313
9393
 
9314
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9315
9395
  '''
9316
9396
  result = self._values.get("memory")
9317
9397
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"], result)
@@ -9346,9 +9426,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9346
9426
  window_size: typing.Optional[builtins.str] = None,
9347
9427
  ) -> None:
9348
9428
  '''
9349
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9350
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9351
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9429
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9430
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9431
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9352
9432
  '''
9353
9433
  if __debug__:
9354
9434
  type_hints = typing.get_type_hints(_typecheckingstub__6d766d1d3c272cdb4b9cf1f83e27dff76cdbba937c7c5a6167ca8bf17039385f)
@@ -9371,7 +9451,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9371
9451
 
9372
9452
  Enable or disable top N query monitoring by the metric.
9373
9453
 
9374
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9454
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9375
9455
  '''
9376
9456
  result = self._values.get("enabled")
9377
9457
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9380,7 +9460,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9380
9460
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9381
9461
  '''Specify the value of N for the top N queries by the metric.
9382
9462
 
9383
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9463
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9384
9464
  '''
9385
9465
  result = self._values.get("top_n_size")
9386
9466
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9391,7 +9471,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9391
9471
 
9392
9472
  Configure the window size of the top N queries.
9393
9473
 
9394
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9474
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9395
9475
  '''
9396
9476
  result = self._values.get("window_size")
9397
9477
  return typing.cast(typing.Optional[builtins.str], result)
@@ -9532,9 +9612,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9532
9612
  window_size: typing.Optional[builtins.str] = None,
9533
9613
  ) -> None:
9534
9614
  '''
9535
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9536
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9537
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9615
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9616
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9617
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9538
9618
  '''
9539
9619
  if __debug__:
9540
9620
  type_hints = typing.get_type_hints(_typecheckingstub__af605383a3698bbbbd930e4ff42d3558bc2b49d2a45ef275ee19f303369ab414)
@@ -9557,7 +9637,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9557
9637
 
9558
9638
  Enable or disable top N query monitoring by the metric.
9559
9639
 
9560
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9640
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9561
9641
  '''
9562
9642
  result = self._values.get("enabled")
9563
9643
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9566,7 +9646,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9566
9646
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9567
9647
  '''Specify the value of N for the top N queries by the metric.
9568
9648
 
9569
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9649
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9570
9650
  '''
9571
9651
  result = self._values.get("top_n_size")
9572
9652
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9577,7 +9657,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9577
9657
 
9578
9658
  Configure the window size of the top N queries.
9579
9659
 
9580
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9660
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9581
9661
  '''
9582
9662
  result = self._values.get("window_size")
9583
9663
  return typing.cast(typing.Optional[builtins.str], result)
@@ -9718,9 +9798,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9718
9798
  window_size: typing.Optional[builtins.str] = None,
9719
9799
  ) -> None:
9720
9800
  '''
9721
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9722
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9723
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9801
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9802
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9803
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9724
9804
  '''
9725
9805
  if __debug__:
9726
9806
  type_hints = typing.get_type_hints(_typecheckingstub__a8f1e26fb94e46db6ae20ea187b2ad98f67fdc7bd6181ac39e4a17900b83dedd)
@@ -9743,7 +9823,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9743
9823
 
9744
9824
  Enable or disable top N query monitoring by the metric.
9745
9825
 
9746
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9826
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9747
9827
  '''
9748
9828
  result = self._values.get("enabled")
9749
9829
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9752,7 +9832,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9752
9832
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9753
9833
  '''Specify the value of N for the top N queries by the metric.
9754
9834
 
9755
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9835
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9756
9836
  '''
9757
9837
  result = self._values.get("top_n_size")
9758
9838
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9763,7 +9843,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9763
9843
 
9764
9844
  Configure the window size of the top N queries.
9765
9845
 
9766
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9846
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9767
9847
  '''
9768
9848
  result = self._values.get("window_size")
9769
9849
  return typing.cast(typing.Optional[builtins.str], result)
@@ -9915,9 +9995,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
9915
9995
  window_size: typing.Optional[builtins.str] = None,
9916
9996
  ) -> None:
9917
9997
  '''
9918
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9919
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9920
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9998
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9999
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10000
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9921
10001
  '''
9922
10002
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(
9923
10003
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -9934,9 +10014,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
9934
10014
  window_size: typing.Optional[builtins.str] = None,
9935
10015
  ) -> None:
9936
10016
  '''
9937
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9938
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9939
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10017
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10018
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10019
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9940
10020
  '''
9941
10021
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency(
9942
10022
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -9953,9 +10033,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
9953
10033
  window_size: typing.Optional[builtins.str] = None,
9954
10034
  ) -> None:
9955
10035
  '''
9956
- :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9957
- :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9958
- :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10036
+ :param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10037
+ :param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10038
+ :param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9959
10039
  '''
9960
10040
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory(
9961
10041
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -10055,10 +10135,10 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10055
10135
  pressure_time_limit: typing.Optional[builtins.str] = None,
10056
10136
  ) -> None:
10057
10137
  '''
10058
- :param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10059
- :param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10060
- :param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10061
- :param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10138
+ :param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10139
+ :param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10140
+ :param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10141
+ :param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10062
10142
  '''
10063
10143
  if __debug__:
10064
10144
  type_hints = typing.get_type_hints(_typecheckingstub__f9a29cf3d5cc5ae1d0c9f47a3e6bd31c5ad02450141253c8c11375bd90c2137f)
@@ -10082,7 +10162,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10082
10162
 
10083
10163
  Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints.
10084
10164
 
10085
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10165
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10086
10166
  '''
10087
10167
  result = self._values.get("pressure_checkpoint_limit")
10088
10168
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10093,7 +10173,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10093
10173
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
10094
10174
  '''Enables the segment replication backpressure mechanism. Default is false.
10095
10175
 
10096
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10176
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10097
10177
  '''
10098
10178
  result = self._values.get("pressure_enabled")
10099
10179
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10104,7 +10184,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10104
10184
 
10105
10185
  Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group.
10106
10186
 
10107
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10187
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10108
10188
  '''
10109
10189
  result = self._values.get("pressure_replica_stale_limit")
10110
10190
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10115,7 +10195,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10115
10195
 
10116
10196
  Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes.
10117
10197
 
10118
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10198
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10119
10199
  '''
10120
10200
  result = self._values.get("pressure_time_limit")
10121
10201
  return typing.cast(typing.Optional[builtins.str], result)
@@ -10281,10 +10361,10 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10281
10361
  primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
10282
10362
  ) -> None:
10283
10363
  '''
10284
- :param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10285
- :param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10286
- :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10287
- :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10364
+ :param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10365
+ :param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10366
+ :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10367
+ :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10288
10368
  '''
10289
10369
  if isinstance(operating_factor, dict):
10290
10370
  operating_factor = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(**operating_factor)
@@ -10312,7 +10392,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10312
10392
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
10313
10393
  '''Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false.
10314
10394
 
10315
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10316
10396
  '''
10317
10397
  result = self._values.get("enabled")
10318
10398
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10330,7 +10410,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10330
10410
  shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance.
10331
10411
  Default is false.
10332
10412
 
10333
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10334
10414
  '''
10335
10415
  result = self._values.get("enforced")
10336
10416
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10341,7 +10421,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10341
10421
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"]:
10342
10422
  '''operating_factor block.
10343
10423
 
10344
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10424
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10345
10425
  '''
10346
10426
  result = self._values.get("operating_factor")
10347
10427
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"], result)
@@ -10352,7 +10432,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10352
10432
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"]:
10353
10433
  '''primary_parameter block.
10354
10434
 
10355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10435
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10356
10436
  '''
10357
10437
  result = self._values.get("primary_parameter")
10358
10438
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"], result)
@@ -10383,9 +10463,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10383
10463
  upper: typing.Optional[jsii.Number] = None,
10384
10464
  ) -> None:
10385
10465
  '''
10386
- :param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10387
- :param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10388
- :param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10466
+ :param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10467
+ :param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10468
+ :param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10389
10469
  '''
10390
10470
  if __debug__:
10391
10471
  type_hints = typing.get_type_hints(_typecheckingstub__8c2a585c78e0ebd7884489c51c18d79c728f4e6cf96723e8f1445b9a17a8bcb8)
@@ -10409,7 +10489,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10409
10489
  shard indexing backpressure decreases the current allocated memory for that shard.
10410
10490
  Default is 0.75.
10411
10491
 
10412
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10492
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10413
10493
  '''
10414
10494
  result = self._values.get("lower")
10415
10495
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10423,7 +10503,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10423
10503
  shard indexing backpressure doesn’t change the current allocated memory for that shard.
10424
10504
  Default is 0.85.
10425
10505
 
10426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10506
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10427
10507
  '''
10428
10508
  result = self._values.get("optimal")
10429
10509
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10437,7 +10517,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10437
10517
  shard indexing backpressure increases the current allocated memory for that shard.
10438
10518
  Default is 0.95.
10439
10519
 
10440
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10520
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10441
10521
  '''
10442
10522
  result = self._values.get("upper")
10443
10523
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10584,9 +10664,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
10584
10664
  upper: typing.Optional[jsii.Number] = None,
10585
10665
  ) -> None:
10586
10666
  '''
10587
- :param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10588
- :param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10589
- :param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10667
+ :param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10668
+ :param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10669
+ :param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10590
10670
  '''
10591
10671
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(
10592
10672
  lower=lower, optimal=optimal, upper=upper
@@ -10602,8 +10682,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
10602
10682
  shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
10603
10683
  ) -> None:
10604
10684
  '''
10605
- :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10606
- :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10685
+ :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10686
+ :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10607
10687
  '''
10608
10688
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter(
10609
10689
  node_attribute=node_attribute, shard=shard
@@ -10730,8 +10810,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10730
10810
  shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
10731
10811
  ) -> None:
10732
10812
  '''
10733
- :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10734
- :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10813
+ :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10814
+ :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10735
10815
  '''
10736
10816
  if isinstance(node_attribute, dict):
10737
10817
  node_attribute = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(**node_attribute)
@@ -10753,7 +10833,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10753
10833
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"]:
10754
10834
  '''node block.
10755
10835
 
10756
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10836
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10757
10837
  '''
10758
10838
  result = self._values.get("node_attribute")
10759
10839
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"], result)
@@ -10764,7 +10844,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10764
10844
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"]:
10765
10845
  '''shard block.
10766
10846
 
10767
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10847
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10768
10848
  '''
10769
10849
  result = self._values.get("shard")
10770
10850
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"], result)
@@ -10789,7 +10869,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10789
10869
  class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode:
10790
10870
  def __init__(self, *, soft_limit: typing.Optional[jsii.Number] = None) -> None:
10791
10871
  '''
10792
- :param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10872
+ :param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10793
10873
  '''
10794
10874
  if __debug__:
10795
10875
  type_hints = typing.get_type_hints(_typecheckingstub__95918dc70f50ad9e3281b3f7d9734e2c0361a87e02f2466a872b57e27e96e88b)
@@ -10806,7 +10886,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNo
10806
10886
  threshold that acts as a soft indicator for strain on a node.
10807
10887
  Default is 0.7.
10808
10888
 
10809
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10889
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10810
10890
  '''
10811
10891
  result = self._values.get("soft_limit")
10812
10892
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10909,7 +10989,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
10909
10989
  soft_limit: typing.Optional[jsii.Number] = None,
10910
10990
  ) -> None:
10911
10991
  '''
10912
- :param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10992
+ :param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10913
10993
  '''
10914
10994
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(
10915
10995
  soft_limit=soft_limit
@@ -10920,7 +11000,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
10920
11000
  @jsii.member(jsii_name="putShard")
10921
11001
  def put_shard(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
10922
11002
  '''
10923
- :param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11003
+ :param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
10924
11004
  '''
10925
11005
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard(
10926
11006
  min_limit=min_limit
@@ -10990,7 +11070,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
10990
11070
  class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard:
10991
11071
  def __init__(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
10992
11072
  '''
10993
- :param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11073
+ :param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
10994
11074
  '''
10995
11075
  if __debug__:
10996
11076
  type_hints = typing.get_type_hints(_typecheckingstub__61809a554eeb88b3f45b401f1246c1075998ae05ab7a23a06d1335c6882a0f6a)
@@ -11007,7 +11087,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterSh
11007
11087
  Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard.
11008
11088
  Default is 0.001.
11009
11089
 
11010
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.25.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11090
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.27.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11011
11091
  '''
11012
11092
  result = self._values.get("min_limit")
11013
11093
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -11490,6 +11570,8 @@ def _typecheckingstub__de14c8022684ac9416f06b1fd8069683ff6f1b4d90f2879d52bb0843d
11490
11570
  cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
11491
11571
  cluster_search_request_slowlog: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog, typing.Dict[builtins.str, typing.Any]]] = None,
11492
11572
  custom_domain: typing.Optional[builtins.str] = None,
11573
+ custom_keystores: typing.Optional[typing.Sequence[builtins.str]] = None,
11574
+ custom_repos: typing.Optional[typing.Sequence[builtins.str]] = None,
11493
11575
  disk_watermarks: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesDiskWatermarks, typing.Dict[builtins.str, typing.Any]]] = None,
11494
11576
  elasticsearch_version: typing.Optional[builtins.str] = None,
11495
11577
  email_sender_name: typing.Optional[builtins.str] = None,
@@ -12103,6 +12185,18 @@ def _typecheckingstub__07a65588eb7a4625bdb8375e03839f7d7ccf09b91bb824e3b31afc1c3
12103
12185
  """Type checking stubs"""
12104
12186
  pass
12105
12187
 
12188
+ def _typecheckingstub__3828dcd32f523e0e032b81e7675173de299ca786302eca0ef51e2df7cb912f44(
12189
+ value: typing.List[builtins.str],
12190
+ ) -> None:
12191
+ """Type checking stubs"""
12192
+ pass
12193
+
12194
+ def _typecheckingstub__6111f4f592f27a181fb065507d1de61b1c09b0b3838ef77caf87ec237ae81f1d(
12195
+ value: typing.List[builtins.str],
12196
+ ) -> None:
12197
+ """Type checking stubs"""
12198
+ pass
12199
+
12106
12200
  def _typecheckingstub__def39ace52f9f4b94afbcd8016abe63135f081d70125685ec54dd3ef178d1de3(
12107
12201
  value: builtins.str,
12108
12202
  ) -> None: