cdktf-cdktf-provider-upcloud 15.6.0__py3-none-any.whl → 15.7.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 +5 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.7.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/file_storage/__init__.py +1683 -0
  21. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +42 -42
  22. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  23. cdktf_cdktf_provider_upcloud/gateway/__init__.py +38 -38
  24. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  25. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  26. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
  27. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +72 -72
  28. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +46 -46
  29. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  30. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  31. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  32. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  33. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  34. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
  35. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  36. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  37. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  38. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  39. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  40. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +213 -213
  41. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +603 -603
  42. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +369 -369
  43. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +135 -135
  44. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
  45. cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +138 -138
  46. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  47. cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
  48. cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  49. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  50. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  51. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  52. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  53. cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
  54. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  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.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/METADATA +5 -5
  64. cdktf_cdktf_provider_upcloud-15.7.0.dist-info/RECORD +68 -0
  65. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.6.0.jsii.tgz +0 -0
  66. cdktf_cdktf_provider_upcloud-15.6.0.dist-info/RECORD +0 -67
  67. {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/LICENSE +0 -0
  68. {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/WHEEL +0 -0
  69. {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.7.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.29.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.30.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.29.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -74,25 +74,25 @@ class ManagedDatabaseOpensearch(
74
74
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
75
75
  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,
76
76
  ) -> None:
77
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
77
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
78
78
 
79
79
  :param scope: The scope in which to define this construct.
80
80
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
81
- :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.29.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
82
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans opensearch``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
83
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
84
- :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.29.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
85
- :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.29.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
86
- :param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
87
- :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.29.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
88
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
89
- :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.29.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
90
- :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.29.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
91
- :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.29.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
92
- :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
93
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
94
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
95
- :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.29.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
81
+ :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.30.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
82
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans opensearch``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
83
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
84
+ :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.30.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
85
+ :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.30.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
86
+ :param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
87
+ :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.30.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
88
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
89
+ :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.30.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
90
+ :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.30.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
91
+ :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.30.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
92
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
93
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
94
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
95
+ :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.30.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
96
96
  :param connection:
97
97
  :param count:
98
98
  :param depends_on:
@@ -145,7 +145,7 @@ class ManagedDatabaseOpensearch(
145
145
 
146
146
  :param scope: The scope in which to define this construct.
147
147
  :param import_to_id: The construct id used in the generated config for the ManagedDatabaseOpensearch to import.
148
- :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.29.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
148
+ :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.30.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
149
149
  :param provider: ? Optional instance of the provider where the ManagedDatabaseOpensearch to import is found.
150
150
  '''
151
151
  if __debug__:
@@ -249,80 +249,80 @@ class ManagedDatabaseOpensearch(
249
249
  version: typing.Optional[builtins.str] = None,
250
250
  ) -> None:
251
251
  '''
252
- :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.29.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
253
- :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
254
- :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
255
- :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.29.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
256
- :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.29.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
257
- :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.29.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
258
- :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
259
- :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.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
260
- :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.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
261
- :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
262
- :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.29.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
263
- :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.29.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
264
- :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.29.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
265
- :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
266
- :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
267
- :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.29.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
268
- :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.29.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
269
- :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
270
- :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
271
- :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
272
- :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
273
- :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.29.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
274
- :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.29.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
275
- :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.29.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
276
- :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.29.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
277
- :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
278
- :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
279
- :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
280
- :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.29.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
281
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
282
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
283
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
284
- :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.29.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
285
- :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.29.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
286
- :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.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
287
- :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.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
288
- :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.29.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
289
- :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
290
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
291
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
292
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
293
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
294
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
295
- :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.29.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
296
- :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.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
297
- :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.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
298
- :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.29.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
299
- :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
300
- :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
301
- :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.29.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
302
- :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.29.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
303
- :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.29.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
304
- :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.29.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
305
- :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
306
- :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
307
- :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.29.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
308
- :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
309
- :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
310
- :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.29.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
311
- :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
312
- :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.29.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
313
- :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
314
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
315
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
316
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
317
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
318
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
319
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
320
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
321
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
322
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
323
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
324
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
325
- :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
252
+ :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.30.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
253
+ :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
254
+ :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
255
+ :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.30.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
256
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
257
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
258
+ :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
259
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
260
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
261
+ :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
262
+ :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.30.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
263
+ :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.30.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
264
+ :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.30.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
265
+ :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
266
+ :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
267
+ :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.30.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
268
+ :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.30.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
269
+ :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
270
+ :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
271
+ :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
272
+ :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
273
+ :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.30.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
274
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
275
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
276
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
277
+ :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
278
+ :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
279
+ :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
280
+ :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.30.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
281
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
282
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
283
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
284
+ :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.30.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
285
+ :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.30.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
286
+ :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.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
287
+ :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.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
288
+ :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.30.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
289
+ :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
290
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
291
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
292
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
293
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
294
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
295
+ :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.30.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
296
+ :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.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
297
+ :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.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
298
+ :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.30.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
299
+ :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
300
+ :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
301
+ :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.30.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
302
+ :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.30.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
303
+ :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.30.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
304
+ :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.30.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
305
+ :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
306
+ :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
307
+ :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.30.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
308
+ :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
309
+ :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
310
+ :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.30.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
311
+ :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
312
+ :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.30.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
313
+ :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
314
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
315
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
316
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
317
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
318
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
319
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
320
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
321
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
322
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
323
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
324
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
325
+ :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
326
326
  '''
327
327
  value = ManagedDatabaseOpensearchProperties(
328
328
  action_auto_create_index_enabled=action_auto_create_index_enabled,
@@ -1011,21 +1011,21 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1011
1011
  :param lifecycle:
1012
1012
  :param provider:
1013
1013
  :param provisioners:
1014
- :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.29.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1015
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans opensearch``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1016
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1017
- :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.29.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1018
- :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.29.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1019
- :param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
1020
- :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.29.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1021
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
1022
- :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.29.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1023
- :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.29.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1024
- :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.29.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1025
- :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1026
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1027
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1028
- :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.29.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1014
+ :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.30.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1015
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans opensearch``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1016
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1017
+ :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.30.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1018
+ :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.30.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1019
+ :param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
1020
+ :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.30.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1021
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
1022
+ :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.30.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1023
+ :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.30.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1024
+ :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.30.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1025
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1026
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1027
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1028
+ :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.30.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1029
1029
  '''
1030
1030
  if isinstance(lifecycle, dict):
1031
1031
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -1168,7 +1168,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1168
1168
 
1169
1169
  The name is used as a prefix for the logical hostname. Must be unique within an account
1170
1170
 
1171
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1171
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1172
1172
  '''
1173
1173
  result = self._values.get("name")
1174
1174
  assert result is not None, "Required property 'name' is missing"
@@ -1180,7 +1180,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1180
1180
 
1181
1181
  This determines how much resources the instance will have. You can list available plans with ``upctl database plans opensearch``.
1182
1182
 
1183
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1183
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
1184
1184
  '''
1185
1185
  result = self._values.get("plan")
1186
1186
  assert result is not None, "Required property 'plan' is missing"
@@ -1190,7 +1190,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1190
1190
  def title(self) -> builtins.str:
1191
1191
  '''Title of a managed database instance.
1192
1192
 
1193
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1193
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
1194
1194
  '''
1195
1195
  result = self._values.get("title")
1196
1196
  assert result is not None, "Required property 'title' is missing"
@@ -1200,7 +1200,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1200
1200
  def zone(self) -> builtins.str:
1201
1201
  '''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
1202
1202
 
1203
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1203
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
1204
1204
  '''
1205
1205
  result = self._values.get("zone")
1206
1206
  assert result is not None, "Required property 'zone' is missing"
@@ -1214,7 +1214,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1214
1214
 
1215
1215
  User access control rules will only be enforced if this attribute is enabled.
1216
1216
 
1217
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1217
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
1218
1218
  '''
1219
1219
  result = self._values.get("access_control")
1220
1220
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1225,7 +1225,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1225
1225
 
1226
1226
  Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed.
1227
1227
 
1228
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
1228
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#additional_disk_space_gib ManagedDatabaseOpensearch#additional_disk_space_gib}
1229
1229
  '''
1230
1230
  result = self._values.get("additional_disk_space_gib")
1231
1231
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1238,14 +1238,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1238
1238
 
1239
1239
  Users are limited to perform operations on indices based on the user-specific access control rules.
1240
1240
 
1241
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1241
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
1242
1242
  '''
1243
1243
  result = self._values.get("extended_access_control")
1244
1244
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1245
1245
 
1246
1246
  @builtins.property
1247
1247
  def id(self) -> typing.Optional[builtins.str]:
1248
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
1248
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
1249
1249
 
1250
1250
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1251
1251
  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.
@@ -1257,7 +1257,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1257
1257
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1258
1258
  '''User defined key-value pairs to classify the managed database.
1259
1259
 
1260
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1260
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
1261
1261
  '''
1262
1262
  result = self._values.get("labels")
1263
1263
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -1266,7 +1266,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1266
1266
  def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
1267
1267
  '''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
1268
1268
 
1269
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1269
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
1270
1270
  '''
1271
1271
  result = self._values.get("maintenance_window_dow")
1272
1272
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1275,7 +1275,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1275
1275
  def maintenance_window_time(self) -> typing.Optional[builtins.str]:
1276
1276
  '''Maintenance window UTC time in hh:mm:ss format.
1277
1277
 
1278
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1278
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
1279
1279
  '''
1280
1280
  result = self._values.get("maintenance_window_time")
1281
1281
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1286,7 +1286,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1286
1286
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
1287
1287
  '''network block.
1288
1288
 
1289
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1289
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
1290
1290
  '''
1291
1291
  result = self._values.get("network")
1292
1292
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
@@ -1297,7 +1297,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1297
1297
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1298
1298
  '''The administrative power state of the service.
1299
1299
 
1300
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1300
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
1301
1301
  '''
1302
1302
  result = self._values.get("powered")
1303
1303
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1306,7 +1306,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1306
1306
  def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
1307
1307
  '''properties block.
1308
1308
 
1309
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1309
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
1310
1310
  '''
1311
1311
  result = self._values.get("properties")
1312
1312
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
@@ -1317,7 +1317,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1317
1317
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1318
1318
  '''If set to true, prevents the managed service from being powered off, or deleted.
1319
1319
 
1320
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1320
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
1321
1321
  '''
1322
1322
  result = self._values.get("termination_protection")
1323
1323
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1349,10 +1349,10 @@ class ManagedDatabaseOpensearchNetwork:
1349
1349
  uuid: builtins.str,
1350
1350
  ) -> None:
1351
1351
  '''
1352
- :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1353
- :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.29.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1354
- :param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1355
- :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.29.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1352
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1353
+ :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.30.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1354
+ :param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1355
+ :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.30.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1356
1356
  '''
1357
1357
  if __debug__:
1358
1358
  type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
@@ -1371,7 +1371,7 @@ class ManagedDatabaseOpensearchNetwork:
1371
1371
  def family(self) -> builtins.str:
1372
1372
  '''Network family. Currently only ``IPv4`` is supported.
1373
1373
 
1374
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1374
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
1375
1375
  '''
1376
1376
  result = self._values.get("family")
1377
1377
  assert result is not None, "Required property 'family' is missing"
@@ -1381,7 +1381,7 @@ class ManagedDatabaseOpensearchNetwork:
1381
1381
  def name(self) -> builtins.str:
1382
1382
  '''The name of the network. Must be unique within the service.
1383
1383
 
1384
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1384
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
1385
1385
  '''
1386
1386
  result = self._values.get("name")
1387
1387
  assert result is not None, "Required property 'name' is missing"
@@ -1391,7 +1391,7 @@ class ManagedDatabaseOpensearchNetwork:
1391
1391
  def type(self) -> builtins.str:
1392
1392
  '''The type of the network. Must be private.
1393
1393
 
1394
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
1395
1395
  '''
1396
1396
  result = self._values.get("type")
1397
1397
  assert result is not None, "Required property 'type' is missing"
@@ -1401,7 +1401,7 @@ class ManagedDatabaseOpensearchNetwork:
1401
1401
  def uuid(self) -> builtins.str:
1402
1402
  '''Private network UUID. Must reside in the same zone as the database.
1403
1403
 
1404
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1404
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
1405
1405
  '''
1406
1406
  result = self._values.get("uuid")
1407
1407
  assert result is not None, "Required property 'uuid' is missing"
@@ -1938,80 +1938,80 @@ class ManagedDatabaseOpensearchProperties:
1938
1938
  version: typing.Optional[builtins.str] = None,
1939
1939
  ) -> None:
1940
1940
  '''
1941
- :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.29.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
1942
- :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
1943
- :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
1944
- :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.29.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
1945
- :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.29.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
1946
- :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.29.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
1947
- :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
1948
- :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.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
1949
- :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.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
1950
- :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
1951
- :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.29.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
1952
- :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.29.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
1953
- :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.29.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
1954
- :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
1955
- :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
1956
- :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.29.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
1957
- :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.29.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
1958
- :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
1959
- :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
1960
- :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
1961
- :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
1962
- :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.29.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
1963
- :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.29.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
1964
- :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.29.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
1965
- :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.29.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
1966
- :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
1967
- :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
1968
- :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
1969
- :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.29.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
1970
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
1971
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
1972
- :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.29.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
1973
- :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.29.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
1974
- :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.29.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
1975
- :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.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
1976
- :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.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
1977
- :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.29.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
1978
- :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
1979
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
1980
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
1981
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
1982
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
1983
- :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.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
1984
- :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.29.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
1985
- :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.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
1986
- :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.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
1987
- :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.29.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
1988
- :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
1989
- :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
1990
- :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.29.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
1991
- :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.29.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
1992
- :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.29.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
1993
- :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.29.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
1994
- :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
1995
- :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
1996
- :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.29.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
1997
- :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
1998
- :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
1999
- :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.29.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2000
- :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2001
- :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.29.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2002
- :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2003
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2004
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2005
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2006
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2007
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2008
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2009
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2010
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2011
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
2012
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
2013
- :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.29.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
2014
- :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
1941
+ :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.30.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
1942
+ :param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
1943
+ :param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
1944
+ :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.30.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
1945
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
1946
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
1947
+ :param cluster_remote_store: cluster_remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
1948
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
1949
+ :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.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
1950
+ :param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
1951
+ :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.30.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
1952
+ :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.30.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
1953
+ :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.30.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
1954
+ :param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
1955
+ :param elasticsearch_version: Elasticsearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
1956
+ :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.30.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
1957
+ :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.30.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
1958
+ :param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
1959
+ :param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
1960
+ :param enable_searchable_snapshots: Enable searchable snapshots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
1961
+ :param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
1962
+ :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.30.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
1963
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
1964
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
1965
+ :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.30.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
1966
+ :param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
1967
+ :param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
1968
+ :param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
1969
+ :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.30.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
1970
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
1971
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
1972
+ :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.30.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
1973
+ :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.30.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
1974
+ :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.30.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
1975
+ :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.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
1976
+ :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.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
1977
+ :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.30.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
1978
+ :param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
1979
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
1980
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
1981
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
1982
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
1983
+ :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.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
1984
+ :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.30.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
1985
+ :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.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
1986
+ :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.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
1987
+ :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.30.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
1988
+ :param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
1989
+ :param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
1990
+ :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.30.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
1991
+ :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.30.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
1992
+ :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.30.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
1993
+ :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.30.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
1994
+ :param remote_store: remote_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
1995
+ :param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
1996
+ :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.30.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
1997
+ :param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
1998
+ :param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
1999
+ :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.30.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2000
+ :param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2001
+ :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.30.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2002
+ :param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2003
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2004
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2005
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2006
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2007
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2008
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2009
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2010
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2011
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
2012
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
2013
+ :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.30.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
2014
+ :param version: OpenSearch version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
2015
2015
  '''
2016
2016
  if isinstance(auth_failure_listeners, dict):
2017
2017
  auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
@@ -2273,7 +2273,7 @@ class ManagedDatabaseOpensearchProperties:
2273
2273
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2274
2274
  '''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
2275
2275
 
2276
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
2276
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
2277
2277
  '''
2278
2278
  result = self._values.get("action_auto_create_index_enabled")
2279
2279
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2284,7 +2284,7 @@ class ManagedDatabaseOpensearchProperties:
2284
2284
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2285
2285
  '''Require explicit index names when deleting.
2286
2286
 
2287
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
2287
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
2288
2288
  '''
2289
2289
  result = self._values.get("action_destructive_requires_name")
2290
2290
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2295,7 +2295,7 @@ class ManagedDatabaseOpensearchProperties:
2295
2295
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
2296
2296
  '''auth_failure_listeners block.
2297
2297
 
2298
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
2298
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
2299
2299
  '''
2300
2300
  result = self._values.get("auth_failure_listeners")
2301
2301
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
@@ -2306,7 +2306,7 @@ class ManagedDatabaseOpensearchProperties:
2306
2306
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2307
2307
  '''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
2308
2308
 
2309
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
2309
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
2310
2310
  '''
2311
2311
  result = self._values.get("automatic_utility_network_ip_filter")
2312
2312
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2317,7 +2317,7 @@ class ManagedDatabaseOpensearchProperties:
2317
2317
 
2318
2318
  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.
2319
2319
 
2320
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
2320
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_filecache_remote_data_ratio ManagedDatabaseOpensearch#cluster_filecache_remote_data_ratio}
2321
2321
  '''
2322
2322
  result = self._values.get("cluster_filecache_remote_data_ratio")
2323
2323
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2326,7 +2326,7 @@ class ManagedDatabaseOpensearchProperties:
2326
2326
  def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
2327
2327
  '''Controls the number of shards allowed in the cluster per data node.
2328
2328
 
2329
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
2329
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
2330
2330
  '''
2331
2331
  result = self._values.get("cluster_max_shards_per_node")
2332
2332
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2337,7 +2337,7 @@ class ManagedDatabaseOpensearchProperties:
2337
2337
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterRemoteStore"]:
2338
2338
  '''cluster_remote_store block.
2339
2339
 
2340
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
2340
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_remote_store ManagedDatabaseOpensearch#cluster_remote_store}
2341
2341
  '''
2342
2342
  result = self._values.get("cluster_remote_store")
2343
2343
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterRemoteStore"], result)
@@ -2350,7 +2350,7 @@ class ManagedDatabaseOpensearchProperties:
2350
2350
 
2351
2351
  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.
2352
2352
 
2353
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
2353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
2354
2354
  '''
2355
2355
  result = self._values.get("cluster_routing_allocation_balance_prefer_primary")
2356
2356
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2363,7 +2363,7 @@ class ManagedDatabaseOpensearchProperties:
2363
2363
 
2364
2364
  How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
2365
2365
 
2366
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
2366
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
2367
2367
  '''
2368
2368
  result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
2369
2369
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2374,7 +2374,7 @@ class ManagedDatabaseOpensearchProperties:
2374
2374
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"]:
2375
2375
  '''cluster_search_request_slowlog block.
2376
2376
 
2377
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
2377
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
2378
2378
  '''
2379
2379
  result = self._values.get("cluster_search_request_slowlog")
2380
2380
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"], result)
@@ -2383,7 +2383,7 @@ class ManagedDatabaseOpensearchProperties:
2383
2383
  def custom_domain(self) -> typing.Optional[builtins.str]:
2384
2384
  '''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
2385
2385
 
2386
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
2386
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
2387
2387
  '''
2388
2388
  result = self._values.get("custom_domain")
2389
2389
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2392,7 +2392,7 @@ class ManagedDatabaseOpensearchProperties:
2392
2392
  def custom_keystores(self) -> typing.Optional[typing.List[builtins.str]]:
2393
2393
  '''OpenSearch custom keystores. Allow to register custom keystores in OpenSearch.
2394
2394
 
2395
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
2395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#custom_keystores ManagedDatabaseOpensearch#custom_keystores}
2396
2396
  '''
2397
2397
  result = self._values.get("custom_keystores")
2398
2398
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2401,7 +2401,7 @@ class ManagedDatabaseOpensearchProperties:
2401
2401
  def custom_repos(self) -> typing.Optional[typing.List[builtins.str]]:
2402
2402
  '''OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch.
2403
2403
 
2404
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
2404
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#custom_repos ManagedDatabaseOpensearch#custom_repos}
2405
2405
  '''
2406
2406
  result = self._values.get("custom_repos")
2407
2407
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2412,7 +2412,7 @@ class ManagedDatabaseOpensearchProperties:
2412
2412
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"]:
2413
2413
  '''disk_watermarks block.
2414
2414
 
2415
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
2415
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
2416
2416
  '''
2417
2417
  result = self._values.get("disk_watermarks")
2418
2418
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"], result)
@@ -2421,7 +2421,7 @@ class ManagedDatabaseOpensearchProperties:
2421
2421
  def elasticsearch_version(self) -> typing.Optional[builtins.str]:
2422
2422
  '''Elasticsearch version.
2423
2423
 
2424
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
2424
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
2425
2425
  '''
2426
2426
  result = self._values.get("elasticsearch_version")
2427
2427
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2432,7 +2432,7 @@ class ManagedDatabaseOpensearchProperties:
2432
2432
 
2433
2433
  This should be identical to the Sender name defined in Opensearch dashboards.
2434
2434
 
2435
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
2435
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
2436
2436
  '''
2437
2437
  result = self._values.get("email_sender_name")
2438
2438
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2443,7 +2443,7 @@ class ManagedDatabaseOpensearchProperties:
2443
2443
 
2444
2444
  Sender password for Opensearch alerts to authenticate with SMTP server.
2445
2445
 
2446
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
2446
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
2447
2447
  '''
2448
2448
  result = self._values.get("email_sender_password")
2449
2449
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2452,7 +2452,7 @@ class ManagedDatabaseOpensearchProperties:
2452
2452
  def email_sender_username(self) -> typing.Optional[builtins.str]:
2453
2453
  '''Sender username for Opensearch alerts.
2454
2454
 
2455
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
2455
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
2456
2456
  '''
2457
2457
  result = self._values.get("email_sender_username")
2458
2458
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2463,7 +2463,7 @@ class ManagedDatabaseOpensearchProperties:
2463
2463
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2464
2464
  '''Enable remote-backed storage.
2465
2465
 
2466
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
2466
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
2467
2467
  '''
2468
2468
  result = self._values.get("enable_remote_backed_storage")
2469
2469
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2474,7 +2474,7 @@ class ManagedDatabaseOpensearchProperties:
2474
2474
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2475
2475
  '''Enable searchable snapshots.
2476
2476
 
2477
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
2477
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_searchable_snapshots ManagedDatabaseOpensearch#enable_searchable_snapshots}
2478
2478
  '''
2479
2479
  result = self._values.get("enable_searchable_snapshots")
2480
2480
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2485,7 +2485,7 @@ class ManagedDatabaseOpensearchProperties:
2485
2485
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2486
2486
  '''Enable/Disable security audit.
2487
2487
 
2488
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
2488
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
2489
2489
  '''
2490
2490
  result = self._values.get("enable_security_audit")
2491
2491
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2496,7 +2496,7 @@ class ManagedDatabaseOpensearchProperties:
2496
2496
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2497
2497
  '''Enable/Disable snapshot API. Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
2498
2498
 
2499
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
2499
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enable_snapshot_api ManagedDatabaseOpensearch#enable_snapshot_api}
2500
2500
  '''
2501
2501
  result = self._values.get("enable_snapshot_api")
2502
2502
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2505,7 +2505,7 @@ class ManagedDatabaseOpensearchProperties:
2505
2505
  def http_max_content_length(self) -> typing.Optional[jsii.Number]:
2506
2506
  '''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
2507
2507
 
2508
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
2508
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
2509
2509
  '''
2510
2510
  result = self._values.get("http_max_content_length")
2511
2511
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2514,7 +2514,7 @@ class ManagedDatabaseOpensearchProperties:
2514
2514
  def http_max_header_size(self) -> typing.Optional[jsii.Number]:
2515
2515
  '''The max size of allowed headers, in bytes.
2516
2516
 
2517
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
2517
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
2518
2518
  '''
2519
2519
  result = self._values.get("http_max_header_size")
2520
2520
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2523,7 +2523,7 @@ class ManagedDatabaseOpensearchProperties:
2523
2523
  def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
2524
2524
  '''The max length of an HTTP URL, in bytes.
2525
2525
 
2526
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
2526
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
2527
2527
  '''
2528
2528
  result = self._values.get("http_max_initial_line_length")
2529
2529
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2532,7 +2532,7 @@ class ManagedDatabaseOpensearchProperties:
2532
2532
  def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
2533
2533
  '''Index patterns.
2534
2534
 
2535
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
2535
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
2536
2536
  '''
2537
2537
  result = self._values.get("index_patterns")
2538
2538
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2543,7 +2543,7 @@ class ManagedDatabaseOpensearchProperties:
2543
2543
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"]:
2544
2544
  '''index_rollup block.
2545
2545
 
2546
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
2546
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
2547
2547
  '''
2548
2548
  result = self._values.get("index_rollup")
2549
2549
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"], result)
@@ -2554,7 +2554,7 @@ class ManagedDatabaseOpensearchProperties:
2554
2554
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
2555
2555
  '''index_template block.
2556
2556
 
2557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
2557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
2558
2558
  '''
2559
2559
  result = self._values.get("index_template")
2560
2560
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
@@ -2565,7 +2565,7 @@ class ManagedDatabaseOpensearchProperties:
2565
2565
 
2566
2566
  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.
2567
2567
 
2568
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
2568
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
2569
2569
  '''
2570
2570
  result = self._values.get("indices_fielddata_cache_size")
2571
2571
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2576,7 +2576,7 @@ class ManagedDatabaseOpensearchProperties:
2576
2576
 
2577
2577
  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.
2578
2578
 
2579
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
2579
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
2580
2580
  '''
2581
2581
  result = self._values.get("indices_memory_index_buffer_size")
2582
2582
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2587,7 +2587,7 @@ class ManagedDatabaseOpensearchProperties:
2587
2587
 
2588
2588
  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.
2589
2589
 
2590
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
2590
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
2591
2591
  '''
2592
2592
  result = self._values.get("indices_memory_max_index_buffer_size")
2593
2593
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2598,7 +2598,7 @@ class ManagedDatabaseOpensearchProperties:
2598
2598
 
2599
2599
  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.
2600
2600
 
2601
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
2601
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
2602
2602
  '''
2603
2603
  result = self._values.get("indices_memory_min_index_buffer_size")
2604
2604
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2609,7 +2609,7 @@ class ManagedDatabaseOpensearchProperties:
2609
2609
 
2610
2610
  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.
2611
2611
 
2612
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
2612
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
2613
2613
  '''
2614
2614
  result = self._values.get("indices_queries_cache_size")
2615
2615
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2620,7 +2620,7 @@ class ManagedDatabaseOpensearchProperties:
2620
2620
 
2621
2621
  The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
2622
2622
 
2623
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
2623
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
2624
2624
  '''
2625
2625
  result = self._values.get("indices_query_bool_max_clause_count")
2626
2626
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2631,7 +2631,7 @@ class ManagedDatabaseOpensearchProperties:
2631
2631
 
2632
2632
  Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
2633
2633
 
2634
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
2634
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
2635
2635
  '''
2636
2636
  result = self._values.get("indices_recovery_max_bytes_per_sec")
2637
2637
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2642,7 +2642,7 @@ class ManagedDatabaseOpensearchProperties:
2642
2642
  ) -> typing.Optional[jsii.Number]:
2643
2643
  '''Number of file chunks sent in parallel for each recovery. Defaults to 2.
2644
2644
 
2645
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
2645
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
2646
2646
  '''
2647
2647
  result = self._values.get("indices_recovery_max_concurrent_file_chunks")
2648
2648
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2651,7 +2651,7 @@ class ManagedDatabaseOpensearchProperties:
2651
2651
  def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
2652
2652
  '''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
2653
2653
 
2654
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
2654
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
2655
2655
  '''
2656
2656
  result = self._values.get("ip_filter")
2657
2657
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2662,7 +2662,7 @@ class ManagedDatabaseOpensearchProperties:
2662
2662
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2663
2663
  '''Specifies whether ISM is enabled or not.
2664
2664
 
2665
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
2665
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
2666
2666
  '''
2667
2667
  result = self._values.get("ism_enabled")
2668
2668
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2673,7 +2673,7 @@ class ManagedDatabaseOpensearchProperties:
2673
2673
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2674
2674
  '''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
2675
2675
 
2676
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
2676
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
2677
2677
  '''
2678
2678
  result = self._values.get("ism_history_enabled")
2679
2679
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2682,7 +2682,7 @@ class ManagedDatabaseOpensearchProperties:
2682
2682
  def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
2683
2683
  '''The maximum age before rolling over the audit history index in hours.
2684
2684
 
2685
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
2685
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
2686
2686
  '''
2687
2687
  result = self._values.get("ism_history_max_age")
2688
2688
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2691,7 +2691,7 @@ class ManagedDatabaseOpensearchProperties:
2691
2691
  def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
2692
2692
  '''The maximum number of documents before rolling over the audit history index.
2693
2693
 
2694
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
2694
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
2695
2695
  '''
2696
2696
  result = self._values.get("ism_history_max_docs")
2697
2697
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2700,7 +2700,7 @@ class ManagedDatabaseOpensearchProperties:
2700
2700
  def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
2701
2701
  '''The time between rollover checks for the audit history index in hours.
2702
2702
 
2703
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
2703
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
2704
2704
  '''
2705
2705
  result = self._values.get("ism_history_rollover_check_period")
2706
2706
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2709,7 +2709,7 @@ class ManagedDatabaseOpensearchProperties:
2709
2709
  def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
2710
2710
  '''How long audit history indices are kept in days.
2711
2711
 
2712
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
2712
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
2713
2713
  '''
2714
2714
  result = self._values.get("ism_history_rollover_retention_period")
2715
2715
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2720,7 +2720,7 @@ class ManagedDatabaseOpensearchProperties:
2720
2720
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2721
2721
  '''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.
2722
2722
 
2723
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
2723
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
2724
2724
  '''
2725
2725
  result = self._values.get("keep_index_refresh_interval")
2726
2726
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2731,7 +2731,7 @@ class ManagedDatabaseOpensearchProperties:
2731
2731
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2732
2732
  '''Enable or disable KNN memory circuit breaker. Defaults to true.
2733
2733
 
2734
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
2734
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
2735
2735
  '''
2736
2736
  result = self._values.get("knn_memory_circuit_breaker_enabled")
2737
2737
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2742,7 +2742,7 @@ class ManagedDatabaseOpensearchProperties:
2742
2742
 
2743
2743
  Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
2744
2744
 
2745
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
2745
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
2746
2746
  '''
2747
2747
  result = self._values.get("knn_memory_circuit_breaker_limit")
2748
2748
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2753,7 +2753,7 @@ class ManagedDatabaseOpensearchProperties:
2753
2753
 
2754
2754
  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.
2755
2755
 
2756
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
2756
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node_search_cache_size ManagedDatabaseOpensearch#node_search_cache_size}
2757
2757
  '''
2758
2758
  result = self._values.get("node_search_cache_size")
2759
2759
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2762,7 +2762,7 @@ class ManagedDatabaseOpensearchProperties:
2762
2762
  def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
2763
2763
  '''openid block.
2764
2764
 
2765
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
2765
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
2766
2766
  '''
2767
2767
  result = self._values.get("openid")
2768
2768
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
@@ -2773,7 +2773,7 @@ class ManagedDatabaseOpensearchProperties:
2773
2773
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
2774
2774
  '''opensearch_dashboards block.
2775
2775
 
2776
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
2776
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
2777
2777
  '''
2778
2778
  result = self._values.get("opensearch_dashboards")
2779
2779
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
@@ -2784,7 +2784,7 @@ class ManagedDatabaseOpensearchProperties:
2784
2784
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2785
2785
  '''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
2786
2786
 
2787
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
2787
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
2788
2788
  '''
2789
2789
  result = self._values.get("override_main_response_version")
2790
2790
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2795,7 +2795,7 @@ class ManagedDatabaseOpensearchProperties:
2795
2795
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2796
2796
  '''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
2797
2797
 
2798
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
2798
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
2799
2799
  '''
2800
2800
  result = self._values.get("plugins_alerting_filter_by_backend_roles")
2801
2801
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2806,7 +2806,7 @@ class ManagedDatabaseOpensearchProperties:
2806
2806
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2807
2807
  '''Public Access. Allow access to the service from the public Internet.
2808
2808
 
2809
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
2809
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
2810
2810
  '''
2811
2811
  result = self._values.get("public_access")
2812
2812
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2815,7 +2815,7 @@ class ManagedDatabaseOpensearchProperties:
2815
2815
  def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
2816
2816
  '''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
2817
2817
 
2818
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
2818
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
2819
2819
  '''
2820
2820
  result = self._values.get("reindex_remote_whitelist")
2821
2821
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -2826,7 +2826,7 @@ class ManagedDatabaseOpensearchProperties:
2826
2826
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesRemoteStore"]:
2827
2827
  '''remote_store block.
2828
2828
 
2829
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
2829
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#remote_store ManagedDatabaseOpensearch#remote_store}
2830
2830
  '''
2831
2831
  result = self._values.get("remote_store")
2832
2832
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesRemoteStore"], result)
@@ -2835,7 +2835,7 @@ class ManagedDatabaseOpensearchProperties:
2835
2835
  def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
2836
2836
  '''saml block.
2837
2837
 
2838
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
2838
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
2839
2839
  '''
2840
2840
  result = self._values.get("saml")
2841
2841
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
@@ -2846,7 +2846,7 @@ class ManagedDatabaseOpensearchProperties:
2846
2846
 
2847
2847
  Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
2848
2848
 
2849
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
2849
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
2850
2850
  '''
2851
2851
  result = self._values.get("script_max_compilations_rate")
2852
2852
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2857,7 +2857,7 @@ class ManagedDatabaseOpensearchProperties:
2857
2857
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"]:
2858
2858
  '''search_backpressure block.
2859
2859
 
2860
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
2860
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
2861
2861
  '''
2862
2862
  result = self._values.get("search_backpressure")
2863
2863
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"], result)
@@ -2868,7 +2868,7 @@ class ManagedDatabaseOpensearchProperties:
2868
2868
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"]:
2869
2869
  '''search_insights_top_queries block.
2870
2870
 
2871
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
2871
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
2872
2872
  '''
2873
2873
  result = self._values.get("search_insights_top_queries")
2874
2874
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"], result)
@@ -2879,7 +2879,7 @@ class ManagedDatabaseOpensearchProperties:
2879
2879
 
2880
2880
  OpenSearch default value is used when this is not defined.
2881
2881
 
2882
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2882
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
2883
2883
  '''
2884
2884
  result = self._values.get("search_max_buckets")
2885
2885
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2888,7 +2888,7 @@ class ManagedDatabaseOpensearchProperties:
2888
2888
  def segrep(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"]:
2889
2889
  '''segrep block.
2890
2890
 
2891
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2891
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
2892
2892
  '''
2893
2893
  result = self._values.get("segrep")
2894
2894
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"], result)
@@ -2899,7 +2899,7 @@ class ManagedDatabaseOpensearchProperties:
2899
2899
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2900
2900
  '''Service logging. Store logs for the service so that they are available in the HTTP API and console.
2901
2901
 
2902
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2902
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
2903
2903
  '''
2904
2904
  result = self._values.get("service_log")
2905
2905
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2910,7 +2910,7 @@ class ManagedDatabaseOpensearchProperties:
2910
2910
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"]:
2911
2911
  '''shard_indexing_pressure block.
2912
2912
 
2913
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2913
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
2914
2914
  '''
2915
2915
  result = self._values.get("shard_indexing_pressure")
2916
2916
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"], result)
@@ -2919,7 +2919,7 @@ class ManagedDatabaseOpensearchProperties:
2919
2919
  def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
2920
2920
  '''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2921
2921
 
2922
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2922
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
2923
2923
  '''
2924
2924
  result = self._values.get("thread_pool_analyze_queue_size")
2925
2925
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2930,7 +2930,7 @@ class ManagedDatabaseOpensearchProperties:
2930
2930
 
2931
2931
  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.
2932
2932
 
2933
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2933
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
2934
2934
  '''
2935
2935
  result = self._values.get("thread_pool_analyze_size")
2936
2936
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2941,7 +2941,7 @@ class ManagedDatabaseOpensearchProperties:
2941
2941
 
2942
2942
  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.
2943
2943
 
2944
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2944
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
2945
2945
  '''
2946
2946
  result = self._values.get("thread_pool_force_merge_size")
2947
2947
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2950,7 +2950,7 @@ class ManagedDatabaseOpensearchProperties:
2950
2950
  def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
2951
2951
  '''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2952
2952
 
2953
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2953
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
2954
2954
  '''
2955
2955
  result = self._values.get("thread_pool_get_queue_size")
2956
2956
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2961,7 +2961,7 @@ class ManagedDatabaseOpensearchProperties:
2961
2961
 
2962
2962
  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.
2963
2963
 
2964
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2964
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
2965
2965
  '''
2966
2966
  result = self._values.get("thread_pool_get_size")
2967
2967
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2970,7 +2970,7 @@ class ManagedDatabaseOpensearchProperties:
2970
2970
  def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
2971
2971
  '''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2972
2972
 
2973
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2973
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
2974
2974
  '''
2975
2975
  result = self._values.get("thread_pool_search_queue_size")
2976
2976
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2981,7 +2981,7 @@ class ManagedDatabaseOpensearchProperties:
2981
2981
 
2982
2982
  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.
2983
2983
 
2984
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2984
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
2985
2985
  '''
2986
2986
  result = self._values.get("thread_pool_search_size")
2987
2987
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2990,7 +2990,7 @@ class ManagedDatabaseOpensearchProperties:
2990
2990
  def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
2991
2991
  '''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
2992
2992
 
2993
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2993
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
2994
2994
  '''
2995
2995
  result = self._values.get("thread_pool_search_throttled_queue_size")
2996
2996
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3001,7 +3001,7 @@ class ManagedDatabaseOpensearchProperties:
3001
3001
 
3002
3002
  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.
3003
3003
 
3004
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
3004
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
3005
3005
  '''
3006
3006
  result = self._values.get("thread_pool_search_throttled_size")
3007
3007
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3010,7 +3010,7 @@ class ManagedDatabaseOpensearchProperties:
3010
3010
  def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
3011
3011
  '''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
3012
3012
 
3013
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
3013
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
3014
3014
  '''
3015
3015
  result = self._values.get("thread_pool_write_queue_size")
3016
3016
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3021,7 +3021,7 @@ class ManagedDatabaseOpensearchProperties:
3021
3021
 
3022
3022
  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.
3023
3023
 
3024
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
3024
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
3025
3025
  '''
3026
3026
  result = self._values.get("thread_pool_write_size")
3027
3027
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3030,7 +3030,7 @@ class ManagedDatabaseOpensearchProperties:
3030
3030
  def version(self) -> typing.Optional[builtins.str]:
3031
3031
  '''OpenSearch version.
3032
3032
 
3033
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
3033
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
3034
3034
  '''
3035
3035
  result = self._values.get("version")
3036
3036
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3061,7 +3061,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
3061
3061
  internal_authentication_backend_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
3062
3062
  ) -> None:
3063
3063
  '''
3064
- :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3064
+ :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3065
3065
  '''
3066
3066
  if isinstance(internal_authentication_backend_limiting, dict):
3067
3067
  internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
@@ -3078,7 +3078,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
3078
3078
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
3079
3079
  '''internal_authentication_backend_limiting block.
3080
3080
 
3081
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3081
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
3082
3082
  '''
3083
3083
  result = self._values.get("internal_authentication_backend_limiting")
3084
3084
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
@@ -3121,13 +3121,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3121
3121
  type: typing.Optional[builtins.str] = None,
3122
3122
  ) -> None:
3123
3123
  '''
3124
- :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.29.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3125
- :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3126
- :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.29.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3127
- :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3128
- :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.29.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3129
- :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.29.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3130
- :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3124
+ :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.30.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3125
+ :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3126
+ :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.30.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3127
+ :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3128
+ :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.30.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3129
+ :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.30.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3130
+ :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3131
3131
  '''
3132
3132
  if __debug__:
3133
3133
  type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
@@ -3158,7 +3158,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3158
3158
  def allowed_tries(self) -> typing.Optional[jsii.Number]:
3159
3159
  '''The number of login attempts allowed before login is blocked.
3160
3160
 
3161
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3161
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3162
3162
  '''
3163
3163
  result = self._values.get("allowed_tries")
3164
3164
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3167,7 +3167,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3167
3167
  def authentication_backend(self) -> typing.Optional[builtins.str]:
3168
3168
  '''The internal backend. Enter ``internal``.
3169
3169
 
3170
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3170
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3171
3171
  '''
3172
3172
  result = self._values.get("authentication_backend")
3173
3173
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3176,7 +3176,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3176
3176
  def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
3177
3177
  '''The duration of time that login remains blocked after a failed login.
3178
3178
 
3179
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3179
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3180
3180
  '''
3181
3181
  result = self._values.get("block_expiry_seconds")
3182
3182
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3185,7 +3185,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3185
3185
  def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
3186
3186
  '''The maximum number of blocked IP addresses.
3187
3187
 
3188
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3188
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3189
3189
  '''
3190
3190
  result = self._values.get("max_blocked_clients")
3191
3191
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3194,7 +3194,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3194
3194
  def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
3195
3195
  '''The maximum number of tracked IP addresses that have failed login.
3196
3196
 
3197
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3197
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3198
3198
  '''
3199
3199
  result = self._values.get("max_tracked_clients")
3200
3200
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3203,7 +3203,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3203
3203
  def time_window_seconds(self) -> typing.Optional[jsii.Number]:
3204
3204
  '''The window of time in which the value for ``allowed_tries`` is enforced.
3205
3205
 
3206
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3206
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3207
3207
  '''
3208
3208
  result = self._values.get("time_window_seconds")
3209
3209
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3212,7 +3212,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
3212
3212
  def type(self) -> typing.Optional[builtins.str]:
3213
3213
  '''The type of rate limiting.
3214
3214
 
3215
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3215
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3216
3216
  '''
3217
3217
  result = self._values.get("type")
3218
3218
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3447,13 +3447,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
3447
3447
  type: typing.Optional[builtins.str] = None,
3448
3448
  ) -> None:
3449
3449
  '''
3450
- :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.29.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3451
- :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3452
- :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.29.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3453
- :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3454
- :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.29.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3455
- :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.29.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3456
- :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3450
+ :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.30.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
3451
+ :param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
3452
+ :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.30.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
3453
+ :param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
3454
+ :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.30.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
3455
+ :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.30.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
3456
+ :param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
3457
3457
  '''
3458
3458
  value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
3459
3459
  allowed_tries=allowed_tries,
@@ -3523,10 +3523,10 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3523
3523
  translog_max_readers: typing.Optional[jsii.Number] = None,
3524
3524
  ) -> None:
3525
3525
  '''
3526
- :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.29.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3527
- :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.29.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3528
- :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.29.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3529
- :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.29.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3526
+ :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.30.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3527
+ :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.30.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3528
+ :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.30.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3529
+ :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.30.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3530
3530
  '''
3531
3531
  if __debug__:
3532
3532
  type_hints = typing.get_type_hints(_typecheckingstub__8bf09b01c282df36e41b853e405726d98c811dab3e94915dc82e4bce9ce583ce)
@@ -3550,7 +3550,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3550
3550
 
3551
3551
  The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
3552
3552
 
3553
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3553
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
3554
3554
  '''
3555
3555
  result = self._values.get("state_global_metadata_upload_timeout")
3556
3556
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3561,7 +3561,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3561
3561
 
3562
3562
  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.
3563
3563
 
3564
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3564
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
3565
3565
  '''
3566
3566
  result = self._values.get("state_metadata_manifest_upload_timeout")
3567
3567
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3572,7 +3572,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3572
3572
 
3573
3573
  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.
3574
3574
 
3575
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3575
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
3576
3576
  '''
3577
3577
  result = self._values.get("translog_buffer_interval")
3578
3578
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3583,7 +3583,7 @@ class ManagedDatabaseOpensearchPropertiesClusterRemoteStore:
3583
3583
 
3584
3584
  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.
3585
3585
 
3586
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3586
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
3587
3587
  '''
3588
3588
  result = self._values.get("translog_max_readers")
3589
3589
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -3739,8 +3739,8 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3739
3739
  threshold: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold", typing.Dict[builtins.str, typing.Any]]] = None,
3740
3740
  ) -> None:
3741
3741
  '''
3742
- :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3743
- :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3742
+ :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3743
+ :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3744
3744
  '''
3745
3745
  if isinstance(threshold, dict):
3746
3746
  threshold = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(**threshold)
@@ -3758,7 +3758,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3758
3758
  def level(self) -> typing.Optional[builtins.str]:
3759
3759
  '''Log level.
3760
3760
 
3761
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3761
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
3762
3762
  '''
3763
3763
  result = self._values.get("level")
3764
3764
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3769,7 +3769,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
3769
3769
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"]:
3770
3770
  '''threshold block.
3771
3771
 
3772
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3772
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
3773
3773
  '''
3774
3774
  result = self._values.get("threshold")
3775
3775
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"], result)
@@ -3816,10 +3816,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputRefere
3816
3816
  warn: typing.Optional[builtins.str] = None,
3817
3817
  ) -> None:
3818
3818
  '''
3819
- :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.29.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3820
- :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.29.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3821
- :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.29.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3822
- :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.29.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3819
+ :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.30.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3820
+ :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.30.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3821
+ :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.30.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3822
+ :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.30.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3823
3823
  '''
3824
3824
  value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(
3825
3825
  debug=debug, info=info, trace=trace, warn=warn
@@ -3899,10 +3899,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3899
3899
  warn: typing.Optional[builtins.str] = None,
3900
3900
  ) -> None:
3901
3901
  '''
3902
- :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.29.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3903
- :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.29.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3904
- :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.29.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3905
- :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.29.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3902
+ :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.30.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3903
+ :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.30.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3904
+ :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.30.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3905
+ :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.30.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3906
3906
  '''
3907
3907
  if __debug__:
3908
3908
  type_hints = typing.get_type_hints(_typecheckingstub__f7693880d283c41692690ec00b0f211583f9092af9a4f9be8cc2503b2af685fc)
@@ -3926,7 +3926,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3926
3926
 
3927
3927
  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.
3928
3928
 
3929
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3929
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
3930
3930
  '''
3931
3931
  result = self._values.get("debug")
3932
3932
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3937,7 +3937,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3937
3937
 
3938
3938
  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.
3939
3939
 
3940
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3940
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
3941
3941
  '''
3942
3942
  result = self._values.get("info")
3943
3943
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3948,7 +3948,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3948
3948
 
3949
3949
  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.
3950
3950
 
3951
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3951
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
3952
3952
  '''
3953
3953
  result = self._values.get("trace")
3954
3954
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3959,7 +3959,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
3959
3959
 
3960
3960
  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.
3961
3961
 
3962
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3962
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
3963
3963
  '''
3964
3964
  result = self._values.get("warn")
3965
3965
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4112,9 +4112,9 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4112
4112
  low: typing.Optional[jsii.Number] = None,
4113
4113
  ) -> None:
4114
4114
  '''
4115
- :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.29.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4116
- :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4117
- :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4115
+ :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.30.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4116
+ :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4117
+ :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4118
4118
  '''
4119
4119
  if __debug__:
4120
4120
  type_hints = typing.get_type_hints(_typecheckingstub__e9a670c205c08f4ac01cd4501f4103c0e0bc30f14aa62b77bfae1c27c816ef3d)
@@ -4133,7 +4133,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4133
4133
  def flood_stage(self) -> typing.Optional[jsii.Number]:
4134
4134
  '''Flood stage watermark (percentage). The flood stage watermark for disk usage.
4135
4135
 
4136
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4136
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
4137
4137
  '''
4138
4138
  result = self._values.get("flood_stage")
4139
4139
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4142,7 +4142,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4142
4142
  def high(self) -> typing.Optional[jsii.Number]:
4143
4143
  '''High watermark (percentage). The high watermark for disk usage.
4144
4144
 
4145
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4145
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
4146
4146
  '''
4147
4147
  result = self._values.get("high")
4148
4148
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4151,7 +4151,7 @@ class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
4151
4151
  def low(self) -> typing.Optional[jsii.Number]:
4152
4152
  '''Low watermark (percentage). The low watermark for disk usage.
4153
4153
 
4154
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4154
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
4155
4155
  '''
4156
4156
  result = self._values.get("low")
4157
4157
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4291,11 +4291,11 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4291
4291
  rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4292
4292
  ) -> None:
4293
4293
  '''
4294
- :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.29.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4295
- :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.29.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4296
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4297
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4298
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4294
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4295
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4296
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4297
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4298
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4299
4299
  '''
4300
4300
  if __debug__:
4301
4301
  type_hints = typing.get_type_hints(_typecheckingstub__73e080e9f13ad7c30ec45334431a3eaa752568545186fa7cf689bd26e836d2d3)
@@ -4322,7 +4322,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4322
4322
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4323
4323
  '''plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
4324
4324
 
4325
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4325
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
4326
4326
  '''
4327
4327
  result = self._values.get("rollup_dashboards_enabled")
4328
4328
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4333,7 +4333,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4333
4333
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4334
4334
  '''plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true.
4335
4335
 
4336
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4336
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
4337
4337
  '''
4338
4338
  result = self._values.get("rollup_enabled")
4339
4339
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4342,7 +4342,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4342
4342
  def rollup_search_backoff_count(self) -> typing.Optional[jsii.Number]:
4343
4343
  '''plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
4344
4344
 
4345
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4345
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
4346
4346
  '''
4347
4347
  result = self._values.get("rollup_search_backoff_count")
4348
4348
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4351,7 +4351,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4351
4351
  def rollup_search_backoff_millis(self) -> typing.Optional[jsii.Number]:
4352
4352
  '''plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
4353
4353
 
4354
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4354
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
4355
4355
  '''
4356
4356
  result = self._values.get("rollup_search_backoff_millis")
4357
4357
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4362,7 +4362,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
4362
4362
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4363
4363
  '''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.
4364
4364
 
4365
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4365
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
4366
4366
  '''
4367
4367
  result = self._values.get("rollup_search_search_all_jobs")
4368
4368
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4561,9 +4561,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4561
4561
  number_of_shards: typing.Optional[jsii.Number] = None,
4562
4562
  ) -> None:
4563
4563
  '''
4564
- :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.29.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4565
- :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.29.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4566
- :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.29.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4564
+ :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.30.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4565
+ :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.30.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4566
+ :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.30.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4567
4567
  '''
4568
4568
  if __debug__:
4569
4569
  type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
@@ -4582,7 +4582,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4582
4582
  def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
4583
4583
  '''(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.
4584
4584
 
4585
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4585
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
4586
4586
  '''
4587
4587
  result = self._values.get("mapping_nested_objects_limit")
4588
4588
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4591,7 +4591,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4591
4591
  def number_of_replicas(self) -> typing.Optional[jsii.Number]:
4592
4592
  '''The number of replicas each primary shard has. Deprecated, use an index template instead.
4593
4593
 
4594
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4594
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
4595
4595
  '''
4596
4596
  result = self._values.get("number_of_replicas")
4597
4597
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4600,7 +4600,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
4600
4600
  def number_of_shards(self) -> typing.Optional[jsii.Number]:
4601
4601
  '''The number of primary shards that an index should have. Deprecated, use an index template instead.
4602
4602
 
4603
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4603
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
4604
4604
  '''
4605
4605
  result = self._values.get("number_of_shards")
4606
4606
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4754,18 +4754,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4754
4754
  subject_key: typing.Optional[builtins.str] = None,
4755
4755
  ) -> None:
4756
4756
  '''
4757
- :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.29.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4758
- :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.29.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4759
- :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.29.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4760
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4761
- :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.29.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4762
- :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.29.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4763
- :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.29.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4764
- :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.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4765
- :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.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4766
- :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.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4767
- :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.29.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4768
- :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.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4757
+ :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.30.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4758
+ :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.30.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4759
+ :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.30.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4760
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4761
+ :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.30.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4762
+ :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.30.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4763
+ :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.30.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4764
+ :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.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4765
+ :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.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4766
+ :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.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4767
+ :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.30.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4768
+ :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.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4769
4769
  '''
4770
4770
  if __debug__:
4771
4771
  type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
@@ -4811,7 +4811,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4811
4811
  def client_id(self) -> typing.Optional[builtins.str]:
4812
4812
  '''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
4813
4813
 
4814
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4814
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
4815
4815
  '''
4816
4816
  result = self._values.get("client_id")
4817
4817
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4822,7 +4822,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4822
4822
 
4823
4823
  The client secret of the OpenID Connect client configured in your IdP. Required.
4824
4824
 
4825
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4825
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
4826
4826
  '''
4827
4827
  result = self._values.get("client_secret")
4828
4828
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4833,7 +4833,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4833
4833
 
4834
4834
  The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
4835
4835
 
4836
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4836
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
4837
4837
  '''
4838
4838
  result = self._values.get("connect_url")
4839
4839
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4846,7 +4846,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4846
4846
 
4847
4847
  Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
4848
4848
 
4849
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4849
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
4850
4850
  '''
4851
4851
  result = self._values.get("enabled")
4852
4852
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4855,7 +4855,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4855
4855
  def header(self) -> typing.Optional[builtins.str]:
4856
4856
  '''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
4857
4857
 
4858
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4858
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
4859
4859
  '''
4860
4860
  result = self._values.get("header")
4861
4861
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4866,7 +4866,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4866
4866
 
4867
4867
  The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
4868
4868
 
4869
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4869
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
4870
4870
  '''
4871
4871
  result = self._values.get("jwt_header")
4872
4872
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4877,7 +4877,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4877
4877
 
4878
4878
  If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
4879
4879
 
4880
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4880
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
4881
4881
  '''
4882
4882
  result = self._values.get("jwt_url_parameter")
4883
4883
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4888,7 +4888,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4888
4888
 
4889
4889
  The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
4890
4890
 
4891
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4891
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
4892
4892
  '''
4893
4893
  result = self._values.get("refresh_rate_limit_count")
4894
4894
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4899,7 +4899,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4899
4899
 
4900
4900
  The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
4901
4901
 
4902
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4902
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
4903
4903
  '''
4904
4904
  result = self._values.get("refresh_rate_limit_time_window_ms")
4905
4905
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4910,7 +4910,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4910
4910
 
4911
4911
  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.
4912
4912
 
4913
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4913
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
4914
4914
  '''
4915
4915
  result = self._values.get("roles_key")
4916
4916
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4921,7 +4921,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4921
4921
 
4922
4922
  The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
4923
4923
 
4924
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4924
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
4925
4925
  '''
4926
4926
  result = self._values.get("scope")
4927
4927
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4932,7 +4932,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
4932
4932
 
4933
4933
  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.
4934
4934
 
4935
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4935
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
4936
4936
  '''
4937
4937
  result = self._values.get("subject_key")
4938
4938
  return typing.cast(typing.Optional[builtins.str], result)
@@ -5264,10 +5264,10 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5264
5264
  opensearch_request_timeout: typing.Optional[jsii.Number] = None,
5265
5265
  ) -> None:
5266
5266
  '''
5267
- :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5268
- :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.29.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5269
- :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.29.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5270
- :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.29.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5267
+ :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5268
+ :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.30.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5269
+ :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.30.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5270
+ :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.30.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5271
5271
  '''
5272
5272
  if __debug__:
5273
5273
  type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
@@ -5291,7 +5291,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5291
5291
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5292
5292
  '''Enable or disable OpenSearch Dashboards.
5293
5293
 
5294
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5294
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5295
5295
  '''
5296
5296
  result = self._values.get("enabled")
5297
5297
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -5302,7 +5302,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5302
5302
 
5303
5303
  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.
5304
5304
 
5305
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5305
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5306
5306
  '''
5307
5307
  result = self._values.get("max_old_space_size")
5308
5308
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -5313,7 +5313,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5313
5313
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5314
5314
  '''Enable or disable multiple data sources in OpenSearch Dashboards.
5315
5315
 
5316
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5316
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5317
5317
  '''
5318
5318
  result = self._values.get("multiple_data_source_enabled")
5319
5319
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -5322,7 +5322,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
5322
5322
  def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
5323
5323
  '''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
5324
5324
 
5325
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5325
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5326
5326
  '''
5327
5327
  result = self._values.get("opensearch_request_timeout")
5328
5328
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -5500,7 +5500,7 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5500
5500
  internal_authentication_backend_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
5501
5501
  ) -> None:
5502
5502
  '''
5503
- :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
5503
+ :param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
5504
5504
  '''
5505
5505
  value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
5506
5506
  internal_authentication_backend_limiting=internal_authentication_backend_limiting,
@@ -5518,10 +5518,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5518
5518
  translog_max_readers: typing.Optional[jsii.Number] = None,
5519
5519
  ) -> None:
5520
5520
  '''
5521
- :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.29.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
5522
- :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.29.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
5523
- :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.29.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
5524
- :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.29.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
5521
+ :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.30.0/docs/resources/managed_database_opensearch#state_global_metadata_upload_timeout ManagedDatabaseOpensearch#state_global_metadata_upload_timeout}
5522
+ :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.30.0/docs/resources/managed_database_opensearch#state_metadata_manifest_upload_timeout ManagedDatabaseOpensearch#state_metadata_manifest_upload_timeout}
5523
+ :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.30.0/docs/resources/managed_database_opensearch#translog_buffer_interval ManagedDatabaseOpensearch#translog_buffer_interval}
5524
+ :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.30.0/docs/resources/managed_database_opensearch#translog_max_readers ManagedDatabaseOpensearch#translog_max_readers}
5525
5525
  '''
5526
5526
  value = ManagedDatabaseOpensearchPropertiesClusterRemoteStore(
5527
5527
  state_global_metadata_upload_timeout=state_global_metadata_upload_timeout,
@@ -5540,8 +5540,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5540
5540
  threshold: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold, typing.Dict[builtins.str, typing.Any]]] = None,
5541
5541
  ) -> None:
5542
5542
  '''
5543
- :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
5544
- :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
5543
+ :param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
5544
+ :param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
5545
5545
  '''
5546
5546
  value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog(
5547
5547
  level=level, threshold=threshold
@@ -5558,9 +5558,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5558
5558
  low: typing.Optional[jsii.Number] = None,
5559
5559
  ) -> None:
5560
5560
  '''
5561
- :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.29.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
5562
- :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
5563
- :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
5561
+ :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.30.0/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
5562
+ :param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
5563
+ :param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
5564
5564
  '''
5565
5565
  value = ManagedDatabaseOpensearchPropertiesDiskWatermarks(
5566
5566
  flood_stage=flood_stage, high=high, low=low
@@ -5579,11 +5579,11 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5579
5579
  rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
5580
5580
  ) -> None:
5581
5581
  '''
5582
- :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.29.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
5583
- :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.29.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
5584
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
5585
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
5586
- :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.29.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
5582
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
5583
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
5584
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
5585
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
5586
+ :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.30.0/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
5587
5587
  '''
5588
5588
  value = ManagedDatabaseOpensearchPropertiesIndexRollup(
5589
5589
  rollup_dashboards_enabled=rollup_dashboards_enabled,
@@ -5604,9 +5604,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5604
5604
  number_of_shards: typing.Optional[jsii.Number] = None,
5605
5605
  ) -> None:
5606
5606
  '''
5607
- :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.29.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
5608
- :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.29.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
5609
- :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.29.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
5607
+ :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.30.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
5608
+ :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.30.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
5609
+ :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.30.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
5610
5610
  '''
5611
5611
  value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
5612
5612
  mapping_nested_objects_limit=mapping_nested_objects_limit,
@@ -5634,18 +5634,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5634
5634
  subject_key: typing.Optional[builtins.str] = None,
5635
5635
  ) -> None:
