cdktf-cdktf-provider-upcloud 14.4.0__py3-none-any.whl → 14.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +11 -11
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +26 -26
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +42 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +11 -11
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +42 -42
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +30 -73
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +40 -35
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +67 -62
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +35 -35
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +66 -66
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +65 -65
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +29 -29
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +194 -194
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +29 -29
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +190 -190
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +331 -331
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +346 -346
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +118 -118
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/network/__init__.py +80 -31
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/provider/__init__.py +26 -26
- cdktf_cdktf_provider_upcloud/router/__init__.py +60 -54
- cdktf_cdktf_provider_upcloud/server/__init__.py +154 -154
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/storage/__init__.py +59 -59
- cdktf_cdktf_provider_upcloud/tag/__init__.py +17 -17
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.6.0.dist-info/RECORD +61 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.4.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.4.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
'''
|
|
1
|
+
r'''
|
|
2
2
|
# `upcloud_managed_database_opensearch`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedDatabaseOpensearch(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearch",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -56,22 +56,22 @@ class ManagedDatabaseOpensearch(
|
|
|
56
56
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
57
57
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
58
58
|
) -> None:
|
|
59
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
|
|
60
60
|
|
|
61
61
|
:param scope: The scope in which to define this construct.
|
|
62
62
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
63
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
64
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
65
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
66
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
-
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
68
|
-
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
70
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
71
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
72
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
73
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
74
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
64
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
65
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
66
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
67
|
+
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
68
|
+
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
70
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
71
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
72
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
73
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
74
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
75
75
|
:param connection:
|
|
76
76
|
:param count:
|
|
77
77
|
:param depends_on:
|
|
@@ -121,7 +121,7 @@ class ManagedDatabaseOpensearch(
|
|
|
121
121
|
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
|
123
123
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabaseOpensearch to import.
|
|
124
|
-
:param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
124
|
+
:param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
|
|
125
125
|
:param provider: ? Optional instance of the provider where the ManagedDatabaseOpensearch to import is found.
|
|
126
126
|
'''
|
|
127
127
|
if __debug__:
|
|
@@ -205,60 +205,60 @@ class ManagedDatabaseOpensearch(
|
|
|
205
205
|
version: typing.Optional[builtins.str] = None,
|
|
206
206
|
) -> None:
|
|
207
207
|
'''
|
|
208
|
-
:param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
209
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
210
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
211
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
212
|
-
:param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
213
|
-
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
214
|
-
:param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
215
|
-
:param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
216
|
-
:param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
217
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
218
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
219
|
-
:param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
220
|
-
:param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
221
|
-
:param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
222
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
223
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
224
|
-
:param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
225
|
-
:param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
226
|
-
:param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
227
|
-
:param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
228
|
-
:param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
229
|
-
:param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
230
|
-
:param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
231
|
-
:param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
232
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
233
|
-
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
234
|
-
:param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
235
|
-
:param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
236
|
-
:param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
237
|
-
:param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
238
|
-
:param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
239
|
-
:param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
240
|
-
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
241
|
-
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
242
|
-
: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.
|
|
243
|
-
: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.
|
|
244
|
-
: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.
|
|
245
|
-
: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.
|
|
246
|
-
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
247
|
-
: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.
|
|
248
|
-
: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.
|
|
249
|
-
: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.
|
|
250
|
-
: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.
|
|
251
|
-
: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.
|
|
252
|
-
: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.
|
|
253
|
-
: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.
|
|
254
|
-
: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.
|
|
255
|
-
: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.
|
|
256
|
-
: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.
|
|
257
|
-
: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.
|
|
258
|
-
: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.
|
|
259
|
-
: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.
|
|
260
|
-
: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.
|
|
261
|
-
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
208
|
+
:param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
209
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
210
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
211
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
212
|
+
:param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
213
|
+
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
214
|
+
:param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
215
|
+
:param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
216
|
+
:param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
217
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
218
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
219
|
+
:param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
220
|
+
:param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
221
|
+
:param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
222
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
223
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
224
|
+
:param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
225
|
+
:param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
226
|
+
:param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
227
|
+
:param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
228
|
+
:param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
229
|
+
:param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
230
|
+
:param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
231
|
+
:param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
232
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
233
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
234
|
+
:param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
235
|
+
:param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
236
|
+
:param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
237
|
+
:param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
238
|
+
:param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
239
|
+
:param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
240
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
241
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
242
|
+
: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.6.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
243
|
+
: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.6.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
244
|
+
: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.6.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
245
|
+
: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.6.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
246
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
247
|
+
: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.6.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
248
|
+
: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.6.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
249
|
+
: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.6.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
250
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
251
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
252
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
253
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
254
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
255
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
256
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
257
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
258
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
259
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
260
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
261
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
262
262
|
'''
|
|
263
263
|
value = ManagedDatabaseOpensearchProperties(
|
|
264
264
|
action_auto_create_index_enabled=action_auto_create_index_enabled,
|
|
@@ -849,18 +849,18 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
849
849
|
:param lifecycle:
|
|
850
850
|
:param provider:
|
|
851
851
|
:param provisioners:
|
|
852
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
853
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
854
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
855
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
856
|
-
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
857
|
-
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
858
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
859
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
860
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
861
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
862
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
863
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
852
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
853
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
854
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
855
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
856
|
+
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
857
|
+
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
858
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
859
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
860
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
861
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
862
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
863
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
864
864
|
'''
|
|
865
865
|
if isinstance(lifecycle, dict):
|
|
866
866
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -994,7 +994,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
994
994
|
|
|
995
995
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
996
996
|
|
|
997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
997
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
998
998
|
'''
|
|
999
999
|
result = self._values.get("name")
|
|
1000
1000
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1006,7 +1006,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1006
1006
|
|
|
1007
1007
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
1008
1008
|
|
|
1009
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1009
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
1010
1010
|
'''
|
|
1011
1011
|
result = self._values.get("plan")
|
|
1012
1012
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1016,7 +1016,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1016
1016
|
def title(self) -> builtins.str:
|
|
1017
1017
|
'''Title of a managed database instance.
|
|
1018
1018
|
|
|
1019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1019
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
1020
1020
|
'''
|
|
1021
1021
|
result = self._values.get("title")
|
|
1022
1022
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1026,7 +1026,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1026
1026
|
def zone(self) -> builtins.str:
|
|
1027
1027
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1028
1028
|
|
|
1029
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1029
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
1030
1030
|
'''
|
|
1031
1031
|
result = self._values.get("zone")
|
|
1032
1032
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1040,7 +1040,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1040
1040
|
|
|
1041
1041
|
User access control rules will only be enforced if this attribute is enabled.
|
|
1042
1042
|
|
|
1043
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1043
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
1044
1044
|
'''
|
|
1045
1045
|
result = self._values.get("access_control")
|
|
1046
1046
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1053,14 +1053,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1053
1053
|
|
|
1054
1054
|
Users are limited to perform operations on indices based on the user-specific access control rules.
|
|
1055
1055
|
|
|
1056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1056
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
1057
1057
|
'''
|
|
1058
1058
|
result = self._values.get("extended_access_control")
|
|
1059
1059
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
1060
1060
|
|
|
1061
1061
|
@builtins.property
|
|
1062
1062
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1063
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1063
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
|
|
1064
1064
|
|
|
1065
1065
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1066
1066
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1072,7 +1072,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1072
1072
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1073
1073
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1074
1074
|
|
|
1075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
1076
1076
|
'''
|
|
1077
1077
|
result = self._values.get("maintenance_window_dow")
|
|
1078
1078
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1081,7 +1081,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1081
1081
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1082
1082
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1083
1083
|
|
|
1084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
1085
1085
|
'''
|
|
1086
1086
|
result = self._values.get("maintenance_window_time")
|
|
1087
1087
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1092,7 +1092,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1092
1092
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
|
|
1093
1093
|
'''network block.
|
|
1094
1094
|
|
|
1095
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1095
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
1096
1096
|
'''
|
|
1097
1097
|
result = self._values.get("network")
|
|
1098
1098
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
|
|
@@ -1103,7 +1103,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1103
1103
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1104
1104
|
'''The administrative power state of the service.
|
|
1105
1105
|
|
|
1106
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1106
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
1107
1107
|
'''
|
|
1108
1108
|
result = self._values.get("powered")
|
|
1109
1109
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1112,7 +1112,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1112
1112
|
def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
|
|
1113
1113
|
'''properties block.
|
|
1114
1114
|
|
|
1115
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1115
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
1116
1116
|
'''
|
|
1117
1117
|
result = self._values.get("properties")
|
|
1118
1118
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
|
|
@@ -1144,10 +1144,10 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1144
1144
|
uuid: builtins.str,
|
|
1145
1145
|
) -> None:
|
|
1146
1146
|
'''
|
|
1147
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1148
|
-
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1149
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1150
|
-
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1147
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1148
|
+
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1149
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1150
|
+
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1151
1151
|
'''
|
|
1152
1152
|
if __debug__:
|
|
1153
1153
|
type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
|
|
@@ -1166,7 +1166,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1166
1166
|
def family(self) -> builtins.str:
|
|
1167
1167
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1168
1168
|
|
|
1169
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1169
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1170
1170
|
'''
|
|
1171
1171
|
result = self._values.get("family")
|
|
1172
1172
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1176,7 +1176,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1176
1176
|
def name(self) -> builtins.str:
|
|
1177
1177
|
'''The name of the network. Must be unique within the service.
|
|
1178
1178
|
|
|
1179
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1179
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1180
1180
|
'''
|
|
1181
1181
|
result = self._values.get("name")
|
|
1182
1182
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1186,7 +1186,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1186
1186
|
def type(self) -> builtins.str:
|
|
1187
1187
|
'''The type of the network. Must be private.
|
|
1188
1188
|
|
|
1189
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1189
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1190
1190
|
'''
|
|
1191
1191
|
result = self._values.get("type")
|
|
1192
1192
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1196,7 +1196,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1196
1196
|
def uuid(self) -> builtins.str:
|
|
1197
1197
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1198
1198
|
|
|
1199
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1199
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1200
1200
|
'''
|
|
1201
1201
|
result = self._values.get("uuid")
|
|
1202
1202
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1693,60 +1693,60 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1693
1693
|
version: typing.Optional[builtins.str] = None,
|
|
1694
1694
|
) -> None:
|
|
1695
1695
|
'''
|
|
1696
|
-
:param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1697
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1698
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1699
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1700
|
-
:param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1701
|
-
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1702
|
-
:param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1703
|
-
:param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1704
|
-
:param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1705
|
-
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1706
|
-
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1707
|
-
:param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1708
|
-
:param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1709
|
-
:param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1710
|
-
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1711
|
-
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1712
|
-
:param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1713
|
-
:param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1714
|
-
:param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1715
|
-
:param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1716
|
-
:param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1717
|
-
:param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1718
|
-
:param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1719
|
-
:param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1720
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1721
|
-
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1722
|
-
:param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1723
|
-
:param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1724
|
-
:param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1725
|
-
:param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1726
|
-
:param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1727
|
-
:param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1728
|
-
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1729
|
-
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1730
|
-
: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.
|
|
1731
|
-
: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.
|
|
1732
|
-
: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.
|
|
1733
|
-
: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.
|
|
1734
|
-
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1735
|
-
: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.
|
|
1736
|
-
: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.
|
|
1737
|
-
: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.
|
|
1738
|
-
: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.
|
|
1739
|
-
: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.
|
|
1740
|
-
: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.
|
|
1741
|
-
: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.
|
|
1742
|
-
: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.
|
|
1743
|
-
: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.
|
|
1744
|
-
: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.
|
|
1745
|
-
: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.
|
|
1746
|
-
: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.
|
|
1747
|
-
: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.
|
|
1748
|
-
: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.
|
|
1749
|
-
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1696
|
+
:param action_auto_create_index_enabled: action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1697
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1698
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1699
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1700
|
+
:param cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1701
|
+
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
1702
|
+
:param custom_domain: Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
1703
|
+
:param email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. This should be identical to the Sender name defined in Opensearch dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
1704
|
+
:param email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Sender password for Opensearch alerts to authenticate with SMTP server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
1705
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
1706
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
1707
|
+
:param http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
1708
|
+
:param http_max_header_size: The max size of allowed headers, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
1709
|
+
:param http_max_initial_line_length: The max length of an HTTP URL, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
1710
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
1711
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
1712
|
+
:param indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
1713
|
+
:param indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
1714
|
+
:param indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
1715
|
+
:param indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
1716
|
+
:param indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
1717
|
+
:param indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
1718
|
+
:param indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
1719
|
+
:param indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
1720
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
1721
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
1722
|
+
:param ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
1723
|
+
:param ism_history_max_age: The maximum age before rolling over the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
1724
|
+
:param ism_history_max_docs: The maximum number of documents before rolling over the audit history index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
1725
|
+
:param ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
1726
|
+
:param ism_history_rollover_retention_period: How long audit history indices are kept in days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
1727
|
+
:param keep_index_refresh_interval: Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
1728
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
1729
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
1730
|
+
: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.6.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
1731
|
+
: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.6.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
1732
|
+
: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.6.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
1733
|
+
: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.6.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
1734
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
1735
|
+
: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.6.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
1736
|
+
: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.6.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
1737
|
+
: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.6.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
1738
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
1739
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
1740
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
1741
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
1742
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
1743
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
1744
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
1745
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
1746
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
1747
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
1748
|
+
: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.6.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
1749
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
1750
1750
|
'''
|
|
1751
1751
|
if isinstance(auth_failure_listeners, dict):
|
|
1752
1752
|
auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
|
|
@@ -1930,7 +1930,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1930
1930
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1931
1931
|
'''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
1932
1932
|
|
|
1933
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1933
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1934
1934
|
'''
|
|
1935
1935
|
result = self._values.get("action_auto_create_index_enabled")
|
|
1936
1936
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1941,7 +1941,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1941
1941
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1942
1942
|
'''Require explicit index names when deleting.
|
|
1943
1943
|
|
|
1944
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1944
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1945
1945
|
'''
|
|
1946
1946
|
result = self._values.get("action_destructive_requires_name")
|
|
1947
1947
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1952,7 +1952,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1952
1952
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
|
|
1953
1953
|
'''auth_failure_listeners block.
|
|
1954
1954
|
|
|
1955
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1955
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1956
1956
|
'''
|
|
1957
1957
|
result = self._values.get("auth_failure_listeners")
|
|
1958
1958
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
|
|
@@ -1963,7 +1963,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1963
1963
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1964
1964
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1965
1965
|
|
|
1966
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1966
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1967
1967
|
'''
|
|
1968
1968
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1969
1969
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1972,7 +1972,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1972
1972
|
def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
|
|
1973
1973
|
'''Controls the number of shards allowed in the cluster per data node.
|
|
1974
1974
|
|
|
1975
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1975
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1976
1976
|
'''
|
|
1977
1977
|
result = self._values.get("cluster_max_shards_per_node")
|
|
1978
1978
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1985,7 +1985,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1985
1985
|
|
|
1986
1986
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
|
|
1987
1987
|
|
|
1988
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1988
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
1989
1989
|
'''
|
|
1990
1990
|
result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
|
|
1991
1991
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1994,7 +1994,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1994
1994
|
def custom_domain(self) -> typing.Optional[builtins.str]:
|
|
1995
1995
|
'''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
1996
1996
|
|
|
1997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1997
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
1998
1998
|
'''
|
|
1999
1999
|
result = self._values.get("custom_domain")
|
|
2000
2000
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2005,7 +2005,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2005
2005
|
|
|
2006
2006
|
This should be identical to the Sender name defined in Opensearch dashboards.
|
|
2007
2007
|
|
|
2008
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2008
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
2009
2009
|
'''
|
|
2010
2010
|
result = self._values.get("email_sender_name")
|
|
2011
2011
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2016,7 +2016,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2016
2016
|
|
|
2017
2017
|
Sender password for Opensearch alerts to authenticate with SMTP server.
|
|
2018
2018
|
|
|
2019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2019
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
2020
2020
|
'''
|
|
2021
2021
|
result = self._values.get("email_sender_password")
|
|
2022
2022
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2025,7 +2025,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2025
2025
|
def email_sender_username(self) -> typing.Optional[builtins.str]:
|
|
2026
2026
|
'''Sender username for Opensearch alerts.
|
|
2027
2027
|
|
|
2028
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2028
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
2029
2029
|
'''
|
|
2030
2030
|
result = self._values.get("email_sender_username")
|
|
2031
2031
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2036,7 +2036,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2036
2036
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2037
2037
|
'''Enable/Disable security audit.
|
|
2038
2038
|
|
|
2039
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2039
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
2040
2040
|
'''
|
|
2041
2041
|
result = self._values.get("enable_security_audit")
|
|
2042
2042
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2045,7 +2045,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2045
2045
|
def http_max_content_length(self) -> typing.Optional[jsii.Number]:
|
|
2046
2046
|
'''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
2047
2047
|
|
|
2048
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2048
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
2049
2049
|
'''
|
|
2050
2050
|
result = self._values.get("http_max_content_length")
|
|
2051
2051
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2054,7 +2054,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2054
2054
|
def http_max_header_size(self) -> typing.Optional[jsii.Number]:
|
|
2055
2055
|
'''The max size of allowed headers, in bytes.
|
|
2056
2056
|
|
|
2057
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2057
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
2058
2058
|
'''
|
|
2059
2059
|
result = self._values.get("http_max_header_size")
|
|
2060
2060
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2063,7 +2063,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2063
2063
|
def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
|
|
2064
2064
|
'''The max length of an HTTP URL, in bytes.
|
|
2065
2065
|
|
|
2066
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2066
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
2067
2067
|
'''
|
|
2068
2068
|
result = self._values.get("http_max_initial_line_length")
|
|
2069
2069
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2072,7 +2072,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2072
2072
|
def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2073
2073
|
'''Index patterns.
|
|
2074
2074
|
|
|
2075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
2076
2076
|
'''
|
|
2077
2077
|
result = self._values.get("index_patterns")
|
|
2078
2078
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2083,7 +2083,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2083
2083
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
|
|
2084
2084
|
'''index_template block.
|
|
2085
2085
|
|
|
2086
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2086
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
2087
2087
|
'''
|
|
2088
2088
|
result = self._values.get("index_template")
|
|
2089
2089
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
|
|
@@ -2094,7 +2094,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2094
2094
|
|
|
2095
2095
|
Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
|
|
2096
2096
|
|
|
2097
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2097
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
2098
2098
|
'''
|
|
2099
2099
|
result = self._values.get("indices_fielddata_cache_size")
|
|
2100
2100
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2105,7 +2105,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2105
2105
|
|
|
2106
2106
|
Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
|
|
2107
2107
|
|
|
2108
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2108
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
2109
2109
|
'''
|
|
2110
2110
|
result = self._values.get("indices_memory_index_buffer_size")
|
|
2111
2111
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2116,7 +2116,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2116
2116
|
|
|
2117
2117
|
Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit.
|
|
2118
2118
|
|
|
2119
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2119
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
2120
2120
|
'''
|
|
2121
2121
|
result = self._values.get("indices_memory_max_index_buffer_size")
|
|
2122
2122
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2127,7 +2127,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2127
2127
|
|
|
2128
2128
|
Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit.
|
|
2129
2129
|
|
|
2130
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2130
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
2131
2131
|
'''
|
|
2132
2132
|
result = self._values.get("indices_memory_min_index_buffer_size")
|
|
2133
2133
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2138,7 +2138,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2138
2138
|
|
|
2139
2139
|
Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
|
|
2140
2140
|
|
|
2141
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2141
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
2142
2142
|
'''
|
|
2143
2143
|
result = self._values.get("indices_queries_cache_size")
|
|
2144
2144
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2149,7 +2149,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2149
2149
|
|
|
2150
2150
|
The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
2151
2151
|
|
|
2152
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2152
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
2153
2153
|
'''
|
|
2154
2154
|
result = self._values.get("indices_query_bool_max_clause_count")
|
|
2155
2155
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2160,7 +2160,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2160
2160
|
|
|
2161
2161
|
Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
2162
2162
|
|
|
2163
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2163
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
2164
2164
|
'''
|
|
2165
2165
|
result = self._values.get("indices_recovery_max_bytes_per_sec")
|
|
2166
2166
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2171,7 +2171,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2171
2171
|
) -> typing.Optional[jsii.Number]:
|
|
2172
2172
|
'''Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
2173
2173
|
|
|
2174
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2174
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
2175
2175
|
'''
|
|
2176
2176
|
result = self._values.get("indices_recovery_max_concurrent_file_chunks")
|
|
2177
2177
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2180,7 +2180,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2180
2180
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2181
2181
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2182
2182
|
|
|
2183
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2183
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
2184
2184
|
'''
|
|
2185
2185
|
result = self._values.get("ip_filter")
|
|
2186
2186
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2191,7 +2191,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2191
2191
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2192
2192
|
'''Specifies whether ISM is enabled or not.
|
|
2193
2193
|
|
|
2194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2194
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
2195
2195
|
'''
|
|
2196
2196
|
result = self._values.get("ism_enabled")
|
|
2197
2197
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2202,7 +2202,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2202
2202
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2203
2203
|
'''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
2204
2204
|
|
|
2205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
2206
2206
|
'''
|
|
2207
2207
|
result = self._values.get("ism_history_enabled")
|
|
2208
2208
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2211,7 +2211,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2211
2211
|
def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2212
2212
|
'''The maximum age before rolling over the audit history index in hours.
|
|
2213
2213
|
|
|
2214
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2214
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
2215
2215
|
'''
|
|
2216
2216
|
result = self._values.get("ism_history_max_age")
|
|
2217
2217
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2220,7 +2220,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2220
2220
|
def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
|
|
2221
2221
|
'''The maximum number of documents before rolling over the audit history index.
|
|
2222
2222
|
|
|
2223
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2223
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
2224
2224
|
'''
|
|
2225
2225
|
result = self._values.get("ism_history_max_docs")
|
|
2226
2226
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2229,7 +2229,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2229
2229
|
def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
|
|
2230
2230
|
'''The time between rollover checks for the audit history index in hours.
|
|
2231
2231
|
|
|
2232
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2232
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
2233
2233
|
'''
|
|
2234
2234
|
result = self._values.get("ism_history_rollover_check_period")
|
|
2235
2235
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2238,7 +2238,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2238
2238
|
def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
|
|
2239
2239
|
'''How long audit history indices are kept in days.
|
|
2240
2240
|
|
|
2241
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2241
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
2242
2242
|
'''
|
|
2243
2243
|
result = self._values.get("ism_history_rollover_retention_period")
|
|
2244
2244
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2249,7 +2249,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2249
2249
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2250
2250
|
'''Don't reset index.refresh_interval to the default value. Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
|
|
2251
2251
|
|
|
2252
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2252
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
2253
2253
|
'''
|
|
2254
2254
|
result = self._values.get("keep_index_refresh_interval")
|
|
2255
2255
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2258,7 +2258,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2258
2258
|
def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
|
|
2259
2259
|
'''openid block.
|
|
2260
2260
|
|
|
2261
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2261
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
2262
2262
|
'''
|
|
2263
2263
|
result = self._values.get("openid")
|
|
2264
2264
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
|
|
@@ -2269,7 +2269,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2269
2269
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
|
|
2270
2270
|
'''opensearch_dashboards block.
|
|
2271
2271
|
|
|
2272
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2272
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
2273
2273
|
'''
|
|
2274
2274
|
result = self._values.get("opensearch_dashboards")
|
|
2275
2275
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
|
|
@@ -2280,7 +2280,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2280
2280
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2281
2281
|
'''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
2282
2282
|
|
|
2283
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2283
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
2284
2284
|
'''
|
|
2285
2285
|
result = self._values.get("override_main_response_version")
|
|
2286
2286
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2291,7 +2291,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2291
2291
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2292
2292
|
'''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
2293
2293
|
|
|
2294
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2294
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
2295
2295
|
'''
|
|
2296
2296
|
result = self._values.get("plugins_alerting_filter_by_backend_roles")
|
|
2297
2297
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2302,7 +2302,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2302
2302
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2303
2303
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2304
2304
|
|
|
2305
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2305
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
2306
2306
|
'''
|
|
2307
2307
|
result = self._values.get("public_access")
|
|
2308
2308
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2311,7 +2311,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2311
2311
|
def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2312
2312
|
'''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
2313
2313
|
|
|
2314
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2314
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
2315
2315
|
'''
|
|
2316
2316
|
result = self._values.get("reindex_remote_whitelist")
|
|
2317
2317
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2320,7 +2320,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2320
2320
|
def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
|
|
2321
2321
|
'''saml block.
|
|
2322
2322
|
|
|
2323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
2324
2324
|
'''
|
|
2325
2325
|
result = self._values.get("saml")
|
|
2326
2326
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
|
|
@@ -2331,7 +2331,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2331
2331
|
|
|
2332
2332
|
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
|
|
2333
2333
|
|
|
2334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2334
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
2335
2335
|
'''
|
|
2336
2336
|
result = self._values.get("script_max_compilations_rate")
|
|
2337
2337
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2342,7 +2342,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2342
2342
|
|
|
2343
2343
|
OpenSearch default value is used when this is not defined.
|
|
2344
2344
|
|
|
2345
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2345
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
2346
2346
|
'''
|
|
2347
2347
|
result = self._values.get("search_max_buckets")
|
|
2348
2348
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2353,7 +2353,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2353
2353
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2354
2354
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2355
2355
|
|
|
2356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
2357
2357
|
'''
|
|
2358
2358
|
result = self._values.get("service_log")
|
|
2359
2359
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2362,7 +2362,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2362
2362
|
def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2363
2363
|
'''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2364
2364
|
|
|
2365
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2365
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
2366
2366
|
'''
|
|
2367
2367
|
result = self._values.get("thread_pool_analyze_queue_size")
|
|
2368
2368
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2373,7 +2373,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2373
2373
|
|
|
2374
2374
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2375
2375
|
|
|
2376
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2376
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
2377
2377
|
'''
|
|
2378
2378
|
result = self._values.get("thread_pool_analyze_size")
|
|
2379
2379
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2384,7 +2384,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2384
2384
|
|
|
2385
2385
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2386
2386
|
|
|
2387
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
2388
2388
|
'''
|
|
2389
2389
|
result = self._values.get("thread_pool_force_merge_size")
|
|
2390
2390
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2393,7 +2393,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2393
2393
|
def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2394
2394
|
'''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2395
2395
|
|
|
2396
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2396
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
2397
2397
|
'''
|
|
2398
2398
|
result = self._values.get("thread_pool_get_queue_size")
|
|
2399
2399
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2404,7 +2404,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2404
2404
|
|
|
2405
2405
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2406
2406
|
|
|
2407
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2407
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
2408
2408
|
'''
|
|
2409
2409
|
result = self._values.get("thread_pool_get_size")
|
|
2410
2410
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2413,7 +2413,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2413
2413
|
def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2414
2414
|
'''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2415
2415
|
|
|
2416
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2416
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
2417
2417
|
'''
|
|
2418
2418
|
result = self._values.get("thread_pool_search_queue_size")
|
|
2419
2419
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2424,7 +2424,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2424
2424
|
|
|
2425
2425
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2426
2426
|
|
|
2427
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2427
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
2428
2428
|
'''
|
|
2429
2429
|
result = self._values.get("thread_pool_search_size")
|
|
2430
2430
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2433,7 +2433,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2433
2433
|
def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2434
2434
|
'''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2435
2435
|
|
|
2436
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2436
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
2437
2437
|
'''
|
|
2438
2438
|
result = self._values.get("thread_pool_search_throttled_queue_size")
|
|
2439
2439
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2444,7 +2444,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2444
2444
|
|
|
2445
2445
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2446
2446
|
|
|
2447
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2447
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
2448
2448
|
'''
|
|
2449
2449
|
result = self._values.get("thread_pool_search_throttled_size")
|
|
2450
2450
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2453,7 +2453,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2453
2453
|
def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2454
2454
|
'''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2455
2455
|
|
|
2456
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2456
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
2457
2457
|
'''
|
|
2458
2458
|
result = self._values.get("thread_pool_write_queue_size")
|
|
2459
2459
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2464,7 +2464,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2464
2464
|
|
|
2465
2465
|
Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
2466
2466
|
|
|
2467
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2467
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
2468
2468
|
'''
|
|
2469
2469
|
result = self._values.get("thread_pool_write_size")
|
|
2470
2470
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2473,7 +2473,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2473
2473
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2474
2474
|
'''OpenSearch major version.
|
|
2475
2475
|
|
|
2476
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2476
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
2477
2477
|
'''
|
|
2478
2478
|
result = self._values.get("version")
|
|
2479
2479
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2506,8 +2506,8 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2506
2506
|
ip_rate_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2507
2507
|
) -> None:
|
|
2508
2508
|
'''
|
|
2509
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2510
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2509
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2510
|
+
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2511
2511
|
'''
|
|
2512
2512
|
if isinstance(internal_authentication_backend_limiting, dict):
|
|
2513
2513
|
internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
|
|
@@ -2529,7 +2529,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2529
2529
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
|
|
2530
2530
|
'''internal_authentication_backend_limiting block.
|
|
2531
2531
|
|
|
2532
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2532
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2533
2533
|
'''
|
|
2534
2534
|
result = self._values.get("internal_authentication_backend_limiting")
|
|
2535
2535
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
|
|
@@ -2540,7 +2540,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2540
2540
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"]:
|
|
2541
2541
|
'''ip_rate_limiting block.
|
|
2542
2542
|
|
|
2543
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2544
2544
|
'''
|
|
2545
2545
|
result = self._values.get("ip_rate_limiting")
|
|
2546
2546
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"], result)
|
|
@@ -2583,13 +2583,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2583
2583
|
type: typing.Optional[builtins.str] = None,
|
|
2584
2584
|
) -> None:
|
|
2585
2585
|
'''
|
|
2586
|
-
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2587
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2588
|
-
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2589
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2590
|
-
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2591
|
-
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2592
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2586
|
+
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2587
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2588
|
+
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2589
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2590
|
+
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2591
|
+
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2592
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2593
2593
|
'''
|
|
2594
2594
|
if __debug__:
|
|
2595
2595
|
type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
|
|
@@ -2620,7 +2620,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2620
2620
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2621
2621
|
'''The number of login attempts allowed before login is blocked.
|
|
2622
2622
|
|
|
2623
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2623
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2624
2624
|
'''
|
|
2625
2625
|
result = self._values.get("allowed_tries")
|
|
2626
2626
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2629,7 +2629,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2629
2629
|
def authentication_backend(self) -> typing.Optional[builtins.str]:
|
|
2630
2630
|
'''The internal backend. Enter ``internal``.
|
|
2631
2631
|
|
|
2632
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2632
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2633
2633
|
'''
|
|
2634
2634
|
result = self._values.get("authentication_backend")
|
|
2635
2635
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2638,7 +2638,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2638
2638
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2639
2639
|
'''The duration of time that login remains blocked after a failed login.
|
|
2640
2640
|
|
|
2641
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2641
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2642
2642
|
'''
|
|
2643
2643
|
result = self._values.get("block_expiry_seconds")
|
|
2644
2644
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2647,7 +2647,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2647
2647
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2648
2648
|
'''The maximum number of blocked IP addresses.
|
|
2649
2649
|
|
|
2650
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2650
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2651
2651
|
'''
|
|
2652
2652
|
result = self._values.get("max_blocked_clients")
|
|
2653
2653
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2656,7 +2656,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2656
2656
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2657
2657
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2658
2658
|
|
|
2659
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2659
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2660
2660
|
'''
|
|
2661
2661
|
result = self._values.get("max_tracked_clients")
|
|
2662
2662
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2665,7 +2665,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2665
2665
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2666
2666
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2667
2667
|
|
|
2668
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2668
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2669
2669
|
'''
|
|
2670
2670
|
result = self._values.get("time_window_seconds")
|
|
2671
2671
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2674,7 +2674,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2674
2674
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2675
2675
|
'''The type of rate limiting.
|
|
2676
2676
|
|
|
2677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2677
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2678
2678
|
'''
|
|
2679
2679
|
result = self._values.get("type")
|
|
2680
2680
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2900,12 +2900,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2900
2900
|
type: typing.Optional[builtins.str] = None,
|
|
2901
2901
|
) -> None:
|
|
2902
2902
|
'''
|
|
2903
|
-
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2904
|
-
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2905
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2906
|
-
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2907
|
-
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2908
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2903
|
+
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2904
|
+
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2905
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2906
|
+
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2907
|
+
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2908
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2909
2909
|
'''
|
|
2910
2910
|
if __debug__:
|
|
2911
2911
|
type_hints = typing.get_type_hints(_typecheckingstub__c5db9a9b662c1875b357f7775838b53f73b8761e853ab7dcb83a11de164679ed)
|
|
@@ -2933,7 +2933,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2933
2933
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2934
2934
|
'''The number of login attempts allowed before login is blocked.
|
|
2935
2935
|
|
|
2936
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2936
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2937
2937
|
'''
|
|
2938
2938
|
result = self._values.get("allowed_tries")
|
|
2939
2939
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2942,7 +2942,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2942
2942
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2943
2943
|
'''The duration of time that login remains blocked after a failed login.
|
|
2944
2944
|
|
|
2945
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2945
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2946
2946
|
'''
|
|
2947
2947
|
result = self._values.get("block_expiry_seconds")
|
|
2948
2948
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2951,7 +2951,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2951
2951
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2952
2952
|
'''The maximum number of blocked IP addresses.
|
|
2953
2953
|
|
|
2954
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2954
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2955
2955
|
'''
|
|
2956
2956
|
result = self._values.get("max_blocked_clients")
|
|
2957
2957
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2960,7 +2960,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2960
2960
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2961
2961
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2962
2962
|
|
|
2963
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2963
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2964
2964
|
'''
|
|
2965
2965
|
result = self._values.get("max_tracked_clients")
|
|
2966
2966
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2969,7 +2969,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2969
2969
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2970
2970
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2971
2971
|
|
|
2972
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2972
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2973
2973
|
'''
|
|
2974
2974
|
result = self._values.get("time_window_seconds")
|
|
2975
2975
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2978,7 +2978,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
|
2978
2978
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2979
2979
|
'''The type of rate limiting.
|
|
2980
2980
|
|
|
2981
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2981
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2982
2982
|
'''
|
|
2983
2983
|
result = self._values.get("type")
|
|
2984
2984
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3192,13 +3192,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3192
3192
|
type: typing.Optional[builtins.str] = None,
|
|
3193
3193
|
) -> None:
|
|
3194
3194
|
'''
|
|
3195
|
-
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3196
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3197
|
-
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3198
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3199
|
-
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3200
|
-
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3201
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3195
|
+
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3196
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
3197
|
+
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3198
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3199
|
+
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3200
|
+
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3201
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3202
3202
|
'''
|
|
3203
3203
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
|
|
3204
3204
|
allowed_tries=allowed_tries,
|
|
@@ -3224,12 +3224,12 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3224
3224
|
type: typing.Optional[builtins.str] = None,
|
|
3225
3225
|
) -> None:
|
|
3226
3226
|
'''
|
|
3227
|
-
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3228
|
-
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3229
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3230
|
-
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3231
|
-
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3232
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3227
|
+
:param allowed_tries: The number of login attempts allowed before login is blocked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3228
|
+
:param block_expiry_seconds: The duration of time that login remains blocked after a failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3229
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3230
|
+
:param max_tracked_clients: The maximum number of tracked IP addresses that have failed login. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3231
|
+
:param time_window_seconds: The window of time in which the value for ``allowed_tries`` is enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3232
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3233
3233
|
'''
|
|
3234
3234
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(
|
|
3235
3235
|
allowed_tries=allowed_tries,
|
|
@@ -3314,9 +3314,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3314
3314
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
3315
3315
|
) -> None:
|
|
3316
3316
|
'''
|
|
3317
|
-
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3318
|
-
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3319
|
-
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3317
|
+
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
3318
|
+
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
3319
|
+
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3320
3320
|
'''
|
|
3321
3321
|
if __debug__:
|
|
3322
3322
|
type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
|
|
@@ -3335,7 +3335,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3335
3335
|
def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
|
|
3336
3336
|
'''index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000.
|
|
3337
3337
|
|
|
3338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
3339
3339
|
'''
|
|
3340
3340
|
result = self._values.get("mapping_nested_objects_limit")
|
|
3341
3341
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3344,7 +3344,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3344
3344
|
def number_of_replicas(self) -> typing.Optional[jsii.Number]:
|
|
3345
3345
|
'''The number of replicas each primary shard has.
|
|
3346
3346
|
|
|
3347
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3347
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
3348
3348
|
'''
|
|
3349
3349
|
result = self._values.get("number_of_replicas")
|
|
3350
3350
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3353,7 +3353,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
3353
3353
|
def number_of_shards(self) -> typing.Optional[jsii.Number]:
|
|
3354
3354
|
'''The number of primary shards that an index should have.
|
|
3355
3355
|
|
|
3356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
3357
3357
|
'''
|
|
3358
3358
|
result = self._values.get("number_of_shards")
|
|
3359
3359
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3507,18 +3507,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3507
3507
|
subject_key: typing.Optional[builtins.str] = None,
|
|
3508
3508
|
) -> None:
|
|
3509
3509
|
'''
|
|
3510
|
-
:param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3511
|
-
:param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3512
|
-
:param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3513
|
-
:param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3514
|
-
:param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3515
|
-
:param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3516
|
-
:param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3517
|
-
:param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3518
|
-
:param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3519
|
-
:param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3520
|
-
:param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3521
|
-
:param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3510
|
+
:param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
3511
|
+
:param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
3512
|
+
:param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
3513
|
+
:param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
3514
|
+
:param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
3515
|
+
:param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
3516
|
+
:param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
3517
|
+
:param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
3518
|
+
:param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
3519
|
+
:param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
3520
|
+
:param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
3521
|
+
:param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3522
3522
|
'''
|
|
3523
3523
|
if __debug__:
|
|
3524
3524
|
type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
|
|
@@ -3564,7 +3564,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3564
3564
|
def client_id(self) -> typing.Optional[builtins.str]:
|
|
3565
3565
|
'''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
|
|
3566
3566
|
|
|
3567
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3567
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
3568
3568
|
'''
|
|
3569
3569
|
result = self._values.get("client_id")
|
|
3570
3570
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3575,7 +3575,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3575
3575
|
|
|
3576
3576
|
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
3577
3577
|
|
|
3578
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3578
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
3579
3579
|
'''
|
|
3580
3580
|
result = self._values.get("client_secret")
|
|
3581
3581
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3586,7 +3586,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3586
3586
|
|
|
3587
3587
|
The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
|
|
3588
3588
|
|
|
3589
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3589
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
3590
3590
|
'''
|
|
3591
3591
|
result = self._values.get("connect_url")
|
|
3592
3592
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3599,7 +3599,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3599
3599
|
|
|
3600
3600
|
Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
|
|
3601
3601
|
|
|
3602
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3602
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
3603
3603
|
'''
|
|
3604
3604
|
result = self._values.get("enabled")
|
|
3605
3605
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -3608,7 +3608,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3608
3608
|
def header(self) -> typing.Optional[builtins.str]:
|
|
3609
3609
|
'''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
|
|
3610
3610
|
|
|
3611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3611
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
3612
3612
|
'''
|
|
3613
3613
|
result = self._values.get("header")
|
|
3614
3614
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3619,7 +3619,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3619
3619
|
|
|
3620
3620
|
The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
|
|
3621
3621
|
|
|
3622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3622
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
3623
3623
|
'''
|
|
3624
3624
|
result = self._values.get("jwt_header")
|
|
3625
3625
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3630,7 +3630,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3630
3630
|
|
|
3631
3631
|
If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
|
|
3632
3632
|
|
|
3633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3633
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
3634
3634
|
'''
|
|
3635
3635
|
result = self._values.get("jwt_url_parameter")
|
|
3636
3636
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3641,7 +3641,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3641
3641
|
|
|
3642
3642
|
The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
|
|
3643
3643
|
|
|
3644
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3644
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
3645
3645
|
'''
|
|
3646
3646
|
result = self._values.get("refresh_rate_limit_count")
|
|
3647
3647
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3652,7 +3652,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3652
3652
|
|
|
3653
3653
|
The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
|
|
3654
3654
|
|
|
3655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3655
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
3656
3656
|
'''
|
|
3657
3657
|
result = self._values.get("refresh_rate_limit_time_window_ms")
|
|
3658
3658
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3663,7 +3663,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3663
3663
|
|
|
3664
3664
|
The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT.
|
|
3665
3665
|
|
|
3666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3666
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
3667
3667
|
'''
|
|
3668
3668
|
result = self._values.get("roles_key")
|
|
3669
3669
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3674,7 +3674,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3674
3674
|
|
|
3675
3675
|
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
3676
3676
|
|
|
3677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3677
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
3678
3678
|
'''
|
|
3679
3679
|
result = self._values.get("scope")
|
|
3680
3680
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3685,7 +3685,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
3685
3685
|
|
|
3686
3686
|
The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional.
|
|
3687
3687
|
|
|
3688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
3689
3689
|
'''
|
|
3690
3690
|
result = self._values.get("subject_key")
|
|
3691
3691
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4015,9 +4015,9 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4015
4015
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4016
4016
|
) -> None:
|
|
4017
4017
|
'''
|
|
4018
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4019
|
-
:param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4020
|
-
:param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4018
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4019
|
+
:param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4020
|
+
:param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4021
4021
|
'''
|
|
4022
4022
|
if __debug__:
|
|
4023
4023
|
type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
|
|
@@ -4038,7 +4038,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4038
4038
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4039
4039
|
'''Enable or disable OpenSearch Dashboards.
|
|
4040
4040
|
|
|
4041
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4041
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4042
4042
|
'''
|
|
4043
4043
|
result = self._values.get("enabled")
|
|
4044
4044
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4049,7 +4049,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4049
4049
|
|
|
4050
4050
|
This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch.
|
|
4051
4051
|
|
|
4052
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4052
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4053
4053
|
'''
|
|
4054
4054
|
result = self._values.get("max_old_space_size")
|
|
4055
4055
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4058,7 +4058,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4058
4058
|
def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
|
|
4059
4059
|
'''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
4060
4060
|
|
|
4061
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4061
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4062
4062
|
'''
|
|
4063
4063
|
result = self._values.get("opensearch_request_timeout")
|
|
4064
4064
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4209,8 +4209,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4209
4209
|
ip_rate_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4210
4210
|
) -> None:
|
|
4211
4211
|
'''
|
|
4212
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4213
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4212
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
4213
|
+
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
4214
4214
|
'''
|
|
4215
4215
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
|
|
4216
4216
|
internal_authentication_backend_limiting=internal_authentication_backend_limiting,
|
|
@@ -4228,9 +4228,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4228
4228
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
4229
4229
|
) -> None:
|
|
4230
4230
|
'''
|
|
4231
|
-
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4232
|
-
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4233
|
-
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4231
|
+
:param mapping_nested_objects_limit: index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
4232
|
+
:param number_of_replicas: The number of replicas each primary shard has. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
4233
|
+
:param number_of_shards: The number of primary shards that an index should have. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
4234
4234
|
'''
|
|
4235
4235
|
value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
|
|
4236
4236
|
mapping_nested_objects_limit=mapping_nested_objects_limit,
|
|
@@ -4258,18 +4258,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4258
4258
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4259
4259
|
) -> None:
|
|
4260
4260
|
'''
|
|
4261
|
-
:param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4262
|
-
:param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4263
|
-
:param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4264
|
-
:param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4265
|
-
:param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4266
|
-
:param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4267
|
-
:param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4268
|
-
:param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4269
|
-
:param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4270
|
-
:param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4271
|
-
:param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4272
|
-
:param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4261
|
+
:param client_id: The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
4262
|
+
:param client_secret: The client secret of the OpenID Connect. The client secret of the OpenID Connect client configured in your IdP. Required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
4263
|
+
:param connect_url: OpenID Connect metadata/configuration URL. The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
4264
|
+
:param enabled: Enable or disable OpenSearch OpenID Connect authentication. Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4265
|
+
:param header: HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
4266
|
+
:param jwt_header: The HTTP header that stores the token. The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
4267
|
+
:param jwt_url_parameter: URL JWT token. If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
4268
|
+
:param refresh_rate_limit_count: The maximum number of unknown key IDs in the time frame. The maximum number of unknown key IDs in the time frame. Default is 10. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
4269
|
+
:param refresh_rate_limit_time_window_ms: The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
4270
|
+
:param roles_key: The key in the JSON payload that stores the user’s roles. The key in the JSON payload that stores the user’s roles. The value of this key must be a comma-separated list of roles. Required only if you want to use roles in the JWT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4271
|
+
:param scope: The scope of the identity token issued by the IdP. The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
4272
|
+
:param subject_key: The key in the JSON payload that stores the user’s name. The key in the JSON payload that stores the user’s name. If not defined, the subject registered claim is used. Most IdP providers use the preferred_username claim. Optional. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4273
4273
|
'''
|
|
4274
4274
|
value = ManagedDatabaseOpensearchPropertiesOpenid(
|
|
4275
4275
|
client_id=client_id,
|
|
@@ -4297,9 +4297,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4297
4297
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4298
4298
|
) -> None:
|
|
4299
4299
|
'''
|
|
4300
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4301
|
-
:param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4302
|
-
:param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4300
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4301
|
+
:param max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4302
|
+
:param opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
4303
4303
|
'''
|
|
4304
4304
|
value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
|
|
4305
4305
|
enabled=enabled,
|
|
@@ -4322,13 +4322,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
4322
4322
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4323
4323
|
) -> None:
|
|
4324
4324
|
'''
|
|
4325
|
-
:param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4326
|
-
:param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4327
|
-
:param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4328
|
-
:param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4329
|
-
:param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4330
|
-
:param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4331
|
-
:param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4325
|
+
:param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4326
|
+
:param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
4327
|
+
:param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
4328
|
+
:param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
4329
|
+
:param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4330
|
+
:param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
4331
|
+
:param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4332
4332
|
'''
|
|
4333
4333
|
value = ManagedDatabaseOpensearchPropertiesSaml(
|
|
4334
4334
|
enabled=enabled,
|
|
@@ -5585,13 +5585,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5585
5585
|
subject_key: typing.Optional[builtins.str] = None,
|
|
5586
5586
|
) -> None:
|
|
5587
5587
|
'''
|
|
5588
|
-
:param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5589
|
-
:param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5590
|
-
:param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5591
|
-
:param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5592
|
-
:param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5593
|
-
:param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5594
|
-
:param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5588
|
+
:param enabled: Enable or disable OpenSearch SAML authentication. Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5589
|
+
:param idp_entity_id: Identity Provider Entity ID. The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5590
|
+
:param idp_metadata_url: Identity Provider (IdP) SAML metadata URL. The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5591
|
+
:param idp_pemtrustedcas_content: PEM-encoded root CA Content for SAML IdP server verification. This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5592
|
+
:param roles_key: SAML response role attribute. Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5593
|
+
:param sp_entity_id: Service Provider Entity ID. The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5594
|
+
:param subject_key: SAML response subject attribute. Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5595
5595
|
'''
|
|
5596
5596
|
if __debug__:
|
|
5597
5597
|
type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
|
|
@@ -5626,7 +5626,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5626
5626
|
|
|
5627
5627
|
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
|
|
5628
5628
|
|
|
5629
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5629
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5630
5630
|
'''
|
|
5631
5631
|
result = self._values.get("enabled")
|
|
5632
5632
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5637,7 +5637,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5637
5637
|
|
|
5638
5638
|
The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
|
|
5639
5639
|
|
|
5640
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5640
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5641
5641
|
'''
|
|
5642
5642
|
result = self._values.get("idp_entity_id")
|
|
5643
5643
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5648,7 +5648,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5648
5648
|
|
|
5649
5649
|
The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
|
|
5650
5650
|
|
|
5651
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5651
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5652
5652
|
'''
|
|
5653
5653
|
result = self._values.get("idp_metadata_url")
|
|
5654
5654
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5659,7 +5659,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5659
5659
|
|
|
5660
5660
|
This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server.
|
|
5661
5661
|
|
|
5662
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5662
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5663
5663
|
'''
|
|
5664
5664
|
result = self._values.get("idp_pemtrustedcas_content")
|
|
5665
5665
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5670,7 +5670,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5670
5670
|
|
|
5671
5671
|
Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions.
|
|
5672
5672
|
|
|
5673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5674
5674
|
'''
|
|
5675
5675
|
result = self._values.get("roles_key")
|
|
5676
5676
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5681,7 +5681,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5681
5681
|
|
|
5682
5682
|
The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
|
|
5683
5683
|
|
|
5684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5684
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5685
5685
|
'''
|
|
5686
5686
|
result = self._values.get("sp_entity_id")
|
|
5687
5687
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5692,7 +5692,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
5692
5692
|
|
|
5693
5693
|
Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
5694
5694
|
|
|
5695
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5695
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5696
5696
|
'''
|
|
5697
5697
|
result = self._values.get("subject_key")
|
|
5698
5698
|
return typing.cast(typing.Optional[builtins.str], result)
|