cdktf-cdktf-provider-upcloud 14.8.0__py3-none-any.whl → 14.8.1__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.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- 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 +7 -7
- 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 +31 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +65 -65
- 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 +33 -33
- 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 +336 -336
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +300 -300
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
- 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.8.0.dist-info → cdktf_cdktf_provider_upcloud-14.8.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_upcloud-14.8.1.dist-info/RECORD +61 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.8.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.8.0.dist-info → cdktf_cdktf_provider_upcloud-14.8.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.8.0.dist-info → cdktf_cdktf_provider_upcloud-14.8.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.8.0.dist-info → cdktf_cdktf_provider_upcloud-14.8.1.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.8.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.8.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.8.
|
|
59
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.8.
|
|
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.
|
|
65
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
72
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
73
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
74
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.8.
|
|
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.1/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__:
|
|
@@ -207,62 +207,62 @@ class ManagedDatabaseOpensearch(
|
|
|
207
207
|
version: typing.Optional[builtins.str] = None,
|
|
208
208
|
) -> None:
|
|
209
209
|
'''
|
|
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.
|
|
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.
|
|
212
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
219
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
220
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
224
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
225
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
244
|
-
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
245
|
-
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
250
|
-
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
265
|
-
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
266
266
|
'''
|
|
267
267
|
value = ManagedDatabaseOpensearchProperties(
|
|
268
268
|
action_auto_create_index_enabled=action_auto_create_index_enabled,
|
|
@@ -855,18 +855,18 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
855
855
|
:param lifecycle:
|
|
856
856
|
:param provider:
|
|
857
857
|
:param provisioners:
|
|
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.
|
|
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.
|
|
860
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
864
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
867
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
868
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
869
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
870
870
|
'''
|
|
871
871
|
if isinstance(lifecycle, dict):
|
|
872
872
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -1000,7 +1000,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1000
1000
|
|
|
1001
1001
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
1002
1002
|
|
|
1003
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1003
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1004
1004
|
'''
|
|
1005
1005
|
result = self._values.get("name")
|
|
1006
1006
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1012,7 +1012,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1012
1012
|
|
|
1013
1013
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
1014
1014
|
|
|
1015
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
1016
1016
|
'''
|
|
1017
1017
|
result = self._values.get("plan")
|
|
1018
1018
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1022,7 +1022,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1022
1022
|
def title(self) -> builtins.str:
|
|
1023
1023
|
'''Title of a managed database instance.
|
|
1024
1024
|
|
|
1025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
1026
1026
|
'''
|
|
1027
1027
|
result = self._values.get("title")
|
|
1028
1028
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1032,7 +1032,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1032
1032
|
def zone(self) -> builtins.str:
|
|
1033
1033
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1034
1034
|
|
|
1035
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1035
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
1036
1036
|
'''
|
|
1037
1037
|
result = self._values.get("zone")
|
|
1038
1038
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1046,7 +1046,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1046
1046
|
|
|
1047
1047
|
User access control rules will only be enforced if this attribute is enabled.
|
|
1048
1048
|
|
|
1049
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1049
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
1050
1050
|
'''
|
|
1051
1051
|
result = self._values.get("access_control")
|
|
1052
1052
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1059,14 +1059,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1059
1059
|
|
|
1060
1060
|
Users are limited to perform operations on indices based on the user-specific access control rules.
|
|
1061
1061
|
|
|
1062
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1062
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
1063
1063
|
'''
|
|
1064
1064
|
result = self._values.get("extended_access_control")
|
|
1065
1065
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
1066
1066
|
|
|
1067
1067
|
@builtins.property
|
|
1068
1068
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1069
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1069
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
|
|
1070
1070
|
|
|
1071
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.
|
|
1072
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.
|
|
@@ -1078,7 +1078,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1078
1078
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1079
1079
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1080
1080
|
|
|
1081
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1081
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
1082
1082
|
'''
|
|
1083
1083
|
result = self._values.get("maintenance_window_dow")
|
|
1084
1084
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1087,7 +1087,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1087
1087
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1088
1088
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1089
1089
|
|
|
1090
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1090
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
1091
1091
|
'''
|
|
1092
1092
|
result = self._values.get("maintenance_window_time")
|
|
1093
1093
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1098,7 +1098,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1098
1098
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
|
|
1099
1099
|
'''network block.
|
|
1100
1100
|
|
|
1101
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1101
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
1102
1102
|
'''
|
|
1103
1103
|
result = self._values.get("network")
|
|
1104
1104
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
|
|
@@ -1109,7 +1109,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1109
1109
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1110
1110
|
'''The administrative power state of the service.
|
|
1111
1111
|
|
|
1112
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1112
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
1113
1113
|
'''
|
|
1114
1114
|
result = self._values.get("powered")
|
|
1115
1115
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1118,7 +1118,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1118
1118
|
def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
|
|
1119
1119
|
'''properties block.
|
|
1120
1120
|
|
|
1121
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1121
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
1122
1122
|
'''
|
|
1123
1123
|
result = self._values.get("properties")
|
|
1124
1124
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
|
|
@@ -1150,10 +1150,10 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1150
1150
|
uuid: builtins.str,
|
|
1151
1151
|
) -> None:
|
|
1152
1152
|
'''
|
|
1153
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
1153
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1157
1157
|
'''
|
|
1158
1158
|
if __debug__:
|
|
1159
1159
|
type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
|
|
@@ -1172,7 +1172,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1172
1172
|
def family(self) -> builtins.str:
|
|
1173
1173
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1174
1174
|
|
|
1175
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1175
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1176
1176
|
'''
|
|
1177
1177
|
result = self._values.get("family")
|
|
1178
1178
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1182,7 +1182,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1182
1182
|
def name(self) -> builtins.str:
|
|
1183
1183
|
'''The name of the network. Must be unique within the service.
|
|
1184
1184
|
|
|
1185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1186
1186
|
'''
|
|
1187
1187
|
result = self._values.get("name")
|
|
1188
1188
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1192,7 +1192,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1192
1192
|
def type(self) -> builtins.str:
|
|
1193
1193
|
'''The type of the network. Must be private.
|
|
1194
1194
|
|
|
1195
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1195
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1196
1196
|
'''
|
|
1197
1197
|
result = self._values.get("type")
|
|
1198
1198
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1202,7 +1202,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1202
1202
|
def uuid(self) -> builtins.str:
|
|
1203
1203
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1204
1204
|
|
|
1205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1206
1206
|
'''
|
|
1207
1207
|
result = self._values.get("uuid")
|
|
1208
1208
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1703,62 +1703,62 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1703
1703
|
version: typing.Optional[builtins.str] = None,
|
|
1704
1704
|
) -> None:
|
|
1705
1705
|
'''
|
|
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.
|
|
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.
|
|
1708
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1715
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1716
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
1720
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1721
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1740
|
-
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1741
|
-
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1746
|
-
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1761
|
-
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
1762
1762
|
'''
|
|
1763
1763
|
if isinstance(auth_failure_listeners, dict):
|
|
1764
1764
|
auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
|
|
@@ -1948,7 +1948,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1948
1948
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1949
1949
|
'''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
1950
1950
|
|
|
1951
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1951
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1952
1952
|
'''
|
|
1953
1953
|
result = self._values.get("action_auto_create_index_enabled")
|
|
1954
1954
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1959,7 +1959,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1959
1959
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1960
1960
|
'''Require explicit index names when deleting.
|
|
1961
1961
|
|
|
1962
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1962
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1963
1963
|
'''
|
|
1964
1964
|
result = self._values.get("action_destructive_requires_name")
|
|
1965
1965
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1970,7 +1970,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1970
1970
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
|
|
1971
1971
|
'''auth_failure_listeners block.
|
|
1972
1972
|
|
|
1973
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1973
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1974
1974
|
'''
|
|
1975
1975
|
result = self._values.get("auth_failure_listeners")
|
|
1976
1976
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
|
|
@@ -1981,7 +1981,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1981
1981
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1982
1982
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1983
1983
|
|
|
1984
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1984
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1985
1985
|
'''
|
|
1986
1986
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1987
1987
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1990,7 +1990,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1990
1990
|
def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
|
|
1991
1991
|
'''Controls the number of shards allowed in the cluster per data node.
|
|
1992
1992
|
|
|
1993
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
1993
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1994
1994
|
'''
|
|
1995
1995
|
result = self._values.get("cluster_max_shards_per_node")
|
|
1996
1996
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2003,7 +2003,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2003
2003
|
|
|
2004
2004
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
|
|
2005
2005
|
|
|
2006
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2006
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
2007
2007
|
'''
|
|
2008
2008
|
result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
|
|
2009
2009
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2012,7 +2012,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2012
2012
|
def custom_domain(self) -> typing.Optional[builtins.str]:
|
|
2013
2013
|
'''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
2014
2014
|
|
|
2015
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
2016
2016
|
'''
|
|
2017
2017
|
result = self._values.get("custom_domain")
|
|
2018
2018
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2023,7 +2023,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2023
2023
|
|
|
2024
2024
|
This should be identical to the Sender name defined in Opensearch dashboards.
|
|
2025
2025
|
|
|
2026
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2026
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
2027
2027
|
'''
|
|
2028
2028
|
result = self._values.get("email_sender_name")
|
|
2029
2029
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2034,7 +2034,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2034
2034
|
|
|
2035
2035
|
Sender password for Opensearch alerts to authenticate with SMTP server.
|
|
2036
2036
|
|
|
2037
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2037
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
2038
2038
|
'''
|
|
2039
2039
|
result = self._values.get("email_sender_password")
|
|
2040
2040
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2043,7 +2043,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2043
2043
|
def email_sender_username(self) -> typing.Optional[builtins.str]:
|
|
2044
2044
|
'''Sender username for Opensearch alerts.
|
|
2045
2045
|
|
|
2046
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2046
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
2047
2047
|
'''
|
|
2048
2048
|
result = self._values.get("email_sender_username")
|
|
2049
2049
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2054,7 +2054,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2054
2054
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2055
2055
|
'''Enable/Disable security audit.
|
|
2056
2056
|
|
|
2057
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2057
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
2058
2058
|
'''
|
|
2059
2059
|
result = self._values.get("enable_security_audit")
|
|
2060
2060
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2063,7 +2063,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2063
2063
|
def http_max_content_length(self) -> typing.Optional[jsii.Number]:
|
|
2064
2064
|
'''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
2065
2065
|
|
|
2066
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2066
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
2067
2067
|
'''
|
|
2068
2068
|
result = self._values.get("http_max_content_length")
|
|
2069
2069
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2072,7 +2072,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2072
2072
|
def http_max_header_size(self) -> typing.Optional[jsii.Number]:
|
|
2073
2073
|
'''The max size of allowed headers, in bytes.
|
|
2074
2074
|
|
|
2075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
2076
2076
|
'''
|
|
2077
2077
|
result = self._values.get("http_max_header_size")
|
|
2078
2078
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2081,7 +2081,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2081
2081
|
def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
|
|
2082
2082
|
'''The max length of an HTTP URL, in bytes.
|
|
2083
2083
|
|
|
2084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
2085
2085
|
'''
|
|
2086
2086
|
result = self._values.get("http_max_initial_line_length")
|
|
2087
2087
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2090,7 +2090,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2090
2090
|
def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2091
2091
|
'''Index patterns.
|
|
2092
2092
|
|
|
2093
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2093
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
2094
2094
|
'''
|
|
2095
2095
|
result = self._values.get("index_patterns")
|
|
2096
2096
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2101,7 +2101,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2101
2101
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
|
|
2102
2102
|
'''index_template block.
|
|
2103
2103
|
|
|
2104
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2104
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
2105
2105
|
'''
|
|
2106
2106
|
result = self._values.get("index_template")
|
|
2107
2107
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
|
|
@@ -2112,7 +2112,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2112
2112
|
|
|
2113
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.
|
|
2114
2114
|
|
|
2115
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2115
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
2116
2116
|
'''
|
|
2117
2117
|
result = self._values.get("indices_fielddata_cache_size")
|
|
2118
2118
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2123,7 +2123,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2123
2123
|
|
|
2124
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.
|
|
2125
2125
|
|
|
2126
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2126
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
2127
2127
|
'''
|
|
2128
2128
|
result = self._values.get("indices_memory_index_buffer_size")
|
|
2129
2129
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2134,7 +2134,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2134
2134
|
|
|
2135
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.
|
|
2136
2136
|
|
|
2137
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2137
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
2138
2138
|
'''
|
|
2139
2139
|
result = self._values.get("indices_memory_max_index_buffer_size")
|
|
2140
2140
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2145,7 +2145,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2145
2145
|
|
|
2146
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.
|
|
2147
2147
|
|
|
2148
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2148
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
2149
2149
|
'''
|
|
2150
2150
|
result = self._values.get("indices_memory_min_index_buffer_size")
|
|
2151
2151
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2156,7 +2156,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2156
2156
|
|
|
2157
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.
|
|
2158
2158
|
|
|
2159
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2159
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
2160
2160
|
'''
|
|
2161
2161
|
result = self._values.get("indices_queries_cache_size")
|
|
2162
2162
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2167,7 +2167,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2167
2167
|
|
|
2168
2168
|
The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
2169
2169
|
|
|
2170
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2170
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
2171
2171
|
'''
|
|
2172
2172
|
result = self._values.get("indices_query_bool_max_clause_count")
|
|
2173
2173
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2178,7 +2178,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2178
2178
|
|
|
2179
2179
|
Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
2180
2180
|
|
|
2181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
2182
2182
|
'''
|
|
2183
2183
|
result = self._values.get("indices_recovery_max_bytes_per_sec")
|
|
2184
2184
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2189,7 +2189,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2189
2189
|
) -> typing.Optional[jsii.Number]:
|
|
2190
2190
|
'''Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
2191
2191
|
|
|
2192
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2192
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
2193
2193
|
'''
|
|
2194
2194
|
result = self._values.get("indices_recovery_max_concurrent_file_chunks")
|
|
2195
2195
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2198,7 +2198,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2198
2198
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2199
2199
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2200
2200
|
|
|
2201
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2201
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
2202
2202
|
'''
|
|
2203
2203
|
result = self._values.get("ip_filter")
|
|
2204
2204
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2209,7 +2209,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2209
2209
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2210
2210
|
'''Specifies whether ISM is enabled or not.
|
|
2211
2211
|
|
|
2212
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2212
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
2213
2213
|
'''
|
|
2214
2214
|
result = self._values.get("ism_enabled")
|
|
2215
2215
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2220,7 +2220,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2220
2220
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2221
2221
|
'''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
2222
2222
|
|
|
2223
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2223
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
2224
2224
|
'''
|
|
2225
2225
|
result = self._values.get("ism_history_enabled")
|
|
2226
2226
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2229,7 +2229,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2229
2229
|
def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2230
2230
|
'''The maximum age before rolling over the audit history index in hours.
|
|
2231
2231
|
|
|
2232
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2232
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
2233
2233
|
'''
|
|
2234
2234
|
result = self._values.get("ism_history_max_age")
|
|
2235
2235
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2238,7 +2238,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2238
2238
|
def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
|
|
2239
2239
|
'''The maximum number of documents before rolling over the audit history index.
|
|
2240
2240
|
|
|
2241
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2241
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
2242
2242
|
'''
|
|
2243
2243
|
result = self._values.get("ism_history_max_docs")
|
|
2244
2244
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2247,7 +2247,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2247
2247
|
def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
|
|
2248
2248
|
'''The time between rollover checks for the audit history index in hours.
|
|
2249
2249
|
|
|
2250
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2250
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
2251
2251
|
'''
|
|
2252
2252
|
result = self._values.get("ism_history_rollover_check_period")
|
|
2253
2253
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2256,7 +2256,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2256
2256
|
def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
|
|
2257
2257
|
'''How long audit history indices are kept in days.
|
|
2258
2258
|
|
|
2259
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2259
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
2260
2260
|
'''
|
|
2261
2261
|
result = self._values.get("ism_history_rollover_retention_period")
|
|
2262
2262
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2267,7 +2267,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2267
2267
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2268
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.
|
|
2269
2269
|
|
|
2270
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2270
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
2271
2271
|
'''
|
|
2272
2272
|
result = self._values.get("keep_index_refresh_interval")
|
|
2273
2273
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2278,7 +2278,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2278
2278
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2279
2279
|
'''Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
2280
2280
|
|
|
2281
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2281
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
2282
2282
|
'''
|
|
2283
2283
|
result = self._values.get("knn_memory_circuit_breaker_enabled")
|
|
2284
2284
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2287,7 +2287,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2287
2287
|
def knn_memory_circuit_breaker_limit(self) -> typing.Optional[jsii.Number]:
|
|
2288
2288
|
'''Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
2289
2289
|
|
|
2290
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2290
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
2291
2291
|
'''
|
|
2292
2292
|
result = self._values.get("knn_memory_circuit_breaker_limit")
|
|
2293
2293
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2296,7 +2296,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2296
2296
|
def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
|
|
2297
2297
|
'''openid block.
|
|
2298
2298
|
|
|
2299
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2299
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
2300
2300
|
'''
|
|
2301
2301
|
result = self._values.get("openid")
|
|
2302
2302
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
|
|
@@ -2307,7 +2307,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2307
2307
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
|
|
2308
2308
|
'''opensearch_dashboards block.
|
|
2309
2309
|
|
|
2310
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2310
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
2311
2311
|
'''
|
|
2312
2312
|
result = self._values.get("opensearch_dashboards")
|
|
2313
2313
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
|
|
@@ -2318,7 +2318,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2318
2318
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2319
2319
|
'''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
2320
2320
|
|
|
2321
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2321
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
2322
2322
|
'''
|
|
2323
2323
|
result = self._values.get("override_main_response_version")
|
|
2324
2324
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2329,7 +2329,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2329
2329
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2330
2330
|
'''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
2331
2331
|
|
|
2332
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
2333
2333
|
'''
|
|
2334
2334
|
result = self._values.get("plugins_alerting_filter_by_backend_roles")
|
|
2335
2335
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2340,7 +2340,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2340
2340
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2341
2341
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2342
2342
|
|
|
2343
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
2344
2344
|
'''
|
|
2345
2345
|
result = self._values.get("public_access")
|
|
2346
2346
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2349,7 +2349,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2349
2349
|
def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2350
2350
|
'''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
2351
2351
|
|
|
2352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
2353
2353
|
'''
|
|
2354
2354
|
result = self._values.get("reindex_remote_whitelist")
|
|
2355
2355
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2358,7 +2358,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2358
2358
|
def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
|
|
2359
2359
|
'''saml block.
|
|
2360
2360
|
|
|
2361
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
2362
2362
|
'''
|
|
2363
2363
|
result = self._values.get("saml")
|
|
2364
2364
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
|
|
@@ -2369,7 +2369,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2369
2369
|
|
|
2370
2370
|
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
|
|
2371
2371
|
|
|
2372
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2372
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
2373
2373
|
'''
|
|
2374
2374
|
result = self._values.get("script_max_compilations_rate")
|
|
2375
2375
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2380,7 +2380,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2380
2380
|
|
|
2381
2381
|
OpenSearch default value is used when this is not defined.
|
|
2382
2382
|
|
|
2383
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
2384
2384
|
'''
|
|
2385
2385
|
result = self._values.get("search_max_buckets")
|
|
2386
2386
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2391,7 +2391,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2391
2391
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2392
2392
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2393
2393
|
|
|
2394
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2394
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
2395
2395
|
'''
|
|
2396
2396
|
result = self._values.get("service_log")
|
|
2397
2397
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2400,7 +2400,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2400
2400
|
def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2401
2401
|
'''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2402
2402
|
|
|
2403
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2403
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
2404
2404
|
'''
|
|
2405
2405
|
result = self._values.get("thread_pool_analyze_queue_size")
|
|
2406
2406
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2411,7 +2411,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2411
2411
|
|
|
2412
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.
|
|
2413
2413
|
|
|
2414
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2414
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
2415
2415
|
'''
|
|
2416
2416
|
result = self._values.get("thread_pool_analyze_size")
|
|
2417
2417
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2422,7 +2422,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2422
2422
|
|
|
2423
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.
|
|
2424
2424
|
|
|
2425
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2425
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
2426
2426
|
'''
|
|
2427
2427
|
result = self._values.get("thread_pool_force_merge_size")
|
|
2428
2428
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2431,7 +2431,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2431
2431
|
def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2432
2432
|
'''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2433
2433
|
|
|
2434
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2434
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
2435
2435
|
'''
|
|
2436
2436
|
result = self._values.get("thread_pool_get_queue_size")
|
|
2437
2437
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2442,7 +2442,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2442
2442
|
|
|
2443
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.
|
|
2444
2444
|
|
|
2445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
2446
2446
|
'''
|
|
2447
2447
|
result = self._values.get("thread_pool_get_size")
|
|
2448
2448
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2451,7 +2451,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2451
2451
|
def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2452
2452
|
'''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2453
2453
|
|
|
2454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
2455
2455
|
'''
|
|
2456
2456
|
result = self._values.get("thread_pool_search_queue_size")
|
|
2457
2457
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2462,7 +2462,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2462
2462
|
|
|
2463
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.
|
|
2464
2464
|
|
|
2465
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2465
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
2466
2466
|
'''
|
|
2467
2467
|
result = self._values.get("thread_pool_search_size")
|
|
2468
2468
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2471,7 +2471,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2471
2471
|
def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2472
2472
|
'''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2473
2473
|
|
|
2474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
2475
2475
|
'''
|
|
2476
2476
|
result = self._values.get("thread_pool_search_throttled_queue_size")
|
|
2477
2477
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2482,7 +2482,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2482
2482
|
|
|
2483
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.
|
|
2484
2484
|
|
|
2485
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2485
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
2486
2486
|
'''
|
|
2487
2487
|
result = self._values.get("thread_pool_search_throttled_size")
|
|
2488
2488
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2491,7 +2491,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2491
2491
|
def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2492
2492
|
'''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2493
2493
|
|
|
2494
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2494
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
2495
2495
|
'''
|
|
2496
2496
|
result = self._values.get("thread_pool_write_queue_size")
|
|
2497
2497
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2502,7 +2502,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2502
2502
|
|
|
2503
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.
|
|
2504
2504
|
|
|
2505
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2505
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
2506
2506
|
'''
|
|
2507
2507
|
result = self._values.get("thread_pool_write_size")
|
|
2508
2508
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2511,7 +2511,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2511
2511
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2512
2512
|
'''OpenSearch major version.
|
|
2513
2513
|
|
|
2514
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
2515
2515
|
'''
|
|
2516
2516
|
result = self._values.get("version")
|
|
2517
2517
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2544,8 +2544,8 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2544
2544
|
ip_rate_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2545
2545
|
) -> None:
|
|
2546
2546
|
'''
|
|
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.
|
|
2548
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2549
2549
|
'''
|
|
2550
2550
|
if isinstance(internal_authentication_backend_limiting, dict):
|
|
2551
2551
|
internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
|
|
@@ -2567,7 +2567,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2567
2567
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
|
|
2568
2568
|
'''internal_authentication_backend_limiting block.
|
|
2569
2569
|
|
|
2570
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2570
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2571
2571
|
'''
|
|
2572
2572
|
result = self._values.get("internal_authentication_backend_limiting")
|
|
2573
2573
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
|
|
@@ -2578,7 +2578,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2578
2578
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"]:
|
|
2579
2579
|
'''ip_rate_limiting block.
|
|
2580
2580
|
|
|
2581
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2581
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2582
2582
|
'''
|
|
2583
2583
|
result = self._values.get("ip_rate_limiting")
|
|
2584
2584
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"], result)
|
|
@@ -2621,13 +2621,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2621
2621
|
type: typing.Optional[builtins.str] = None,
|
|
2622
2622
|
) -> None:
|
|
2623
2623
|
'''
|
|
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.
|
|
2625
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
2630
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2631
2631
|
'''
|
|
2632
2632
|
if __debug__:
|
|
2633
2633
|
type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
|
|
@@ -2658,7 +2658,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2658
2658
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2659
2659
|
'''The number of login attempts allowed before login is blocked.
|
|
2660
2660
|
|
|
2661
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2661
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2662
2662
|
'''
|
|
2663
2663
|
result = self._values.get("allowed_tries")
|
|
2664
2664
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2667,7 +2667,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2667
2667
|
def authentication_backend(self) -> typing.Optional[builtins.str]:
|
|
2668
2668
|
'''The internal backend. Enter ``internal``.
|
|
2669
2669
|
|
|
2670
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2670
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2671
2671
|
'''
|
|
2672
2672
|
result = self._values.get("authentication_backend")
|
|
2673
2673
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2676,7 +2676,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2676
2676
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2677
2677
|
'''The duration of time that login remains blocked after a failed login.
|
|
2678
2678
|
|
|
2679
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2679
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2680
2680
|
'''
|
|
2681
2681
|
result = self._values.get("block_expiry_seconds")
|
|
2682
2682
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2685,7 +2685,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2685
2685
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2686
2686
|
'''The maximum number of blocked IP addresses.
|
|
2687
2687
|
|
|
2688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2689
2689
|
'''
|
|
2690
2690
|
result = self._values.get("max_blocked_clients")
|
|
2691
2691
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2694,7 +2694,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2694
2694
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2695
2695
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2696
2696
|
|
|
2697
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2697
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2698
2698
|
'''
|
|
2699
2699
|
result = self._values.get("max_tracked_clients")
|
|
2700
2700
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2703,7 +2703,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2703
2703
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2704
2704
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2705
2705
|
|
|
2706
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2706
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2707
2707
|
'''
|
|
2708
2708
|
result = self._values.get("time_window_seconds")
|
|
2709
2709
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2712,7 +2712,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2712
2712
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2713
2713
|
'''The type of rate limiting.
|
|
2714
2714
|
|
|
2715
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2715
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2716
2716
|
'''
|
|
2717
2717
|
result = self._values.get("type")
|
|
2718
2718
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2938,12 +2938,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2938
2938
|
type: typing.Optional[builtins.str] = None,
|
|
2939
2939
|
) -> None:
|
|
2940
2940
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
2946
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2947
2947
|
'''
|
|
2948
2948
|
if __debug__:
|
|
2949
2949
|
type_hints = typing.get_type_hints(_typecheckingstub__c5db9a9b662c1875b357f7775838b53f73b8761e853ab7dcb83a11de164679ed)
|
|
@@ -2971,7 +2971,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2971
2971
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2972
2972
|
'''The number of login attempts allowed before login is blocked.
|
|
2973
2973
|
|
|
2974
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2974
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2975
2975
|
'''
|
|
2976
2976
|
result = self._values.get("allowed_tries")
|
|
2977
2977
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2980,7 +2980,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2980
2980
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2981
2981
|
'''The duration of time that login remains blocked after a failed login.
|
|
2982
2982
|
|
|
2983
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2983
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2984
2984
|
'''
|
|
2985
2985
|
result = self._values.get("block_expiry_seconds")
|
|
2986
2986
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2989,7 +2989,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2989
2989
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2990
2990
|
'''The maximum number of blocked IP addresses.
|
|
2991
2991
|
|
|
2992
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
2992
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2993
2993
|
'''
|
|
2994
2994
|
result = self._values.get("max_blocked_clients")
|
|
2995
2995
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2998,7 +2998,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2998
2998
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2999
2999
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
3000
3000
|
|
|
3001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3002
3002
|
'''
|
|
3003
3003
|
result = self._values.get("max_tracked_clients")
|
|
3004
3004
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3007,7 +3007,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
3007
3007
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3008
3008
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
3009
3009
|
|
|
3010
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3010
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3011
3011
|
'''
|
|
3012
3012
|
result = self._values.get("time_window_seconds")
|
|
3013
3013
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3016,7 +3016,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
3016
3016
|
def type(self) -> typing.Optional[builtins.str]:
|
|
3017
3017
|
'''The type of rate limiting.
|
|
3018
3018
|
|
|
3019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3019
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3020
3020
|
'''
|
|
3021
3021
|
result = self._values.get("type")
|
|
3022
3022
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3230,13 +3230,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3230
3230
|
type: typing.Optional[builtins.str] = None,
|
|
3231
3231
|
) -> None:
|
|
3232
3232
|
'''
|
|
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.
|
|
3234
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3239
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3240
3240
|
'''
|
|
3241
3241
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
|
|
3242
3242
|
allowed_tries=allowed_tries,
|
|
@@ -3262,12 +3262,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3262
3262
|
type: typing.Optional[builtins.str] = None,
|
|
3263
3263
|
) -> None:
|
|
3264
3264
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3270
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3271
3271
|
'''
|
|
3272
3272
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(
|
|
3273
3273
|
allowed_tries=allowed_tries,
|
|
@@ -3352,9 +3352,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3352
3352
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
3353
3353
|
) -> None:
|
|
3354
3354
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3358
3358
|
'''
|
|
3359
3359
|
if __debug__:
|
|
3360
3360
|
type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
|
|
@@ -3373,7 +3373,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3373
3373
|
def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
|
|
3374
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.
|
|
3375
3375
|
|
|
3376
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3376
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
3377
3377
|
'''
|
|
3378
3378
|
result = self._values.get("mapping_nested_objects_limit")
|
|
3379
3379
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3382,7 +3382,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3382
3382
|
def number_of_replicas(self) -> typing.Optional[jsii.Number]:
|
|
3383
3383
|
'''The number of replicas each primary shard has.
|
|
3384
3384
|
|
|
3385
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3385
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
3386
3386
|
'''
|
|
3387
3387
|
result = self._values.get("number_of_replicas")
|
|
3388
3388
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3391,7 +3391,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3391
3391
|
def number_of_shards(self) -> typing.Optional[jsii.Number]:
|
|
3392
3392
|
'''The number of primary shards that an index should have.
|
|
3393
3393
|
|
|
3394
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3394
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3395
3395
|
'''
|
|
3396
3396
|
result = self._values.get("number_of_shards")
|
|
3397
3397
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3545,18 +3545,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3545
3545
|
subject_key: typing.Optional[builtins.str] = None,
|
|
3546
3546
|
) -> None:
|
|
3547
3547
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3560
3560
|
'''
|
|
3561
3561
|
if __debug__:
|
|
3562
3562
|
type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
|
|
@@ -3602,7 +3602,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3602
3602
|
def client_id(self) -> typing.Optional[builtins.str]:
|
|
3603
3603
|
'''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
|
|
3604
3604
|
|
|
3605
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3605
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
3606
3606
|
'''
|
|
3607
3607
|
result = self._values.get("client_id")
|
|
3608
3608
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3613,7 +3613,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3613
3613
|
|
|
3614
3614
|
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
3615
3615
|
|
|
3616
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3616
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
3617
3617
|
'''
|
|
3618
3618
|
result = self._values.get("client_secret")
|
|
3619
3619
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3624,7 +3624,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3624
3624
|
|
|
3625
3625
|
The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
|
|
3626
3626
|
|
|
3627
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3627
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
3628
3628
|
'''
|
|
3629
3629
|
result = self._values.get("connect_url")
|
|
3630
3630
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3637,7 +3637,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3637
3637
|
|
|
3638
3638
|
Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
|
|
3639
3639
|
|
|
3640
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3640
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
3641
3641
|
'''
|
|
3642
3642
|
result = self._values.get("enabled")
|
|
3643
3643
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -3646,7 +3646,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3646
3646
|
def header(self) -> typing.Optional[builtins.str]:
|
|
3647
3647
|
'''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
|
|
3648
3648
|
|
|
3649
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3649
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
3650
3650
|
'''
|
|
3651
3651
|
result = self._values.get("header")
|
|
3652
3652
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3657,7 +3657,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3657
3657
|
|
|
3658
3658
|
The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
|
|
3659
3659
|
|
|
3660
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3660
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
3661
3661
|
'''
|
|
3662
3662
|
result = self._values.get("jwt_header")
|
|
3663
3663
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3668,7 +3668,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3668
3668
|
|
|
3669
3669
|
If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
|
|
3670
3670
|
|
|
3671
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3671
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
3672
3672
|
'''
|
|
3673
3673
|
result = self._values.get("jwt_url_parameter")
|
|
3674
3674
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3679,7 +3679,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3679
3679
|
|
|
3680
3680
|
The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
|
|
3681
3681
|
|
|
3682
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
3683
3683
|
'''
|
|
3684
3684
|
result = self._values.get("refresh_rate_limit_count")
|
|
3685
3685
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3690,7 +3690,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3690
3690
|
|
|
3691
3691
|
The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
|
|
3692
3692
|
|
|
3693
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3693
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
3694
3694
|
'''
|
|
3695
3695
|
result = self._values.get("refresh_rate_limit_time_window_ms")
|
|
3696
3696
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3701,7 +3701,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3701
3701
|
|
|
3702
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.
|
|
3703
3703
|
|
|
3704
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3704
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
3705
3705
|
'''
|
|
3706
3706
|
result = self._values.get("roles_key")
|
|
3707
3707
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3712,7 +3712,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3712
3712
|
|
|
3713
3713
|
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
3714
3714
|
|
|
3715
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3715
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
3716
3716
|
'''
|
|
3717
3717
|
result = self._values.get("scope")
|
|
3718
3718
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3723,7 +3723,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3723
3723
|
|
|
3724
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.
|
|
3725
3725
|
|
|
3726
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
3726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3727
3727
|
'''
|
|
3728
3728
|
result = self._values.get("subject_key")
|
|
3729
3729
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4053,9 +4053,9 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4053
4053
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4054
4054
|
) -> None:
|
|
4055
4055
|
'''
|
|
4056
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
4056
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.1/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.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4059
4059
|
'''
|
|
4060
4060
|
if __debug__:
|
|
4061
4061
|
type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
|
|
@@ -4076,7 +4076,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4076
4076
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4077
4077
|
'''Enable or disable OpenSearch Dashboards.
|
|
4078
4078
|
|
|
4079
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
4079
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4080
4080
|
'''
|
|
4081
4081
|
result = self._values.get("enabled")
|
|
4082
4082
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4087,7 +4087,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4087
4087
|
|
|
4088
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.
|
|
4089
4089
|
|
|
4090
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
4090
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4091
4091
|
'''
|
|
4092
4092
|
result = self._values.get("max_old_space_size")
|
|
4093
4093
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4096,7 +4096,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4096
4096
|
def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
|
|
4097
4097
|
'''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
4098
4098
|
|
|
4099
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
4099
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4100
4100
|
'''
|
|
4101
4101
|
result = self._values.get("opensearch_request_timeout")
|
|
4102
4102
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4247,8 +4247,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4247
4247
|
ip_rate_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4248
4248
|
) -> None:
|
|
4249
4249
|
'''
|
|
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.
|
|
4251
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.1/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.1/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
4252
4252
|
'''
|
|
4253
4253
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
|
|
4254
4254
|
internal_authentication_backend_limiting=internal_authentication_backend_limiting,
|
|
@@ -4266,9 +4266,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4266
4266
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
4267
4267
|
) -> None:
|
|
4268
4268
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
4272
4272
|
'''
|
|
4273
4273
|
value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
|
|
4274
4274
|
mapping_nested_objects_limit=mapping_nested_objects_limit,
|
|
@@ -4296,18 +4296,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4296
4296
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4297
4297
|
) -> None:
|
|
4298
4298
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4311
4311
|
'''
|
|
4312
4312
|
value = ManagedDatabaseOpensearchPropertiesOpenid(
|
|
4313
4313
|
client_id=client_id,
|
|
@@ -4335,9 +4335,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4335
4335
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4336
4336
|
) -> None:
|
|
4337
4337
|
'''
|
|
4338
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
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.
|
|
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.
|
|
4338
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/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.1/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.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4341
4341
|
'''
|
|
4342
4342
|
value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
|
|
4343
4343
|
enabled=enabled,
|
|
@@ -4360,13 +4360,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4360
4360
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4361
4361
|
) -> None:
|
|
4362
4362
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4370
4370
|
'''
|
|
4371
4371
|
value = ManagedDatabaseOpensearchPropertiesSaml(
|
|
4372
4372
|
enabled=enabled,
|
|
@@ -5672,13 +5672,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5672
5672
|
subject_key: typing.Optional[builtins.str] = None,
|
|
5673
5673
|
) -> None:
|
|
5674
5674
|
'''
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5682
5682
|
'''
|
|
5683
5683
|
if __debug__:
|
|
5684
5684
|
type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
|
|
@@ -5713,7 +5713,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5713
5713
|
|
|
5714
5714
|
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
|
|
5715
5715
|
|
|
5716
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5716
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5717
5717
|
'''
|
|
5718
5718
|
result = self._values.get("enabled")
|
|
5719
5719
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5724,7 +5724,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5724
5724
|
|
|
5725
5725
|
The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
|
|
5726
5726
|
|
|
5727
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5727
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5728
5728
|
'''
|
|
5729
5729
|
result = self._values.get("idp_entity_id")
|
|
5730
5730
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5735,7 +5735,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5735
5735
|
|
|
5736
5736
|
The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
|
|
5737
5737
|
|
|
5738
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5738
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5739
5739
|
'''
|
|
5740
5740
|
result = self._values.get("idp_metadata_url")
|
|
5741
5741
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5746,7 +5746,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5746
5746
|
|
|
5747
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.
|
|
5748
5748
|
|
|
5749
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5750
5750
|
'''
|
|
5751
5751
|
result = self._values.get("idp_pemtrustedcas_content")
|
|
5752
5752
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5757,7 +5757,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5757
5757
|
|
|
5758
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.
|
|
5759
5759
|
|
|
5760
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5760
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5761
5761
|
'''
|
|
5762
5762
|
result = self._values.get("roles_key")
|
|
5763
5763
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5768,7 +5768,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5768
5768
|
|
|
5769
5769
|
The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
|
|
5770
5770
|
|
|
5771
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5772
5772
|
'''
|
|
5773
5773
|
result = self._values.get("sp_entity_id")
|
|
5774
5774
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5779,7 +5779,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5779
5779
|
|
|
5780
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.
|
|
5781
5781
|
|
|
5782
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.
|
|
5782
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5783
5783
|
'''
|
|
5784
5784
|
result = self._values.get("subject_key")
|
|
5785
5785
|
return typing.cast(typing.Optional[builtins.str], result)
|