5636
5636
  '''
5637
- :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.29.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
5638
- :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.29.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
5639
- :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.29.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
5640
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5641
- :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.29.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
5642
- :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.29.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
5643
- :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.29.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
5644
- :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.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
5645
- :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.29.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
5646
- :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.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5647
- :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.29.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
5648
- :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.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5637
+ :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.30.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
5638
+ :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.30.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
5639
+ :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.30.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
5640
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5641
+ :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.30.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
5642
+ :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.30.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
5643
+ :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.30.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
5644
+ :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.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
5645
+ :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.30.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
5646
+ :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.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5647
+ :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.30.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
5648
+ :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.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5649
5649
  '''
5650
5650
  value = ManagedDatabaseOpensearchPropertiesOpenid(
5651
5651
  client_id=client_id,
@@ -5674,10 +5674,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5674
5674
  opensearch_request_timeout: typing.Optional[jsii.Number] = None,
5675
5675
  ) -> None:
5676
5676
  '''
5677
- :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5678
- :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.29.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5679
- :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.29.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5680
- :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.29.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5677
+ :param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5678
+ :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.30.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
5679
+ :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.30.0/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
5680
+ :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.30.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
5681
5681
  '''
5682
5682
  value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
5683
5683
  enabled=enabled,
@@ -5698,10 +5698,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5698
5698
  segment_pressure_time_lag_variance_factor: typing.Optional[jsii.Number] = None,
