cdktf-cdktf-provider-upcloud 14.6.1__py3-none-any.whl → 14.8.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.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +83 -46
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +19 -59
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +42 -85
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +66 -66
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +215 -116
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +431 -330
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +301 -1155
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +118 -118
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.6.1.dist-info → cdktf_cdktf_provider_upcloud-14.8.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.8.0.dist-info/RECORD +61 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.6.1.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.6.1.dist-info → cdktf_cdktf_provider_upcloud-14.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.6.1.dist-info → cdktf_cdktf_provider_upcloud-14.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.6.1.dist-info → cdktf_cdktf_provider_upcloud-14.8.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.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedDatabaseOpensearch(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearch",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -56,22 +56,22 @@ class ManagedDatabaseOpensearch(
|
|
|
56
56
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
57
57
|
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,
|
|
58
58
|
) -> None:
|
|
59
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
|
|
60
60
|
|
|
61
61
|
:param scope: The scope in which to define this construct.
|
|
62
62
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
63
|
-
: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.
|
|
64
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
65
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
66
|
-
: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.
|
|
67
|
-
: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.
|
|
68
|
-
: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.
|
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
70
|
-
: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.
|
|
71
|
-
: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.
|
|
72
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
73
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
74
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
: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.8.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
64
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
65
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
66
|
+
: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.8.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
67
|
+
: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.8.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
68
|
+
: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.8.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.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.
|
|
70
|
+
: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.8.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
71
|
+
: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.8.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
72
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
73
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
74
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
75
75
|
:param connection:
|
|
76
76
|
:param count:
|
|
77
77
|
:param depends_on:
|
|
@@ -121,7 +121,7 @@ class ManagedDatabaseOpensearch(
|
|
|
121
121
|
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
|
123
123
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabaseOpensearch to import.
|
|
124
|
-
: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.
|
|
124
|
+
: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.8.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
|
|
125
125
|
:param provider: ? Optional instance of the provider where the ManagedDatabaseOpensearch to import is found.
|
|
126
126
|
'''
|
|
127
127
|
if __debug__:
|
|
@@ -181,6 +181,8 @@ class ManagedDatabaseOpensearch(
|
|
|
181
181
|
ism_history_rollover_check_period: typing.Optional[jsii.Number] = None,
|
|
182
182
|
ism_history_rollover_retention_period: typing.Optional[jsii.Number] = None,
|
|
183
183
|
keep_index_refresh_interval: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
184
|
+
knn_memory_circuit_breaker_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
185
|
+
knn_memory_circuit_breaker_limit: typing.Optional[jsii.Number] = None,
|
|
184
186
|
openid: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesOpenid", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
185
187
|
opensearch_dashboards: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesOpensearchDashboards", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
186
188
|
override_main_response_version: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
@@ -205,60 +207,62 @@ class ManagedDatabaseOpensearch(
|
|
|
205
207
|
version: typing.Optional[builtins.str] = None,
|
|
206
208
|
) -> None:
|
|
207
209
|
'''
|
|
208
|
-
: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.
|
|
209
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
210
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
211
|
-
: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.
|
|
212
|
-
: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.
|
|
213
|
-
: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 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
214
|
-
: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.
|
|
215
|
-
: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.
|
|
216
|
-
: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.
|
|
217
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
218
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
219
|
-
: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.
|
|
220
|
-
: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.
|
|
221
|
-
: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.
|
|
222
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
223
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
224
|
-
: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.
|
|
225
|
-
: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.
|
|
226
|
-
: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.
|
|
227
|
-
: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.
|
|
228
|
-
: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.
|
|
229
|
-
: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.
|
|
230
|
-
: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.
|
|
231
|
-
: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.
|
|
232
|
-
: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.
|
|
233
|
-
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
234
|
-
: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.
|
|
235
|
-
: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.
|
|
236
|
-
: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.
|
|
237
|
-
: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.
|
|
238
|
-
: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.
|
|
239
|
-
: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.
|
|
240
|
-
:param
|
|
241
|
-
:param
|
|
242
|
-
:param
|
|
243
|
-
:param
|
|
244
|
-
:param
|
|
245
|
-
:param
|
|
246
|
-
:param
|
|
247
|
-
:param
|
|
248
|
-
:param
|
|
249
|
-
:param
|
|
250
|
-
:param
|
|
251
|
-
:param
|
|
252
|
-
:param
|
|
253
|
-
:param
|
|
254
|
-
:param
|
|
255
|
-
:param
|
|
256
|
-
:param
|
|
257
|
-
:param
|
|
258
|
-
:param
|
|
259
|
-
:param
|
|
260
|
-
:param
|
|
261
|
-
:param
|
|
210
|
+
: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.8.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
211
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
212
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
213
|
+
: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.8.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
214
|
+
: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.8.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
215
|
+
: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 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
216
|
+
: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.8.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
217
|
+
: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.8.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
218
|
+
: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.8.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
219
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
220
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
221
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
222
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
223
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
224
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
225
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
226
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
227
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
228
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
229
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
230
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
231
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
232
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
233
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
234
|
+
: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.8.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
235
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
236
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
237
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
238
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
239
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
240
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
241
|
+
: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.8.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
242
|
+
: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.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
243
|
+
:param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
244
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
245
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
246
|
+
: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.8.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
247
|
+
: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.8.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
248
|
+
: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.8.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
249
|
+
: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.8.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
250
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
251
|
+
: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.8.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
252
|
+
: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.8.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
253
|
+
: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.8.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
254
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
255
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
256
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
257
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
258
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
259
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
260
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
261
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
262
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
263
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
264
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
265
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
262
266
|
'''
|
|
263
267
|
value = ManagedDatabaseOpensearchProperties(
|
|
264
268
|
action_auto_create_index_enabled=action_auto_create_index_enabled,
|
|
@@ -293,6 +297,8 @@ class ManagedDatabaseOpensearch(
|
|
|
293
297
|
ism_history_rollover_check_period=ism_history_rollover_check_period,
|
|
294
298
|
ism_history_rollover_retention_period=ism_history_rollover_retention_period,
|
|
295
299
|
keep_index_refresh_interval=keep_index_refresh_interval,
|
|
300
|
+
knn_memory_circuit_breaker_enabled=knn_memory_circuit_breaker_enabled,
|
|
301
|
+
knn_memory_circuit_breaker_limit=knn_memory_circuit_breaker_limit,
|
|
296
302
|
openid=openid,
|
|
297
303
|
opensearch_dashboards=opensearch_dashboards,
|
|
298
304
|
override_main_response_version=override_main_response_version,
|
|
@@ -849,18 +855,18 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
849
855
|
:param lifecycle:
|
|
850
856
|
:param provider:
|
|
851
857
|
:param provisioners:
|
|
852
|
-
: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.
|
|
853
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
854
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
855
|
-
: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.
|
|
856
|
-
: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.
|
|
857
|
-
: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.
|
|
858
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
859
|
-
: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.
|
|
860
|
-
: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.
|
|
861
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
862
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
863
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
858
|
+
: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.8.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
859
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
860
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
861
|
+
: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.8.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
862
|
+
: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.8.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
863
|
+
: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.8.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
864
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.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.
|
|
865
|
+
: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.8.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
866
|
+
: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.8.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
867
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
868
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
869
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
864
870
|
'''
|
|
865
871
|
if isinstance(lifecycle, dict):
|
|
866
872
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -994,7 +1000,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
994
1000
|
|
|
995
1001
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
996
1002
|
|
|
997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1003
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
998
1004
|
'''
|
|
999
1005
|
result = self._values.get("name")
|
|
1000
1006
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1006,7 +1012,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1006
1012
|
|
|
1007
1013
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
1008
1014
|
|
|
1009
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
1010
1016
|
'''
|
|
1011
1017
|
result = self._values.get("plan")
|
|
1012
1018
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1016,7 +1022,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1016
1022
|
def title(self) -> builtins.str:
|
|
1017
1023
|
'''Title of a managed database instance.
|
|
1018
1024
|
|
|
1019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
1020
1026
|
'''
|
|
1021
1027
|
result = self._values.get("title")
|
|
1022
1028
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1026,7 +1032,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1026
1032
|
def zone(self) -> builtins.str:
|
|
1027
1033
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1028
1034
|
|
|
1029
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1035
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
1030
1036
|
'''
|
|
1031
1037
|
result = self._values.get("zone")
|
|
1032
1038
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1040,7 +1046,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1040
1046
|
|
|
1041
1047
|
User access control rules will only be enforced if this attribute is enabled.
|
|
1042
1048
|
|
|
1043
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1049
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
1044
1050
|
'''
|
|
1045
1051
|
result = self._values.get("access_control")
|
|
1046
1052
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1053,14 +1059,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1053
1059
|
|
|
1054
1060
|
Users are limited to perform operations on indices based on the user-specific access control rules.
|
|
1055
1061
|
|
|
1056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1062
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
1057
1063
|
'''
|
|
1058
1064
|
result = self._values.get("extended_access_control")
|
|
1059
1065
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
1060
1066
|
|
|
1061
1067
|
@builtins.property
|
|
1062
1068
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1063
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1069
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
|
|
1064
1070
|
|
|
1065
1071
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1066
1072
|
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.
|
|
@@ -1072,7 +1078,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1072
1078
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1073
1079
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1074
1080
|
|
|
1075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1081
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
1076
1082
|
'''
|
|
1077
1083
|
result = self._values.get("maintenance_window_dow")
|
|
1078
1084
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1081,7 +1087,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1081
1087
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1082
1088
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1083
1089
|
|
|
1084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1090
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
1085
1091
|
'''
|
|
1086
1092
|
result = self._values.get("maintenance_window_time")
|
|
1087
1093
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1092,7 +1098,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1092
1098
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
|
|
1093
1099
|
'''network block.
|
|
1094
1100
|
|
|
1095
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1101
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
1096
1102
|
'''
|
|
1097
1103
|
result = self._values.get("network")
|
|
1098
1104
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
|
|
@@ -1103,7 +1109,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1103
1109
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1104
1110
|
'''The administrative power state of the service.
|
|
1105
1111
|
|
|
1106
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1112
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
1107
1113
|
'''
|
|
1108
1114
|
result = self._values.get("powered")
|
|
1109
1115
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1112,7 +1118,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1112
1118
|
def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
|
|
1113
1119
|
'''properties block.
|
|
1114
1120
|
|
|
1115
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1121
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
1116
1122
|
'''
|
|
1117
1123
|
result = self._values.get("properties")
|
|
1118
1124
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
|
|
@@ -1144,10 +1150,10 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1144
1150
|
uuid: builtins.str,
|
|
1145
1151
|
) -> None:
|
|
1146
1152
|
'''
|
|
1147
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1148
|
-
: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.
|
|
1149
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1150
|
-
: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.
|
|
1153
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1154
|
+
: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.8.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1155
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1156
|
+
: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.8.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1151
1157
|
'''
|
|
1152
1158
|
if __debug__:
|
|
1153
1159
|
type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
|
|
@@ -1166,7 +1172,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1166
1172
|
def family(self) -> builtins.str:
|
|
1167
1173
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1168
1174
|
|
|
1169
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1175
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1170
1176
|
'''
|
|
1171
1177
|
result = self._values.get("family")
|
|
1172
1178
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1176,7 +1182,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1176
1182
|
def name(self) -> builtins.str:
|
|
1177
1183
|
'''The name of the network. Must be unique within the service.
|
|
1178
1184
|
|
|
1179
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1180
1186
|
'''
|
|
1181
1187
|
result = self._values.get("name")
|
|
1182
1188
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1186,7 +1192,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1186
1192
|
def type(self) -> builtins.str:
|
|
1187
1193
|
'''The type of the network. Must be private.
|
|
1188
1194
|
|
|
1189
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1195
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1190
1196
|
'''
|
|
1191
1197
|
result = self._values.get("type")
|
|
1192
1198
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1196,7 +1202,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1196
1202
|
def uuid(self) -> builtins.str:
|
|
1197
1203
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1198
1204
|
|
|
1199
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1200
1206
|
'''
|
|
1201
1207
|
result = self._values.get("uuid")
|
|
1202
1208
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1609,6 +1615,8 @@ class ManagedDatabaseOpensearchNodeStatesOutputReference(
|
|
|
1609
1615
|
"ism_history_rollover_check_period": "ismHistoryRolloverCheckPeriod",
|
|
1610
1616
|
"ism_history_rollover_retention_period": "ismHistoryRolloverRetentionPeriod",
|
|
1611
1617
|
"keep_index_refresh_interval": "keepIndexRefreshInterval",
|
|
1618
|
+
"knn_memory_circuit_breaker_enabled": "knnMemoryCircuitBreakerEnabled",
|
|
1619
|
+
"knn_memory_circuit_breaker_limit": "knnMemoryCircuitBreakerLimit",
|
|
1612
1620
|
"openid": "openid",
|
|
1613
1621
|
"opensearch_dashboards": "opensearchDashboards",
|
|
1614
1622
|
"override_main_response_version": "overrideMainResponseVersion",
|
|
@@ -1669,6 +1677,8 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1669
1677
|
ism_history_rollover_check_period: typing.Optional[jsii.Number] = None,
|
|
1670
1678
|
ism_history_rollover_retention_period: typing.Optional[jsii.Number] = None,
|
|
1671
1679
|
keep_index_refresh_interval: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1680
|
+
knn_memory_circuit_breaker_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1681
|
+
knn_memory_circuit_breaker_limit: typing.Optional[jsii.Number] = None,
|
|
1672
1682
|
openid: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesOpenid", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1673
1683
|
opensearch_dashboards: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesOpensearchDashboards", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1674
1684
|
override_main_response_version: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
@@ -1693,60 +1703,62 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1693
1703
|
version: typing.Optional[builtins.str] = None,
|
|
1694
1704
|
) -> None:
|
|
1695
1705
|
'''
|
|
1696
|
-
: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.
|
|
1697
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1698
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1699
|
-
: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.
|
|
1700
|
-
: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.
|
|
1701
|
-
: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 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1702
|
-
: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.
|
|
1703
|
-
: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.
|
|
1704
|
-
: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.
|
|
1705
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1706
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1707
|
-
: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.
|
|
1708
|
-
: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.
|
|
1709
|
-
: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.
|
|
1710
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1711
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1712
|
-
: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.
|
|
1713
|
-
: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.
|
|
1714
|
-
: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.
|
|
1715
|
-
: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.
|
|
1716
|
-
: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.
|
|
1717
|
-
: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.
|
|
1718
|
-
: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.
|
|
1719
|
-
: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.
|
|
1720
|
-
: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.
|
|
1721
|
-
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1722
|
-
: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.
|
|
1723
|
-
: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.
|
|
1724
|
-
: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.
|
|
1725
|
-
: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.
|
|
1726
|
-
: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.
|
|
1727
|
-
: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.
|
|
1728
|
-
:param
|
|
1729
|
-
:param
|
|
1730
|
-
:param
|
|
1731
|
-
:param
|
|
1732
|
-
:param
|
|
1733
|
-
:param
|
|
1734
|
-
:param
|
|
1735
|
-
:param
|
|
1736
|
-
:param
|
|
1737
|
-
:param
|
|
1738
|
-
:param
|
|
1739
|
-
:param
|
|
1740
|
-
:param
|
|
1741
|
-
:param
|
|
1742
|
-
:param
|
|
1743
|
-
:param
|
|
1744
|
-
:param
|
|
1745
|
-
:param
|
|
1746
|
-
:param
|
|
1747
|
-
:param
|
|
1748
|
-
:param
|
|
1749
|
-
:param
|
|
1706
|
+
: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.8.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1707
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1708
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1709
|
+
: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.8.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1710
|
+
: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.8.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1711
|
+
: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 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
1712
|
+
: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.8.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
1713
|
+
: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.8.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
1714
|
+
: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.8.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
1715
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
1716
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
1717
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
1718
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
1719
|
+
: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.8.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
1720
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
1721
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
1722
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
1723
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
1724
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
1725
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
1726
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
1727
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
1728
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
1729
|
+
: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.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
1730
|
+
: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.8.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
1731
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
1732
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
1733
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
1734
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
1735
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
1736
|
+
: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.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
1737
|
+
: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.8.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
1738
|
+
: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.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
1739
|
+
:param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
1740
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
1741
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
1742
|
+
: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.8.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
1743
|
+
: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.8.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
1744
|
+
: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.8.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
1745
|
+
: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.8.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
1746
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
1747
|
+
: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.8.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
1748
|
+
: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.8.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
1749
|
+
: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.8.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
1750
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
1751
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
1752
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
1753
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
1754
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
1755
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
1756
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
1757
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
1758
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
1759
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
1760
|
+
: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.8.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
1761
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
1750
1762
|
'''
|
|
1751
1763
|
if isinstance(auth_failure_listeners, dict):
|
|
1752
1764
|
auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
|
|
@@ -1792,6 +1804,8 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1792
1804
|
check_type(argname="argument ism_history_rollover_check_period", value=ism_history_rollover_check_period, expected_type=type_hints["ism_history_rollover_check_period"])
|
|
1793
1805
|
check_type(argname="argument ism_history_rollover_retention_period", value=ism_history_rollover_retention_period, expected_type=type_hints["ism_history_rollover_retention_period"])
|
|
1794
1806
|
check_type(argname="argument keep_index_refresh_interval", value=keep_index_refresh_interval, expected_type=type_hints["keep_index_refresh_interval"])
|
|
1807
|
+
check_type(argname="argument knn_memory_circuit_breaker_enabled", value=knn_memory_circuit_breaker_enabled, expected_type=type_hints["knn_memory_circuit_breaker_enabled"])
|
|
1808
|
+
check_type(argname="argument knn_memory_circuit_breaker_limit", value=knn_memory_circuit_breaker_limit, expected_type=type_hints["knn_memory_circuit_breaker_limit"])
|
|
1795
1809
|
check_type(argname="argument openid", value=openid, expected_type=type_hints["openid"])
|
|
1796
1810
|
check_type(argname="argument opensearch_dashboards", value=opensearch_dashboards, expected_type=type_hints["opensearch_dashboards"])
|
|
1797
1811
|
check_type(argname="argument override_main_response_version", value=override_main_response_version, expected_type=type_hints["override_main_response_version"])
|
|
@@ -1879,6 +1893,10 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1879
1893
|
self._values["ism_history_rollover_retention_period"] = ism_history_rollover_retention_period
|
|
1880
1894
|
if keep_index_refresh_interval is not None:
|
|
1881
1895
|
self._values["keep_index_refresh_interval"] = keep_index_refresh_interval
|
|
1896
|
+
if knn_memory_circuit_breaker_enabled is not None:
|
|
1897
|
+
self._values["knn_memory_circuit_breaker_enabled"] = knn_memory_circuit_breaker_enabled
|
|
1898
|
+
if knn_memory_circuit_breaker_limit is not None:
|
|
1899
|
+
self._values["knn_memory_circuit_breaker_limit"] = knn_memory_circuit_breaker_limit
|
|
1882
1900
|
if openid is not None:
|
|
1883
1901
|
self._values["openid"] = openid
|
|
1884
1902
|
if opensearch_dashboards is not None:
|
|
@@ -1930,7 +1948,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1930
1948
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1931
1949
|
'''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
1932
1950
|
|
|
1933
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1951
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1934
1952
|
'''
|
|
1935
1953
|
result = self._values.get("action_auto_create_index_enabled")
|
|
1936
1954
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1941,7 +1959,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1941
1959
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1942
1960
|
'''Require explicit index names when deleting.
|
|
1943
1961
|
|
|
1944
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1962
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1945
1963
|
'''
|
|
1946
1964
|
result = self._values.get("action_destructive_requires_name")
|
|
1947
1965
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1952,7 +1970,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1952
1970
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
|
|
1953
1971
|
'''auth_failure_listeners block.
|
|
1954
1972
|
|
|
1955
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1973
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1956
1974
|
'''
|
|
1957
1975
|
result = self._values.get("auth_failure_listeners")
|
|
1958
1976
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
|
|
@@ -1963,7 +1981,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1963
1981
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1964
1982
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1965
1983
|
|
|
1966
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1984
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1967
1985
|
'''
|
|
1968
1986
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1969
1987
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1972,7 +1990,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1972
1990
|
def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
|
|
1973
1991
|
'''Controls the number of shards allowed in the cluster per data node.
|
|
1974
1992
|
|
|
1975
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1993
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1976
1994
|
'''
|
|
1977
1995
|
result = self._values.get("cluster_max_shards_per_node")
|
|
1978
1996
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1985,7 +2003,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1985
2003
|
|
|
1986
2004
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
|
|
1987
2005
|
|
|
1988
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2006
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
1989
2007
|
'''
|
|
1990
2008
|
result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
|
|
1991
2009
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1994,7 +2012,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1994
2012
|
def custom_domain(self) -> typing.Optional[builtins.str]:
|
|
1995
2013
|
'''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
1996
2014
|
|
|
1997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
1998
2016
|
'''
|
|
1999
2017
|
result = self._values.get("custom_domain")
|
|
2000
2018
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2005,7 +2023,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2005
2023
|
|
|
2006
2024
|
This should be identical to the Sender name defined in Opensearch dashboards.
|
|
2007
2025
|
|
|
2008
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2026
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
2009
2027
|
'''
|
|
2010
2028
|
result = self._values.get("email_sender_name")
|
|
2011
2029
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2016,7 +2034,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2016
2034
|
|
|
2017
2035
|
Sender password for Opensearch alerts to authenticate with SMTP server.
|
|
2018
2036
|
|
|
2019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2037
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
2020
2038
|
'''
|
|
2021
2039
|
result = self._values.get("email_sender_password")
|
|
2022
2040
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2025,7 +2043,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2025
2043
|
def email_sender_username(self) -> typing.Optional[builtins.str]:
|
|
2026
2044
|
'''Sender username for Opensearch alerts.
|
|
2027
2045
|
|
|
2028
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2046
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
2029
2047
|
'''
|
|
2030
2048
|
result = self._values.get("email_sender_username")
|
|
2031
2049
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2036,7 +2054,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2036
2054
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2037
2055
|
'''Enable/Disable security audit.
|
|
2038
2056
|
|
|
2039
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2057
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
2040
2058
|
'''
|
|
2041
2059
|
result = self._values.get("enable_security_audit")
|
|
2042
2060
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2045,7 +2063,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2045
2063
|
def http_max_content_length(self) -> typing.Optional[jsii.Number]:
|
|
2046
2064
|
'''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
2047
2065
|
|
|
2048
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2066
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
2049
2067
|
'''
|
|
2050
2068
|
result = self._values.get("http_max_content_length")
|
|
2051
2069
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2054,7 +2072,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2054
2072
|
def http_max_header_size(self) -> typing.Optional[jsii.Number]:
|
|
2055
2073
|
'''The max size of allowed headers, in bytes.
|
|
2056
2074
|
|
|
2057
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
2058
2076
|
'''
|
|
2059
2077
|
result = self._values.get("http_max_header_size")
|
|
2060
2078
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2063,7 +2081,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2063
2081
|
def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
|
|
2064
2082
|
'''The max length of an HTTP URL, in bytes.
|
|
2065
2083
|
|
|
2066
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
2067
2085
|
'''
|
|
2068
2086
|
result = self._values.get("http_max_initial_line_length")
|
|
2069
2087
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2072,7 +2090,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2072
2090
|
def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2073
2091
|
'''Index patterns.
|
|
2074
2092
|
|
|
2075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2093
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
2076
2094
|
'''
|
|
2077
2095
|
result = self._values.get("index_patterns")
|
|
2078
2096
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2083,7 +2101,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2083
2101
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
|
|
2084
2102
|
'''index_template block.
|
|
2085
2103
|
|
|
2086
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2104
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
2087
2105
|
'''
|
|
2088
2106
|
result = self._values.get("index_template")
|
|
2089
2107
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
|
|
@@ -2094,7 +2112,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2094
2112
|
|
|
2095
2113
|
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.
|
|
2096
2114
|
|
|
2097
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2115
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
2098
2116
|
'''
|
|
2099
2117
|
result = self._values.get("indices_fielddata_cache_size")
|
|
2100
2118
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2105,7 +2123,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2105
2123
|
|
|
2106
2124
|
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.
|
|
2107
2125
|
|
|
2108
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2126
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
2109
2127
|
'''
|
|
2110
2128
|
result = self._values.get("indices_memory_index_buffer_size")
|
|
2111
2129
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2116,7 +2134,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2116
2134
|
|
|
2117
2135
|
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.
|
|
2118
2136
|
|
|
2119
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2137
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
2120
2138
|
'''
|
|
2121
2139
|
result = self._values.get("indices_memory_max_index_buffer_size")
|
|
2122
2140
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2127,7 +2145,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2127
2145
|
|
|
2128
2146
|
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.
|
|
2129
2147
|
|
|
2130
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2148
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
2131
2149
|
'''
|
|
2132
2150
|
result = self._values.get("indices_memory_min_index_buffer_size")
|
|
2133
2151
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2138,7 +2156,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2138
2156
|
|
|
2139
2157
|
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.
|
|
2140
2158
|
|
|
2141
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2159
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
2142
2160
|
'''
|
|
2143
2161
|
result = self._values.get("indices_queries_cache_size")
|
|
2144
2162
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2149,7 +2167,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2149
2167
|
|
|
2150
2168
|
The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
2151
2169
|
|
|
2152
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2170
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
2153
2171
|
'''
|
|
2154
2172
|
result = self._values.get("indices_query_bool_max_clause_count")
|
|
2155
2173
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2160,7 +2178,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2160
2178
|
|
|
2161
2179
|
Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
2162
2180
|
|
|
2163
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
2164
2182
|
'''
|
|
2165
2183
|
result = self._values.get("indices_recovery_max_bytes_per_sec")
|
|
2166
2184
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2171,7 +2189,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2171
2189
|
) -> typing.Optional[jsii.Number]:
|
|
2172
2190
|
'''Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
2173
2191
|
|
|
2174
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2192
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
2175
2193
|
'''
|
|
2176
2194
|
result = self._values.get("indices_recovery_max_concurrent_file_chunks")
|
|
2177
2195
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2180,7 +2198,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2180
2198
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2181
2199
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2182
2200
|
|
|
2183
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2201
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
2184
2202
|
'''
|
|
2185
2203
|
result = self._values.get("ip_filter")
|
|
2186
2204
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2191,7 +2209,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2191
2209
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2192
2210
|
'''Specifies whether ISM is enabled or not.
|
|
2193
2211
|
|
|
2194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2212
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
2195
2213
|
'''
|
|
2196
2214
|
result = self._values.get("ism_enabled")
|
|
2197
2215
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2202,7 +2220,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2202
2220
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2203
2221
|
'''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
2204
2222
|
|
|
2205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2223
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
2206
2224
|
'''
|
|
2207
2225
|
result = self._values.get("ism_history_enabled")
|
|
2208
2226
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2211,7 +2229,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2211
2229
|
def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2212
2230
|
'''The maximum age before rolling over the audit history index in hours.
|
|
2213
2231
|
|
|
2214
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2232
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
2215
2233
|
'''
|
|
2216
2234
|
result = self._values.get("ism_history_max_age")
|
|
2217
2235
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2220,7 +2238,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2220
2238
|
def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
|
|
2221
2239
|
'''The maximum number of documents before rolling over the audit history index.
|
|
2222
2240
|
|
|
2223
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2241
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
2224
2242
|
'''
|
|
2225
2243
|
result = self._values.get("ism_history_max_docs")
|
|
2226
2244
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2229,7 +2247,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2229
2247
|
def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
|
|
2230
2248
|
'''The time between rollover checks for the audit history index in hours.
|
|
2231
2249
|
|
|
2232
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2250
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
2233
2251
|
'''
|
|
2234
2252
|
result = self._values.get("ism_history_rollover_check_period")
|
|
2235
2253
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2238,7 +2256,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2238
2256
|
def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
|
|
2239
2257
|
'''How long audit history indices are kept in days.
|
|
2240
2258
|
|
|
2241
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2259
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
2242
2260
|
'''
|
|
2243
2261
|
result = self._values.get("ism_history_rollover_retention_period")
|
|
2244
2262
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2249,16 +2267,36 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2249
2267
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2250
2268
|
'''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.
|
|
2251
2269
|
|
|
2252
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2270
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
2253
2271
|
'''
|
|
2254
2272
|
result = self._values.get("keep_index_refresh_interval")
|
|
2255
2273
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
2256
2274
|
|
|
2275
|
+
@builtins.property
|
|
2276
|
+
def knn_memory_circuit_breaker_enabled(
|
|
2277
|
+
self,
|
|
2278
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2279
|
+
'''Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
2280
|
+
|
|
2281
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
2282
|
+
'''
|
|
2283
|
+
result = self._values.get("knn_memory_circuit_breaker_enabled")
|
|
2284
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
2285
|
+
|
|
2286
|
+
@builtins.property
|
|
2287
|
+
def knn_memory_circuit_breaker_limit(self) -> typing.Optional[jsii.Number]:
|
|
2288
|
+
'''Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
2289
|
+
|
|
2290
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
2291
|
+
'''
|
|
2292
|
+
result = self._values.get("knn_memory_circuit_breaker_limit")
|
|
2293
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2294
|
+
|
|
2257
2295
|
@builtins.property
|
|
2258
2296
|
def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
|
|
2259
2297
|
'''openid block.
|
|
2260
2298
|
|
|
2261
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2299
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
2262
2300
|
'''
|
|
2263
2301
|
result = self._values.get("openid")
|
|
2264
2302
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
|
|
@@ -2269,7 +2307,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2269
2307
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
|
|
2270
2308
|
'''opensearch_dashboards block.
|
|
2271
2309
|
|
|
2272
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2310
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
2273
2311
|
'''
|
|
2274
2312
|
result = self._values.get("opensearch_dashboards")
|
|
2275
2313
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
|
|
@@ -2280,7 +2318,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2280
2318
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2281
2319
|
'''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
2282
2320
|
|
|
2283
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2321
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
2284
2322
|
'''
|
|
2285
2323
|
result = self._values.get("override_main_response_version")
|
|
2286
2324
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2291,7 +2329,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2291
2329
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2292
2330
|
'''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
2293
2331
|
|
|
2294
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
2295
2333
|
'''
|
|
2296
2334
|
result = self._values.get("plugins_alerting_filter_by_backend_roles")
|
|
2297
2335
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2302,7 +2340,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2302
2340
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2303
2341
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2304
2342
|
|
|
2305
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
2306
2344
|
'''
|
|
2307
2345
|
result = self._values.get("public_access")
|
|
2308
2346
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2311,7 +2349,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2311
2349
|
def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2312
2350
|
'''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
2313
2351
|
|
|
2314
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
2315
2353
|
'''
|
|
2316
2354
|
result = self._values.get("reindex_remote_whitelist")
|
|
2317
2355
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2320,7 +2358,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2320
2358
|
def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
|
|
2321
2359
|
'''saml block.
|
|
2322
2360
|
|
|
2323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
2324
2362
|
'''
|
|
2325
2363
|
result = self._values.get("saml")
|
|
2326
2364
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
|
|
@@ -2331,7 +2369,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2331
2369
|
|
|
2332
2370
|
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
|
|
2333
2371
|
|
|
2334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2372
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
2335
2373
|
'''
|
|
2336
2374
|
result = self._values.get("script_max_compilations_rate")
|
|
2337
2375
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2342,7 +2380,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2342
2380
|
|
|
2343
2381
|
OpenSearch default value is used when this is not defined.
|
|
2344
2382
|
|
|
2345
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
2346
2384
|
'''
|
|
2347
2385
|
result = self._values.get("search_max_buckets")
|
|
2348
2386
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2353,7 +2391,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2353
2391
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2354
2392
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2355
2393
|
|
|
2356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2394
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
2357
2395
|
'''
|
|
2358
2396
|
result = self._values.get("service_log")
|
|
2359
2397
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2362,7 +2400,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2362
2400
|
def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2363
2401
|
'''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2364
2402
|
|
|
2365
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2403
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
2366
2404
|
'''
|
|
2367
2405
|
result = self._values.get("thread_pool_analyze_queue_size")
|
|
2368
2406
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2373,7 +2411,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2373
2411
|
|
|
2374
2412
|
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.
|
|
2375
2413
|
|
|
2376
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2414
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
2377
2415
|
'''
|
|
2378
2416
|
result = self._values.get("thread_pool_analyze_size")
|
|
2379
2417
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2384,7 +2422,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2384
2422
|
|
|
2385
2423
|
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.
|
|
2386
2424
|
|
|
2387
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2425
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
2388
2426
|
'''
|
|
2389
2427
|
result = self._values.get("thread_pool_force_merge_size")
|
|
2390
2428
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2393,7 +2431,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2393
2431
|
def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2394
2432
|
'''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2395
2433
|
|
|
2396
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2434
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
2397
2435
|
'''
|
|
2398
2436
|
result = self._values.get("thread_pool_get_queue_size")
|
|
2399
2437
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2404,7 +2442,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2404
2442
|
|
|
2405
2443
|
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.
|
|
2406
2444
|
|
|
2407
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
2408
2446
|
'''
|
|
2409
2447
|
result = self._values.get("thread_pool_get_size")
|
|
2410
2448
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2413,7 +2451,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2413
2451
|
def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2414
2452
|
'''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2415
2453
|
|
|
2416
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
2417
2455
|
'''
|
|
2418
2456
|
result = self._values.get("thread_pool_search_queue_size")
|
|
2419
2457
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2424,7 +2462,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2424
2462
|
|
|
2425
2463
|
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.
|
|
2426
2464
|
|
|
2427
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2465
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
2428
2466
|
'''
|
|
2429
2467
|
result = self._values.get("thread_pool_search_size")
|
|
2430
2468
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2433,7 +2471,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2433
2471
|
def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2434
2472
|
'''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2435
2473
|
|
|
2436
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
2437
2475
|
'''
|
|
2438
2476
|
result = self._values.get("thread_pool_search_throttled_queue_size")
|
|
2439
2477
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2444,7 +2482,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2444
2482
|
|
|
2445
2483
|
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.
|
|
2446
2484
|
|
|
2447
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2485
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
2448
2486
|
'''
|
|
2449
2487
|
result = self._values.get("thread_pool_search_throttled_size")
|
|
2450
2488
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2453,7 +2491,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2453
2491
|
def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2454
2492
|
'''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2455
2493
|
|
|
2456
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2494
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
2457
2495
|
'''
|
|
2458
2496
|
result = self._values.get("thread_pool_write_queue_size")
|
|
2459
2497
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2464,7 +2502,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2464
2502
|
|
|
2465
2503
|
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.
|
|
2466
2504
|
|
|
2467
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2505
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
2468
2506
|
'''
|
|
2469
2507
|
result = self._values.get("thread_pool_write_size")
|
|
2470
2508
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2473,7 +2511,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2473
2511
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2474
2512
|
'''OpenSearch major version.
|
|
2475
2513
|
|
|
2476
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
2477
2515
|
'''
|
|
2478
2516
|
result = self._values.get("version")
|
|
2479
2517
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2506,8 +2544,8 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2506
2544
|
ip_rate_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2507
2545
|
) -> None:
|
|
2508
2546
|
'''
|
|
2509
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2510
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2547
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2548
|
+
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2511
2549
|
'''
|
|
2512
2550
|
if isinstance(internal_authentication_backend_limiting, dict):
|
|
2513
2551
|
internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
|
|
@@ -2529,7 +2567,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2529
2567
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
|
|
2530
2568
|
'''internal_authentication_backend_limiting block.
|
|
2531
2569
|
|
|
2532
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2570
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2533
2571
|
'''
|
|
2534
2572
|
result = self._values.get("internal_authentication_backend_limiting")
|
|
2535
2573
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
|
|
@@ -2540,7 +2578,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2540
2578
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"]:
|
|
2541
2579
|
'''ip_rate_limiting block.
|
|
2542
2580
|
|
|
2543
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2581
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2544
2582
|
'''
|
|
2545
2583
|
result = self._values.get("ip_rate_limiting")
|
|
2546
2584
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"], result)
|
|
@@ -2583,13 +2621,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2583
2621
|
type: typing.Optional[builtins.str] = None,
|
|
2584
2622
|
) -> None:
|
|
2585
2623
|
'''
|
|
2586
|
-
: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.
|
|
2587
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2588
|
-
: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.
|
|
2589
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2590
|
-
: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.
|
|
2591
|
-
: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.
|
|
2592
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2624
|
+
: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.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2625
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2626
|
+
: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.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2627
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2628
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2629
|
+
: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.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2630
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2593
2631
|
'''
|
|
2594
2632
|
if __debug__:
|
|
2595
2633
|
type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
|
|
@@ -2620,7 +2658,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2620
2658
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2621
2659
|
'''The number of login attempts allowed before login is blocked.
|
|
2622
2660
|
|
|
2623
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2661
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2624
2662
|
'''
|
|
2625
2663
|
result = self._values.get("allowed_tries")
|
|
2626
2664
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2629,7 +2667,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2629
2667
|
def authentication_backend(self) -> typing.Optional[builtins.str]:
|
|
2630
2668
|
'''The internal backend. Enter ``internal``.
|
|
2631
2669
|
|
|
2632
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2670
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2633
2671
|
'''
|
|
2634
2672
|
result = self._values.get("authentication_backend")
|
|
2635
2673
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2638,7 +2676,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2638
2676
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2639
2677
|
'''The duration of time that login remains blocked after a failed login.
|
|
2640
2678
|
|
|
2641
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2679
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2642
2680
|
'''
|
|
2643
2681
|
result = self._values.get("block_expiry_seconds")
|
|
2644
2682
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2647,7 +2685,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2647
2685
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2648
2686
|
'''The maximum number of blocked IP addresses.
|
|
2649
2687
|
|
|
2650
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2651
2689
|
'''
|
|
2652
2690
|
result = self._values.get("max_blocked_clients")
|
|
2653
2691
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2656,7 +2694,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2656
2694
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2657
2695
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2658
2696
|
|
|
2659
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2697
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2660
2698
|
'''
|
|
2661
2699
|
result = self._values.get("max_tracked_clients")
|
|
2662
2700
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2665,7 +2703,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2665
2703
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2666
2704
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2667
2705
|
|
|
2668
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2706
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2669
2707
|
'''
|
|
2670
2708
|
result = self._values.get("time_window_seconds")
|
|
2671
2709
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2674,7 +2712,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2674
2712
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2675
2713
|
'''The type of rate limiting.
|
|
2676
2714
|
|
|
2677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2715
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2678
2716
|
'''
|
|
2679
2717
|
result = self._values.get("type")
|
|
2680
2718
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2900,12 +2938,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2900
2938
|
type: typing.Optional[builtins.str] = None,
|
|
2901
2939
|
) -> None:
|
|
2902
2940
|
'''
|
|
2903
|
-
: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.
|
|
2904
|
-
: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.
|
|
2905
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2906
|
-
: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.
|
|
2907
|
-
: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.
|
|
2908
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2941
|
+
: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.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2942
|
+
: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.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2943
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2944
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2945
|
+
: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.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2946
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2909
2947
|
'''
|
|
2910
2948
|
if __debug__:
|
|
2911
2949
|
type_hints = typing.get_type_hints(_typecheckingstub__c5db9a9b662c1875b357f7775838b53f73b8761e853ab7dcb83a11de164679ed)
|
|
@@ -2933,7 +2971,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2933
2971
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2934
2972
|
'''The number of login attempts allowed before login is blocked.
|
|
2935
2973
|
|
|
2936
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2974
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2937
2975
|
'''
|
|
2938
2976
|
result = self._values.get("allowed_tries")
|
|
2939
2977
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2942,7 +2980,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2942
2980
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2943
2981
|
'''The duration of time that login remains blocked after a failed login.
|
|
2944
2982
|
|
|
2945
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2983
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2946
2984
|
'''
|
|
2947
2985
|
result = self._values.get("block_expiry_seconds")
|
|
2948
2986
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2951,7 +2989,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2951
2989
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2952
2990
|
'''The maximum number of blocked IP addresses.
|
|
2953
2991
|
|
|
2954
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2992
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2955
2993
|
'''
|
|
2956
2994
|
result = self._values.get("max_blocked_clients")
|
|
2957
2995
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2960,7 +2998,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2960
2998
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2961
2999
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2962
3000
|
|
|
2963
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2964
3002
|
'''
|
|
2965
3003
|
result = self._values.get("max_tracked_clients")
|
|
2966
3004
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2969,7 +3007,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2969
3007
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2970
3008
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2971
3009
|
|
|
2972
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3010
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2973
3011
|
'''
|
|
2974
3012
|
result = self._values.get("time_window_seconds")
|
|
2975
3013
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2978,7 +3016,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2978
3016
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2979
3017
|
'''The type of rate limiting.
|
|
2980
3018
|
|
|
2981
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3019
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2982
3020
|
'''
|
|
2983
3021
|
result = self._values.get("type")
|
|
2984
3022
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3192,13 +3230,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3192
3230
|
type: typing.Optional[builtins.str] = None,
|
|
3193
3231
|
) -> None:
|
|
3194
3232
|
'''
|
|
3195
|
-
: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.
|
|
3196
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3197
|
-
: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.
|
|
3198
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3199
|
-
: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.
|
|
3200
|
-
: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.
|
|
3201
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3233
|
+
: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.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3234
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
3235
|
+
: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.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3236
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3237
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3238
|
+
: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.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3239
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3202
3240
|
'''
|
|
3203
3241
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
|
|
3204
3242
|
allowed_tries=allowed_tries,
|
|
@@ -3224,12 +3262,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3224
3262
|
type: typing.Optional[builtins.str] = None,
|
|
3225
3263
|
) -> None:
|
|
3226
3264
|
'''
|
|
3227
|
-
: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.
|
|
3228
|
-
: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.
|
|
3229
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3230
|
-
: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.
|
|
3231
|
-
: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.
|
|
3232
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3265
|
+
: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.8.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3266
|
+
: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.8.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3267
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3268
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3269
|
+
: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.8.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3270
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3233
3271
|
'''
|
|
3234
3272
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(
|
|
3235
3273
|
allowed_tries=allowed_tries,
|
|
@@ -3314,9 +3352,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3314
3352
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
3315
3353
|
) -> None:
|
|
3316
3354
|
'''
|
|
3317
|
-
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3318
|
-
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3319
|
-
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3355
|
+
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
3356
|
+
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
3357
|
+
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3320
3358
|
'''
|
|
3321
3359
|
if __debug__:
|
|
3322
3360
|
type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
|
|
@@ -3335,7 +3373,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3335
3373
|
def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
|
|
3336
3374
|
'''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.
|
|
3337
3375
|
|
|
3338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3376
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
3339
3377
|
'''
|
|
3340
3378
|
result = self._values.get("mapping_nested_objects_limit")
|
|
3341
3379
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3344,7 +3382,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3344
3382
|
def number_of_replicas(self) -> typing.Optional[jsii.Number]:
|
|
3345
3383
|
'''The number of replicas each primary shard has.
|
|
3346
3384
|
|
|
3347
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3385
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
3348
3386
|
'''
|
|
3349
3387
|
result = self._values.get("number_of_replicas")
|
|
3350
3388
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3353,7 +3391,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3353
3391
|
def number_of_shards(self) -> typing.Optional[jsii.Number]:
|
|
3354
3392
|
'''The number of primary shards that an index should have.
|
|
3355
3393
|
|
|
3356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3394
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3357
3395
|
'''
|
|
3358
3396
|
result = self._values.get("number_of_shards")
|
|
3359
3397
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3507,18 +3545,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3507
3545
|
subject_key: typing.Optional[builtins.str] = None,
|
|
3508
3546
|
) -> None:
|
|
3509
3547
|
'''
|
|
3510
|
-
: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.
|
|
3511
|
-
: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.
|
|
3512
|
-
: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.
|
|
3513
|
-
: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.
|
|
3514
|
-
: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.
|
|
3515
|
-
: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.
|
|
3516
|
-
: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.
|
|
3517
|
-
: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.
|
|
3518
|
-
: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.
|
|
3519
|
-
: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.
|
|
3520
|
-
: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.
|
|
3521
|
-
: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.
|
|
3548
|
+
: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.8.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
3549
|
+
: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.8.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
3550
|
+
: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.8.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
3551
|
+
: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.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
3552
|
+
: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.8.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
3553
|
+
: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.8.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
3554
|
+
: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.8.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
3555
|
+
: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.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
3556
|
+
: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.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
3557
|
+
: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.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
3558
|
+
: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.8.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
3559
|
+
: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.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3522
3560
|
'''
|
|
3523
3561
|
if __debug__:
|
|
3524
3562
|
type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
|
|
@@ -3564,7 +3602,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3564
3602
|
def client_id(self) -> typing.Optional[builtins.str]:
|
|
3565
3603
|
'''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
|
|
3566
3604
|
|
|
3567
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3605
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
3568
3606
|
'''
|
|
3569
3607
|
result = self._values.get("client_id")
|
|
3570
3608
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3575,7 +3613,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3575
3613
|
|
|
3576
3614
|
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
3577
3615
|
|
|
3578
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3616
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
3579
3617
|
'''
|
|
3580
3618
|
result = self._values.get("client_secret")
|
|
3581
3619
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3586,7 +3624,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3586
3624
|
|
|
3587
3625
|
The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
|
|
3588
3626
|
|
|
3589
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3627
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
3590
3628
|
'''
|
|
3591
3629
|
result = self._values.get("connect_url")
|
|
3592
3630
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3599,7 +3637,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3599
3637
|
|
|
3600
3638
|
Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
|
|
3601
3639
|
|
|
3602
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3640
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
3603
3641
|
'''
|
|
3604
3642
|
result = self._values.get("enabled")
|
|
3605
3643
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -3608,7 +3646,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3608
3646
|
def header(self) -> typing.Optional[builtins.str]:
|
|
3609
3647
|
'''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
|
|
3610
3648
|
|
|
3611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3649
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
3612
3650
|
'''
|
|
3613
3651
|
result = self._values.get("header")
|
|
3614
3652
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3619,7 +3657,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3619
3657
|
|
|
3620
3658
|
The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
|
|
3621
3659
|
|
|
3622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3660
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
3623
3661
|
'''
|
|
3624
3662
|
result = self._values.get("jwt_header")
|
|
3625
3663
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3630,7 +3668,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3630
3668
|
|
|
3631
3669
|
If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
|
|
3632
3670
|
|
|
3633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3671
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
3634
3672
|
'''
|
|
3635
3673
|
result = self._values.get("jwt_url_parameter")
|
|
3636
3674
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3641,7 +3679,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3641
3679
|
|
|
3642
3680
|
The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
|
|
3643
3681
|
|
|
3644
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
3645
3683
|
'''
|
|
3646
3684
|
result = self._values.get("refresh_rate_limit_count")
|
|
3647
3685
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3652,7 +3690,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3652
3690
|
|
|
3653
3691
|
The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
|
|
3654
3692
|
|
|
3655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3693
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
3656
3694
|
'''
|
|
3657
3695
|
result = self._values.get("refresh_rate_limit_time_window_ms")
|
|
3658
3696
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3663,7 +3701,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3663
3701
|
|
|
3664
3702
|
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.
|
|
3665
3703
|
|
|
3666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3704
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
3667
3705
|
'''
|
|
3668
3706
|
result = self._values.get("roles_key")
|
|
3669
3707
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3674,7 +3712,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3674
3712
|
|
|
3675
3713
|
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
3676
3714
|
|
|
3677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3715
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
3678
3716
|
'''
|
|
3679
3717
|
result = self._values.get("scope")
|
|
3680
3718
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3685,7 +3723,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3685
3723
|
|
|
3686
3724
|
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.
|
|
3687
3725
|
|
|
3688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3689
3727
|
'''
|
|
3690
3728
|
result = self._values.get("subject_key")
|
|
3691
3729
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4015,9 +4053,9 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4015
4053
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4016
4054
|
) -> None:
|
|
4017
4055
|
'''
|
|
4018
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4019
|
-
: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.
|
|
4020
|
-
: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.
|
|
4056
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4057
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4058
|
+
: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.8.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4021
4059
|
'''
|
|
4022
4060
|
if __debug__:
|
|
4023
4061
|
type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
|
|
@@ -4038,7 +4076,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4038
4076
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4039
4077
|
'''Enable or disable OpenSearch Dashboards.
|
|
4040
4078
|
|
|
4041
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4079
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4042
4080
|
'''
|
|
4043
4081
|
result = self._values.get("enabled")
|
|
4044
4082
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4049,7 +4087,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4049
4087
|
|
|
4050
4088
|
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.
|
|
4051
4089
|
|
|
4052
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4090
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4053
4091
|
'''
|
|
4054
4092
|
result = self._values.get("max_old_space_size")
|
|
4055
4093
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4058,7 +4096,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4058
4096
|
def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
|
|
4059
4097
|
'''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
4060
4098
|
|
|
4061
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4099
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4062
4100
|
'''
|
|
4063
4101
|
result = self._values.get("opensearch_request_timeout")
|
|
4064
4102
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4209,8 +4247,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4209
4247
|
ip_rate_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4210
4248
|
) -> None:
|
|
4211
4249
|
'''
|
|
4212
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4213
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4250
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
4251
|
+
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
4214
4252
|
'''
|
|
4215
4253
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
|
|
4216
4254
|
internal_authentication_backend_limiting=internal_authentication_backend_limiting,
|
|
@@ -4228,9 +4266,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4228
4266
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
4229
4267
|
) -> None:
|
|
4230
4268
|
'''
|
|
4231
|
-
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4232
|
-
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4233
|
-
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4269
|
+
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
4270
|
+
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
4271
|
+
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
4234
4272
|
'''
|
|
4235
4273
|
value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
|
|
4236
4274
|
mapping_nested_objects_limit=mapping_nested_objects_limit,
|
|
@@ -4258,18 +4296,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4258
4296
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4259
4297
|
) -> None:
|
|
4260
4298
|
'''
|
|
4261
|
-
: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.
|
|
4262
|
-
: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.
|
|
4263
|
-
: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.
|
|
4264
|
-
: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.
|
|
4265
|
-
: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.
|
|
4266
|
-
: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.
|
|
4267
|
-
: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.
|
|
4268
|
-
: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.
|
|
4269
|
-
: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.
|
|
4270
|
-
: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.
|
|
4271
|
-
: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.
|
|
4272
|
-
: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.
|
|
4299
|
+
: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.8.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
4300
|
+
: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.8.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
4301
|
+
: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.8.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
4302
|
+
: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.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4303
|
+
: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.8.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
4304
|
+
: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.8.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
4305
|
+
: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.8.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
4306
|
+
: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.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
4307
|
+
: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.8.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
4308
|
+
: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.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4309
|
+
: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.8.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
4310
|
+
: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.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4273
4311
|
'''
|
|
4274
4312
|
value = ManagedDatabaseOpensearchPropertiesOpenid(
|
|
4275
4313
|
client_id=client_id,
|
|
@@ -4297,9 +4335,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4297
4335
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4298
4336
|
) -> None:
|
|
4299
4337
|
'''
|
|
4300
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4301
|
-
: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.
|
|
4302
|
-
: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.
|
|
4338
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4339
|
+
: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.8.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4340
|
+
: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.8.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4303
4341
|
'''
|
|
4304
4342
|
value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
|
|
4305
4343
|
enabled=enabled,
|
|
@@ -4322,13 +4360,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4322
4360
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4323
4361
|
) -> None:
|
|
4324
4362
|
'''
|
|
4325
|
-
: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.
|
|
4326
|
-
: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.
|
|
4327
|
-
: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.
|
|
4328
|
-
: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.
|
|
4329
|
-
: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.
|
|
4330
|
-
: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.
|
|
4331
|
-
: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.
|
|
4363
|
+
: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.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4364
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
4365
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
4366
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
4367
|
+
: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.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4368
|
+
: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.8.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
4369
|
+
: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.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4332
4370
|
'''
|
|
4333
4371
|
value = ManagedDatabaseOpensearchPropertiesSaml(
|
|
4334
4372
|
enabled=enabled,
|
|
@@ -4470,6 +4508,14 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4470
4508
|
def reset_keep_index_refresh_interval(self) -> None:
|
|
4471
4509
|
return typing.cast(None, jsii.invoke(self, "resetKeepIndexRefreshInterval", []))
|
|
4472
4510
|
|
|
4511
|
+
@jsii.member(jsii_name="resetKnnMemoryCircuitBreakerEnabled")
|
|
4512
|
+
def reset_knn_memory_circuit_breaker_enabled(self) -> None:
|
|
4513
|
+
return typing.cast(None, jsii.invoke(self, "resetKnnMemoryCircuitBreakerEnabled", []))
|
|
4514
|
+
|
|
4515
|
+
@jsii.member(jsii_name="resetKnnMemoryCircuitBreakerLimit")
|
|
4516
|
+
def reset_knn_memory_circuit_breaker_limit(self) -> None:
|
|
4517
|
+
return typing.cast(None, jsii.invoke(self, "resetKnnMemoryCircuitBreakerLimit", []))
|
|
4518
|
+
|
|
4473
4519
|
@jsii.member(jsii_name="resetOpenid")
|
|
4474
4520
|
def reset_openid(self) -> None:
|
|
4475
4521
|
return typing.cast(None, jsii.invoke(self, "resetOpenid", []))
|
|
@@ -4777,6 +4823,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4777
4823
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4778
4824
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "keepIndexRefreshIntervalInput"))
|
|
4779
4825
|
|
|
4826
|
+
@builtins.property
|
|
4827
|
+
@jsii.member(jsii_name="knnMemoryCircuitBreakerEnabledInput")
|
|
4828
|
+
def knn_memory_circuit_breaker_enabled_input(
|
|
4829
|
+
self,
|
|
4830
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4831
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "knnMemoryCircuitBreakerEnabledInput"))
|
|
4832
|
+
|
|
4833
|
+
@builtins.property
|
|
4834
|
+
@jsii.member(jsii_name="knnMemoryCircuitBreakerLimitInput")
|
|
4835
|
+
def knn_memory_circuit_breaker_limit_input(self) -> typing.Optional[jsii.Number]:
|
|
4836
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "knnMemoryCircuitBreakerLimitInput"))
|
|
4837
|
+
|
|
4780
4838
|
@builtins.property
|
|
4781
4839
|
@jsii.member(jsii_name="openidInput")
|
|
4782
4840
|
def openid_input(
|
|
@@ -5299,6 +5357,35 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5299
5357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5300
5358
|
jsii.set(self, "keepIndexRefreshInterval", value)
|
|
5301
5359
|
|
|
5360
|
+
@builtins.property
|
|
5361
|
+
@jsii.member(jsii_name="knnMemoryCircuitBreakerEnabled")
|
|
5362
|
+
def knn_memory_circuit_breaker_enabled(
|
|
5363
|
+
self,
|
|
5364
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5365
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "knnMemoryCircuitBreakerEnabled"))
|
|
5366
|
+
|
|
5367
|
+
@knn_memory_circuit_breaker_enabled.setter
|
|
5368
|
+
def knn_memory_circuit_breaker_enabled(
|
|
5369
|
+
self,
|
|
5370
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5371
|
+
) -> None:
|
|
5372
|
+
if __debug__:
|
|
5373
|
+
type_hints = typing.get_type_hints(_typecheckingstub__79543fe9d0bb8f49f03afaba4905ee1fc1c6bb8081b72a0ce935e05db800d019)
|
|
5374
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5375
|
+
jsii.set(self, "knnMemoryCircuitBreakerEnabled", value)
|
|
5376
|
+
|
|
5377
|
+
@builtins.property
|
|
5378
|
+
@jsii.member(jsii_name="knnMemoryCircuitBreakerLimit")
|
|
5379
|
+
def knn_memory_circuit_breaker_limit(self) -> jsii.Number:
|
|
5380
|
+
return typing.cast(jsii.Number, jsii.get(self, "knnMemoryCircuitBreakerLimit"))
|
|
5381
|
+
|
|
5382
|
+
@knn_memory_circuit_breaker_limit.setter
|
|
5383
|
+
def knn_memory_circuit_breaker_limit(self, value: jsii.Number) -> None:
|
|
5384
|
+
if __debug__:
|
|
5385
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d77bb2fd42dcdec4347d48a5fd38597e5fd7a8bd356c3b4be6c11e5d48f49eca)
|
|
5386
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5387
|
+
jsii.set(self, "knnMemoryCircuitBreakerLimit", value)
|
|
5388
|
+
|
|
5302
5389
|
@builtins.property
|
|
5303
5390
|
@jsii.member(jsii_name="overrideMainResponseVersion")
|
|
5304
5391
|
def override_main_response_version(
|
|
@@ -5585,13 +5672,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5585
5672
|
subject_key: typing.Optional[builtins.str] = None,
|
|
5586
5673
|
) -> None:
|
|
5587
5674
|
'''
|
|
5588
|
-
: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.
|
|
5589
|
-
: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.
|
|
5590
|
-
: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.
|
|
5591
|
-
: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.
|
|
5592
|
-
: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.
|
|
5593
|
-
: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.
|
|
5594
|
-
: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.
|
|
5675
|
+
: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.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5676
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5677
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5678
|
+
: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.8.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5679
|
+
: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.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5680
|
+
: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.8.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5681
|
+
: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.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5595
5682
|
'''
|
|
5596
5683
|
if __debug__:
|
|
5597
5684
|
type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
|
|
@@ -5626,7 +5713,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5626
5713
|
|
|
5627
5714
|
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
|
|
5628
5715
|
|
|
5629
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5716
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5630
5717
|
'''
|
|
5631
5718
|
result = self._values.get("enabled")
|
|
5632
5719
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5637,7 +5724,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5637
5724
|
|
|
5638
5725
|
The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
|
|
5639
5726
|
|
|
5640
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5727
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5641
5728
|
'''
|
|
5642
5729
|
result = self._values.get("idp_entity_id")
|
|
5643
5730
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5648,7 +5735,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5648
5735
|
|
|
5649
5736
|
The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
|
|
5650
5737
|
|
|
5651
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5738
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5652
5739
|
'''
|
|
5653
5740
|
result = self._values.get("idp_metadata_url")
|
|
5654
5741
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5659,7 +5746,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5659
5746
|
|
|
5660
5747
|
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.
|
|
5661
5748
|
|
|
5662
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5663
5750
|
'''
|
|
5664
5751
|
result = self._values.get("idp_pemtrustedcas_content")
|
|
5665
5752
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5670,7 +5757,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5670
5757
|
|
|
5671
5758
|
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.
|
|
5672
5759
|
|
|
5673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5760
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5674
5761
|
'''
|
|
5675
5762
|
result = self._values.get("roles_key")
|
|
5676
5763
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5681,7 +5768,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5681
5768
|
|
|
5682
5769
|
The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
|
|
5683
5770
|
|
|
5684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5685
5772
|
'''
|
|
5686
5773
|
result = self._values.get("sp_entity_id")
|
|
5687
5774
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5692,7 +5779,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5692
5779
|
|
|
5693
5780
|
Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
5694
5781
|
|
|
5695
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5782
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5696
5783
|
'''
|
|
5697
5784
|
result = self._values.get("subject_key")
|
|
5698
5785
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -6273,6 +6360,8 @@ def _typecheckingstub__de14c8022684ac9416f06b1fd8069683ff6f1b4d90f2879d52bb0843d
|
|
|
6273
6360
|
ism_history_rollover_check_period: typing.Optional[jsii.Number] = None,
|
|
6274
6361
|
ism_history_rollover_retention_period: typing.Optional[jsii.Number] = None,
|
|
6275
6362
|
keep_index_refresh_interval: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6363
|
+
knn_memory_circuit_breaker_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6364
|
+
knn_memory_circuit_breaker_limit: typing.Optional[jsii.Number] = None,
|
|
6276
6365
|
openid: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesOpenid, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6277
6366
|
opensearch_dashboards: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesOpensearchDashboards, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6278
6367
|
override_main_response_version: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
@@ -6819,6 +6908,18 @@ def _typecheckingstub__475c7d9ea1f132358fd8876b5bce857503b42c419cf0edd268668a939
|
|
|
6819
6908
|
"""Type checking stubs"""
|
|
6820
6909
|
pass
|
|
6821
6910
|
|
|
6911
|
+
def _typecheckingstub__79543fe9d0bb8f49f03afaba4905ee1fc1c6bb8081b72a0ce935e05db800d019(
|
|
6912
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6913
|
+
) -> None:
|
|
6914
|
+
"""Type checking stubs"""
|
|
6915
|
+
pass
|
|
6916
|
+
|
|
6917
|
+
def _typecheckingstub__d77bb2fd42dcdec4347d48a5fd38597e5fd7a8bd356c3b4be6c11e5d48f49eca(
|
|
6918
|
+
value: jsii.Number,
|
|
6919
|
+
) -> None:
|
|
6920
|
+
"""Type checking stubs"""
|
|
6921
|
+
pass
|
|
6922
|
+
|
|
6822
6923
|
def _typecheckingstub__ec6c829c8246593bfea087d544de86602dcf1c3f827bb531e45fb456fd06b41a(
|
|
6823
6924
|
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6824
6925
|
) -> None:
|