5699
5699
  ) -> None:
5700
5700
  '''
5701
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
5702
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
5703
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
5704
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
5701
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
5702
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
5703
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
5704
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
5705
5705
  '''
5706
5706
  value = ManagedDatabaseOpensearchPropertiesRemoteStore(
5707
5707
  segment_pressure_bytes_lag_variance_factor=segment_pressure_bytes_lag_variance_factor,
@@ -5725,13 +5725,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5725
5725
  subject_key: typing.Optional[builtins.str] = None,
5726
5726
  ) -> None:
5727
5727
  '''
5728
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5729
- :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.29.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
5730
- :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.29.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
5731
- :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.29.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
5732
- :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.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5733
- :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.29.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
5734
- :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.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5728
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5729
+ :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.30.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
5730
+ :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.30.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
5731
+ :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.30.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
5732
+ :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.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
5733
+ :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.30.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
5734
+ :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.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
5735
5735
  '''
5736
5736
  value = ManagedDatabaseOpensearchPropertiesSaml(
5737
5737
  enabled=enabled,
@@ -5755,10 +5755,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5755
5755
  search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
5756
5756
  ) -> None:
5757
5757
  '''
5758
- :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.29.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
5759
- :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
5760
- :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
5761
- :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
5758
+ :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.30.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
5759
+ :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
5760
+ :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
5761
+ :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
5762
5762
  '''
5763
5763
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressure(
5764
5764
  mode=mode,
@@ -5778,9 +5778,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5778
5778
  memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
5779
5779
  ) -> None:
5780
5780
  '''
5781
- :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
5782
- :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
5783
- :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
5781
+ :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
5782
+ :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
5783
+ :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
5784
5784
  '''
5785
5785
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries(
5786
5786
  cpu=cpu, latency=latency, memory=memory
@@ -5798,10 +5798,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5798
5798
  pressure_time_limit: typing.Optional[builtins.str] = None,
5799
5799
  ) -> None:
5800
5800
  '''
5801
- :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.29.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
5802
- :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.29.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
5803
- :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.29.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
5804
- :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.29.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
5801
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
5802
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
5803
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
5804
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
5805
5805
  '''
5806
5806
  value = ManagedDatabaseOpensearchPropertiesSegrep(
5807
5807
  pressure_checkpoint_limit=pressure_checkpoint_limit,
@@ -5822,10 +5822,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
5822
5822
  primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
5823
5823
  ) -> None:
5824
5824
  '''
5825
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5826
- :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.29.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
5827
- :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
5828
- :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
5825
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
5826
+ :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.30.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
5827
+ :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
5828
+ :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
5829
5829
  '''
5830
5830
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressure(
5831
5831
  enabled=enabled,
@@ -7499,10 +7499,10 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7499
7499
  segment_pressure_time_lag_variance_factor: typing.Optional[jsii.Number] = None,
7500
7500
  ) -> None:
7501
7501
  '''
7502
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7503
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7504
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7505
- :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.29.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7502
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7503
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7504
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7505
+ :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.30.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7506
7506
  '''
7507
7507
  if __debug__:
7508
7508
  type_hints = typing.get_type_hints(_typecheckingstub__2e1013d27f16812c588f69f95f6c4ed8a1edf66c5571a35c767b4a4ce0496a56)
@@ -7528,7 +7528,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7528
7528
 
7529
7529
  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.
7530
7530
 
7531
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7531
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segment_pressure_bytes_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_bytes_lag_variance_factor}
7532
7532
  '''
7533
7533
  result = self._values.get("segment_pressure_bytes_lag_variance_factor")
7534
7534
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7541,7 +7541,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7541
7541
 
7542
7542
  The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
7543
7543
 
7544
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7544
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segment_pressure_consecutive_failures_limit ManagedDatabaseOpensearch#segment_pressure_consecutive_failures_limit}
7545
7545
  '''
7546
7546
  result = self._values.get("segment_pressure_consecutive_failures_limit")
7547
7547
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7552,7 +7552,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7552
7552
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
7553
7553
  '''Enables remote segment backpressure. Enables remote segment backpressure. Default is ``true``.
7554
7554
 
7555
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7555
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segment_pressure_enabled ManagedDatabaseOpensearch#segment_pressure_enabled}
7556
7556
  '''
7557
7557
  result = self._values.get("segment_pressure_enabled")
7558
7558
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -7563,7 +7563,7 @@ class ManagedDatabaseOpensearchPropertiesRemoteStore:
7563
7563
 
7564
7564
  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.
7565
7565
 
7566
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7566
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#segment_pressure_time_lag_variance_factor ManagedDatabaseOpensearch#segment_pressure_time_lag_variance_factor}
7567
7567
  '''
7568
7568
  result = self._values.get("segment_pressure_time_lag_variance_factor")
7569
7569
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -7741,13 +7741,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7741
7741
  subject_key: typing.Optional[builtins.str] = None,
7742
7742
  ) -> None:
7743
7743
  '''
7744
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7745
- :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.29.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7746
- :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.29.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7747
- :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.29.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7748
- :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.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7749
- :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.29.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7750
- :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.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7744
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7745
+ :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.30.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7746
+ :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.30.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7747
+ :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.30.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7748
+ :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.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7749
+ :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.30.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7750
+ :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.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7751
7751
  '''
7752
7752
  if __debug__:
7753
7753
  type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
@@ -7782,7 +7782,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7782
7782
 
7783
7783
  Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
7784
7784
 
7785
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7785
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
7786
7786
  '''
7787
7787
  result = self._values.get("enabled")
7788
7788
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -7793,7 +7793,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7793
7793
 
7794
7794
  The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
7795
7795
 
7796
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7796
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
7797
7797
  '''
7798
7798
  result = self._values.get("idp_entity_id")
7799
7799
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7804,7 +7804,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7804
7804
 
7805
7805
  The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
7806
7806
 
7807
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7807
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
7808
7808
  '''
7809
7809
  result = self._values.get("idp_metadata_url")
7810
7810
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7815,7 +7815,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7815
7815
 
7816
7816
  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.
7817
7817
 
7818
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7818
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
7819
7819
  '''
7820
7820
  result = self._values.get("idp_pemtrustedcas_content")
7821
7821
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7826,7 +7826,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7826
7826
 
7827
7827
  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.
7828
7828
 
7829
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7829
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
7830
7830
  '''
7831
7831
  result = self._values.get("roles_key")
7832
7832
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7837,7 +7837,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7837
7837
 
7838
7838
  The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
7839
7839
 
7840
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7840
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
7841
7841
  '''
7842
7842
  result = self._values.get("sp_entity_id")
7843
7843
  return typing.cast(typing.Optional[builtins.str], result)
@@ -7848,7 +7848,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
7848
7848
 
7849
7849
  Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
7850
7850
 
7851
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7851
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
7852
7852
  '''
7853
7853
  result = self._values.get("subject_key")
7854
7854
  return typing.cast(typing.Optional[builtins.str], result)
@@ -8075,10 +8075,10 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8075
8075
  search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
8076
8076
  ) -> None:
8077
8077
  '''
8078
- :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.29.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8079
- :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8080
- :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8081
- :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8078
+ :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.30.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8079
+ :param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8080
+ :param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8081
+ :param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8082
8082
  '''
8083
8083
  if isinstance(node_duress, dict):
8084
8084
  node_duress = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(**node_duress)
@@ -8106,7 +8106,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8106
8106
  def mode(self) -> typing.Optional[builtins.str]:
8107
8107
  '''The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only.
8108
8108
 
8109
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8109
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
8110
8110
  '''
8111
8111
  result = self._values.get("mode")
8112
8112
  return typing.cast(typing.Optional[builtins.str], result)
@@ -8117,7 +8117,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8117
8117
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"]:
8118
8118
  '''node_duress block.
8119
8119
 
8120
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8120
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
8121
8121
  '''
8122
8122
  result = self._values.get("node_duress")
8123
8123
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"], result)
@@ -8128,7 +8128,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8128
8128
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"]:
8129
8129
  '''search_shard_task block.
8130
8130
 
8131
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8131
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
8132
8132
  '''
8133
8133
  result = self._values.get("search_shard_task")
8134
8134
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"], result)
@@ -8139,7 +8139,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
8139
8139
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"]:
8140
8140
  '''search_task block.
8141
8141
 
8142
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8142
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
8143
8143
  '''
8144
8144
  result = self._values.get("search_task")
8145
8145
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"], result)
@@ -8174,9 +8174,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8174
8174
  num_successive_breaches: typing.Optional[jsii.Number] = None,
8175
8175
  ) -> None:
8176
8176
  '''
8177
- :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.29.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8178
- :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.29.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8179
- :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.29.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8177
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8178
+ :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.30.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8179
+ :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.30.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8180
8180
  '''
8181
8181
  if __debug__:
8182
8182
  type_hints = typing.get_type_hints(_typecheckingstub__3d39b711eab4461a4c1b96d616ef21c90bba1b606f922482a8bfe12b3daa624f)
@@ -8197,7 +8197,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8197
8197
 
8198
8198
  The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9.
8199
8199
 
8200
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8200
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8201
8201
  '''
8202
8202
  result = self._values.get("cpu_threshold")
8203
8203
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8208,7 +8208,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8208
8208
 
8209
8209
  The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7.
8210
8210
 
8211
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8211
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8212
8212
  '''
8213
8213
  result = self._values.get("heap_threshold")
8214
8214
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8219,7 +8219,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
8219
8219
 
8220
8220
  The number of successive limit breaches after which the node is considered to be under duress. Default is 3.
8221
8221
 
8222
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8222
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8223
8223
  '''
8224
8224
  result = self._values.get("num_successive_breaches")
8225
8225
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8366,9 +8366,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8366
8366
  num_successive_breaches: typing.Optional[jsii.Number] = None,
8367
8367
  ) -> None:
8368
8368
  '''
8369
- :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.29.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8370
- :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.29.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8371
- :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.29.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8369
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
8370
+ :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.30.0/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
8371
+ :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.30.0/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
8372
8372
  '''
8373
8373
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(
8374
8374
  cpu_threshold=cpu_threshold,
@@ -8393,15 +8393,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8393
8393
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8394
8394
  ) -> None:
8395
8395
  '''
8396
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8397
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8398
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8399
- :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.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8400
- :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.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8401
- :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.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8402
- :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.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8403
- :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.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8404
- :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.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8396
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8397
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8398
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8399
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8400
+ :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.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8401
+ :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.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8402
+ :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.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8403
+ :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.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8404
+ :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.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8405
8405
  '''
8406
8406
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask(
8407
8407
  cancellation_burst=cancellation_burst,
@@ -8432,15 +8432,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
8432
8432
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8433
8433
  ) -> None:
8434
8434
  '''
8435
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8436
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8437
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8438
- :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.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8439
- :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.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8440
- :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.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8441
- :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.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8442
- :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.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8443
- :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.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8435
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8436
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8437
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8438
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8439
+ :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.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8440
+ :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.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8441
+ :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.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8442
+ :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.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8443
+ :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.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8444
8444
  '''
8445
8445
  value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask(
8446
8446
  cancellation_burst=cancellation_burst,
@@ -8579,15 +8579,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8579
8579
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8580
8580
  ) -> None:
8581
8581
  '''
8582
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8583
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8584
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8585
- :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.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8586
- :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.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8587
- :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.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8588
- :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.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8589
- :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.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8590
- :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.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8582
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8583
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8584
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8585
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8586
+ :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.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8587
+ :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.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8588
+ :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.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8589
+ :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.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8590
+ :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.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8591
8591
  '''
8592
8592
  if __debug__:
8593
8593
  type_hints = typing.get_type_hints(_typecheckingstub__8b00773335f5cd697d7f58058999e1087b88965f82632c43cd0fda0432f5c39f)
@@ -8626,7 +8626,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8626
8626
 
8627
8627
  The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0.
8628
8628
 
8629
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8629
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8630
8630
  '''
8631
8631
  result = self._values.get("cancellation_burst")
8632
8632
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8637,7 +8637,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8637
8637
 
8638
8638
  The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003.
8639
8639
 
8640
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8640
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8641
8641
  '''
8642
8642
  result = self._values.get("cancellation_rate")
8643
8643
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8648,7 +8648,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8648
8648
 
8649
8649
  The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1.
8650
8650
 
8651
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8651
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8652
8652
  '''
8653
8653
  result = self._values.get("cancellation_ratio")
8654
8654
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8659,7 +8659,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8659
8659
 
8660
8660
  The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000.
8661
8661
 
8662
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8662
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8663
8663
  '''
8664
8664
  result = self._values.get("cpu_time_millis_threshold")
8665
8665
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8670,7 +8670,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8670
8670
 
8671
8671
  The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000.
8672
8672
 
8673
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8673
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8674
8674
  '''
8675
8675
  result = self._values.get("elapsed_time_millis_threshold")
8676
8676
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8681,7 +8681,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8681
8681
 
8682
8682
  The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100.
8683
8683
 
8684
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8684
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8685
8685
  '''
8686
8686
  result = self._values.get("heap_moving_average_window_size")
8687
8687
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8692,7 +8692,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8692
8692
 
8693
8693
  The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5.
8694
8694
 
8695
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8695
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8696
8696
  '''
8697
8697
  result = self._values.get("heap_percent_threshold")
8698
8698
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8703,7 +8703,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8703
8703
 
8704
8704
  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.
8705
8705
 
8706
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8706
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8707
8707
  '''
8708
8708
  result = self._values.get("heap_variance")
8709
8709
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8714,7 +8714,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
8714
8714
 
8715
8715
  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.
8716
8716
 
8717
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8717
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8718
8718
  '''
8719
8719
  result = self._values.get("total_heap_percent_threshold")
8720
8720
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -8988,15 +8988,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
8988
8988
  total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
8989
8989
  ) -> None:
8990
8990
  '''
8991
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8992
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8993
- :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.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8994
- :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.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8995
- :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.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8996
- :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.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8997
- :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.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8998
- :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.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8999
- :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.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
8991
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
8992
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
8993
+ :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.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
8994
+ :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.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
8995
+ :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.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
8996
+ :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.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
8997
+ :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.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
8998
+ :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.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
8999
+ :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.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
9000
9000
  '''
9001
9001
  if __debug__:
9002
9002
  type_hints = typing.get_type_hints(_typecheckingstub__4c70c1faa9e9872e82b30ac5de548218cf7b3888e93ee8b9564bce272a55c420)
@@ -9035,7 +9035,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9035
9035
 
9036
9036
  The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0.
9037
9037
 
9038
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
9038
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
9039
9039
  '''
9040
9040
  result = self._values.get("cancellation_burst")
9041
9041
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9046,7 +9046,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9046
9046
 
9047
9047
  The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003.
9048
9048
 
9049
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
9049
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
9050
9050
  '''
9051
9051
  result = self._values.get("cancellation_rate")
9052
9052
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9057,7 +9057,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9057
9057
 
9058
9058
  The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1.
9059
9059
 
9060
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
9060
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
9061
9061
  '''
9062
9062
  result = self._values.get("cancellation_ratio")
9063
9063
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9068,7 +9068,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9068
9068
 
9069
9069
  The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000.
9070
9070
 
9071
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
9071
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
9072
9072
  '''
9073
9073
  result = self._values.get("cpu_time_millis_threshold")
9074
9074
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9079,7 +9079,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9079
9079
 
9080
9080
  The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000.
9081
9081
 
9082
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
9082
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
9083
9083
  '''
9084
9084
  result = self._values.get("elapsed_time_millis_threshold")
9085
9085
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9090,7 +9090,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9090
9090
 
9091
9091
  The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10.
9092
9092
 
9093
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
9093
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
9094
9094
  '''
9095
9095
  result = self._values.get("heap_moving_average_window_size")
9096
9096
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9101,7 +9101,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9101
9101
 
9102
9102
  The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2.
9103
9103
 
9104
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
9104
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
9105
9105
  '''
9106
9106
  result = self._values.get("heap_percent_threshold")
9107
9107
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9112,7 +9112,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9112
9112
 
9113
9113
  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.
9114
9114
 
9115
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
9115
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
9116
9116
  '''
9117
9117
  result = self._values.get("heap_variance")
9118
9118
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9123,7 +9123,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
9123
9123
 
9124
9124
  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.
9125
9125
 
9126
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
9126
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
9127
9127
  '''
9128
9128
  result = self._values.get("total_heap_percent_threshold")
9129
9129
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9381,9 +9381,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9381
9381
  memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
9382
9382
  ) -> None:
9383
9383
  '''
9384
- :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9385
- :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9386
- :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9384
+ :param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9385
+ :param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9386
+ :param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9387
9387
  '''
9388
9388
  if isinstance(cpu, dict):
9389
9389
  cpu = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(**cpu)
@@ -9410,7 +9410,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9410
9410
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"]:
9411
9411
  '''cpu block.
9412
9412
 
9413
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
9414
9414
  '''
9415
9415
  result = self._values.get("cpu")
9416
9416
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"], result)
@@ -9421,7 +9421,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9421
9421
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"]:
9422
9422
  '''latency block.
9423
9423
 
9424
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9424
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
9425
9425
  '''
9426
9426
  result = self._values.get("latency")
9427
9427
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"], result)
@@ -9432,7 +9432,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
9432
9432
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"]:
9433
9433
  '''memory block.
9434
9434
 
9435
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9435
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
9436
9436
  '''
9437
9437
  result = self._values.get("memory")
9438
9438
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"], result)
@@ -9467,9 +9467,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9467
9467
  window_size: typing.Optional[builtins.str] = None,
9468
9468
  ) -> None:
9469
9469
  '''
9470
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9471
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9472
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9470
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9471
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9472
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9473
9473
  '''
9474
9474
  if __debug__:
9475
9475
  type_hints = typing.get_type_hints(_typecheckingstub__6d766d1d3c272cdb4b9cf1f83e27dff76cdbba937c7c5a6167ca8bf17039385f)
@@ -9492,7 +9492,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9492
9492
 
9493
9493
  Enable or disable top N query monitoring by the metric.
9494
9494
 
9495
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9495
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9496
9496
  '''
9497
9497
  result = self._values.get("enabled")
9498
9498
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9501,7 +9501,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9501
9501
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9502
9502
  '''Specify the value of N for the top N queries by the metric.
9503
9503
 
9504
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9504
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9505
9505
  '''
9506
9506
  result = self._values.get("top_n_size")
9507
9507
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9512,7 +9512,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
9512
9512
 
9513
9513
  Configure the window size of the top N queries.
9514
9514
 
9515
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9515
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9516
9516
  '''
9517
9517
  result = self._values.get("window_size")
9518
9518
  return typing.cast(typing.Optional[builtins.str], result)
@@ -9653,9 +9653,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9653
9653
  window_size: typing.Optional[builtins.str] = None,
9654
9654
  ) -> None:
9655
9655
  '''
9656
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9657
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9658
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9656
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9657
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9658
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9659
9659
  '''
9660
9660
  if __debug__:
9661
9661
  type_hints = typing.get_type_hints(_typecheckingstub__af605383a3698bbbbd930e4ff42d3558bc2b49d2a45ef275ee19f303369ab414)
@@ -9678,7 +9678,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9678
9678
 
9679
9679
  Enable or disable top N query monitoring by the metric.
9680
9680
 
9681
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9681
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9682
9682
  '''
9683
9683
  result = self._values.get("enabled")
9684
9684
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9687,7 +9687,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9687
9687
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9688
9688
  '''Specify the value of N for the top N queries by the metric.
9689
9689
 
9690
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9690
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9691
9691
  '''
9692
9692
  result = self._values.get("top_n_size")
9693
9693
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9698,7 +9698,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
9698
9698
 
9699
9699
  Configure the window size of the top N queries.
9700
9700
 
9701
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9701
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9702
9702
  '''
9703
9703
  result = self._values.get("window_size")
9704
9704
  return typing.cast(typing.Optional[builtins.str], result)
@@ -9839,9 +9839,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9839
9839
  window_size: typing.Optional[builtins.str] = None,
9840
9840
  ) -> None:
9841
9841
  '''
9842
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9843
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9844
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9842
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9843
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9844
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9845
9845
  '''
9846
9846
  if __debug__:
9847
9847
  type_hints = typing.get_type_hints(_typecheckingstub__a8f1e26fb94e46db6ae20ea187b2ad98f67fdc7bd6181ac39e4a17900b83dedd)
@@ -9864,7 +9864,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9864
9864
 
9865
9865
  Enable or disable top N query monitoring by the metric.
9866
9866
 
9867
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9867
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
9868
9868
  '''
9869
9869
  result = self._values.get("enabled")
9870
9870
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -9873,7 +9873,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9873
9873
  def top_n_size(self) -> typing.Optional[jsii.Number]:
9874
9874
  '''Specify the value of N for the top N queries by the metric.
9875
9875
 
9876
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9876
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
9877
9877
  '''
9878
9878
  result = self._values.get("top_n_size")
9879
9879
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -9884,7 +9884,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
9884
9884
 
9885
9885
  Configure the window size of the top N queries.
9886
9886
 
9887
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9887
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
9888
9888
  '''
9889
9889
  result = self._values.get("window_size")
9890
9890
  return typing.cast(typing.Optional[builtins.str], result)
@@ -10036,9 +10036,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
10036
10036
  window_size: typing.Optional[builtins.str] = None,
10037
10037
  ) -> None:
10038
10038
  '''
10039
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10040
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10041
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10039
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10040
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10041
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10042
10042
  '''
10043
10043
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(
10044
10044
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -10055,9 +10055,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
10055
10055
  window_size: typing.Optional[builtins.str] = None,
10056
10056
  ) -> None:
10057
10057
  '''
10058
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10059
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10060
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10058
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10059
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10060
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10061
10061
  '''
10062
10062
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency(
10063
10063
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -10074,9 +10074,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
10074
10074
  window_size: typing.Optional[builtins.str] = None,
10075
10075
  ) -> None:
10076
10076
  '''
10077
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10078
- :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.29.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10079
- :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.29.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10077
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10078
+ :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.30.0/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
10079
+ :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.30.0/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
10080
10080
  '''
10081
10081
  value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory(
10082
10082
  enabled=enabled, top_n_size=top_n_size, window_size=window_size
@@ -10176,10 +10176,10 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10176
10176
  pressure_time_limit: typing.Optional[builtins.str] = None,
10177
10177
  ) -> None:
10178
10178
  '''
10179
- :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.29.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10180
- :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.29.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10181
- :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.29.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10182
- :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.29.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10179
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10180
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10181
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10182
+ :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.30.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10183
10183
  '''
10184
10184
  if __debug__:
10185
10185
  type_hints = typing.get_type_hints(_typecheckingstub__f9a29cf3d5cc5ae1d0c9f47a3e6bd31c5ad02450141253c8c11375bd90c2137f)
@@ -10203,7 +10203,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10203
10203
 
10204
10204
  Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints.
10205
10205
 
10206
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10206
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
10207
10207
  '''
10208
10208
  result = self._values.get("pressure_checkpoint_limit")
10209
10209
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10214,7 +10214,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10214
10214
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
10215
10215
  '''Enables the segment replication backpressure mechanism. Default is false.
10216
10216
 
10217
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10217
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
10218
10218
  '''
10219
10219
  result = self._values.get("pressure_enabled")
10220
10220
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10225,7 +10225,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10225
10225
 
10226
10226
  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.
10227
10227
 
10228
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10228
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
10229
10229
  '''
10230
10230
  result = self._values.get("pressure_replica_stale_limit")
10231
10231
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10236,7 +10236,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
10236
10236
 
10237
10237
  Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes.
10238
10238
 
10239
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10239
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
10240
10240
  '''
10241
10241
  result = self._values.get("pressure_time_limit")
10242
10242
  return typing.cast(typing.Optional[builtins.str], result)
@@ -10402,10 +10402,10 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10402
10402
  primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
10403
10403
  ) -> None:
10404
10404
  '''
10405
- :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.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10406
- :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.29.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10407
- :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10408
- :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10405
+ :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.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10406
+ :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.30.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10407
+ :param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10408
+ :param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10409
10409
  '''
10410
10410
  if isinstance(operating_factor, dict):
10411
10411
  operating_factor = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(**operating_factor)
@@ -10433,7 +10433,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10433
10433
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
10434
10434
  '''Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false.
10435
10435
 
10436
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
10437
10437
  '''
10438
10438
  result = self._values.get("enabled")
10439
10439
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10451,7 +10451,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10451
10451
  shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance.
10452
10452
  Default is false.
10453
10453
 
10454
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10454
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
10455
10455
  '''
10456
10456
  result = self._values.get("enforced")
10457
10457
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -10462,7 +10462,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10462
10462
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"]:
10463
10463
  '''operating_factor block.
10464
10464
 
10465
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10465
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
10466
10466
  '''
10467
10467
  result = self._values.get("operating_factor")
10468
10468
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"], result)
@@ -10473,7 +10473,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
10473
10473
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"]:
10474
10474
  '''primary_parameter block.
10475
10475
 
10476
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10476
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
10477
10477
  '''
10478
10478
  result = self._values.get("primary_parameter")
10479
10479
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"], result)
@@ -10504,9 +10504,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10504
10504
  upper: typing.Optional[jsii.Number] = None,
10505
10505
  ) -> None:
10506
10506
  '''
10507
- :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.29.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10508
- :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.29.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10509
- :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.29.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10507
+ :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.30.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10508
+ :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.30.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10509
+ :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.30.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10510
10510
  '''
10511
10511
  if __debug__:
10512
10512
  type_hints = typing.get_type_hints(_typecheckingstub__8c2a585c78e0ebd7884489c51c18d79c728f4e6cf96723e8f1445b9a17a8bcb8)
@@ -10530,7 +10530,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10530
10530
  shard indexing backpressure decreases the current allocated memory for that shard.
10531
10531
  Default is 0.75.
10532
10532
 
10533
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10533
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10534
10534
  '''
10535
10535
  result = self._values.get("lower")
10536
10536
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10544,7 +10544,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10544
10544
  shard indexing backpressure doesn’t change the current allocated memory for that shard.
10545
10545
  Default is 0.85.
10546
10546
 
10547
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10547
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10548
10548
  '''
10549
10549
  result = self._values.get("optimal")
10550
10550
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10558,7 +10558,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
10558
10558
  shard indexing backpressure increases the current allocated memory for that shard.
10559
10559
  Default is 0.95.
10560
10560
 
10561
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10561
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10562
10562
  '''
10563
10563
  result = self._values.get("upper")
10564
10564
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -10705,9 +10705,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
10705
10705
  upper: typing.Optional[jsii.Number] = None,
10706
10706
  ) -> None:
10707
10707
  '''
10708
- :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.29.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10709
- :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.29.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10710
- :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.29.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10708
+ :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.30.0/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
10709
+ :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.30.0/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
10710
+ :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.30.0/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
10711
10711
  '''
10712
10712
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(
10713
10713
  lower=lower, optimal=optimal, upper=upper
@@ -10723,8 +10723,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
10723
10723
  shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
10724
10724
  ) -> None:
10725
10725
  '''
10726
- :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10727
- :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10726
+ :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10727
+ :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10728
10728
  '''
10729
10729
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter(
10730
10730
  node_attribute=node_attribute, shard=shard
@@ -10851,8 +10851,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10851
10851
  shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
10852
10852
  ) -> None:
10853
10853
  '''
10854
- :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10855
- :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10854
+ :param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10855
+ :param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10856
10856
  '''
10857
10857
  if isinstance(node_attribute, dict):
10858
10858
  node_attribute = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(**node_attribute)
@@ -10874,7 +10874,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10874
10874
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"]:
10875
10875
  '''node block.
10876
10876
 
10877
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10877
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
10878
10878
  '''
10879
10879
  result = self._values.get("node_attribute")
10880
10880
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"], result)
@@ -10885,7 +10885,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10885
10885
  ) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"]:
10886
10886
  '''shard block.
10887
10887
 
10888
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10888
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
10889
10889
  '''
10890
10890
  result = self._values.get("shard")
10891
10891
  return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"], result)
@@ -10910,7 +10910,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
10910
10910
  class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode:
10911
10911
  def __init__(self, *, soft_limit: typing.Optional[jsii.Number] = None) -> None:
10912
10912
  '''
10913
- :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.29.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10913
+ :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.30.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10914
10914
  '''
10915
10915
  if __debug__:
10916
10916
  type_hints = typing.get_type_hints(_typecheckingstub__95918dc70f50ad9e3281b3f7d9734e2c0361a87e02f2466a872b57e27e96e88b)
@@ -10927,7 +10927,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNo
10927
10927
  threshold that acts as a soft indicator for strain on a node.
10928
10928
  Default is 0.7.
10929
10929
 
10930
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10930
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
10931
10931
  '''
10932
10932
  result = self._values.get("soft_limit")
10933
10933
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -11030,7 +11030,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
11030
11030
  soft_limit: typing.Optional[jsii.Number] = None,
11031
11031
  ) -> None:
11032
11032
  '''
11033
- :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.29.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
11033
+ :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.30.0/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
11034
11034
  '''
11035
11035
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(
11036
11036
  soft_limit=soft_limit
@@ -11041,7 +11041,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
11041
11041
  @jsii.member(jsii_name="putShard")
11042
11042
  def put_shard(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
11043
11043
  '''
11044
- :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.29.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11044
+ :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.30.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11045
11045
  '''
11046
11046
  value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard(
11047
11047
  min_limit=min_limit
@@ -11111,7 +11111,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
11111
11111
  class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard:
11112
11112
  def __init__(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
11113
11113
  '''
11114
- :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.29.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11114
+ :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.30.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11115
11115
  '''
11116
11116
  if __debug__:
11117
11117
  type_hints = typing.get_type_hints(_typecheckingstub__61809a554eeb88b3f45b401f1246c1075998ae05ab7a23a06d1335c6882a0f6a)
@@ -11128,7 +11128,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterSh
11128
11128
  Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard.
11129
11129
  Default is 0.001.
11130
11130
 
11131
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11131
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
11132
11132
  '''
11133
11133
  result = self._values.get("min_limit")
11134
11134
  return typing.cast(typing.Optional[jsii.Number], result)