cdktf-cdktf-provider-upcloud 14.19.0__py3-none-any.whl → 14.20.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.20.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +201 -201
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +813 -957
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +315 -315
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
- cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +234 -129
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +72 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +136 -136
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.19.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.20.1.dist-info/RECORD +67 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.19.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.19.0.dist-info/RECORD +0 -67
- {cdktf_cdktf_provider_upcloud-14.19.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.19.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.19.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_database_opensearch`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_opensearch`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class ManagedDatabaseOpensearch(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearch",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -73,24 +73,24 @@ class ManagedDatabaseOpensearch(
|
|
|
73
73
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
74
74
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
75
75
|
) -> None:
|
|
76
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
76
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch upcloud_managed_database_opensearch} Resource.
|
|
77
77
|
|
|
78
78
|
:param scope: The scope in which to define this construct.
|
|
79
79
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
80
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
81
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
82
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
83
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
84
|
-
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
85
|
-
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
86
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
87
|
-
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
88
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
89
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
90
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
92
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
93
|
-
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
80
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
81
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
82
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
83
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
84
|
+
:param access_control: Enables users access control for OpenSearch service. User access control rules will only be enforced if this attribute is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
85
|
+
:param extended_access_control: Grant access to top-level ``_mget``, ``_msearch`` and ``_bulk`` APIs. Users are limited to perform operations on indices based on the user-specific access control rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
86
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
87
|
+
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
|
|
88
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
89
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
90
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
91
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
92
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
93
|
+
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
|
|
94
94
|
:param connection:
|
|
95
95
|
:param count:
|
|
96
96
|
:param depends_on:
|
|
@@ -142,7 +142,7 @@ class ManagedDatabaseOpensearch(
|
|
|
142
142
|
|
|
143
143
|
:param scope: The scope in which to define this construct.
|
|
144
144
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabaseOpensearch to import.
|
|
145
|
-
:param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
145
|
+
:param import_from_id: The id of the existing ManagedDatabaseOpensearch that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#import import section} in the documentation of this resource for the id to use
|
|
146
146
|
:param provider: ? Optional instance of the provider where the ManagedDatabaseOpensearch to import is found.
|
|
147
147
|
'''
|
|
148
148
|
if __debug__:
|
|
@@ -179,6 +179,7 @@ class ManagedDatabaseOpensearch(
|
|
|
179
179
|
cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
|
|
180
180
|
cluster_search_request_slowlog: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
181
181
|
custom_domain: typing.Optional[builtins.str] = None,
|
|
182
|
+
disk_watermarks: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesDiskWatermarks", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
182
183
|
elasticsearch_version: typing.Optional[builtins.str] = None,
|
|
183
184
|
email_sender_name: typing.Optional[builtins.str] = None,
|
|
184
185
|
email_sender_password: typing.Optional[builtins.str] = None,
|
|
@@ -237,71 +238,72 @@ class ManagedDatabaseOpensearch(
|
|
|
237
238
|
version: typing.Optional[builtins.str] = None,
|
|
238
239
|
) -> None:
|
|
239
240
|
'''
|
|
240
|
-
: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.
|
|
241
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
242
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
243
|
-
: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.
|
|
244
|
-
: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.
|
|
245
|
-
:param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
246
|
-
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
247
|
-
:param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
248
|
-
: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.
|
|
249
|
-
:param
|
|
250
|
-
:param
|
|
251
|
-
:param
|
|
252
|
-
:param
|
|
253
|
-
:param
|
|
254
|
-
:param
|
|
255
|
-
:param
|
|
256
|
-
:param
|
|
257
|
-
:param
|
|
258
|
-
:param
|
|
259
|
-
:param
|
|
260
|
-
:param
|
|
261
|
-
:param
|
|
262
|
-
:param
|
|
263
|
-
:param
|
|
264
|
-
:param
|
|
265
|
-
:param
|
|
266
|
-
:param
|
|
267
|
-
:param
|
|
268
|
-
:param
|
|
269
|
-
:param
|
|
270
|
-
:param
|
|
271
|
-
:param
|
|
272
|
-
:param
|
|
273
|
-
:param
|
|
274
|
-
:param
|
|
275
|
-
:param
|
|
276
|
-
:param
|
|
277
|
-
:param
|
|
278
|
-
:param
|
|
279
|
-
:param
|
|
280
|
-
:param
|
|
281
|
-
:param
|
|
282
|
-
:param
|
|
283
|
-
:param
|
|
284
|
-
:param
|
|
285
|
-
:param
|
|
286
|
-
:param
|
|
287
|
-
:param
|
|
288
|
-
:param
|
|
289
|
-
:param
|
|
290
|
-
:param
|
|
291
|
-
:param
|
|
292
|
-
:param
|
|
293
|
-
:param
|
|
294
|
-
:param
|
|
295
|
-
:param
|
|
296
|
-
:param
|
|
297
|
-
:param
|
|
298
|
-
:param
|
|
299
|
-
:param
|
|
300
|
-
:param
|
|
301
|
-
:param
|
|
302
|
-
:param
|
|
303
|
-
:param
|
|
304
|
-
:param
|
|
241
|
+
: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.20.1/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
242
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
243
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
244
|
+
: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.20.1/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
245
|
+
: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.20.1/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
246
|
+
:param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
|
|
247
|
+
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
248
|
+
:param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
|
|
249
|
+
: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.20.1/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
250
|
+
:param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
|
|
251
|
+
:param elasticsearch_version: Elasticsearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
|
|
252
|
+
: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.20.1/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
253
|
+
: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.20.1/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
254
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
255
|
+
:param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
|
|
256
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
257
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
258
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
259
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
260
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
261
|
+
:param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
|
|
262
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
263
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
264
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
265
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
266
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
267
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
268
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
269
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
270
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
271
|
+
: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.20.1/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
272
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
273
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
274
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
275
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
276
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
277
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
278
|
+
: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.20.1/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
279
|
+
:param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
280
|
+
:param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
281
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
282
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
283
|
+
: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.20.1/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
284
|
+
: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.20.1/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
285
|
+
: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.20.1/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
286
|
+
: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.20.1/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
287
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
288
|
+
: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.20.1/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
289
|
+
:param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
|
|
290
|
+
:param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
|
|
291
|
+
: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.20.1/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
292
|
+
:param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
|
|
293
|
+
: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.20.1/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
294
|
+
:param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
|
|
295
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
296
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
297
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
298
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
299
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
300
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
301
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
302
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
303
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
304
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
305
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
306
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
305
307
|
'''
|
|
306
308
|
value = ManagedDatabaseOpensearchProperties(
|
|
307
309
|
action_auto_create_index_enabled=action_auto_create_index_enabled,
|
|
@@ -313,6 +315,7 @@ class ManagedDatabaseOpensearch(
|
|
|
313
315
|
cluster_routing_allocation_node_concurrent_recoveries=cluster_routing_allocation_node_concurrent_recoveries,
|
|
314
316
|
cluster_search_request_slowlog=cluster_search_request_slowlog,
|
|
315
317
|
custom_domain=custom_domain,
|
|
318
|
+
disk_watermarks=disk_watermarks,
|
|
316
319
|
elasticsearch_version=elasticsearch_version,
|
|
317
320
|
email_sender_name=email_sender_name,
|
|
318
321
|
email_sender_password=email_sender_password,
|
|
@@ -958,20 +961,20 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
958
961
|
:param lifecycle:
|
|
959
962
|
:param provider:
|
|
960
963
|
:param provisioners:
|
|
961
|
-
: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.
|
|
962
|
-
: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.
|
|
963
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
964
|
-
: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.
|
|
965
|
-
: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.
|
|
966
|
-
: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.
|
|
967
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
968
|
-
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
969
|
-
: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.
|
|
970
|
-
: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.
|
|
971
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
972
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
973
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
974
|
-
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
964
|
+
: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.20.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
965
|
+
: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.20.1/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
966
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
967
|
+
: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.20.1/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
968
|
+
: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.20.1/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
969
|
+
: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.20.1/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
970
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
971
|
+
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
|
|
972
|
+
: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.20.1/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
973
|
+
: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.20.1/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
974
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
975
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
976
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
977
|
+
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
|
|
975
978
|
'''
|
|
976
979
|
if isinstance(lifecycle, dict):
|
|
977
980
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -1111,7 +1114,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1111
1114
|
|
|
1112
1115
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
1113
1116
|
|
|
1114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1117
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1115
1118
|
'''
|
|
1116
1119
|
result = self._values.get("name")
|
|
1117
1120
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1123,7 +1126,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1123
1126
|
|
|
1124
1127
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
1125
1128
|
|
|
1126
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1129
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#plan ManagedDatabaseOpensearch#plan}
|
|
1127
1130
|
'''
|
|
1128
1131
|
result = self._values.get("plan")
|
|
1129
1132
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1133,7 +1136,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1133
1136
|
def title(self) -> builtins.str:
|
|
1134
1137
|
'''Title of a managed database instance.
|
|
1135
1138
|
|
|
1136
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1139
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#title ManagedDatabaseOpensearch#title}
|
|
1137
1140
|
'''
|
|
1138
1141
|
result = self._values.get("title")
|
|
1139
1142
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1143,7 +1146,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1143
1146
|
def zone(self) -> builtins.str:
|
|
1144
1147
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1145
1148
|
|
|
1146
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1149
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#zone ManagedDatabaseOpensearch#zone}
|
|
1147
1150
|
'''
|
|
1148
1151
|
result = self._values.get("zone")
|
|
1149
1152
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1157,7 +1160,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1157
1160
|
|
|
1158
1161
|
User access control rules will only be enforced if this attribute is enabled.
|
|
1159
1162
|
|
|
1160
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1163
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#access_control ManagedDatabaseOpensearch#access_control}
|
|
1161
1164
|
'''
|
|
1162
1165
|
result = self._values.get("access_control")
|
|
1163
1166
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1170,14 +1173,14 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1170
1173
|
|
|
1171
1174
|
Users are limited to perform operations on indices based on the user-specific access control rules.
|
|
1172
1175
|
|
|
1173
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1176
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#extended_access_control ManagedDatabaseOpensearch#extended_access_control}
|
|
1174
1177
|
'''
|
|
1175
1178
|
result = self._values.get("extended_access_control")
|
|
1176
1179
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
1177
1180
|
|
|
1178
1181
|
@builtins.property
|
|
1179
1182
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1180
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1183
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#id ManagedDatabaseOpensearch#id}.
|
|
1181
1184
|
|
|
1182
1185
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1183
1186
|
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.
|
|
@@ -1189,7 +1192,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1189
1192
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1190
1193
|
'''User defined key-value pairs to classify the managed database.
|
|
1191
1194
|
|
|
1192
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1195
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#labels ManagedDatabaseOpensearch#labels}
|
|
1193
1196
|
'''
|
|
1194
1197
|
result = self._values.get("labels")
|
|
1195
1198
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -1198,7 +1201,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1198
1201
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1199
1202
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1200
1203
|
|
|
1201
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1204
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#maintenance_window_dow ManagedDatabaseOpensearch#maintenance_window_dow}
|
|
1202
1205
|
'''
|
|
1203
1206
|
result = self._values.get("maintenance_window_dow")
|
|
1204
1207
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1207,7 +1210,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1207
1210
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1208
1211
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1209
1212
|
|
|
1210
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1213
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#maintenance_window_time ManagedDatabaseOpensearch#maintenance_window_time}
|
|
1211
1214
|
'''
|
|
1212
1215
|
result = self._values.get("maintenance_window_time")
|
|
1213
1216
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1218,7 +1221,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1218
1221
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]]:
|
|
1219
1222
|
'''network block.
|
|
1220
1223
|
|
|
1221
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1224
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#network ManagedDatabaseOpensearch#network}
|
|
1222
1225
|
'''
|
|
1223
1226
|
result = self._values.get("network")
|
|
1224
1227
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseOpensearchNetwork"]]], result)
|
|
@@ -1229,7 +1232,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1229
1232
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1230
1233
|
'''The administrative power state of the service.
|
|
1231
1234
|
|
|
1232
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1235
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#powered ManagedDatabaseOpensearch#powered}
|
|
1233
1236
|
'''
|
|
1234
1237
|
result = self._values.get("powered")
|
|
1235
1238
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1238,7 +1241,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1238
1241
|
def properties(self) -> typing.Optional["ManagedDatabaseOpensearchProperties"]:
|
|
1239
1242
|
'''properties block.
|
|
1240
1243
|
|
|
1241
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1244
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#properties ManagedDatabaseOpensearch#properties}
|
|
1242
1245
|
'''
|
|
1243
1246
|
result = self._values.get("properties")
|
|
1244
1247
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchProperties"], result)
|
|
@@ -1249,7 +1252,7 @@ class ManagedDatabaseOpensearchConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1249
1252
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1250
1253
|
'''If set to true, prevents the managed service from being powered off, or deleted.
|
|
1251
1254
|
|
|
1252
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1255
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#termination_protection ManagedDatabaseOpensearch#termination_protection}
|
|
1253
1256
|
'''
|
|
1254
1257
|
result = self._values.get("termination_protection")
|
|
1255
1258
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1281,10 +1284,10 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1281
1284
|
uuid: builtins.str,
|
|
1282
1285
|
) -> None:
|
|
1283
1286
|
'''
|
|
1284
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1285
|
-
: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.
|
|
1286
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1287
|
-
: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.
|
|
1287
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1288
|
+
: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.20.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1289
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1290
|
+
: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.20.1/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1288
1291
|
'''
|
|
1289
1292
|
if __debug__:
|
|
1290
1293
|
type_hints = typing.get_type_hints(_typecheckingstub__fca8408590124dd06a9281b50a661dcbdbb53334fd0cbfb3b4fed6c54dc2fd83)
|
|
@@ -1303,7 +1306,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1303
1306
|
def family(self) -> builtins.str:
|
|
1304
1307
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1305
1308
|
|
|
1306
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1309
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#family ManagedDatabaseOpensearch#family}
|
|
1307
1310
|
'''
|
|
1308
1311
|
result = self._values.get("family")
|
|
1309
1312
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1313,7 +1316,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1313
1316
|
def name(self) -> builtins.str:
|
|
1314
1317
|
'''The name of the network. Must be unique within the service.
|
|
1315
1318
|
|
|
1316
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1319
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#name ManagedDatabaseOpensearch#name}
|
|
1317
1320
|
'''
|
|
1318
1321
|
result = self._values.get("name")
|
|
1319
1322
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1323,7 +1326,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1323
1326
|
def type(self) -> builtins.str:
|
|
1324
1327
|
'''The type of the network. Must be private.
|
|
1325
1328
|
|
|
1326
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1329
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
1327
1330
|
'''
|
|
1328
1331
|
result = self._values.get("type")
|
|
1329
1332
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1333,7 +1336,7 @@ class ManagedDatabaseOpensearchNetwork:
|
|
|
1333
1336
|
def uuid(self) -> builtins.str:
|
|
1334
1337
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1335
1338
|
|
|
1336
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1339
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#uuid ManagedDatabaseOpensearch#uuid}
|
|
1337
1340
|
'''
|
|
1338
1341
|
result = self._values.get("uuid")
|
|
1339
1342
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1723,6 +1726,7 @@ class ManagedDatabaseOpensearchNodeStatesOutputReference(
|
|
|
1723
1726
|
"cluster_routing_allocation_node_concurrent_recoveries": "clusterRoutingAllocationNodeConcurrentRecoveries",
|
|
1724
1727
|
"cluster_search_request_slowlog": "clusterSearchRequestSlowlog",
|
|
1725
1728
|
"custom_domain": "customDomain",
|
|
1729
|
+
"disk_watermarks": "diskWatermarks",
|
|
1726
1730
|
"elasticsearch_version": "elasticsearchVersion",
|
|
1727
1731
|
"email_sender_name": "emailSenderName",
|
|
1728
1732
|
"email_sender_password": "emailSenderPassword",
|
|
@@ -1794,6 +1798,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1794
1798
|
cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
|
|
1795
1799
|
cluster_search_request_slowlog: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1796
1800
|
custom_domain: typing.Optional[builtins.str] = None,
|
|
1801
|
+
disk_watermarks: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesDiskWatermarks", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1797
1802
|
elasticsearch_version: typing.Optional[builtins.str] = None,
|
|
1798
1803
|
email_sender_name: typing.Optional[builtins.str] = None,
|
|
1799
1804
|
email_sender_password: typing.Optional[builtins.str] = None,
|
|
@@ -1852,76 +1857,79 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1852
1857
|
version: typing.Optional[builtins.str] = None,
|
|
1853
1858
|
) -> None:
|
|
1854
1859
|
'''
|
|
1855
|
-
: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.
|
|
1856
|
-
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1857
|
-
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1858
|
-
: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.
|
|
1859
|
-
: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.
|
|
1860
|
-
:param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1861
|
-
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1862
|
-
:param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1863
|
-
: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.
|
|
1864
|
-
:param
|
|
1865
|
-
:param
|
|
1866
|
-
:param
|
|
1867
|
-
:param
|
|
1868
|
-
:param
|
|
1869
|
-
:param
|
|
1870
|
-
:param
|
|
1871
|
-
:param
|
|
1872
|
-
:param
|
|
1873
|
-
:param
|
|
1874
|
-
:param
|
|
1875
|
-
:param
|
|
1876
|
-
:param
|
|
1877
|
-
:param
|
|
1878
|
-
:param
|
|
1879
|
-
:param
|
|
1880
|
-
:param
|
|
1881
|
-
:param
|
|
1882
|
-
:param
|
|
1883
|
-
:param
|
|
1884
|
-
:param
|
|
1885
|
-
:param
|
|
1886
|
-
:param
|
|
1887
|
-
:param
|
|
1888
|
-
:param
|
|
1889
|
-
:param
|
|
1890
|
-
:param
|
|
1891
|
-
:param
|
|
1892
|
-
:param
|
|
1893
|
-
:param
|
|
1894
|
-
:param
|
|
1895
|
-
:param
|
|
1896
|
-
:param
|
|
1897
|
-
:param
|
|
1898
|
-
:param
|
|
1899
|
-
:param
|
|
1900
|
-
:param
|
|
1901
|
-
:param
|
|
1902
|
-
:param
|
|
1903
|
-
:param
|
|
1904
|
-
:param
|
|
1905
|
-
:param
|
|
1906
|
-
:param
|
|
1907
|
-
:param
|
|
1908
|
-
:param
|
|
1909
|
-
:param
|
|
1910
|
-
:param
|
|
1911
|
-
:param
|
|
1912
|
-
:param
|
|
1913
|
-
:param
|
|
1914
|
-
:param
|
|
1915
|
-
:param
|
|
1916
|
-
:param
|
|
1917
|
-
:param
|
|
1918
|
-
:param
|
|
1919
|
-
:param
|
|
1860
|
+
: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.20.1/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
1861
|
+
:param action_destructive_requires_name: Require explicit index names when deleting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
1862
|
+
:param auth_failure_listeners: auth_failure_listeners block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
1863
|
+
: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.20.1/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
1864
|
+
: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.20.1/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
1865
|
+
:param cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
|
|
1866
|
+
:param cluster_routing_allocation_node_concurrent_recoveries: Concurrent incoming/outgoing shard recoveries per node. How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
1867
|
+
:param cluster_search_request_slowlog: cluster_search_request_slowlog block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
|
|
1868
|
+
: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.20.1/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
1869
|
+
:param disk_watermarks: disk_watermarks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
|
|
1870
|
+
:param elasticsearch_version: Elasticsearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
|
|
1871
|
+
: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.20.1/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
1872
|
+
: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.20.1/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
1873
|
+
:param email_sender_username: Sender username for Opensearch alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
1874
|
+
:param enable_remote_backed_storage: Enable remote-backed storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
|
|
1875
|
+
:param enable_security_audit: Enable/Disable security audit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
1876
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
1877
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
1878
|
+
: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.20.1/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
1879
|
+
:param index_patterns: Index patterns. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
1880
|
+
:param index_rollup: index_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
|
|
1881
|
+
:param index_template: index_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
1882
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
1883
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
1884
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
1885
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
1886
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
1887
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
1888
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
1889
|
+
: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.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
1890
|
+
: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.20.1/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
1891
|
+
:param ism_enabled: Specifies whether ISM is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
1892
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
1893
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
1894
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
1895
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
1896
|
+
: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.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
1897
|
+
: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.20.1/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
1898
|
+
:param knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
1899
|
+
:param knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
1900
|
+
:param openid: openid block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
1901
|
+
:param opensearch_dashboards: opensearch_dashboards block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
1902
|
+
: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.20.1/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
1903
|
+
: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.20.1/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
1904
|
+
: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.20.1/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
1905
|
+
: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.20.1/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
1906
|
+
:param saml: saml block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
1907
|
+
: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.20.1/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
1908
|
+
:param search_backpressure: search_backpressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
|
|
1909
|
+
:param search_insights_top_queries: search_insights_top_queries block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
|
|
1910
|
+
: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.20.1/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
1911
|
+
:param segrep: segrep block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
|
|
1912
|
+
: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.20.1/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
1913
|
+
:param shard_indexing_pressure: shard_indexing_pressure block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
|
|
1914
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
1915
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
1916
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
1917
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
1918
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
1919
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
1920
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
1921
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
1922
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
1923
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
1924
|
+
: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.20.1/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
1925
|
+
:param version: OpenSearch major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
1920
1926
|
'''
|
|
1921
1927
|
if isinstance(auth_failure_listeners, dict):
|
|
1922
1928
|
auth_failure_listeners = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(**auth_failure_listeners)
|
|
1923
1929
|
if isinstance(cluster_search_request_slowlog, dict):
|
|
1924
1930
|
cluster_search_request_slowlog = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog(**cluster_search_request_slowlog)
|
|
1931
|
+
if isinstance(disk_watermarks, dict):
|
|
1932
|
+
disk_watermarks = ManagedDatabaseOpensearchPropertiesDiskWatermarks(**disk_watermarks)
|
|
1925
1933
|
if isinstance(index_rollup, dict):
|
|
1926
1934
|
index_rollup = ManagedDatabaseOpensearchPropertiesIndexRollup(**index_rollup)
|
|
1927
1935
|
if isinstance(index_template, dict):
|
|
@@ -1951,6 +1959,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
1951
1959
|
check_type(argname="argument cluster_routing_allocation_node_concurrent_recoveries", value=cluster_routing_allocation_node_concurrent_recoveries, expected_type=type_hints["cluster_routing_allocation_node_concurrent_recoveries"])
|
|
1952
1960
|
check_type(argname="argument cluster_search_request_slowlog", value=cluster_search_request_slowlog, expected_type=type_hints["cluster_search_request_slowlog"])
|
|
1953
1961
|
check_type(argname="argument custom_domain", value=custom_domain, expected_type=type_hints["custom_domain"])
|
|
1962
|
+
check_type(argname="argument disk_watermarks", value=disk_watermarks, expected_type=type_hints["disk_watermarks"])
|
|
1954
1963
|
check_type(argname="argument elasticsearch_version", value=elasticsearch_version, expected_type=type_hints["elasticsearch_version"])
|
|
1955
1964
|
check_type(argname="argument email_sender_name", value=email_sender_name, expected_type=type_hints["email_sender_name"])
|
|
1956
1965
|
check_type(argname="argument email_sender_password", value=email_sender_password, expected_type=type_hints["email_sender_password"])
|
|
@@ -2026,6 +2035,8 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2026
2035
|
self._values["cluster_search_request_slowlog"] = cluster_search_request_slowlog
|
|
2027
2036
|
if custom_domain is not None:
|
|
2028
2037
|
self._values["custom_domain"] = custom_domain
|
|
2038
|
+
if disk_watermarks is not None:
|
|
2039
|
+
self._values["disk_watermarks"] = disk_watermarks
|
|
2029
2040
|
if elasticsearch_version is not None:
|
|
2030
2041
|
self._values["elasticsearch_version"] = elasticsearch_version
|
|
2031
2042
|
if email_sender_name is not None:
|
|
@@ -2145,7 +2156,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2145
2156
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2146
2157
|
'''action.auto_create_index. Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
2147
2158
|
|
|
2148
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2159
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#action_auto_create_index_enabled ManagedDatabaseOpensearch#action_auto_create_index_enabled}
|
|
2149
2160
|
'''
|
|
2150
2161
|
result = self._values.get("action_auto_create_index_enabled")
|
|
2151
2162
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2156,7 +2167,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2156
2167
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2157
2168
|
'''Require explicit index names when deleting.
|
|
2158
2169
|
|
|
2159
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2170
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#action_destructive_requires_name ManagedDatabaseOpensearch#action_destructive_requires_name}
|
|
2160
2171
|
'''
|
|
2161
2172
|
result = self._values.get("action_destructive_requires_name")
|
|
2162
2173
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2167,7 +2178,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2167
2178
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"]:
|
|
2168
2179
|
'''auth_failure_listeners block.
|
|
2169
2180
|
|
|
2170
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#auth_failure_listeners ManagedDatabaseOpensearch#auth_failure_listeners}
|
|
2171
2182
|
'''
|
|
2172
2183
|
result = self._values.get("auth_failure_listeners")
|
|
2173
2184
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListeners"], result)
|
|
@@ -2178,7 +2189,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2178
2189
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2179
2190
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
2180
2191
|
|
|
2181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2192
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#automatic_utility_network_ip_filter ManagedDatabaseOpensearch#automatic_utility_network_ip_filter}
|
|
2182
2193
|
'''
|
|
2183
2194
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
2184
2195
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2187,7 +2198,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2187
2198
|
def cluster_max_shards_per_node(self) -> typing.Optional[jsii.Number]:
|
|
2188
2199
|
'''Controls the number of shards allowed in the cluster per data node.
|
|
2189
2200
|
|
|
2190
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2201
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_max_shards_per_node ManagedDatabaseOpensearch#cluster_max_shards_per_node}
|
|
2191
2202
|
'''
|
|
2192
2203
|
result = self._values.get("cluster_max_shards_per_node")
|
|
2193
2204
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2200,7 +2211,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2200
2211
|
|
|
2201
2212
|
Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
2202
2213
|
|
|
2203
|
-
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.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_balance_prefer_primary ManagedDatabaseOpensearch#cluster_routing_allocation_balance_prefer_primary}
|
|
2204
2215
|
'''
|
|
2205
2216
|
result = self._values.get("cluster_routing_allocation_balance_prefer_primary")
|
|
2206
2217
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2213,7 +2224,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2213
2224
|
|
|
2214
2225
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
2215
2226
|
|
|
2216
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2227
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_routing_allocation_node_concurrent_recoveries ManagedDatabaseOpensearch#cluster_routing_allocation_node_concurrent_recoveries}
|
|
2217
2228
|
'''
|
|
2218
2229
|
result = self._values.get("cluster_routing_allocation_node_concurrent_recoveries")
|
|
2219
2230
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2224,7 +2235,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2224
2235
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"]:
|
|
2225
2236
|
'''cluster_search_request_slowlog block.
|
|
2226
2237
|
|
|
2227
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cluster_search_request_slowlog ManagedDatabaseOpensearch#cluster_search_request_slowlog}
|
|
2228
2239
|
'''
|
|
2229
2240
|
result = self._values.get("cluster_search_request_slowlog")
|
|
2230
2241
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog"], result)
|
|
@@ -2233,16 +2244,27 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2233
2244
|
def custom_domain(self) -> typing.Optional[builtins.str]:
|
|
2234
2245
|
'''Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
2235
2246
|
|
|
2236
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2247
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#custom_domain ManagedDatabaseOpensearch#custom_domain}
|
|
2237
2248
|
'''
|
|
2238
2249
|
result = self._values.get("custom_domain")
|
|
2239
2250
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2240
2251
|
|
|
2252
|
+
@builtins.property
|
|
2253
|
+
def disk_watermarks(
|
|
2254
|
+
self,
|
|
2255
|
+
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"]:
|
|
2256
|
+
'''disk_watermarks block.
|
|
2257
|
+
|
|
2258
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#disk_watermarks ManagedDatabaseOpensearch#disk_watermarks}
|
|
2259
|
+
'''
|
|
2260
|
+
result = self._values.get("disk_watermarks")
|
|
2261
|
+
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesDiskWatermarks"], result)
|
|
2262
|
+
|
|
2241
2263
|
@builtins.property
|
|
2242
2264
|
def elasticsearch_version(self) -> typing.Optional[builtins.str]:
|
|
2243
2265
|
'''Elasticsearch major version.
|
|
2244
2266
|
|
|
2245
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2267
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elasticsearch_version ManagedDatabaseOpensearch#elasticsearch_version}
|
|
2246
2268
|
'''
|
|
2247
2269
|
result = self._values.get("elasticsearch_version")
|
|
2248
2270
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2253,7 +2275,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2253
2275
|
|
|
2254
2276
|
This should be identical to the Sender name defined in Opensearch dashboards.
|
|
2255
2277
|
|
|
2256
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2278
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#email_sender_name ManagedDatabaseOpensearch#email_sender_name}
|
|
2257
2279
|
'''
|
|
2258
2280
|
result = self._values.get("email_sender_name")
|
|
2259
2281
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2264,7 +2286,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2264
2286
|
|
|
2265
2287
|
Sender password for Opensearch alerts to authenticate with SMTP server.
|
|
2266
2288
|
|
|
2267
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2289
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#email_sender_password ManagedDatabaseOpensearch#email_sender_password}
|
|
2268
2290
|
'''
|
|
2269
2291
|
result = self._values.get("email_sender_password")
|
|
2270
2292
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2273,7 +2295,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2273
2295
|
def email_sender_username(self) -> typing.Optional[builtins.str]:
|
|
2274
2296
|
'''Sender username for Opensearch alerts.
|
|
2275
2297
|
|
|
2276
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2298
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#email_sender_username ManagedDatabaseOpensearch#email_sender_username}
|
|
2277
2299
|
'''
|
|
2278
2300
|
result = self._values.get("email_sender_username")
|
|
2279
2301
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2284,7 +2306,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2284
2306
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2285
2307
|
'''Enable remote-backed storage.
|
|
2286
2308
|
|
|
2287
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2309
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_remote_backed_storage ManagedDatabaseOpensearch#enable_remote_backed_storage}
|
|
2288
2310
|
'''
|
|
2289
2311
|
result = self._values.get("enable_remote_backed_storage")
|
|
2290
2312
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2295,7 +2317,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2295
2317
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2296
2318
|
'''Enable/Disable security audit.
|
|
2297
2319
|
|
|
2298
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2320
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enable_security_audit ManagedDatabaseOpensearch#enable_security_audit}
|
|
2299
2321
|
'''
|
|
2300
2322
|
result = self._values.get("enable_security_audit")
|
|
2301
2323
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2304,7 +2326,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2304
2326
|
def http_max_content_length(self) -> typing.Optional[jsii.Number]:
|
|
2305
2327
|
'''Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
2306
2328
|
|
|
2307
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2329
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#http_max_content_length ManagedDatabaseOpensearch#http_max_content_length}
|
|
2308
2330
|
'''
|
|
2309
2331
|
result = self._values.get("http_max_content_length")
|
|
2310
2332
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2313,7 +2335,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2313
2335
|
def http_max_header_size(self) -> typing.Optional[jsii.Number]:
|
|
2314
2336
|
'''The max size of allowed headers, in bytes.
|
|
2315
2337
|
|
|
2316
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#http_max_header_size ManagedDatabaseOpensearch#http_max_header_size}
|
|
2317
2339
|
'''
|
|
2318
2340
|
result = self._values.get("http_max_header_size")
|
|
2319
2341
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2322,7 +2344,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2322
2344
|
def http_max_initial_line_length(self) -> typing.Optional[jsii.Number]:
|
|
2323
2345
|
'''The max length of an HTTP URL, in bytes.
|
|
2324
2346
|
|
|
2325
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2347
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#http_max_initial_line_length ManagedDatabaseOpensearch#http_max_initial_line_length}
|
|
2326
2348
|
'''
|
|
2327
2349
|
result = self._values.get("http_max_initial_line_length")
|
|
2328
2350
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2331,7 +2353,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2331
2353
|
def index_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2332
2354
|
'''Index patterns.
|
|
2333
2355
|
|
|
2334
|
-
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.20.1/docs/resources/managed_database_opensearch#index_patterns ManagedDatabaseOpensearch#index_patterns}
|
|
2335
2357
|
'''
|
|
2336
2358
|
result = self._values.get("index_patterns")
|
|
2337
2359
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2342,7 +2364,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2342
2364
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"]:
|
|
2343
2365
|
'''index_rollup block.
|
|
2344
2366
|
|
|
2345
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2367
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_rollup ManagedDatabaseOpensearch#index_rollup}
|
|
2346
2368
|
'''
|
|
2347
2369
|
result = self._values.get("index_rollup")
|
|
2348
2370
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexRollup"], result)
|
|
@@ -2353,7 +2375,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2353
2375
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"]:
|
|
2354
2376
|
'''index_template block.
|
|
2355
2377
|
|
|
2356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2378
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#index_template ManagedDatabaseOpensearch#index_template}
|
|
2357
2379
|
'''
|
|
2358
2380
|
result = self._values.get("index_template")
|
|
2359
2381
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesIndexTemplate"], result)
|
|
@@ -2364,7 +2386,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2364
2386
|
|
|
2365
2387
|
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.
|
|
2366
2388
|
|
|
2367
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2389
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_fielddata_cache_size ManagedDatabaseOpensearch#indices_fielddata_cache_size}
|
|
2368
2390
|
'''
|
|
2369
2391
|
result = self._values.get("indices_fielddata_cache_size")
|
|
2370
2392
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2375,7 +2397,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2375
2397
|
|
|
2376
2398
|
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.
|
|
2377
2399
|
|
|
2378
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2400
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_memory_index_buffer_size ManagedDatabaseOpensearch#indices_memory_index_buffer_size}
|
|
2379
2401
|
'''
|
|
2380
2402
|
result = self._values.get("indices_memory_index_buffer_size")
|
|
2381
2403
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2386,7 +2408,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2386
2408
|
|
|
2387
2409
|
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.
|
|
2388
2410
|
|
|
2389
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2411
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_memory_max_index_buffer_size ManagedDatabaseOpensearch#indices_memory_max_index_buffer_size}
|
|
2390
2412
|
'''
|
|
2391
2413
|
result = self._values.get("indices_memory_max_index_buffer_size")
|
|
2392
2414
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2397,7 +2419,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2397
2419
|
|
|
2398
2420
|
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.
|
|
2399
2421
|
|
|
2400
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2422
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_memory_min_index_buffer_size ManagedDatabaseOpensearch#indices_memory_min_index_buffer_size}
|
|
2401
2423
|
'''
|
|
2402
2424
|
result = self._values.get("indices_memory_min_index_buffer_size")
|
|
2403
2425
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2408,7 +2430,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2408
2430
|
|
|
2409
2431
|
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.
|
|
2410
2432
|
|
|
2411
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2433
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_queries_cache_size ManagedDatabaseOpensearch#indices_queries_cache_size}
|
|
2412
2434
|
'''
|
|
2413
2435
|
result = self._values.get("indices_queries_cache_size")
|
|
2414
2436
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2419,7 +2441,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2419
2441
|
|
|
2420
2442
|
The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
2421
2443
|
|
|
2422
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2444
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_query_bool_max_clause_count ManagedDatabaseOpensearch#indices_query_bool_max_clause_count}
|
|
2423
2445
|
'''
|
|
2424
2446
|
result = self._values.get("indices_query_bool_max_clause_count")
|
|
2425
2447
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2430,7 +2452,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2430
2452
|
|
|
2431
2453
|
Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
2432
2454
|
|
|
2433
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2455
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_bytes_per_sec ManagedDatabaseOpensearch#indices_recovery_max_bytes_per_sec}
|
|
2434
2456
|
'''
|
|
2435
2457
|
result = self._values.get("indices_recovery_max_bytes_per_sec")
|
|
2436
2458
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2441,7 +2463,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2441
2463
|
) -> typing.Optional[jsii.Number]:
|
|
2442
2464
|
'''Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
2443
2465
|
|
|
2444
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#indices_recovery_max_concurrent_file_chunks ManagedDatabaseOpensearch#indices_recovery_max_concurrent_file_chunks}
|
|
2445
2467
|
'''
|
|
2446
2468
|
result = self._values.get("indices_recovery_max_concurrent_file_chunks")
|
|
2447
2469
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2450,7 +2472,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2450
2472
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2451
2473
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2452
2474
|
|
|
2453
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2475
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ip_filter ManagedDatabaseOpensearch#ip_filter}
|
|
2454
2476
|
'''
|
|
2455
2477
|
result = self._values.get("ip_filter")
|
|
2456
2478
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2461,7 +2483,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2461
2483
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2462
2484
|
'''Specifies whether ISM is enabled or not.
|
|
2463
2485
|
|
|
2464
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2486
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_enabled ManagedDatabaseOpensearch#ism_enabled}
|
|
2465
2487
|
'''
|
|
2466
2488
|
result = self._values.get("ism_enabled")
|
|
2467
2489
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2472,7 +2494,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2472
2494
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2473
2495
|
'''Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
2474
2496
|
|
|
2475
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2497
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_history_enabled ManagedDatabaseOpensearch#ism_history_enabled}
|
|
2476
2498
|
'''
|
|
2477
2499
|
result = self._values.get("ism_history_enabled")
|
|
2478
2500
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2481,7 +2503,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2481
2503
|
def ism_history_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2482
2504
|
'''The maximum age before rolling over the audit history index in hours.
|
|
2483
2505
|
|
|
2484
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2506
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_history_max_age ManagedDatabaseOpensearch#ism_history_max_age}
|
|
2485
2507
|
'''
|
|
2486
2508
|
result = self._values.get("ism_history_max_age")
|
|
2487
2509
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2490,7 +2512,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2490
2512
|
def ism_history_max_docs(self) -> typing.Optional[jsii.Number]:
|
|
2491
2513
|
'''The maximum number of documents before rolling over the audit history index.
|
|
2492
2514
|
|
|
2493
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2515
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_history_max_docs ManagedDatabaseOpensearch#ism_history_max_docs}
|
|
2494
2516
|
'''
|
|
2495
2517
|
result = self._values.get("ism_history_max_docs")
|
|
2496
2518
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2499,7 +2521,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2499
2521
|
def ism_history_rollover_check_period(self) -> typing.Optional[jsii.Number]:
|
|
2500
2522
|
'''The time between rollover checks for the audit history index in hours.
|
|
2501
2523
|
|
|
2502
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2524
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_check_period ManagedDatabaseOpensearch#ism_history_rollover_check_period}
|
|
2503
2525
|
'''
|
|
2504
2526
|
result = self._values.get("ism_history_rollover_check_period")
|
|
2505
2527
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2508,7 +2530,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2508
2530
|
def ism_history_rollover_retention_period(self) -> typing.Optional[jsii.Number]:
|
|
2509
2531
|
'''How long audit history indices are kept in days.
|
|
2510
2532
|
|
|
2511
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#ism_history_rollover_retention_period ManagedDatabaseOpensearch#ism_history_rollover_retention_period}
|
|
2512
2534
|
'''
|
|
2513
2535
|
result = self._values.get("ism_history_rollover_retention_period")
|
|
2514
2536
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2519,7 +2541,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2519
2541
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2520
2542
|
'''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.
|
|
2521
2543
|
|
|
2522
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2544
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#keep_index_refresh_interval ManagedDatabaseOpensearch#keep_index_refresh_interval}
|
|
2523
2545
|
'''
|
|
2524
2546
|
result = self._values.get("keep_index_refresh_interval")
|
|
2525
2547
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2530,7 +2552,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2530
2552
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2531
2553
|
'''Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
2532
2554
|
|
|
2533
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2555
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_enabled ManagedDatabaseOpensearch#knn_memory_circuit_breaker_enabled}
|
|
2534
2556
|
'''
|
|
2535
2557
|
result = self._values.get("knn_memory_circuit_breaker_enabled")
|
|
2536
2558
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2539,7 +2561,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2539
2561
|
def knn_memory_circuit_breaker_limit(self) -> typing.Optional[jsii.Number]:
|
|
2540
2562
|
'''Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
2541
2563
|
|
|
2542
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#knn_memory_circuit_breaker_limit ManagedDatabaseOpensearch#knn_memory_circuit_breaker_limit}
|
|
2543
2565
|
'''
|
|
2544
2566
|
result = self._values.get("knn_memory_circuit_breaker_limit")
|
|
2545
2567
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2548,7 +2570,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2548
2570
|
def openid(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"]:
|
|
2549
2571
|
'''openid block.
|
|
2550
2572
|
|
|
2551
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2573
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#openid ManagedDatabaseOpensearch#openid}
|
|
2552
2574
|
'''
|
|
2553
2575
|
result = self._values.get("openid")
|
|
2554
2576
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpenid"], result)
|
|
@@ -2559,7 +2581,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2559
2581
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"]:
|
|
2560
2582
|
'''opensearch_dashboards block.
|
|
2561
2583
|
|
|
2562
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2584
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#opensearch_dashboards ManagedDatabaseOpensearch#opensearch_dashboards}
|
|
2563
2585
|
'''
|
|
2564
2586
|
result = self._values.get("opensearch_dashboards")
|
|
2565
2587
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesOpensearchDashboards"], result)
|
|
@@ -2570,7 +2592,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2570
2592
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2571
2593
|
'''Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
2572
2594
|
|
|
2573
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#override_main_response_version ManagedDatabaseOpensearch#override_main_response_version}
|
|
2574
2596
|
'''
|
|
2575
2597
|
result = self._values.get("override_main_response_version")
|
|
2576
2598
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2581,7 +2603,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2581
2603
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2582
2604
|
'''Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
2583
2605
|
|
|
2584
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2606
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#plugins_alerting_filter_by_backend_roles ManagedDatabaseOpensearch#plugins_alerting_filter_by_backend_roles}
|
|
2585
2607
|
'''
|
|
2586
2608
|
result = self._values.get("plugins_alerting_filter_by_backend_roles")
|
|
2587
2609
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2592,7 +2614,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2592
2614
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2593
2615
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2594
2616
|
|
|
2595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2617
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#public_access ManagedDatabaseOpensearch#public_access}
|
|
2596
2618
|
'''
|
|
2597
2619
|
result = self._values.get("public_access")
|
|
2598
2620
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2601,7 +2623,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2601
2623
|
def reindex_remote_whitelist(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2602
2624
|
'''Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
2603
2625
|
|
|
2604
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2626
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#reindex_remote_whitelist ManagedDatabaseOpensearch#reindex_remote_whitelist}
|
|
2605
2627
|
'''
|
|
2606
2628
|
result = self._values.get("reindex_remote_whitelist")
|
|
2607
2629
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2610,7 +2632,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2610
2632
|
def saml(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"]:
|
|
2611
2633
|
'''saml block.
|
|
2612
2634
|
|
|
2613
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2635
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#saml ManagedDatabaseOpensearch#saml}
|
|
2614
2636
|
'''
|
|
2615
2637
|
result = self._values.get("saml")
|
|
2616
2638
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSaml"], result)
|
|
@@ -2621,7 +2643,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2621
2643
|
|
|
2622
2644
|
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context.
|
|
2623
2645
|
|
|
2624
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2646
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#script_max_compilations_rate ManagedDatabaseOpensearch#script_max_compilations_rate}
|
|
2625
2647
|
'''
|
|
2626
2648
|
result = self._values.get("script_max_compilations_rate")
|
|
2627
2649
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2632,7 +2654,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2632
2654
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"]:
|
|
2633
2655
|
'''search_backpressure block.
|
|
2634
2656
|
|
|
2635
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2657
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_backpressure ManagedDatabaseOpensearch#search_backpressure}
|
|
2636
2658
|
'''
|
|
2637
2659
|
result = self._values.get("search_backpressure")
|
|
2638
2660
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressure"], result)
|
|
@@ -2643,7 +2665,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2643
2665
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"]:
|
|
2644
2666
|
'''search_insights_top_queries block.
|
|
2645
2667
|
|
|
2646
|
-
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.20.1/docs/resources/managed_database_opensearch#search_insights_top_queries ManagedDatabaseOpensearch#search_insights_top_queries}
|
|
2647
2669
|
'''
|
|
2648
2670
|
result = self._values.get("search_insights_top_queries")
|
|
2649
2671
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries"], result)
|
|
@@ -2654,7 +2676,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2654
2676
|
|
|
2655
2677
|
OpenSearch default value is used when this is not defined.
|
|
2656
2678
|
|
|
2657
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2679
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_max_buckets ManagedDatabaseOpensearch#search_max_buckets}
|
|
2658
2680
|
'''
|
|
2659
2681
|
result = self._values.get("search_max_buckets")
|
|
2660
2682
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2663,7 +2685,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2663
2685
|
def segrep(self) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"]:
|
|
2664
2686
|
'''segrep block.
|
|
2665
2687
|
|
|
2666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#segrep ManagedDatabaseOpensearch#segrep}
|
|
2667
2689
|
'''
|
|
2668
2690
|
result = self._values.get("segrep")
|
|
2669
2691
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSegrep"], result)
|
|
@@ -2674,7 +2696,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2674
2696
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2675
2697
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2676
2698
|
|
|
2677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2699
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#service_log ManagedDatabaseOpensearch#service_log}
|
|
2678
2700
|
'''
|
|
2679
2701
|
result = self._values.get("service_log")
|
|
2680
2702
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2685,7 +2707,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2685
2707
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"]:
|
|
2686
2708
|
'''shard_indexing_pressure block.
|
|
2687
2709
|
|
|
2688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2710
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard_indexing_pressure ManagedDatabaseOpensearch#shard_indexing_pressure}
|
|
2689
2711
|
'''
|
|
2690
2712
|
result = self._values.get("shard_indexing_pressure")
|
|
2691
2713
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressure"], result)
|
|
@@ -2694,7 +2716,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2694
2716
|
def thread_pool_analyze_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2695
2717
|
'''analyze thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2696
2718
|
|
|
2697
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2719
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_queue_size ManagedDatabaseOpensearch#thread_pool_analyze_queue_size}
|
|
2698
2720
|
'''
|
|
2699
2721
|
result = self._values.get("thread_pool_analyze_queue_size")
|
|
2700
2722
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2705,7 +2727,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2705
2727
|
|
|
2706
2728
|
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.
|
|
2707
2729
|
|
|
2708
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2730
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_analyze_size ManagedDatabaseOpensearch#thread_pool_analyze_size}
|
|
2709
2731
|
'''
|
|
2710
2732
|
result = self._values.get("thread_pool_analyze_size")
|
|
2711
2733
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2716,7 +2738,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2716
2738
|
|
|
2717
2739
|
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.
|
|
2718
2740
|
|
|
2719
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2741
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_force_merge_size ManagedDatabaseOpensearch#thread_pool_force_merge_size}
|
|
2720
2742
|
'''
|
|
2721
2743
|
result = self._values.get("thread_pool_force_merge_size")
|
|
2722
2744
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2725,7 +2747,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2725
2747
|
def thread_pool_get_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2726
2748
|
'''get thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2727
2749
|
|
|
2728
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2750
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_get_queue_size ManagedDatabaseOpensearch#thread_pool_get_queue_size}
|
|
2729
2751
|
'''
|
|
2730
2752
|
result = self._values.get("thread_pool_get_queue_size")
|
|
2731
2753
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2736,7 +2758,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2736
2758
|
|
|
2737
2759
|
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.
|
|
2738
2760
|
|
|
2739
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2761
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_get_size ManagedDatabaseOpensearch#thread_pool_get_size}
|
|
2740
2762
|
'''
|
|
2741
2763
|
result = self._values.get("thread_pool_get_size")
|
|
2742
2764
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2745,7 +2767,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2745
2767
|
def thread_pool_search_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2746
2768
|
'''search thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2747
2769
|
|
|
2748
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2770
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_search_queue_size ManagedDatabaseOpensearch#thread_pool_search_queue_size}
|
|
2749
2771
|
'''
|
|
2750
2772
|
result = self._values.get("thread_pool_search_queue_size")
|
|
2751
2773
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2756,7 +2778,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2756
2778
|
|
|
2757
2779
|
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.
|
|
2758
2780
|
|
|
2759
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2781
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_search_size ManagedDatabaseOpensearch#thread_pool_search_size}
|
|
2760
2782
|
'''
|
|
2761
2783
|
result = self._values.get("thread_pool_search_size")
|
|
2762
2784
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2765,7 +2787,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2765
2787
|
def thread_pool_search_throttled_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2766
2788
|
'''search_throttled thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2767
2789
|
|
|
2768
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2790
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_queue_size ManagedDatabaseOpensearch#thread_pool_search_throttled_queue_size}
|
|
2769
2791
|
'''
|
|
2770
2792
|
result = self._values.get("thread_pool_search_throttled_queue_size")
|
|
2771
2793
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2776,7 +2798,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2776
2798
|
|
|
2777
2799
|
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.
|
|
2778
2800
|
|
|
2779
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2801
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_search_throttled_size ManagedDatabaseOpensearch#thread_pool_search_throttled_size}
|
|
2780
2802
|
'''
|
|
2781
2803
|
result = self._values.get("thread_pool_search_throttled_size")
|
|
2782
2804
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2785,7 +2807,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2785
2807
|
def thread_pool_write_queue_size(self) -> typing.Optional[jsii.Number]:
|
|
2786
2808
|
'''write thread pool queue size. Size for the thread pool queue. See documentation for exact details.
|
|
2787
2809
|
|
|
2788
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2810
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_write_queue_size ManagedDatabaseOpensearch#thread_pool_write_queue_size}
|
|
2789
2811
|
'''
|
|
2790
2812
|
result = self._values.get("thread_pool_write_queue_size")
|
|
2791
2813
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2796,7 +2818,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2796
2818
|
|
|
2797
2819
|
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.
|
|
2798
2820
|
|
|
2799
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2821
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#thread_pool_write_size ManagedDatabaseOpensearch#thread_pool_write_size}
|
|
2800
2822
|
'''
|
|
2801
2823
|
result = self._values.get("thread_pool_write_size")
|
|
2802
2824
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2805,7 +2827,7 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2805
2827
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2806
2828
|
'''OpenSearch major version.
|
|
2807
2829
|
|
|
2808
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2830
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#version ManagedDatabaseOpensearch#version}
|
|
2809
2831
|
'''
|
|
2810
2832
|
result = self._values.get("version")
|
|
2811
2833
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2827,7 +2849,6 @@ class ManagedDatabaseOpensearchProperties:
|
|
|
2827
2849
|
jsii_struct_bases=[],
|
|
2828
2850
|
name_mapping={
|
|
2829
2851
|
"internal_authentication_backend_limiting": "internalAuthenticationBackendLimiting",
|
|
2830
|
-
"ip_rate_limiting": "ipRateLimiting",
|
|
2831
2852
|
},
|
|
2832
2853
|
)
|
|
2833
2854
|
class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
@@ -2835,25 +2856,18 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2835
2856
|
self,
|
|
2836
2857
|
*,
|
|
2837
2858
|
internal_authentication_backend_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2838
|
-
ip_rate_limiting: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2839
2859
|
) -> None:
|
|
2840
2860
|
'''
|
|
2841
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2842
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2861
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2843
2862
|
'''
|
|
2844
2863
|
if isinstance(internal_authentication_backend_limiting, dict):
|
|
2845
2864
|
internal_authentication_backend_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(**internal_authentication_backend_limiting)
|
|
2846
|
-
if isinstance(ip_rate_limiting, dict):
|
|
2847
|
-
ip_rate_limiting = ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(**ip_rate_limiting)
|
|
2848
2865
|
if __debug__:
|
|
2849
2866
|
type_hints = typing.get_type_hints(_typecheckingstub__da6df7d26b0238df040ca0d1aeaa659a956825f3139e84791c48d896c03493a3)
|
|
2850
2867
|
check_type(argname="argument internal_authentication_backend_limiting", value=internal_authentication_backend_limiting, expected_type=type_hints["internal_authentication_backend_limiting"])
|
|
2851
|
-
check_type(argname="argument ip_rate_limiting", value=ip_rate_limiting, expected_type=type_hints["ip_rate_limiting"])
|
|
2852
2868
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2853
2869
|
if internal_authentication_backend_limiting is not None:
|
|
2854
2870
|
self._values["internal_authentication_backend_limiting"] = internal_authentication_backend_limiting
|
|
2855
|
-
if ip_rate_limiting is not None:
|
|
2856
|
-
self._values["ip_rate_limiting"] = ip_rate_limiting
|
|
2857
2871
|
|
|
2858
2872
|
@builtins.property
|
|
2859
2873
|
def internal_authentication_backend_limiting(
|
|
@@ -2861,22 +2875,11 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListeners:
|
|
|
2861
2875
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"]:
|
|
2862
2876
|
'''internal_authentication_backend_limiting block.
|
|
2863
2877
|
|
|
2864
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2878
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
2865
2879
|
'''
|
|
2866
2880
|
result = self._values.get("internal_authentication_backend_limiting")
|
|
2867
2881
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting"], result)
|
|
2868
2882
|
|
|
2869
|
-
@builtins.property
|
|
2870
|
-
def ip_rate_limiting(
|
|
2871
|
-
self,
|
|
2872
|
-
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"]:
|
|
2873
|
-
'''ip_rate_limiting block.
|
|
2874
|
-
|
|
2875
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
2876
|
-
'''
|
|
2877
|
-
result = self._values.get("ip_rate_limiting")
|
|
2878
|
-
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting"], result)
|
|
2879
|
-
|
|
2880
2883
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2881
2884
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2882
2885
|
|
|
@@ -2915,13 +2918,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2915
2918
|
type: typing.Optional[builtins.str] = None,
|
|
2916
2919
|
) -> None:
|
|
2917
2920
|
'''
|
|
2918
|
-
: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.
|
|
2919
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2920
|
-
: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.
|
|
2921
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2922
|
-
: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.
|
|
2923
|
-
: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.
|
|
2924
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2921
|
+
: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.20.1/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2922
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2923
|
+
: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.20.1/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2924
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2925
|
+
: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.20.1/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2926
|
+
: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.20.1/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
2927
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
2925
2928
|
'''
|
|
2926
2929
|
if __debug__:
|
|
2927
2930
|
type_hints = typing.get_type_hints(_typecheckingstub__9435799fa69802c70cf9a1ec8b896a69d09f232c4c49f47ff2d40e3e18c2343b)
|
|
@@ -2952,7 +2955,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2952
2955
|
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
2953
2956
|
'''The number of login attempts allowed before login is blocked.
|
|
2954
2957
|
|
|
2955
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2958
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
2956
2959
|
'''
|
|
2957
2960
|
result = self._values.get("allowed_tries")
|
|
2958
2961
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2961,7 +2964,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2961
2964
|
def authentication_backend(self) -> typing.Optional[builtins.str]:
|
|
2962
2965
|
'''The internal backend. Enter ``internal``.
|
|
2963
2966
|
|
|
2964
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2967
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
2965
2968
|
'''
|
|
2966
2969
|
result = self._values.get("authentication_backend")
|
|
2967
2970
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2970,7 +2973,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2970
2973
|
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2971
2974
|
'''The duration of time that login remains blocked after a failed login.
|
|
2972
2975
|
|
|
2973
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2976
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
2974
2977
|
'''
|
|
2975
2978
|
result = self._values.get("block_expiry_seconds")
|
|
2976
2979
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2979,7 +2982,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2979
2982
|
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2980
2983
|
'''The maximum number of blocked IP addresses.
|
|
2981
2984
|
|
|
2982
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2985
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
2983
2986
|
'''
|
|
2984
2987
|
result = self._values.get("max_blocked_clients")
|
|
2985
2988
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2988,7 +2991,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2988
2991
|
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
2989
2992
|
'''The maximum number of tracked IP addresses that have failed login.
|
|
2990
2993
|
|
|
2991
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2994
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
2992
2995
|
'''
|
|
2993
2996
|
result = self._values.get("max_tracked_clients")
|
|
2994
2997
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2997,7 +3000,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
2997
3000
|
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
2998
3001
|
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
2999
3002
|
|
|
3000
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3003
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3001
3004
|
'''
|
|
3002
3005
|
result = self._values.get("time_window_seconds")
|
|
3003
3006
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3006,7 +3009,7 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
3006
3009
|
def type(self) -> typing.Optional[builtins.str]:
|
|
3007
3010
|
'''The type of rate limiting.
|
|
3008
3011
|
|
|
3009
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3012
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3010
3013
|
'''
|
|
3011
3014
|
result = self._values.get("type")
|
|
3012
3015
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3208,289 +3211,6 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticat
|
|
|
3208
3211
|
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
3209
3212
|
|
|
3210
3213
|
|
|
3211
|
-
@jsii.data_type(
|
|
3212
|
-
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting",
|
|
3213
|
-
jsii_struct_bases=[],
|
|
3214
|
-
name_mapping={
|
|
3215
|
-
"allowed_tries": "allowedTries",
|
|
3216
|
-
"block_expiry_seconds": "blockExpirySeconds",
|
|
3217
|
-
"max_blocked_clients": "maxBlockedClients",
|
|
3218
|
-
"max_tracked_clients": "maxTrackedClients",
|
|
3219
|
-
"time_window_seconds": "timeWindowSeconds",
|
|
3220
|
-
"type": "type",
|
|
3221
|
-
},
|
|
3222
|
-
)
|
|
3223
|
-
class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting:
|
|
3224
|
-
def __init__(
|
|
3225
|
-
self,
|
|
3226
|
-
*,
|
|
3227
|
-
allowed_tries: typing.Optional[jsii.Number] = None,
|
|
3228
|
-
block_expiry_seconds: typing.Optional[jsii.Number] = None,
|
|
3229
|
-
max_blocked_clients: typing.Optional[jsii.Number] = None,
|
|
3230
|
-
max_tracked_clients: typing.Optional[jsii.Number] = None,
|
|
3231
|
-
time_window_seconds: typing.Optional[jsii.Number] = None,
|
|
3232
|
-
type: typing.Optional[builtins.str] = None,
|
|
3233
|
-
) -> None:
|
|
3234
|
-
'''
|
|
3235
|
-
: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.19.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3236
|
-
: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.19.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3237
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3238
|
-
: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.19.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3239
|
-
: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.19.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3240
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3241
|
-
'''
|
|
3242
|
-
if __debug__:
|
|
3243
|
-
type_hints = typing.get_type_hints(_typecheckingstub__c5db9a9b662c1875b357f7775838b53f73b8761e853ab7dcb83a11de164679ed)
|
|
3244
|
-
check_type(argname="argument allowed_tries", value=allowed_tries, expected_type=type_hints["allowed_tries"])
|
|
3245
|
-
check_type(argname="argument block_expiry_seconds", value=block_expiry_seconds, expected_type=type_hints["block_expiry_seconds"])
|
|
3246
|
-
check_type(argname="argument max_blocked_clients", value=max_blocked_clients, expected_type=type_hints["max_blocked_clients"])
|
|
3247
|
-
check_type(argname="argument max_tracked_clients", value=max_tracked_clients, expected_type=type_hints["max_tracked_clients"])
|
|
3248
|
-
check_type(argname="argument time_window_seconds", value=time_window_seconds, expected_type=type_hints["time_window_seconds"])
|
|
3249
|
-
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
3250
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3251
|
-
if allowed_tries is not None:
|
|
3252
|
-
self._values["allowed_tries"] = allowed_tries
|
|
3253
|
-
if block_expiry_seconds is not None:
|
|
3254
|
-
self._values["block_expiry_seconds"] = block_expiry_seconds
|
|
3255
|
-
if max_blocked_clients is not None:
|
|
3256
|
-
self._values["max_blocked_clients"] = max_blocked_clients
|
|
3257
|
-
if max_tracked_clients is not None:
|
|
3258
|
-
self._values["max_tracked_clients"] = max_tracked_clients
|
|
3259
|
-
if time_window_seconds is not None:
|
|
3260
|
-
self._values["time_window_seconds"] = time_window_seconds
|
|
3261
|
-
if type is not None:
|
|
3262
|
-
self._values["type"] = type
|
|
3263
|
-
|
|
3264
|
-
@builtins.property
|
|
3265
|
-
def allowed_tries(self) -> typing.Optional[jsii.Number]:
|
|
3266
|
-
'''The number of login attempts allowed before login is blocked.
|
|
3267
|
-
|
|
3268
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3269
|
-
'''
|
|
3270
|
-
result = self._values.get("allowed_tries")
|
|
3271
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3272
|
-
|
|
3273
|
-
@builtins.property
|
|
3274
|
-
def block_expiry_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3275
|
-
'''The duration of time that login remains blocked after a failed login.
|
|
3276
|
-
|
|
3277
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3278
|
-
'''
|
|
3279
|
-
result = self._values.get("block_expiry_seconds")
|
|
3280
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3281
|
-
|
|
3282
|
-
@builtins.property
|
|
3283
|
-
def max_blocked_clients(self) -> typing.Optional[jsii.Number]:
|
|
3284
|
-
'''The maximum number of blocked IP addresses.
|
|
3285
|
-
|
|
3286
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3287
|
-
'''
|
|
3288
|
-
result = self._values.get("max_blocked_clients")
|
|
3289
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3290
|
-
|
|
3291
|
-
@builtins.property
|
|
3292
|
-
def max_tracked_clients(self) -> typing.Optional[jsii.Number]:
|
|
3293
|
-
'''The maximum number of tracked IP addresses that have failed login.
|
|
3294
|
-
|
|
3295
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3296
|
-
'''
|
|
3297
|
-
result = self._values.get("max_tracked_clients")
|
|
3298
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3299
|
-
|
|
3300
|
-
@builtins.property
|
|
3301
|
-
def time_window_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3302
|
-
'''The window of time in which the value for ``allowed_tries`` is enforced.
|
|
3303
|
-
|
|
3304
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3305
|
-
'''
|
|
3306
|
-
result = self._values.get("time_window_seconds")
|
|
3307
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3308
|
-
|
|
3309
|
-
@builtins.property
|
|
3310
|
-
def type(self) -> typing.Optional[builtins.str]:
|
|
3311
|
-
'''The type of rate limiting.
|
|
3312
|
-
|
|
3313
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3314
|
-
'''
|
|
3315
|
-
result = self._values.get("type")
|
|
3316
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
3317
|
-
|
|
3318
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3319
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3320
|
-
|
|
3321
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3322
|
-
return not (rhs == self)
|
|
3323
|
-
|
|
3324
|
-
def __repr__(self) -> str:
|
|
3325
|
-
return "ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(%s)" % ", ".join(
|
|
3326
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
3327
|
-
)
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
class ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimitingOutputReference(
|
|
3331
|
-
_cdktf_9a9027ec.ComplexObject,
|
|
3332
|
-
metaclass=jsii.JSIIMeta,
|
|
3333
|
-
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimitingOutputReference",
|
|
3334
|
-
):
|
|
3335
|
-
def __init__(
|
|
3336
|
-
self,
|
|
3337
|
-
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
3338
|
-
terraform_attribute: builtins.str,
|
|
3339
|
-
) -> None:
|
|
3340
|
-
'''
|
|
3341
|
-
:param terraform_resource: The parent resource.
|
|
3342
|
-
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
|
3343
|
-
'''
|
|
3344
|
-
if __debug__:
|
|
3345
|
-
type_hints = typing.get_type_hints(_typecheckingstub__df0dba312f1a2c76f9255f0fb1b72fdd897dd359e92e7fee72537a28938c2369)
|
|
3346
|
-
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
|
3347
|
-
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
|
3348
|
-
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
|
3349
|
-
|
|
3350
|
-
@jsii.member(jsii_name="resetAllowedTries")
|
|
3351
|
-
def reset_allowed_tries(self) -> None:
|
|
3352
|
-
return typing.cast(None, jsii.invoke(self, "resetAllowedTries", []))
|
|
3353
|
-
|
|
3354
|
-
@jsii.member(jsii_name="resetBlockExpirySeconds")
|
|
3355
|
-
def reset_block_expiry_seconds(self) -> None:
|
|
3356
|
-
return typing.cast(None, jsii.invoke(self, "resetBlockExpirySeconds", []))
|
|
3357
|
-
|
|
3358
|
-
@jsii.member(jsii_name="resetMaxBlockedClients")
|
|
3359
|
-
def reset_max_blocked_clients(self) -> None:
|
|
3360
|
-
return typing.cast(None, jsii.invoke(self, "resetMaxBlockedClients", []))
|
|
3361
|
-
|
|
3362
|
-
@jsii.member(jsii_name="resetMaxTrackedClients")
|
|
3363
|
-
def reset_max_tracked_clients(self) -> None:
|
|
3364
|
-
return typing.cast(None, jsii.invoke(self, "resetMaxTrackedClients", []))
|
|
3365
|
-
|
|
3366
|
-
@jsii.member(jsii_name="resetTimeWindowSeconds")
|
|
3367
|
-
def reset_time_window_seconds(self) -> None:
|
|
3368
|
-
return typing.cast(None, jsii.invoke(self, "resetTimeWindowSeconds", []))
|
|
3369
|
-
|
|
3370
|
-
@jsii.member(jsii_name="resetType")
|
|
3371
|
-
def reset_type(self) -> None:
|
|
3372
|
-
return typing.cast(None, jsii.invoke(self, "resetType", []))
|
|
3373
|
-
|
|
3374
|
-
@builtins.property
|
|
3375
|
-
@jsii.member(jsii_name="allowedTriesInput")
|
|
3376
|
-
def allowed_tries_input(self) -> typing.Optional[jsii.Number]:
|
|
3377
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "allowedTriesInput"))
|
|
3378
|
-
|
|
3379
|
-
@builtins.property
|
|
3380
|
-
@jsii.member(jsii_name="blockExpirySecondsInput")
|
|
3381
|
-
def block_expiry_seconds_input(self) -> typing.Optional[jsii.Number]:
|
|
3382
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "blockExpirySecondsInput"))
|
|
3383
|
-
|
|
3384
|
-
@builtins.property
|
|
3385
|
-
@jsii.member(jsii_name="maxBlockedClientsInput")
|
|
3386
|
-
def max_blocked_clients_input(self) -> typing.Optional[jsii.Number]:
|
|
3387
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxBlockedClientsInput"))
|
|
3388
|
-
|
|
3389
|
-
@builtins.property
|
|
3390
|
-
@jsii.member(jsii_name="maxTrackedClientsInput")
|
|
3391
|
-
def max_tracked_clients_input(self) -> typing.Optional[jsii.Number]:
|
|
3392
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxTrackedClientsInput"))
|
|
3393
|
-
|
|
3394
|
-
@builtins.property
|
|
3395
|
-
@jsii.member(jsii_name="timeWindowSecondsInput")
|
|
3396
|
-
def time_window_seconds_input(self) -> typing.Optional[jsii.Number]:
|
|
3397
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "timeWindowSecondsInput"))
|
|
3398
|
-
|
|
3399
|
-
@builtins.property
|
|
3400
|
-
@jsii.member(jsii_name="typeInput")
|
|
3401
|
-
def type_input(self) -> typing.Optional[builtins.str]:
|
|
3402
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeInput"))
|
|
3403
|
-
|
|
3404
|
-
@builtins.property
|
|
3405
|
-
@jsii.member(jsii_name="allowedTries")
|
|
3406
|
-
def allowed_tries(self) -> jsii.Number:
|
|
3407
|
-
return typing.cast(jsii.Number, jsii.get(self, "allowedTries"))
|
|
3408
|
-
|
|
3409
|
-
@allowed_tries.setter
|
|
3410
|
-
def allowed_tries(self, value: jsii.Number) -> None:
|
|
3411
|
-
if __debug__:
|
|
3412
|
-
type_hints = typing.get_type_hints(_typecheckingstub__a52325c7915c1071265cd271c6e2f866e2f0ce00345d8db1c6d902a32520ac80)
|
|
3413
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3414
|
-
jsii.set(self, "allowedTries", value) # pyright: ignore[reportArgumentType]
|
|
3415
|
-
|
|
3416
|
-
@builtins.property
|
|
3417
|
-
@jsii.member(jsii_name="blockExpirySeconds")
|
|
3418
|
-
def block_expiry_seconds(self) -> jsii.Number:
|
|
3419
|
-
return typing.cast(jsii.Number, jsii.get(self, "blockExpirySeconds"))
|
|
3420
|
-
|
|
3421
|
-
@block_expiry_seconds.setter
|
|
3422
|
-
def block_expiry_seconds(self, value: jsii.Number) -> None:
|
|
3423
|
-
if __debug__:
|
|
3424
|
-
type_hints = typing.get_type_hints(_typecheckingstub__796cfb9b8ca3c4b64710f662f3a18c90b5abb9244a2c08ec7526efc53ad12398)
|
|
3425
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3426
|
-
jsii.set(self, "blockExpirySeconds", value) # pyright: ignore[reportArgumentType]
|
|
3427
|
-
|
|
3428
|
-
@builtins.property
|
|
3429
|
-
@jsii.member(jsii_name="maxBlockedClients")
|
|
3430
|
-
def max_blocked_clients(self) -> jsii.Number:
|
|
3431
|
-
return typing.cast(jsii.Number, jsii.get(self, "maxBlockedClients"))
|
|
3432
|
-
|
|
3433
|
-
@max_blocked_clients.setter
|
|
3434
|
-
def max_blocked_clients(self, value: jsii.Number) -> None:
|
|
3435
|
-
if __debug__:
|
|
3436
|
-
type_hints = typing.get_type_hints(_typecheckingstub__c36141edd7d0702451532584374c7e02d7e170845dba24908b10804342a66cb9)
|
|
3437
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3438
|
-
jsii.set(self, "maxBlockedClients", value) # pyright: ignore[reportArgumentType]
|
|
3439
|
-
|
|
3440
|
-
@builtins.property
|
|
3441
|
-
@jsii.member(jsii_name="maxTrackedClients")
|
|
3442
|
-
def max_tracked_clients(self) -> jsii.Number:
|
|
3443
|
-
return typing.cast(jsii.Number, jsii.get(self, "maxTrackedClients"))
|
|
3444
|
-
|
|
3445
|
-
@max_tracked_clients.setter
|
|
3446
|
-
def max_tracked_clients(self, value: jsii.Number) -> None:
|
|
3447
|
-
if __debug__:
|
|
3448
|
-
type_hints = typing.get_type_hints(_typecheckingstub__75f35635faa2fd5412b51dd24e58a0f75af6fe4a6d7bd85aa47f50293b747393)
|
|
3449
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3450
|
-
jsii.set(self, "maxTrackedClients", value) # pyright: ignore[reportArgumentType]
|
|
3451
|
-
|
|
3452
|
-
@builtins.property
|
|
3453
|
-
@jsii.member(jsii_name="timeWindowSeconds")
|
|
3454
|
-
def time_window_seconds(self) -> jsii.Number:
|
|
3455
|
-
return typing.cast(jsii.Number, jsii.get(self, "timeWindowSeconds"))
|
|
3456
|
-
|
|
3457
|
-
@time_window_seconds.setter
|
|
3458
|
-
def time_window_seconds(self, value: jsii.Number) -> None:
|
|
3459
|
-
if __debug__:
|
|
3460
|
-
type_hints = typing.get_type_hints(_typecheckingstub__49cb110d320044051afe929f4bbb907778c0b28bcee7254ec289105ecb4c8d71)
|
|
3461
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3462
|
-
jsii.set(self, "timeWindowSeconds", value) # pyright: ignore[reportArgumentType]
|
|
3463
|
-
|
|
3464
|
-
@builtins.property
|
|
3465
|
-
@jsii.member(jsii_name="type")
|
|
3466
|
-
def type(self) -> builtins.str:
|
|
3467
|
-
return typing.cast(builtins.str, jsii.get(self, "type"))
|
|
3468
|
-
|
|
3469
|
-
@type.setter
|
|
3470
|
-
def type(self, value: builtins.str) -> None:
|
|
3471
|
-
if __debug__:
|
|
3472
|
-
type_hints = typing.get_type_hints(_typecheckingstub__6125754efc2d7bc2455a168b273c3b22cb9b8affc7cc5fdc05d86063ac71d005)
|
|
3473
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3474
|
-
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
3475
|
-
|
|
3476
|
-
@builtins.property
|
|
3477
|
-
@jsii.member(jsii_name="internalValue")
|
|
3478
|
-
def internal_value(
|
|
3479
|
-
self,
|
|
3480
|
-
) -> typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting]:
|
|
3481
|
-
return typing.cast(typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting], jsii.get(self, "internalValue"))
|
|
3482
|
-
|
|
3483
|
-
@internal_value.setter
|
|
3484
|
-
def internal_value(
|
|
3485
|
-
self,
|
|
3486
|
-
value: typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting],
|
|
3487
|
-
) -> None:
|
|
3488
|
-
if __debug__:
|
|
3489
|
-
type_hints = typing.get_type_hints(_typecheckingstub__47577b728e4aa4b36a74aee8a3bfb879d6b64f924bb185d4d8859a624071560c)
|
|
3490
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3491
|
-
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
3214
|
class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
3495
3215
|
_cdktf_9a9027ec.ComplexObject,
|
|
3496
3216
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3524,13 +3244,13 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3524
3244
|
type: typing.Optional[builtins.str] = None,
|
|
3525
3245
|
) -> None:
|
|
3526
3246
|
'''
|
|
3527
|
-
: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.
|
|
3528
|
-
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3529
|
-
: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.
|
|
3530
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3531
|
-
: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.
|
|
3532
|
-
: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.
|
|
3533
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3247
|
+
: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.20.1/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3248
|
+
:param authentication_backend: The internal backend. Enter ``internal``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#authentication_backend ManagedDatabaseOpensearch#authentication_backend}
|
|
3249
|
+
: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.20.1/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3250
|
+
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3251
|
+
: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.20.1/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3252
|
+
: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.20.1/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3253
|
+
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3534
3254
|
'''
|
|
3535
3255
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting(
|
|
3536
3256
|
allowed_tries=allowed_tries,
|
|
@@ -3544,44 +3264,10 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3544
3264
|
|
|
3545
3265
|
return typing.cast(None, jsii.invoke(self, "putInternalAuthenticationBackendLimiting", [value]))
|
|
3546
3266
|
|
|
3547
|
-
@jsii.member(jsii_name="putIpRateLimiting")
|
|
3548
|
-
def put_ip_rate_limiting(
|
|
3549
|
-
self,
|
|
3550
|
-
*,
|
|
3551
|
-
allowed_tries: typing.Optional[jsii.Number] = None,
|
|
3552
|
-
block_expiry_seconds: typing.Optional[jsii.Number] = None,
|
|
3553
|
-
max_blocked_clients: typing.Optional[jsii.Number] = None,
|
|
3554
|
-
max_tracked_clients: typing.Optional[jsii.Number] = None,
|
|
3555
|
-
time_window_seconds: typing.Optional[jsii.Number] = None,
|
|
3556
|
-
type: typing.Optional[builtins.str] = None,
|
|
3557
|
-
) -> None:
|
|
3558
|
-
'''
|
|
3559
|
-
: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.19.0/docs/resources/managed_database_opensearch#allowed_tries ManagedDatabaseOpensearch#allowed_tries}
|
|
3560
|
-
: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.19.0/docs/resources/managed_database_opensearch#block_expiry_seconds ManagedDatabaseOpensearch#block_expiry_seconds}
|
|
3561
|
-
:param max_blocked_clients: The maximum number of blocked IP addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#max_blocked_clients ManagedDatabaseOpensearch#max_blocked_clients}
|
|
3562
|
-
: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.19.0/docs/resources/managed_database_opensearch#max_tracked_clients ManagedDatabaseOpensearch#max_tracked_clients}
|
|
3563
|
-
: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.19.0/docs/resources/managed_database_opensearch#time_window_seconds ManagedDatabaseOpensearch#time_window_seconds}
|
|
3564
|
-
:param type: The type of rate limiting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#type ManagedDatabaseOpensearch#type}
|
|
3565
|
-
'''
|
|
3566
|
-
value = ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting(
|
|
3567
|
-
allowed_tries=allowed_tries,
|
|
3568
|
-
block_expiry_seconds=block_expiry_seconds,
|
|
3569
|
-
max_blocked_clients=max_blocked_clients,
|
|
3570
|
-
max_tracked_clients=max_tracked_clients,
|
|
3571
|
-
time_window_seconds=time_window_seconds,
|
|
3572
|
-
type=type,
|
|
3573
|
-
)
|
|
3574
|
-
|
|
3575
|
-
return typing.cast(None, jsii.invoke(self, "putIpRateLimiting", [value]))
|
|
3576
|
-
|
|
3577
3267
|
@jsii.member(jsii_name="resetInternalAuthenticationBackendLimiting")
|
|
3578
3268
|
def reset_internal_authentication_backend_limiting(self) -> None:
|
|
3579
3269
|
return typing.cast(None, jsii.invoke(self, "resetInternalAuthenticationBackendLimiting", []))
|
|
3580
3270
|
|
|
3581
|
-
@jsii.member(jsii_name="resetIpRateLimiting")
|
|
3582
|
-
def reset_ip_rate_limiting(self) -> None:
|
|
3583
|
-
return typing.cast(None, jsii.invoke(self, "resetIpRateLimiting", []))
|
|
3584
|
-
|
|
3585
3271
|
@builtins.property
|
|
3586
3272
|
@jsii.member(jsii_name="internalAuthenticationBackendLimiting")
|
|
3587
3273
|
def internal_authentication_backend_limiting(
|
|
@@ -3589,13 +3275,6 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3589
3275
|
) -> ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimitingOutputReference:
|
|
3590
3276
|
return typing.cast(ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimitingOutputReference, jsii.get(self, "internalAuthenticationBackendLimiting"))
|
|
3591
3277
|
|
|
3592
|
-
@builtins.property
|
|
3593
|
-
@jsii.member(jsii_name="ipRateLimiting")
|
|
3594
|
-
def ip_rate_limiting(
|
|
3595
|
-
self,
|
|
3596
|
-
) -> ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimitingOutputReference:
|
|
3597
|
-
return typing.cast(ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimitingOutputReference, jsii.get(self, "ipRateLimiting"))
|
|
3598
|
-
|
|
3599
3278
|
@builtins.property
|
|
3600
3279
|
@jsii.member(jsii_name="internalAuthenticationBackendLimitingInput")
|
|
3601
3280
|
def internal_authentication_backend_limiting_input(
|
|
@@ -3603,13 +3282,6 @@ class ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference(
|
|
|
3603
3282
|
) -> typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting]:
|
|
3604
3283
|
return typing.cast(typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting], jsii.get(self, "internalAuthenticationBackendLimitingInput"))
|
|
3605
3284
|
|
|
3606
|
-
@builtins.property
|
|
3607
|
-
@jsii.member(jsii_name="ipRateLimitingInput")
|
|
3608
|
-
def ip_rate_limiting_input(
|
|
3609
|
-
self,
|
|
3610
|
-
) -> typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting]:
|
|
3611
|
-
return typing.cast(typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting], jsii.get(self, "ipRateLimitingInput"))
|
|
3612
|
-
|
|
3613
3285
|
@builtins.property
|
|
3614
3286
|
@jsii.member(jsii_name="internalValue")
|
|
3615
3287
|
def internal_value(
|
|
@@ -3641,8 +3313,8 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
|
|
|
3641
3313
|
threshold: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
3642
3314
|
) -> None:
|
|
3643
3315
|
'''
|
|
3644
|
-
:param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3645
|
-
:param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3316
|
+
:param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
|
|
3317
|
+
:param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
|
|
3646
3318
|
'''
|
|
3647
3319
|
if isinstance(threshold, dict):
|
|
3648
3320
|
threshold = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(**threshold)
|
|
@@ -3660,7 +3332,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
|
|
|
3660
3332
|
def level(self) -> typing.Optional[builtins.str]:
|
|
3661
3333
|
'''Log level.
|
|
3662
3334
|
|
|
3663
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3335
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
|
|
3664
3336
|
'''
|
|
3665
3337
|
result = self._values.get("level")
|
|
3666
3338
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3671,7 +3343,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog:
|
|
|
3671
3343
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"]:
|
|
3672
3344
|
'''threshold block.
|
|
3673
3345
|
|
|
3674
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3346
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
|
|
3675
3347
|
'''
|
|
3676
3348
|
result = self._values.get("threshold")
|
|
3677
3349
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold"], result)
|
|
@@ -3718,10 +3390,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputRefere
|
|
|
3718
3390
|
warn: typing.Optional[builtins.str] = None,
|
|
3719
3391
|
) -> None:
|
|
3720
3392
|
'''
|
|
3721
|
-
:param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3722
|
-
:param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3723
|
-
:param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3724
|
-
:param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3393
|
+
:param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
|
|
3394
|
+
:param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
|
|
3395
|
+
:param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
|
|
3396
|
+
:param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
|
|
3725
3397
|
'''
|
|
3726
3398
|
value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold(
|
|
3727
3399
|
debug=debug, info=info, trace=trace, warn=warn
|
|
@@ -3801,10 +3473,10 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
|
|
|
3801
3473
|
warn: typing.Optional[builtins.str] = None,
|
|
3802
3474
|
) -> None:
|
|
3803
3475
|
'''
|
|
3804
|
-
:param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3805
|
-
:param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3806
|
-
:param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3807
|
-
:param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3476
|
+
:param debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
|
|
3477
|
+
:param info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
|
|
3478
|
+
:param trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
|
|
3479
|
+
:param warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
|
|
3808
3480
|
'''
|
|
3809
3481
|
if __debug__:
|
|
3810
3482
|
type_hints = typing.get_type_hints(_typecheckingstub__f7693880d283c41692690ec00b0f211583f9092af9a4f9be8cc2503b2af685fc)
|
|
@@ -3828,7 +3500,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
|
|
|
3828
3500
|
|
|
3829
3501
|
The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
3830
3502
|
|
|
3831
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3503
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#debug ManagedDatabaseOpensearch#debug}
|
|
3832
3504
|
'''
|
|
3833
3505
|
result = self._values.get("debug")
|
|
3834
3506
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3839,7 +3511,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
|
|
|
3839
3511
|
|
|
3840
3512
|
The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
3841
3513
|
|
|
3842
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#info ManagedDatabaseOpensearch#info}
|
|
3843
3515
|
'''
|
|
3844
3516
|
result = self._values.get("info")
|
|
3845
3517
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3850,7 +3522,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
|
|
|
3850
3522
|
|
|
3851
3523
|
The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
3852
3524
|
|
|
3853
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3525
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#trace ManagedDatabaseOpensearch#trace}
|
|
3854
3526
|
'''
|
|
3855
3527
|
result = self._values.get("trace")
|
|
3856
3528
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3861,7 +3533,7 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold:
|
|
|
3861
3533
|
|
|
3862
3534
|
The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
3863
3535
|
|
|
3864
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3536
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#warn ManagedDatabaseOpensearch#warn}
|
|
3865
3537
|
'''
|
|
3866
3538
|
result = self._values.get("warn")
|
|
3867
3539
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4000,6 +3672,177 @@ class ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThresholdOut
|
|
|
4000
3672
|
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
4001
3673
|
|
|
4002
3674
|
|
|
3675
|
+
@jsii.data_type(
|
|
3676
|
+
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearchPropertiesDiskWatermarks",
|
|
3677
|
+
jsii_struct_bases=[],
|
|
3678
|
+
name_mapping={"flood_stage": "floodStage", "high": "high", "low": "low"},
|
|
3679
|
+
)
|
|
3680
|
+
class ManagedDatabaseOpensearchPropertiesDiskWatermarks:
|
|
3681
|
+
def __init__(
|
|
3682
|
+
self,
|
|
3683
|
+
*,
|
|
3684
|
+
flood_stage: typing.Optional[jsii.Number] = None,
|
|
3685
|
+
high: typing.Optional[jsii.Number] = None,
|
|
3686
|
+
low: typing.Optional[jsii.Number] = None,
|
|
3687
|
+
) -> None:
|
|
3688
|
+
'''
|
|
3689
|
+
:param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
|
|
3690
|
+
:param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
|
|
3691
|
+
:param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
|
|
3692
|
+
'''
|
|
3693
|
+
if __debug__:
|
|
3694
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e9a670c205c08f4ac01cd4501f4103c0e0bc30f14aa62b77bfae1c27c816ef3d)
|
|
3695
|
+
check_type(argname="argument flood_stage", value=flood_stage, expected_type=type_hints["flood_stage"])
|
|
3696
|
+
check_type(argname="argument high", value=high, expected_type=type_hints["high"])
|
|
3697
|
+
check_type(argname="argument low", value=low, expected_type=type_hints["low"])
|
|
3698
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3699
|
+
if flood_stage is not None:
|
|
3700
|
+
self._values["flood_stage"] = flood_stage
|
|
3701
|
+
if high is not None:
|
|
3702
|
+
self._values["high"] = high
|
|
3703
|
+
if low is not None:
|
|
3704
|
+
self._values["low"] = low
|
|
3705
|
+
|
|
3706
|
+
@builtins.property
|
|
3707
|
+
def flood_stage(self) -> typing.Optional[jsii.Number]:
|
|
3708
|
+
'''Flood stage watermark (percentage). The flood stage watermark for disk usage.
|
|
3709
|
+
|
|
3710
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
|
|
3711
|
+
'''
|
|
3712
|
+
result = self._values.get("flood_stage")
|
|
3713
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3714
|
+
|
|
3715
|
+
@builtins.property
|
|
3716
|
+
def high(self) -> typing.Optional[jsii.Number]:
|
|
3717
|
+
'''High watermark (percentage). The high watermark for disk usage.
|
|
3718
|
+
|
|
3719
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
|
|
3720
|
+
'''
|
|
3721
|
+
result = self._values.get("high")
|
|
3722
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3723
|
+
|
|
3724
|
+
@builtins.property
|
|
3725
|
+
def low(self) -> typing.Optional[jsii.Number]:
|
|
3726
|
+
'''Low watermark (percentage). The low watermark for disk usage.
|
|
3727
|
+
|
|
3728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
|
|
3729
|
+
'''
|
|
3730
|
+
result = self._values.get("low")
|
|
3731
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3732
|
+
|
|
3733
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3734
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3735
|
+
|
|
3736
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3737
|
+
return not (rhs == self)
|
|
3738
|
+
|
|
3739
|
+
def __repr__(self) -> str:
|
|
3740
|
+
return "ManagedDatabaseOpensearchPropertiesDiskWatermarks(%s)" % ", ".join(
|
|
3741
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3742
|
+
)
|
|
3743
|
+
|
|
3744
|
+
|
|
3745
|
+
class ManagedDatabaseOpensearchPropertiesDiskWatermarksOutputReference(
|
|
3746
|
+
_cdktf_9a9027ec.ComplexObject,
|
|
3747
|
+
metaclass=jsii.JSIIMeta,
|
|
3748
|
+
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearchPropertiesDiskWatermarksOutputReference",
|
|
3749
|
+
):
|
|
3750
|
+
def __init__(
|
|
3751
|
+
self,
|
|
3752
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
3753
|
+
terraform_attribute: builtins.str,
|
|
3754
|
+
) -> None:
|
|
3755
|
+
'''
|
|
3756
|
+
:param terraform_resource: The parent resource.
|
|
3757
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
|
3758
|
+
'''
|
|
3759
|
+
if __debug__:
|
|
3760
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bf1c6f6948b6ebbff397a49dbd1226357f6783b4078a6ce19039517b616fa315)
|
|
3761
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
|
3762
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
|
3763
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
|
3764
|
+
|
|
3765
|
+
@jsii.member(jsii_name="resetFloodStage")
|
|
3766
|
+
def reset_flood_stage(self) -> None:
|
|
3767
|
+
return typing.cast(None, jsii.invoke(self, "resetFloodStage", []))
|
|
3768
|
+
|
|
3769
|
+
@jsii.member(jsii_name="resetHigh")
|
|
3770
|
+
def reset_high(self) -> None:
|
|
3771
|
+
return typing.cast(None, jsii.invoke(self, "resetHigh", []))
|
|
3772
|
+
|
|
3773
|
+
@jsii.member(jsii_name="resetLow")
|
|
3774
|
+
def reset_low(self) -> None:
|
|
3775
|
+
return typing.cast(None, jsii.invoke(self, "resetLow", []))
|
|
3776
|
+
|
|
3777
|
+
@builtins.property
|
|
3778
|
+
@jsii.member(jsii_name="floodStageInput")
|
|
3779
|
+
def flood_stage_input(self) -> typing.Optional[jsii.Number]:
|
|
3780
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "floodStageInput"))
|
|
3781
|
+
|
|
3782
|
+
@builtins.property
|
|
3783
|
+
@jsii.member(jsii_name="highInput")
|
|
3784
|
+
def high_input(self) -> typing.Optional[jsii.Number]:
|
|
3785
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "highInput"))
|
|
3786
|
+
|
|
3787
|
+
@builtins.property
|
|
3788
|
+
@jsii.member(jsii_name="lowInput")
|
|
3789
|
+
def low_input(self) -> typing.Optional[jsii.Number]:
|
|
3790
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "lowInput"))
|
|
3791
|
+
|
|
3792
|
+
@builtins.property
|
|
3793
|
+
@jsii.member(jsii_name="floodStage")
|
|
3794
|
+
def flood_stage(self) -> jsii.Number:
|
|
3795
|
+
return typing.cast(jsii.Number, jsii.get(self, "floodStage"))
|
|
3796
|
+
|
|
3797
|
+
@flood_stage.setter
|
|
3798
|
+
def flood_stage(self, value: jsii.Number) -> None:
|
|
3799
|
+
if __debug__:
|
|
3800
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3cf4f285faa268c65a163130a1737433054040990833b9b664b94080736f2c27)
|
|
3801
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3802
|
+
jsii.set(self, "floodStage", value) # pyright: ignore[reportArgumentType]
|
|
3803
|
+
|
|
3804
|
+
@builtins.property
|
|
3805
|
+
@jsii.member(jsii_name="high")
|
|
3806
|
+
def high(self) -> jsii.Number:
|
|
3807
|
+
return typing.cast(jsii.Number, jsii.get(self, "high"))
|
|
3808
|
+
|
|
3809
|
+
@high.setter
|
|
3810
|
+
def high(self, value: jsii.Number) -> None:
|
|
3811
|
+
if __debug__:
|
|
3812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__093f7f3025441dad65428b9930e853d6ce7a37fd588398fdf2544d4aebf31edf)
|
|
3813
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3814
|
+
jsii.set(self, "high", value) # pyright: ignore[reportArgumentType]
|
|
3815
|
+
|
|
3816
|
+
@builtins.property
|
|
3817
|
+
@jsii.member(jsii_name="low")
|
|
3818
|
+
def low(self) -> jsii.Number:
|
|
3819
|
+
return typing.cast(jsii.Number, jsii.get(self, "low"))
|
|
3820
|
+
|
|
3821
|
+
@low.setter
|
|
3822
|
+
def low(self, value: jsii.Number) -> None:
|
|
3823
|
+
if __debug__:
|
|
3824
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e9bb2cbe5f289bc789e377337f83f4aa1924821be012296e0578b1d55ed2c495)
|
|
3825
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3826
|
+
jsii.set(self, "low", value) # pyright: ignore[reportArgumentType]
|
|
3827
|
+
|
|
3828
|
+
@builtins.property
|
|
3829
|
+
@jsii.member(jsii_name="internalValue")
|
|
3830
|
+
def internal_value(
|
|
3831
|
+
self,
|
|
3832
|
+
) -> typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks]:
|
|
3833
|
+
return typing.cast(typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks], jsii.get(self, "internalValue"))
|
|
3834
|
+
|
|
3835
|
+
@internal_value.setter
|
|
3836
|
+
def internal_value(
|
|
3837
|
+
self,
|
|
3838
|
+
value: typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks],
|
|
3839
|
+
) -> None:
|
|
3840
|
+
if __debug__:
|
|
3841
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2a603893dd48ece901e23fab7bee75233f5a3a69ca14256f14b8be2885cdd82b)
|
|
3842
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3843
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
3844
|
+
|
|
3845
|
+
|
|
4003
3846
|
@jsii.data_type(
|
|
4004
3847
|
jsii_type="@cdktf/provider-upcloud.managedDatabaseOpensearch.ManagedDatabaseOpensearchPropertiesIndexRollup",
|
|
4005
3848
|
jsii_struct_bases=[],
|
|
@@ -4022,11 +3865,11 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4022
3865
|
rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4023
3866
|
) -> None:
|
|
4024
3867
|
'''
|
|
4025
|
-
:param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4026
|
-
:param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4027
|
-
:param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4028
|
-
:param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4029
|
-
:param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3868
|
+
:param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
|
|
3869
|
+
:param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
|
|
3870
|
+
:param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
|
|
3871
|
+
:param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
|
|
3872
|
+
:param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
|
|
4030
3873
|
'''
|
|
4031
3874
|
if __debug__:
|
|
4032
3875
|
type_hints = typing.get_type_hints(_typecheckingstub__73e080e9f13ad7c30ec45334431a3eaa752568545186fa7cf689bd26e836d2d3)
|
|
@@ -4053,7 +3896,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4053
3896
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4054
3897
|
'''plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true.
|
|
4055
3898
|
|
|
4056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3899
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
|
|
4057
3900
|
'''
|
|
4058
3901
|
result = self._values.get("rollup_dashboards_enabled")
|
|
4059
3902
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4064,7 +3907,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4064
3907
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4065
3908
|
'''plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true.
|
|
4066
3909
|
|
|
4067
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3910
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
|
|
4068
3911
|
'''
|
|
4069
3912
|
result = self._values.get("rollup_enabled")
|
|
4070
3913
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4073,7 +3916,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4073
3916
|
def rollup_search_backoff_count(self) -> typing.Optional[jsii.Number]:
|
|
4074
3917
|
'''plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5.
|
|
4075
3918
|
|
|
4076
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3919
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
|
|
4077
3920
|
'''
|
|
4078
3921
|
result = self._values.get("rollup_search_backoff_count")
|
|
4079
3922
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4082,7 +3925,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4082
3925
|
def rollup_search_backoff_millis(self) -> typing.Optional[jsii.Number]:
|
|
4083
3926
|
'''plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms.
|
|
4084
3927
|
|
|
4085
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3928
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
|
|
4086
3929
|
'''
|
|
4087
3930
|
result = self._values.get("rollup_search_backoff_millis")
|
|
4088
3931
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4093,7 +3936,7 @@ class ManagedDatabaseOpensearchPropertiesIndexRollup:
|
|
|
4093
3936
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4094
3937
|
'''plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false.
|
|
4095
3938
|
|
|
4096
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3939
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
|
|
4097
3940
|
'''
|
|
4098
3941
|
result = self._values.get("rollup_search_search_all_jobs")
|
|
4099
3942
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4292,9 +4135,9 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
4292
4135
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
4293
4136
|
) -> None:
|
|
4294
4137
|
'''
|
|
4295
|
-
: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.
|
|
4296
|
-
: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.
|
|
4297
|
-
: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.
|
|
4138
|
+
: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.20.1/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
4139
|
+
: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.20.1/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
4140
|
+
: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.20.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
4298
4141
|
'''
|
|
4299
4142
|
if __debug__:
|
|
4300
4143
|
type_hints = typing.get_type_hints(_typecheckingstub__091ebe000c02a1dbf5147d4d6e2e100eaaea7c918311494e9ada1f78674a89e3)
|
|
@@ -4313,7 +4156,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
4313
4156
|
def mapping_nested_objects_limit(self) -> typing.Optional[jsii.Number]:
|
|
4314
4157
|
'''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.
|
|
4315
4158
|
|
|
4316
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4159
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
4317
4160
|
'''
|
|
4318
4161
|
result = self._values.get("mapping_nested_objects_limit")
|
|
4319
4162
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4322,7 +4165,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
4322
4165
|
def number_of_replicas(self) -> typing.Optional[jsii.Number]:
|
|
4323
4166
|
'''The number of replicas each primary shard has.
|
|
4324
4167
|
|
|
4325
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4168
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
4326
4169
|
'''
|
|
4327
4170
|
result = self._values.get("number_of_replicas")
|
|
4328
4171
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4331,7 +4174,7 @@ class ManagedDatabaseOpensearchPropertiesIndexTemplate:
|
|
|
4331
4174
|
def number_of_shards(self) -> typing.Optional[jsii.Number]:
|
|
4332
4175
|
'''The number of primary shards that an index should have.
|
|
4333
4176
|
|
|
4334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4177
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
4335
4178
|
'''
|
|
4336
4179
|
result = self._values.get("number_of_shards")
|
|
4337
4180
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4485,18 +4328,18 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4485
4328
|
subject_key: typing.Optional[builtins.str] = None,
|
|
4486
4329
|
) -> None:
|
|
4487
4330
|
'''
|
|
4488
|
-
: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.
|
|
4489
|
-
: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.
|
|
4490
|
-
: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.
|
|
4491
|
-
: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.
|
|
4492
|
-
: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.
|
|
4493
|
-
: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.
|
|
4494
|
-
: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.
|
|
4495
|
-
: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.
|
|
4496
|
-
: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.
|
|
4497
|
-
: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.
|
|
4498
|
-
: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.
|
|
4499
|
-
: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.
|
|
4331
|
+
: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.20.1/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
4332
|
+
: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.20.1/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
4333
|
+
: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.20.1/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
4334
|
+
: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.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4335
|
+
: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.20.1/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
4336
|
+
: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.20.1/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
4337
|
+
: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.20.1/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
4338
|
+
: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.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
4339
|
+
: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.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
4340
|
+
: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.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4341
|
+
: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.20.1/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
4342
|
+
: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.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4500
4343
|
'''
|
|
4501
4344
|
if __debug__:
|
|
4502
4345
|
type_hints = typing.get_type_hints(_typecheckingstub__73c0a3837cca5d07ee0176744b302d89e862a8b39ec6f0e2781b94b27f82af92)
|
|
@@ -4542,7 +4385,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4542
4385
|
def client_id(self) -> typing.Optional[builtins.str]:
|
|
4543
4386
|
'''The ID of the OpenID Connect client. The ID of the OpenID Connect client configured in your IdP. Required.
|
|
4544
4387
|
|
|
4545
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4388
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
4546
4389
|
'''
|
|
4547
4390
|
result = self._values.get("client_id")
|
|
4548
4391
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4553,7 +4396,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4553
4396
|
|
|
4554
4397
|
The client secret of the OpenID Connect client configured in your IdP. Required.
|
|
4555
4398
|
|
|
4556
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4399
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
4557
4400
|
'''
|
|
4558
4401
|
result = self._values.get("client_secret")
|
|
4559
4402
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4564,7 +4407,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4564
4407
|
|
|
4565
4408
|
The URL of your IdP where the Security plugin can find the OpenID Connect metadata/configuration settings.
|
|
4566
4409
|
|
|
4567
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4410
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
4568
4411
|
'''
|
|
4569
4412
|
result = self._values.get("connect_url")
|
|
4570
4413
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4577,7 +4420,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4577
4420
|
|
|
4578
4421
|
Enables or disables OpenID Connect authentication for OpenSearch. When enabled, users can authenticate using OpenID Connect with an Identity Provider.
|
|
4579
4422
|
|
|
4580
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4423
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4581
4424
|
'''
|
|
4582
4425
|
result = self._values.get("enabled")
|
|
4583
4426
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4586,7 +4429,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4586
4429
|
def header(self) -> typing.Optional[builtins.str]:
|
|
4587
4430
|
'''HTTP header name of the JWT token. HTTP header name of the JWT token. Optional. Default is Authorization.
|
|
4588
4431
|
|
|
4589
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4432
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
4590
4433
|
'''
|
|
4591
4434
|
result = self._values.get("header")
|
|
4592
4435
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4597,7 +4440,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4597
4440
|
|
|
4598
4441
|
The HTTP header that stores the token. Typically the Authorization header with the Bearer schema: Authorization: Bearer . Optional. Default is Authorization.
|
|
4599
4442
|
|
|
4600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
4601
4444
|
'''
|
|
4602
4445
|
result = self._values.get("jwt_header")
|
|
4603
4446
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4608,7 +4451,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4608
4451
|
|
|
4609
4452
|
If the token is not transmitted in the HTTP header, but as an URL parameter, define the name of the parameter here. Optional.
|
|
4610
4453
|
|
|
4611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
4612
4455
|
'''
|
|
4613
4456
|
result = self._values.get("jwt_url_parameter")
|
|
4614
4457
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4619,7 +4462,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4619
4462
|
|
|
4620
4463
|
The maximum number of unknown key IDs in the time frame. Default is 10. Optional.
|
|
4621
4464
|
|
|
4622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4465
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
4623
4466
|
'''
|
|
4624
4467
|
result = self._values.get("refresh_rate_limit_count")
|
|
4625
4468
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4630,7 +4473,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4630
4473
|
|
|
4631
4474
|
The time frame to use when checking the maximum number of unknown key IDs, in milliseconds. Optional.Default is 10000 (10 seconds).
|
|
4632
4475
|
|
|
4633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4476
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
4634
4477
|
'''
|
|
4635
4478
|
result = self._values.get("refresh_rate_limit_time_window_ms")
|
|
4636
4479
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4641,7 +4484,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4641
4484
|
|
|
4642
4485
|
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.
|
|
4643
4486
|
|
|
4644
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4487
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
4645
4488
|
'''
|
|
4646
4489
|
result = self._values.get("roles_key")
|
|
4647
4490
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4652,7 +4495,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4652
4495
|
|
|
4653
4496
|
The scope of the identity token issued by the IdP. Optional. Default is openid profile email address phone.
|
|
4654
4497
|
|
|
4655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4498
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
4656
4499
|
'''
|
|
4657
4500
|
result = self._values.get("scope")
|
|
4658
4501
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4663,7 +4506,7 @@ class ManagedDatabaseOpensearchPropertiesOpenid:
|
|
|
4663
4506
|
|
|
4664
4507
|
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.
|
|
4665
4508
|
|
|
4666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4509
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
4667
4510
|
'''
|
|
4668
4511
|
result = self._values.get("subject_key")
|
|
4669
4512
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4995,10 +4838,10 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
4995
4838
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
4996
4839
|
) -> None:
|
|
4997
4840
|
'''
|
|
4998
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4999
|
-
: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.
|
|
5000
|
-
:param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5001
|
-
: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.
|
|
4841
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
4842
|
+
: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.20.1/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
4843
|
+
:param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
|
|
4844
|
+
: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.20.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
5002
4845
|
'''
|
|
5003
4846
|
if __debug__:
|
|
5004
4847
|
type_hints = typing.get_type_hints(_typecheckingstub__c02ebecf926c4894c4481fd34c44a4f69278e1e4c9c78e3ec30f9d08a36971c3)
|
|
@@ -5022,7 +4865,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
5022
4865
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5023
4866
|
'''Enable or disable OpenSearch Dashboards.
|
|
5024
4867
|
|
|
5025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4868
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5026
4869
|
'''
|
|
5027
4870
|
result = self._values.get("enabled")
|
|
5028
4871
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5033,7 +4876,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
5033
4876
|
|
|
5034
4877
|
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.
|
|
5035
4878
|
|
|
5036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4879
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
5037
4880
|
'''
|
|
5038
4881
|
result = self._values.get("max_old_space_size")
|
|
5039
4882
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5044,7 +4887,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
5044
4887
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5045
4888
|
'''Enable or disable multiple data sources in OpenSearch Dashboards.
|
|
5046
4889
|
|
|
5047
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4890
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
|
|
5048
4891
|
'''
|
|
5049
4892
|
result = self._values.get("multiple_data_source_enabled")
|
|
5050
4893
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5053,7 +4896,7 @@ class ManagedDatabaseOpensearchPropertiesOpensearchDashboards:
|
|
|
5053
4896
|
def opensearch_request_timeout(self) -> typing.Optional[jsii.Number]:
|
|
5054
4897
|
'''Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch.
|
|
5055
4898
|
|
|
5056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4899
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
5057
4900
|
'''
|
|
5058
4901
|
result = self._values.get("opensearch_request_timeout")
|
|
5059
4902
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5229,15 +5072,12 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5229
5072
|
self,
|
|
5230
5073
|
*,
|
|
5231
5074
|
internal_authentication_backend_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5232
|
-
ip_rate_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5233
5075
|
) -> None:
|
|
5234
5076
|
'''
|
|
5235
|
-
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5236
|
-
:param ip_rate_limiting: ip_rate_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.19.0/docs/resources/managed_database_opensearch#ip_rate_limiting ManagedDatabaseOpensearch#ip_rate_limiting}
|
|
5077
|
+
:param internal_authentication_backend_limiting: internal_authentication_backend_limiting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#internal_authentication_backend_limiting ManagedDatabaseOpensearch#internal_authentication_backend_limiting}
|
|
5237
5078
|
'''
|
|
5238
5079
|
value = ManagedDatabaseOpensearchPropertiesAuthFailureListeners(
|
|
5239
5080
|
internal_authentication_backend_limiting=internal_authentication_backend_limiting,
|
|
5240
|
-
ip_rate_limiting=ip_rate_limiting,
|
|
5241
5081
|
)
|
|
5242
5082
|
|
|
5243
5083
|
return typing.cast(None, jsii.invoke(self, "putAuthFailureListeners", [value]))
|
|
@@ -5250,8 +5090,8 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5250
5090
|
threshold: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5251
5091
|
) -> None:
|
|
5252
5092
|
'''
|
|
5253
|
-
:param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5254
|
-
:param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5093
|
+
:param level: Log level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#level ManagedDatabaseOpensearch#level}
|
|
5094
|
+
:param threshold: threshold block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#threshold ManagedDatabaseOpensearch#threshold}
|
|
5255
5095
|
'''
|
|
5256
5096
|
value = ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog(
|
|
5257
5097
|
level=level, threshold=threshold
|
|
@@ -5259,6 +5099,25 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5259
5099
|
|
|
5260
5100
|
return typing.cast(None, jsii.invoke(self, "putClusterSearchRequestSlowlog", [value]))
|
|
5261
5101
|
|
|
5102
|
+
@jsii.member(jsii_name="putDiskWatermarks")
|
|
5103
|
+
def put_disk_watermarks(
|
|
5104
|
+
self,
|
|
5105
|
+
*,
|
|
5106
|
+
flood_stage: typing.Optional[jsii.Number] = None,
|
|
5107
|
+
high: typing.Optional[jsii.Number] = None,
|
|
5108
|
+
low: typing.Optional[jsii.Number] = None,
|
|
5109
|
+
) -> None:
|
|
5110
|
+
'''
|
|
5111
|
+
:param flood_stage: Flood stage watermark (percentage). The flood stage watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#flood_stage ManagedDatabaseOpensearch#flood_stage}
|
|
5112
|
+
:param high: High watermark (percentage). The high watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#high ManagedDatabaseOpensearch#high}
|
|
5113
|
+
:param low: Low watermark (percentage). The low watermark for disk usage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#low ManagedDatabaseOpensearch#low}
|
|
5114
|
+
'''
|
|
5115
|
+
value = ManagedDatabaseOpensearchPropertiesDiskWatermarks(
|
|
5116
|
+
flood_stage=flood_stage, high=high, low=low
|
|
5117
|
+
)
|
|
5118
|
+
|
|
5119
|
+
return typing.cast(None, jsii.invoke(self, "putDiskWatermarks", [value]))
|
|
5120
|
+
|
|
5262
5121
|
@jsii.member(jsii_name="putIndexRollup")
|
|
5263
5122
|
def put_index_rollup(
|
|
5264
5123
|
self,
|
|
@@ -5270,11 +5129,11 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5270
5129
|
rollup_search_search_all_jobs: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5271
5130
|
) -> None:
|
|
5272
5131
|
'''
|
|
5273
|
-
:param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5274
|
-
:param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5275
|
-
:param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5276
|
-
:param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5277
|
-
:param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5132
|
+
:param rollup_dashboards_enabled: plugins.rollup.dashboards.enabled. Whether rollups are enabled in OpenSearch Dashboards. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_dashboards_enabled ManagedDatabaseOpensearch#rollup_dashboards_enabled}
|
|
5133
|
+
:param rollup_enabled: plugins.rollup.enabled. Whether the rollup plugin is enabled. Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_enabled ManagedDatabaseOpensearch#rollup_enabled}
|
|
5134
|
+
:param rollup_search_backoff_count: plugins.rollup.search.backoff_count. How many retries the plugin should attempt for failed rollup jobs. Defaults to 5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_count ManagedDatabaseOpensearch#rollup_search_backoff_count}
|
|
5135
|
+
:param rollup_search_backoff_millis: plugins.rollup.search.backoff_millis. The backoff time between retries for failed rollup jobs. Defaults to 1000ms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_backoff_millis ManagedDatabaseOpensearch#rollup_search_backoff_millis}
|
|
5136
|
+
:param rollup_search_search_all_jobs: plugins.rollup.search.all_jobs. Whether OpenSearch should return all jobs that match all specified search terms. If disabled, OpenSearch returns just one, as opposed to all, of the jobs that matches the search terms. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#rollup_search_search_all_jobs ManagedDatabaseOpensearch#rollup_search_search_all_jobs}
|
|
5278
5137
|
'''
|
|
5279
5138
|
value = ManagedDatabaseOpensearchPropertiesIndexRollup(
|
|
5280
5139
|
rollup_dashboards_enabled=rollup_dashboards_enabled,
|
|
@@ -5295,9 +5154,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5295
5154
|
number_of_shards: typing.Optional[jsii.Number] = None,
|
|
5296
5155
|
) -> None:
|
|
5297
5156
|
'''
|
|
5298
|
-
: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.
|
|
5299
|
-
: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.
|
|
5300
|
-
: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.
|
|
5157
|
+
: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.20.1/docs/resources/managed_database_opensearch#mapping_nested_objects_limit ManagedDatabaseOpensearch#mapping_nested_objects_limit}
|
|
5158
|
+
: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.20.1/docs/resources/managed_database_opensearch#number_of_replicas ManagedDatabaseOpensearch#number_of_replicas}
|
|
5159
|
+
: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.20.1/docs/resources/managed_database_opensearch#number_of_shards ManagedDatabaseOpensearch#number_of_shards}
|
|
5301
5160
|
'''
|
|
5302
5161
|
value = ManagedDatabaseOpensearchPropertiesIndexTemplate(
|
|
5303
5162
|
mapping_nested_objects_limit=mapping_nested_objects_limit,
|
|
@@ -5325,18 +5184,18 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5325
5184
|
subject_key: typing.Optional[builtins.str] = None,
|
|
5326
5185
|
) -> None:
|
|
5327
5186
|
'''
|
|
5328
|
-
: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.
|
|
5329
|
-
: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.
|
|
5330
|
-
: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.
|
|
5331
|
-
: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.
|
|
5332
|
-
: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.
|
|
5333
|
-
: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.
|
|
5334
|
-
: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.
|
|
5335
|
-
: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.
|
|
5336
|
-
: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.
|
|
5337
|
-
: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.
|
|
5338
|
-
: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.
|
|
5339
|
-
: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.
|
|
5187
|
+
: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.20.1/docs/resources/managed_database_opensearch#client_id ManagedDatabaseOpensearch#client_id}
|
|
5188
|
+
: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.20.1/docs/resources/managed_database_opensearch#client_secret ManagedDatabaseOpensearch#client_secret}
|
|
5189
|
+
: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.20.1/docs/resources/managed_database_opensearch#connect_url ManagedDatabaseOpensearch#connect_url}
|
|
5190
|
+
: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.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5191
|
+
: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.20.1/docs/resources/managed_database_opensearch#header ManagedDatabaseOpensearch#header}
|
|
5192
|
+
: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.20.1/docs/resources/managed_database_opensearch#jwt_header ManagedDatabaseOpensearch#jwt_header}
|
|
5193
|
+
: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.20.1/docs/resources/managed_database_opensearch#jwt_url_parameter ManagedDatabaseOpensearch#jwt_url_parameter}
|
|
5194
|
+
: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.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_count ManagedDatabaseOpensearch#refresh_rate_limit_count}
|
|
5195
|
+
: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.20.1/docs/resources/managed_database_opensearch#refresh_rate_limit_time_window_ms ManagedDatabaseOpensearch#refresh_rate_limit_time_window_ms}
|
|
5196
|
+
: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.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5197
|
+
: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.20.1/docs/resources/managed_database_opensearch#scope ManagedDatabaseOpensearch#scope}
|
|
5198
|
+
: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.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5340
5199
|
'''
|
|
5341
5200
|
value = ManagedDatabaseOpensearchPropertiesOpenid(
|
|
5342
5201
|
client_id=client_id,
|
|
@@ -5365,10 +5224,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5365
5224
|
opensearch_request_timeout: typing.Optional[jsii.Number] = None,
|
|
5366
5225
|
) -> None:
|
|
5367
5226
|
'''
|
|
5368
|
-
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5369
|
-
: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.
|
|
5370
|
-
:param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5371
|
-
: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.
|
|
5227
|
+
:param enabled: Enable or disable OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5228
|
+
: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.20.1/docs/resources/managed_database_opensearch#max_old_space_size ManagedDatabaseOpensearch#max_old_space_size}
|
|
5229
|
+
:param multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#multiple_data_source_enabled ManagedDatabaseOpensearch#multiple_data_source_enabled}
|
|
5230
|
+
: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.20.1/docs/resources/managed_database_opensearch#opensearch_request_timeout ManagedDatabaseOpensearch#opensearch_request_timeout}
|
|
5372
5231
|
'''
|
|
5373
5232
|
value = ManagedDatabaseOpensearchPropertiesOpensearchDashboards(
|
|
5374
5233
|
enabled=enabled,
|
|
@@ -5392,13 +5251,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5392
5251
|
subject_key: typing.Optional[builtins.str] = None,
|
|
5393
5252
|
) -> None:
|
|
5394
5253
|
'''
|
|
5395
|
-
: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.
|
|
5396
|
-
: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.
|
|
5397
|
-
: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.
|
|
5398
|
-
: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.
|
|
5399
|
-
: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.
|
|
5400
|
-
: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.
|
|
5401
|
-
: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.
|
|
5254
|
+
: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.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5255
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
5256
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
5257
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
5258
|
+
: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.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
5259
|
+
: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.20.1/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
5260
|
+
: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.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
5402
5261
|
'''
|
|
5403
5262
|
value = ManagedDatabaseOpensearchPropertiesSaml(
|
|
5404
5263
|
enabled=enabled,
|
|
@@ -5422,10 +5281,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5422
5281
|
search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5423
5282
|
) -> None:
|
|
5424
5283
|
'''
|
|
5425
|
-
:param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5426
|
-
:param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5427
|
-
:param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5428
|
-
:param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5284
|
+
:param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
|
|
5285
|
+
:param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
|
|
5286
|
+
:param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
|
|
5287
|
+
:param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
|
|
5429
5288
|
'''
|
|
5430
5289
|
value = ManagedDatabaseOpensearchPropertiesSearchBackpressure(
|
|
5431
5290
|
mode=mode,
|
|
@@ -5445,9 +5304,9 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5445
5304
|
memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5446
5305
|
) -> None:
|
|
5447
5306
|
'''
|
|
5448
|
-
:param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5449
|
-
:param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5450
|
-
:param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5307
|
+
:param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
|
|
5308
|
+
:param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
|
|
5309
|
+
:param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
|
|
5451
5310
|
'''
|
|
5452
5311
|
value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries(
|
|
5453
5312
|
cpu=cpu, latency=latency, memory=memory
|
|
@@ -5465,10 +5324,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5465
5324
|
pressure_time_limit: typing.Optional[builtins.str] = None,
|
|
5466
5325
|
) -> None:
|
|
5467
5326
|
'''
|
|
5468
|
-
:param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5469
|
-
:param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5470
|
-
:param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5471
|
-
:param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5327
|
+
:param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
|
|
5328
|
+
:param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
|
|
5329
|
+
:param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
|
|
5330
|
+
:param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
|
|
5472
5331
|
'''
|
|
5473
5332
|
value = ManagedDatabaseOpensearchPropertiesSegrep(
|
|
5474
5333
|
pressure_checkpoint_limit=pressure_checkpoint_limit,
|
|
@@ -5489,10 +5348,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5489
5348
|
primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5490
5349
|
) -> None:
|
|
5491
5350
|
'''
|
|
5492
|
-
:param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5493
|
-
:param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5494
|
-
:param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5495
|
-
:param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5351
|
+
:param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
5352
|
+
:param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
|
|
5353
|
+
:param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
|
|
5354
|
+
:param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
|
|
5496
5355
|
'''
|
|
5497
5356
|
value = ManagedDatabaseOpensearchPropertiesShardIndexingPressure(
|
|
5498
5357
|
enabled=enabled,
|
|
@@ -5539,6 +5398,10 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5539
5398
|
def reset_custom_domain(self) -> None:
|
|
5540
5399
|
return typing.cast(None, jsii.invoke(self, "resetCustomDomain", []))
|
|
5541
5400
|
|
|
5401
|
+
@jsii.member(jsii_name="resetDiskWatermarks")
|
|
5402
|
+
def reset_disk_watermarks(self) -> None:
|
|
5403
|
+
return typing.cast(None, jsii.invoke(self, "resetDiskWatermarks", []))
|
|
5404
|
+
|
|
5542
5405
|
@jsii.member(jsii_name="resetElasticsearchVersion")
|
|
5543
5406
|
def reset_elasticsearch_version(self) -> None:
|
|
5544
5407
|
return typing.cast(None, jsii.invoke(self, "resetElasticsearchVersion", []))
|
|
@@ -5777,6 +5640,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5777
5640
|
) -> ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputReference:
|
|
5778
5641
|
return typing.cast(ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputReference, jsii.get(self, "clusterSearchRequestSlowlog"))
|
|
5779
5642
|
|
|
5643
|
+
@builtins.property
|
|
5644
|
+
@jsii.member(jsii_name="diskWatermarks")
|
|
5645
|
+
def disk_watermarks(
|
|
5646
|
+
self,
|
|
5647
|
+
) -> ManagedDatabaseOpensearchPropertiesDiskWatermarksOutputReference:
|
|
5648
|
+
return typing.cast(ManagedDatabaseOpensearchPropertiesDiskWatermarksOutputReference, jsii.get(self, "diskWatermarks"))
|
|
5649
|
+
|
|
5780
5650
|
@builtins.property
|
|
5781
5651
|
@jsii.member(jsii_name="indexRollup")
|
|
5782
5652
|
def index_rollup(
|
|
@@ -5893,6 +5763,13 @@ class ManagedDatabaseOpensearchPropertiesOutputReference(
|
|
|
5893
5763
|
def custom_domain_input(self) -> typing.Optional[builtins.str]:
|
|
5894
5764
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "customDomainInput"))
|
|
5895
5765
|
|
|
5766
|
+
@builtins.property
|
|
5767
|
+
@jsii.member(jsii_name="diskWatermarksInput")
|
|
5768
|
+
def disk_watermarks_input(
|
|
5769
|
+
self,
|
|
5770
|
+
) -> typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks]:
|
|
5771
|
+
return typing.cast(typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks], jsii.get(self, "diskWatermarksInput"))
|
|
5772
|
+
|
|
5896
5773
|
@builtins.property
|
|
5897
5774
|
@jsii.member(jsii_name="elasticsearchVersionInput")
|
|
5898
5775
|
def elasticsearch_version_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -6978,13 +6855,13 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
6978
6855
|
subject_key: typing.Optional[builtins.str] = None,
|
|
6979
6856
|
) -> None:
|
|
6980
6857
|
'''
|
|
6981
|
-
: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.
|
|
6982
|
-
: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.
|
|
6983
|
-
: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.
|
|
6984
|
-
: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.
|
|
6985
|
-
: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.
|
|
6986
|
-
: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.
|
|
6987
|
-
: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.
|
|
6858
|
+
: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.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
6859
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
6860
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
6861
|
+
: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.20.1/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
6862
|
+
: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.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
6863
|
+
: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.20.1/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
6864
|
+
: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.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
6988
6865
|
'''
|
|
6989
6866
|
if __debug__:
|
|
6990
6867
|
type_hints = typing.get_type_hints(_typecheckingstub__7b14f1e134e8d0c84c0341fd18666aca6f997046615ab52f5363393b4ab7937e)
|
|
@@ -7019,7 +6896,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7019
6896
|
|
|
7020
6897
|
Enables or disables SAML-based authentication for OpenSearch. When enabled, users can authenticate using SAML with an Identity Provider.
|
|
7021
6898
|
|
|
7022
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6899
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
7023
6900
|
'''
|
|
7024
6901
|
result = self._values.get("enabled")
|
|
7025
6902
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -7030,7 +6907,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7030
6907
|
|
|
7031
6908
|
The unique identifier for the Identity Provider (IdP) entity that is used for SAML authentication. This value is typically provided by the IdP.
|
|
7032
6909
|
|
|
7033
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6910
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#idp_entity_id ManagedDatabaseOpensearch#idp_entity_id}
|
|
7034
6911
|
'''
|
|
7035
6912
|
result = self._values.get("idp_entity_id")
|
|
7036
6913
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7041,7 +6918,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7041
6918
|
|
|
7042
6919
|
The URL of the SAML metadata for the Identity Provider (IdP). This is used to configure SAML-based authentication with the IdP.
|
|
7043
6920
|
|
|
7044
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6921
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#idp_metadata_url ManagedDatabaseOpensearch#idp_metadata_url}
|
|
7045
6922
|
'''
|
|
7046
6923
|
result = self._values.get("idp_metadata_url")
|
|
7047
6924
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7052,7 +6929,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7052
6929
|
|
|
7053
6930
|
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.
|
|
7054
6931
|
|
|
7055
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6932
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#idp_pemtrustedcas_content ManagedDatabaseOpensearch#idp_pemtrustedcas_content}
|
|
7056
6933
|
'''
|
|
7057
6934
|
result = self._values.get("idp_pemtrustedcas_content")
|
|
7058
6935
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7063,7 +6940,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7063
6940
|
|
|
7064
6941
|
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.
|
|
7065
6942
|
|
|
7066
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6943
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#roles_key ManagedDatabaseOpensearch#roles_key}
|
|
7067
6944
|
'''
|
|
7068
6945
|
result = self._values.get("roles_key")
|
|
7069
6946
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7074,7 +6951,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7074
6951
|
|
|
7075
6952
|
The unique identifier for the Service Provider (SP) entity that is used for SAML authentication. This value is typically provided by the SP.
|
|
7076
6953
|
|
|
7077
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6954
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#sp_entity_id ManagedDatabaseOpensearch#sp_entity_id}
|
|
7078
6955
|
'''
|
|
7079
6956
|
result = self._values.get("sp_entity_id")
|
|
7080
6957
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7085,7 +6962,7 @@ class ManagedDatabaseOpensearchPropertiesSaml:
|
|
|
7085
6962
|
|
|
7086
6963
|
Optional. Specifies the attribute in the SAML response where the subject identifier is stored. If not configured, the NameID attribute is used by default.
|
|
7087
6964
|
|
|
7088
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
6965
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#subject_key ManagedDatabaseOpensearch#subject_key}
|
|
7089
6966
|
'''
|
|
7090
6967
|
result = self._values.get("subject_key")
|
|
7091
6968
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7312,10 +7189,10 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
|
|
|
7312
7189
|
search_task: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7313
7190
|
) -> None:
|
|
7314
7191
|
'''
|
|
7315
|
-
:param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7316
|
-
:param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7317
|
-
:param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7318
|
-
:param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7192
|
+
:param mode: The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
|
|
7193
|
+
:param node_duress: node_duress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
|
|
7194
|
+
:param search_shard_task: search_shard_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
|
|
7195
|
+
:param search_task: search_task block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
|
|
7319
7196
|
'''
|
|
7320
7197
|
if isinstance(node_duress, dict):
|
|
7321
7198
|
node_duress = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(**node_duress)
|
|
@@ -7343,7 +7220,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
|
|
|
7343
7220
|
def mode(self) -> typing.Optional[builtins.str]:
|
|
7344
7221
|
'''The search backpressure mode. The search backpressure mode. Valid values are monitor_only, enforced, or disabled. Default is monitor_only.
|
|
7345
7222
|
|
|
7346
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7223
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#mode ManagedDatabaseOpensearch#mode}
|
|
7347
7224
|
'''
|
|
7348
7225
|
result = self._values.get("mode")
|
|
7349
7226
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -7354,7 +7231,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
|
|
|
7354
7231
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"]:
|
|
7355
7232
|
'''node_duress block.
|
|
7356
7233
|
|
|
7357
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7234
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node_duress ManagedDatabaseOpensearch#node_duress}
|
|
7358
7235
|
'''
|
|
7359
7236
|
result = self._values.get("node_duress")
|
|
7360
7237
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress"], result)
|
|
@@ -7365,7 +7242,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
|
|
|
7365
7242
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"]:
|
|
7366
7243
|
'''search_shard_task block.
|
|
7367
7244
|
|
|
7368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7245
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_shard_task ManagedDatabaseOpensearch#search_shard_task}
|
|
7369
7246
|
'''
|
|
7370
7247
|
result = self._values.get("search_shard_task")
|
|
7371
7248
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask"], result)
|
|
@@ -7376,7 +7253,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressure:
|
|
|
7376
7253
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"]:
|
|
7377
7254
|
'''search_task block.
|
|
7378
7255
|
|
|
7379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7256
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#search_task ManagedDatabaseOpensearch#search_task}
|
|
7380
7257
|
'''
|
|
7381
7258
|
result = self._values.get("search_task")
|
|
7382
7259
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask"], result)
|
|
@@ -7411,9 +7288,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
|
|
|
7411
7288
|
num_successive_breaches: typing.Optional[jsii.Number] = None,
|
|
7412
7289
|
) -> None:
|
|
7413
7290
|
'''
|
|
7414
|
-
:param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7415
|
-
:param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7416
|
-
:param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7291
|
+
:param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
|
|
7292
|
+
:param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
|
|
7293
|
+
:param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
|
|
7417
7294
|
'''
|
|
7418
7295
|
if __debug__:
|
|
7419
7296
|
type_hints = typing.get_type_hints(_typecheckingstub__3d39b711eab4461a4c1b96d616ef21c90bba1b606f922482a8bfe12b3daa624f)
|
|
@@ -7434,7 +7311,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
|
|
|
7434
7311
|
|
|
7435
7312
|
The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9.
|
|
7436
7313
|
|
|
7437
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7314
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
|
|
7438
7315
|
'''
|
|
7439
7316
|
result = self._values.get("cpu_threshold")
|
|
7440
7317
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7445,7 +7322,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
|
|
|
7445
7322
|
|
|
7446
7323
|
The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7.
|
|
7447
7324
|
|
|
7448
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7325
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
|
|
7449
7326
|
'''
|
|
7450
7327
|
result = self._values.get("heap_threshold")
|
|
7451
7328
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7456,7 +7333,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress:
|
|
|
7456
7333
|
|
|
7457
7334
|
The number of successive limit breaches after which the node is considered to be under duress. Default is 3.
|
|
7458
7335
|
|
|
7459
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7336
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
|
|
7460
7337
|
'''
|
|
7461
7338
|
result = self._values.get("num_successive_breaches")
|
|
7462
7339
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7603,9 +7480,9 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
|
|
|
7603
7480
|
num_successive_breaches: typing.Optional[jsii.Number] = None,
|
|
7604
7481
|
) -> None:
|
|
7605
7482
|
'''
|
|
7606
|
-
:param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7607
|
-
:param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7608
|
-
:param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7483
|
+
:param cpu_threshold: The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_threshold ManagedDatabaseOpensearch#cpu_threshold}
|
|
7484
|
+
:param heap_threshold: The heap usage threshold (as a percentage) required for a node to be considered to be under duress. The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_threshold ManagedDatabaseOpensearch#heap_threshold}
|
|
7485
|
+
:param num_successive_breaches: The number of successive limit breaches after which the node is considered to be under duress. The number of successive limit breaches after which the node is considered to be under duress. Default is 3. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#num_successive_breaches ManagedDatabaseOpensearch#num_successive_breaches}
|
|
7609
7486
|
'''
|
|
7610
7487
|
value = ManagedDatabaseOpensearchPropertiesSearchBackpressureNodeDuress(
|
|
7611
7488
|
cpu_threshold=cpu_threshold,
|
|
@@ -7630,15 +7507,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
|
|
|
7630
7507
|
total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
|
|
7631
7508
|
) -> None:
|
|
7632
7509
|
'''
|
|
7633
|
-
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7634
|
-
:param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7635
|
-
:param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7636
|
-
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7637
|
-
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7638
|
-
:param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7639
|
-
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7640
|
-
:param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7641
|
-
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7510
|
+
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
7511
|
+
:param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
7512
|
+
:param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
7513
|
+
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
7514
|
+
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
7515
|
+
:param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
7516
|
+
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
7517
|
+
:param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
7518
|
+
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
7642
7519
|
'''
|
|
7643
7520
|
value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask(
|
|
7644
7521
|
cancellation_burst=cancellation_burst,
|
|
@@ -7669,15 +7546,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureOutputReference(
|
|
|
7669
7546
|
total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
|
|
7670
7547
|
) -> None:
|
|
7671
7548
|
'''
|
|
7672
|
-
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7673
|
-
:param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7674
|
-
:param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7675
|
-
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7676
|
-
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7677
|
-
:param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7678
|
-
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7679
|
-
:param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7680
|
-
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7549
|
+
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
7550
|
+
:param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
7551
|
+
:param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
7552
|
+
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
7553
|
+
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
7554
|
+
:param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
7555
|
+
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
7556
|
+
:param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
7557
|
+
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
7681
7558
|
'''
|
|
7682
7559
|
value = ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask(
|
|
7683
7560
|
cancellation_burst=cancellation_burst,
|
|
@@ -7816,15 +7693,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7816
7693
|
total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
|
|
7817
7694
|
) -> None:
|
|
7818
7695
|
'''
|
|
7819
|
-
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7820
|
-
:param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7821
|
-
:param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7822
|
-
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7823
|
-
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7824
|
-
:param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7825
|
-
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7826
|
-
:param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7827
|
-
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7696
|
+
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
7697
|
+
:param cancellation_rate: The maximum number of tasks to cancel per millisecond of elapsed time. The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
7698
|
+
:param cancellation_ratio: The maximum number of tasks to cancel. The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
7699
|
+
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
7700
|
+
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
7701
|
+
:param heap_moving_average_window_size: The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
7702
|
+
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
7703
|
+
:param heap_variance: The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
7704
|
+
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
7828
7705
|
'''
|
|
7829
7706
|
if __debug__:
|
|
7830
7707
|
type_hints = typing.get_type_hints(_typecheckingstub__8b00773335f5cd697d7f58058999e1087b88965f82632c43cd0fda0432f5c39f)
|
|
@@ -7863,7 +7740,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7863
7740
|
|
|
7864
7741
|
The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 10.0.
|
|
7865
7742
|
|
|
7866
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7743
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
7867
7744
|
'''
|
|
7868
7745
|
result = self._values.get("cancellation_burst")
|
|
7869
7746
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7874,7 +7751,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7874
7751
|
|
|
7875
7752
|
The maximum number of tasks to cancel per millisecond of elapsed time. Default is 0.003.
|
|
7876
7753
|
|
|
7877
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7754
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
7878
7755
|
'''
|
|
7879
7756
|
result = self._values.get("cancellation_rate")
|
|
7880
7757
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7885,7 +7762,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7885
7762
|
|
|
7886
7763
|
The maximum number of tasks to cancel, as a percentage of successful task completions. Default is 0.1.
|
|
7887
7764
|
|
|
7888
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7765
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
7889
7766
|
'''
|
|
7890
7767
|
result = self._values.get("cancellation_ratio")
|
|
7891
7768
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7896,7 +7773,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7896
7773
|
|
|
7897
7774
|
The CPU usage threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 15000.
|
|
7898
7775
|
|
|
7899
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7776
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
7900
7777
|
'''
|
|
7901
7778
|
result = self._values.get("cpu_time_millis_threshold")
|
|
7902
7779
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7907,7 +7784,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7907
7784
|
|
|
7908
7785
|
The elapsed time threshold (in milliseconds) required for a single search shard task before it is considered for cancellation. Default is 30000.
|
|
7909
7786
|
|
|
7910
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7787
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
7911
7788
|
'''
|
|
7912
7789
|
result = self._values.get("elapsed_time_millis_threshold")
|
|
7913
7790
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7918,7 +7795,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7918
7795
|
|
|
7919
7796
|
The number of previously completed search shard tasks to consider when calculating the rolling average of heap usage. Default is 100.
|
|
7920
7797
|
|
|
7921
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7798
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
7922
7799
|
'''
|
|
7923
7800
|
result = self._values.get("heap_moving_average_window_size")
|
|
7924
7801
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7929,7 +7806,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7929
7806
|
|
|
7930
7807
|
The heap usage threshold (as a percentage) required for a single search shard task before it is considered for cancellation. Default is 0.5.
|
|
7931
7808
|
|
|
7932
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7809
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
7933
7810
|
'''
|
|
7934
7811
|
result = self._values.get("heap_percent_threshold")
|
|
7935
7812
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7940,7 +7817,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7940
7817
|
|
|
7941
7818
|
The minimum variance required for a single search shard task’s heap usage compared to the rolling average of previously completed tasks before it is considered for cancellation. Default is 2.0.
|
|
7942
7819
|
|
|
7943
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7820
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
7944
7821
|
'''
|
|
7945
7822
|
result = self._values.get("heap_variance")
|
|
7946
7823
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -7951,7 +7828,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchShardTask:
|
|
|
7951
7828
|
|
|
7952
7829
|
The heap usage threshold (as a percentage) required for the sum of heap usages of all search shard tasks before cancellation is applied. Default is 0.5.
|
|
7953
7830
|
|
|
7954
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
7831
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
7955
7832
|
'''
|
|
7956
7833
|
result = self._values.get("total_heap_percent_threshold")
|
|
7957
7834
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8225,15 +8102,15 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8225
8102
|
total_heap_percent_threshold: typing.Optional[jsii.Number] = None,
|
|
8226
8103
|
) -> None:
|
|
8227
8104
|
'''
|
|
8228
|
-
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8229
|
-
:param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8230
|
-
:param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8231
|
-
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8232
|
-
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8233
|
-
:param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8234
|
-
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8235
|
-
:param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8236
|
-
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8105
|
+
:param cancellation_burst: The maximum number of search tasks to cancel in a single iteration of the observer thread. The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
8106
|
+
:param cancellation_rate: The maximum number of search tasks to cancel per millisecond of elapsed time. The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
8107
|
+
:param cancellation_ratio: The maximum number of search tasks to cancel, as a percentage of successful search task completions. The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
8108
|
+
:param cpu_time_millis_threshold: The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
8109
|
+
:param elapsed_time_millis_threshold: The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
8110
|
+
:param heap_moving_average_window_size: The window size used to calculate the rolling average of the heap usage for the completed parent tasks. The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
8111
|
+
:param heap_percent_threshold: The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
8112
|
+
:param heap_variance: The heap usage variance required for an individual parent task before it is considered for cancellation. The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
8113
|
+
:param total_heap_percent_threshold: The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
8237
8114
|
'''
|
|
8238
8115
|
if __debug__:
|
|
8239
8116
|
type_hints = typing.get_type_hints(_typecheckingstub__4c70c1faa9e9872e82b30ac5de548218cf7b3888e93ee8b9564bce272a55c420)
|
|
@@ -8272,7 +8149,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8272
8149
|
|
|
8273
8150
|
The maximum number of search tasks to cancel in a single iteration of the observer thread. Default is 5.0.
|
|
8274
8151
|
|
|
8275
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8152
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_burst ManagedDatabaseOpensearch#cancellation_burst}
|
|
8276
8153
|
'''
|
|
8277
8154
|
result = self._values.get("cancellation_burst")
|
|
8278
8155
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8283,7 +8160,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8283
8160
|
|
|
8284
8161
|
The maximum number of search tasks to cancel per millisecond of elapsed time. Default is 0.003.
|
|
8285
8162
|
|
|
8286
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8163
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_rate ManagedDatabaseOpensearch#cancellation_rate}
|
|
8287
8164
|
'''
|
|
8288
8165
|
result = self._values.get("cancellation_rate")
|
|
8289
8166
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8294,7 +8171,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8294
8171
|
|
|
8295
8172
|
The maximum number of search tasks to cancel, as a percentage of successful search task completions. Default is 0.1.
|
|
8296
8173
|
|
|
8297
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8174
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cancellation_ratio ManagedDatabaseOpensearch#cancellation_ratio}
|
|
8298
8175
|
'''
|
|
8299
8176
|
result = self._values.get("cancellation_ratio")
|
|
8300
8177
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8305,7 +8182,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8305
8182
|
|
|
8306
8183
|
The CPU usage threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 30000.
|
|
8307
8184
|
|
|
8308
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu_time_millis_threshold ManagedDatabaseOpensearch#cpu_time_millis_threshold}
|
|
8309
8186
|
'''
|
|
8310
8187
|
result = self._values.get("cpu_time_millis_threshold")
|
|
8311
8188
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8316,7 +8193,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8316
8193
|
|
|
8317
8194
|
The elapsed time threshold (in milliseconds) required for an individual parent task before it is considered for cancellation. Default is 45000.
|
|
8318
8195
|
|
|
8319
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8196
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#elapsed_time_millis_threshold ManagedDatabaseOpensearch#elapsed_time_millis_threshold}
|
|
8320
8197
|
'''
|
|
8321
8198
|
result = self._values.get("elapsed_time_millis_threshold")
|
|
8322
8199
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8327,7 +8204,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8327
8204
|
|
|
8328
8205
|
The window size used to calculate the rolling average of the heap usage for the completed parent tasks. Default is 10.
|
|
8329
8206
|
|
|
8330
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8207
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_moving_average_window_size ManagedDatabaseOpensearch#heap_moving_average_window_size}
|
|
8331
8208
|
'''
|
|
8332
8209
|
result = self._values.get("heap_moving_average_window_size")
|
|
8333
8210
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8338,7 +8215,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8338
8215
|
|
|
8339
8216
|
The heap usage threshold (as a percentage) required for an individual parent task before it is considered for cancellation. Default is 0.2.
|
|
8340
8217
|
|
|
8341
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8218
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_percent_threshold ManagedDatabaseOpensearch#heap_percent_threshold}
|
|
8342
8219
|
'''
|
|
8343
8220
|
result = self._values.get("heap_percent_threshold")
|
|
8344
8221
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8349,7 +8226,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8349
8226
|
|
|
8350
8227
|
The heap usage variance required for an individual parent task before it is considered for cancellation. A task is considered for cancellation when taskHeapUsage is greater than or equal to heapUsageMovingAverage * variance. Default is 2.0.
|
|
8351
8228
|
|
|
8352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8229
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#heap_variance ManagedDatabaseOpensearch#heap_variance}
|
|
8353
8230
|
'''
|
|
8354
8231
|
result = self._values.get("heap_variance")
|
|
8355
8232
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8360,7 +8237,7 @@ class ManagedDatabaseOpensearchPropertiesSearchBackpressureSearchTask:
|
|
|
8360
8237
|
|
|
8361
8238
|
The heap usage threshold (as a percentage) required for the sum of heap usages of all search tasks before cancellation is applied. Default is 0.5.
|
|
8362
8239
|
|
|
8363
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8240
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#total_heap_percent_threshold ManagedDatabaseOpensearch#total_heap_percent_threshold}
|
|
8364
8241
|
'''
|
|
8365
8242
|
result = self._values.get("total_heap_percent_threshold")
|
|
8366
8243
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8618,9 +8495,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
|
|
|
8618
8495
|
memory: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8619
8496
|
) -> None:
|
|
8620
8497
|
'''
|
|
8621
|
-
:param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8622
|
-
:param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8623
|
-
:param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8498
|
+
:param cpu: cpu block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
|
|
8499
|
+
:param latency: latency block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
|
|
8500
|
+
:param memory: memory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
|
|
8624
8501
|
'''
|
|
8625
8502
|
if isinstance(cpu, dict):
|
|
8626
8503
|
cpu = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(**cpu)
|
|
@@ -8647,7 +8524,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
|
|
|
8647
8524
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"]:
|
|
8648
8525
|
'''cpu block.
|
|
8649
8526
|
|
|
8650
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8527
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#cpu ManagedDatabaseOpensearch#cpu}
|
|
8651
8528
|
'''
|
|
8652
8529
|
result = self._values.get("cpu")
|
|
8653
8530
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu"], result)
|
|
@@ -8658,7 +8535,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
|
|
|
8658
8535
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"]:
|
|
8659
8536
|
'''latency block.
|
|
8660
8537
|
|
|
8661
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8538
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#latency ManagedDatabaseOpensearch#latency}
|
|
8662
8539
|
'''
|
|
8663
8540
|
result = self._values.get("latency")
|
|
8664
8541
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency"], result)
|
|
@@ -8669,7 +8546,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueries:
|
|
|
8669
8546
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"]:
|
|
8670
8547
|
'''memory block.
|
|
8671
8548
|
|
|
8672
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8549
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#memory ManagedDatabaseOpensearch#memory}
|
|
8673
8550
|
'''
|
|
8674
8551
|
result = self._values.get("memory")
|
|
8675
8552
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory"], result)
|
|
@@ -8704,9 +8581,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
|
|
|
8704
8581
|
window_size: typing.Optional[builtins.str] = None,
|
|
8705
8582
|
) -> None:
|
|
8706
8583
|
'''
|
|
8707
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8708
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8709
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8584
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
8585
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
8586
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
8710
8587
|
'''
|
|
8711
8588
|
if __debug__:
|
|
8712
8589
|
type_hints = typing.get_type_hints(_typecheckingstub__6d766d1d3c272cdb4b9cf1f83e27dff76cdbba937c7c5a6167ca8bf17039385f)
|
|
@@ -8729,7 +8606,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
|
|
|
8729
8606
|
|
|
8730
8607
|
Enable or disable top N query monitoring by the metric.
|
|
8731
8608
|
|
|
8732
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8609
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
8733
8610
|
'''
|
|
8734
8611
|
result = self._values.get("enabled")
|
|
8735
8612
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -8738,7 +8615,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
|
|
|
8738
8615
|
def top_n_size(self) -> typing.Optional[jsii.Number]:
|
|
8739
8616
|
'''Specify the value of N for the top N queries by the metric.
|
|
8740
8617
|
|
|
8741
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8618
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
8742
8619
|
'''
|
|
8743
8620
|
result = self._values.get("top_n_size")
|
|
8744
8621
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8749,7 +8626,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu:
|
|
|
8749
8626
|
|
|
8750
8627
|
Configure the window size of the top N queries.
|
|
8751
8628
|
|
|
8752
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8629
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
8753
8630
|
'''
|
|
8754
8631
|
result = self._values.get("window_size")
|
|
8755
8632
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -8890,9 +8767,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
|
|
|
8890
8767
|
window_size: typing.Optional[builtins.str] = None,
|
|
8891
8768
|
) -> None:
|
|
8892
8769
|
'''
|
|
8893
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8894
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8895
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8770
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
8771
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
8772
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
8896
8773
|
'''
|
|
8897
8774
|
if __debug__:
|
|
8898
8775
|
type_hints = typing.get_type_hints(_typecheckingstub__af605383a3698bbbbd930e4ff42d3558bc2b49d2a45ef275ee19f303369ab414)
|
|
@@ -8915,7 +8792,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
|
|
|
8915
8792
|
|
|
8916
8793
|
Enable or disable top N query monitoring by the metric.
|
|
8917
8794
|
|
|
8918
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8795
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
8919
8796
|
'''
|
|
8920
8797
|
result = self._values.get("enabled")
|
|
8921
8798
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -8924,7 +8801,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
|
|
|
8924
8801
|
def top_n_size(self) -> typing.Optional[jsii.Number]:
|
|
8925
8802
|
'''Specify the value of N for the top N queries by the metric.
|
|
8926
8803
|
|
|
8927
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8804
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
8928
8805
|
'''
|
|
8929
8806
|
result = self._values.get("top_n_size")
|
|
8930
8807
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -8935,7 +8812,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency:
|
|
|
8935
8812
|
|
|
8936
8813
|
Configure the window size of the top N queries.
|
|
8937
8814
|
|
|
8938
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8815
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
8939
8816
|
'''
|
|
8940
8817
|
result = self._values.get("window_size")
|
|
8941
8818
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -9076,9 +8953,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
|
|
|
9076
8953
|
window_size: typing.Optional[builtins.str] = None,
|
|
9077
8954
|
) -> None:
|
|
9078
8955
|
'''
|
|
9079
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9080
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9081
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8956
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
8957
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
8958
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
9082
8959
|
'''
|
|
9083
8960
|
if __debug__:
|
|
9084
8961
|
type_hints = typing.get_type_hints(_typecheckingstub__a8f1e26fb94e46db6ae20ea187b2ad98f67fdc7bd6181ac39e4a17900b83dedd)
|
|
@@ -9101,7 +8978,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
|
|
|
9101
8978
|
|
|
9102
8979
|
Enable or disable top N query monitoring by the metric.
|
|
9103
8980
|
|
|
9104
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8981
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9105
8982
|
'''
|
|
9106
8983
|
result = self._values.get("enabled")
|
|
9107
8984
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -9110,7 +8987,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
|
|
|
9110
8987
|
def top_n_size(self) -> typing.Optional[jsii.Number]:
|
|
9111
8988
|
'''Specify the value of N for the top N queries by the metric.
|
|
9112
8989
|
|
|
9113
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
8990
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
9114
8991
|
'''
|
|
9115
8992
|
result = self._values.get("top_n_size")
|
|
9116
8993
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9121,7 +8998,7 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory:
|
|
|
9121
8998
|
|
|
9122
8999
|
Configure the window size of the top N queries.
|
|
9123
9000
|
|
|
9124
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
9125
9002
|
'''
|
|
9126
9003
|
result = self._values.get("window_size")
|
|
9127
9004
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -9273,9 +9150,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
|
|
|
9273
9150
|
window_size: typing.Optional[builtins.str] = None,
|
|
9274
9151
|
) -> None:
|
|
9275
9152
|
'''
|
|
9276
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9277
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9278
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9153
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9154
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
9155
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
9279
9156
|
'''
|
|
9280
9157
|
value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesCpu(
|
|
9281
9158
|
enabled=enabled, top_n_size=top_n_size, window_size=window_size
|
|
@@ -9292,9 +9169,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
|
|
|
9292
9169
|
window_size: typing.Optional[builtins.str] = None,
|
|
9293
9170
|
) -> None:
|
|
9294
9171
|
'''
|
|
9295
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9296
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9297
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9172
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9173
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
9174
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
9298
9175
|
'''
|
|
9299
9176
|
value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesLatency(
|
|
9300
9177
|
enabled=enabled, top_n_size=top_n_size, window_size=window_size
|
|
@@ -9311,9 +9188,9 @@ class ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesOutputReference
|
|
|
9311
9188
|
window_size: typing.Optional[builtins.str] = None,
|
|
9312
9189
|
) -> None:
|
|
9313
9190
|
'''
|
|
9314
|
-
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9315
|
-
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9316
|
-
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9191
|
+
:param enabled: Enable or disable top N query monitoring by the metric. Enable or disable top N query monitoring by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9192
|
+
:param top_n_size: Specify the value of N for the top N queries by the metric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#top_n_size ManagedDatabaseOpensearch#top_n_size}
|
|
9193
|
+
:param window_size: The window size of the top N queries by the metric. Configure the window size of the top N queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#window_size ManagedDatabaseOpensearch#window_size}
|
|
9317
9194
|
'''
|
|
9318
9195
|
value = ManagedDatabaseOpensearchPropertiesSearchInsightsTopQueriesMemory(
|
|
9319
9196
|
enabled=enabled, top_n_size=top_n_size, window_size=window_size
|
|
@@ -9413,10 +9290,10 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
|
|
|
9413
9290
|
pressure_time_limit: typing.Optional[builtins.str] = None,
|
|
9414
9291
|
) -> None:
|
|
9415
9292
|
'''
|
|
9416
|
-
:param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9417
|
-
:param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9418
|
-
:param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9419
|
-
:param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9293
|
+
:param pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
|
|
9294
|
+
:param pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
|
|
9295
|
+
:param pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
|
|
9296
|
+
:param pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
|
|
9420
9297
|
'''
|
|
9421
9298
|
if __debug__:
|
|
9422
9299
|
type_hints = typing.get_type_hints(_typecheckingstub__f9a29cf3d5cc5ae1d0c9f47a3e6bd31c5ad02450141253c8c11375bd90c2137f)
|
|
@@ -9440,7 +9317,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
|
|
|
9440
9317
|
|
|
9441
9318
|
Once ``segrep.pressure.checkpoint.limit`` is breached along with ``segrep.pressure.time.limit``, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints.
|
|
9442
9319
|
|
|
9443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9320
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_checkpoint_limit ManagedDatabaseOpensearch#pressure_checkpoint_limit}
|
|
9444
9321
|
'''
|
|
9445
9322
|
result = self._values.get("pressure_checkpoint_limit")
|
|
9446
9323
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9451,7 +9328,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
|
|
|
9451
9328
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
9452
9329
|
'''Enables the segment replication backpressure mechanism. Default is false.
|
|
9453
9330
|
|
|
9454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9331
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_enabled ManagedDatabaseOpensearch#pressure_enabled}
|
|
9455
9332
|
'''
|
|
9456
9333
|
result = self._values.get("pressure_enabled")
|
|
9457
9334
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -9462,7 +9339,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
|
|
|
9462
9339
|
|
|
9463
9340
|
Once ``segrep.pressure.replica.stale.limit`` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group.
|
|
9464
9341
|
|
|
9465
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9342
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_replica_stale_limit ManagedDatabaseOpensearch#pressure_replica_stale_limit}
|
|
9466
9343
|
'''
|
|
9467
9344
|
result = self._values.get("pressure_replica_stale_limit")
|
|
9468
9345
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9473,7 +9350,7 @@ class ManagedDatabaseOpensearchPropertiesSegrep:
|
|
|
9473
9350
|
|
|
9474
9351
|
Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes.
|
|
9475
9352
|
|
|
9476
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#pressure_time_limit ManagedDatabaseOpensearch#pressure_time_limit}
|
|
9477
9354
|
'''
|
|
9478
9355
|
result = self._values.get("pressure_time_limit")
|
|
9479
9356
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -9639,10 +9516,10 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
|
|
|
9639
9516
|
primary_parameter: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
9640
9517
|
) -> None:
|
|
9641
9518
|
'''
|
|
9642
|
-
:param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9643
|
-
:param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9644
|
-
:param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9645
|
-
:param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9519
|
+
:param enabled: Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9520
|
+
:param enforced: Run shard indexing backpressure in shadow mode or enforced mode. Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
|
|
9521
|
+
:param operating_factor: operating_factor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
|
|
9522
|
+
:param primary_parameter: primary_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
|
|
9646
9523
|
'''
|
|
9647
9524
|
if isinstance(operating_factor, dict):
|
|
9648
9525
|
operating_factor = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(**operating_factor)
|
|
@@ -9670,7 +9547,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
|
|
|
9670
9547
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
9671
9548
|
'''Enable or disable shard indexing backpressure. Enable or disable shard indexing backpressure. Default is false.
|
|
9672
9549
|
|
|
9673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9550
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enabled ManagedDatabaseOpensearch#enabled}
|
|
9674
9551
|
'''
|
|
9675
9552
|
result = self._values.get("enabled")
|
|
9676
9553
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -9688,7 +9565,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
|
|
|
9688
9565
|
shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance.
|
|
9689
9566
|
Default is false.
|
|
9690
9567
|
|
|
9691
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9568
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#enforced ManagedDatabaseOpensearch#enforced}
|
|
9692
9569
|
'''
|
|
9693
9570
|
result = self._values.get("enforced")
|
|
9694
9571
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -9699,7 +9576,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
|
|
|
9699
9576
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"]:
|
|
9700
9577
|
'''operating_factor block.
|
|
9701
9578
|
|
|
9702
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9579
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#operating_factor ManagedDatabaseOpensearch#operating_factor}
|
|
9703
9580
|
'''
|
|
9704
9581
|
result = self._values.get("operating_factor")
|
|
9705
9582
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor"], result)
|
|
@@ -9710,7 +9587,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressure:
|
|
|
9710
9587
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"]:
|
|
9711
9588
|
'''primary_parameter block.
|
|
9712
9589
|
|
|
9713
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9590
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#primary_parameter ManagedDatabaseOpensearch#primary_parameter}
|
|
9714
9591
|
'''
|
|
9715
9592
|
result = self._values.get("primary_parameter")
|
|
9716
9593
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter"], result)
|
|
@@ -9741,9 +9618,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
|
|
|
9741
9618
|
upper: typing.Optional[jsii.Number] = None,
|
|
9742
9619
|
) -> None:
|
|
9743
9620
|
'''
|
|
9744
|
-
:param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9745
|
-
:param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9746
|
-
:param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9621
|
+
:param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
|
|
9622
|
+
:param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
|
|
9623
|
+
:param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
|
|
9747
9624
|
'''
|
|
9748
9625
|
if __debug__:
|
|
9749
9626
|
type_hints = typing.get_type_hints(_typecheckingstub__8c2a585c78e0ebd7884489c51c18d79c728f4e6cf96723e8f1445b9a17a8bcb8)
|
|
@@ -9767,7 +9644,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
|
|
|
9767
9644
|
shard indexing backpressure decreases the current allocated memory for that shard.
|
|
9768
9645
|
Default is 0.75.
|
|
9769
9646
|
|
|
9770
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9647
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
|
|
9771
9648
|
'''
|
|
9772
9649
|
result = self._values.get("lower")
|
|
9773
9650
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9781,7 +9658,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
|
|
|
9781
9658
|
shard indexing backpressure doesn’t change the current allocated memory for that shard.
|
|
9782
9659
|
Default is 0.85.
|
|
9783
9660
|
|
|
9784
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9661
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
|
|
9785
9662
|
'''
|
|
9786
9663
|
result = self._values.get("optimal")
|
|
9787
9664
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9795,7 +9672,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor:
|
|
|
9795
9672
|
shard indexing backpressure increases the current allocated memory for that shard.
|
|
9796
9673
|
Default is 0.95.
|
|
9797
9674
|
|
|
9798
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9675
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
|
|
9799
9676
|
'''
|
|
9800
9677
|
result = self._values.get("upper")
|
|
9801
9678
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -9942,9 +9819,9 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
|
|
|
9942
9819
|
upper: typing.Optional[jsii.Number] = None,
|
|
9943
9820
|
) -> None:
|
|
9944
9821
|
'''
|
|
9945
|
-
:param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9946
|
-
:param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9947
|
-
:param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9822
|
+
:param lower: Lower occupancy limit of the allocated quota of memory for the shard. Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#lower ManagedDatabaseOpensearch#lower}
|
|
9823
|
+
:param optimal: Optimal occupancy of the allocated quota of memory for the shard. Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#optimal ManagedDatabaseOpensearch#optimal}
|
|
9824
|
+
:param upper: Upper occupancy limit of the allocated quota of memory for the shard. Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#upper ManagedDatabaseOpensearch#upper}
|
|
9948
9825
|
'''
|
|
9949
9826
|
value = ManagedDatabaseOpensearchPropertiesShardIndexingPressureOperatingFactor(
|
|
9950
9827
|
lower=lower, optimal=optimal, upper=upper
|
|
@@ -9960,8 +9837,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressureOutputReference(
|
|
|
9960
9837
|
shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
9961
9838
|
) -> None:
|
|
9962
9839
|
'''
|
|
9963
|
-
:param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9964
|
-
:param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9840
|
+
:param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
|
|
9841
|
+
:param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
|
|
9965
9842
|
'''
|
|
9966
9843
|
value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter(
|
|
9967
9844
|
node_attribute=node_attribute, shard=shard
|
|
@@ -10088,8 +9965,8 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
|
|
|
10088
9965
|
shard: typing.Optional[typing.Union["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
10089
9966
|
) -> None:
|
|
10090
9967
|
'''
|
|
10091
|
-
:param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10092
|
-
:param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9968
|
+
:param node_attribute: node block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
|
|
9969
|
+
:param shard: shard block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
|
|
10093
9970
|
'''
|
|
10094
9971
|
if isinstance(node_attribute, dict):
|
|
10095
9972
|
node_attribute = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(**node_attribute)
|
|
@@ -10111,7 +9988,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
|
|
|
10111
9988
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"]:
|
|
10112
9989
|
'''node block.
|
|
10113
9990
|
|
|
10114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
9991
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#node ManagedDatabaseOpensearch#node}
|
|
10115
9992
|
'''
|
|
10116
9993
|
result = self._values.get("node_attribute")
|
|
10117
9994
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode"], result)
|
|
@@ -10122,7 +9999,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
|
|
|
10122
9999
|
) -> typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"]:
|
|
10123
10000
|
'''shard block.
|
|
10124
10001
|
|
|
10125
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10002
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#shard ManagedDatabaseOpensearch#shard}
|
|
10126
10003
|
'''
|
|
10127
10004
|
result = self._values.get("shard")
|
|
10128
10005
|
return typing.cast(typing.Optional["ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard"], result)
|
|
@@ -10147,7 +10024,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameter:
|
|
|
10147
10024
|
class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode:
|
|
10148
10025
|
def __init__(self, *, soft_limit: typing.Optional[jsii.Number] = None) -> None:
|
|
10149
10026
|
'''
|
|
10150
|
-
:param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10027
|
+
:param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
|
|
10151
10028
|
'''
|
|
10152
10029
|
if __debug__:
|
|
10153
10030
|
type_hints = typing.get_type_hints(_typecheckingstub__95918dc70f50ad9e3281b3f7d9734e2c0361a87e02f2466a872b57e27e96e88b)
|
|
@@ -10164,7 +10041,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNo
|
|
|
10164
10041
|
threshold that acts as a soft indicator for strain on a node.
|
|
10165
10042
|
Default is 0.7.
|
|
10166
10043
|
|
|
10167
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10044
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
|
|
10168
10045
|
'''
|
|
10169
10046
|
result = self._values.get("soft_limit")
|
|
10170
10047
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -10267,7 +10144,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
|
|
|
10267
10144
|
soft_limit: typing.Optional[jsii.Number] = None,
|
|
10268
10145
|
) -> None:
|
|
10269
10146
|
'''
|
|
10270
|
-
:param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10147
|
+
:param soft_limit: Node soft limit. Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#soft_limit ManagedDatabaseOpensearch#soft_limit}
|
|
10271
10148
|
'''
|
|
10272
10149
|
value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterNode(
|
|
10273
10150
|
soft_limit=soft_limit
|
|
@@ -10278,7 +10155,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
|
|
|
10278
10155
|
@jsii.member(jsii_name="putShard")
|
|
10279
10156
|
def put_shard(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
|
|
10280
10157
|
'''
|
|
10281
|
-
:param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10158
|
+
:param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
|
|
10282
10159
|
'''
|
|
10283
10160
|
value = ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard(
|
|
10284
10161
|
min_limit=min_limit
|
|
@@ -10348,7 +10225,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterOu
|
|
|
10348
10225
|
class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterShard:
|
|
10349
10226
|
def __init__(self, *, min_limit: typing.Optional[jsii.Number] = None) -> None:
|
|
10350
10227
|
'''
|
|
10351
|
-
:param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10228
|
+
:param min_limit: Shard min limit. Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
|
|
10352
10229
|
'''
|
|
10353
10230
|
if __debug__:
|
|
10354
10231
|
type_hints = typing.get_type_hints(_typecheckingstub__61809a554eeb88b3f45b401f1246c1075998ae05ab7a23a06d1335c6882a0f6a)
|
|
@@ -10365,7 +10242,7 @@ class ManagedDatabaseOpensearchPropertiesShardIndexingPressurePrimaryParameterSh
|
|
|
10365
10242
|
Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard.
|
|
10366
10243
|
Default is 0.001.
|
|
10367
10244
|
|
|
10368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
10245
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.1/docs/resources/managed_database_opensearch#min_limit ManagedDatabaseOpensearch#min_limit}
|
|
10369
10246
|
'''
|
|
10370
10247
|
result = self._values.get("min_limit")
|
|
10371
10248
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -10457,13 +10334,13 @@ __all__ = [
|
|
|
10457
10334
|
"ManagedDatabaseOpensearchPropertiesAuthFailureListeners",
|
|
10458
10335
|
"ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting",
|
|
10459
10336
|
"ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimitingOutputReference",
|
|
10460
|
-
"ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting",
|
|
10461
|
-
"ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimitingOutputReference",
|
|
10462
10337
|
"ManagedDatabaseOpensearchPropertiesAuthFailureListenersOutputReference",
|
|
10463
10338
|
"ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog",
|
|
10464
10339
|
"ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogOutputReference",
|
|
10465
10340
|
"ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThreshold",
|
|
10466
10341
|
"ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlogThresholdOutputReference",
|
|
10342
|
+
"ManagedDatabaseOpensearchPropertiesDiskWatermarks",
|
|
10343
|
+
"ManagedDatabaseOpensearchPropertiesDiskWatermarksOutputReference",
|
|
10467
10344
|
"ManagedDatabaseOpensearchPropertiesIndexRollup",
|
|
10468
10345
|
"ManagedDatabaseOpensearchPropertiesIndexRollupOutputReference",
|
|
10469
10346
|
"ManagedDatabaseOpensearchPropertiesIndexTemplate",
|
|
@@ -10842,6 +10719,7 @@ def _typecheckingstub__de14c8022684ac9416f06b1fd8069683ff6f1b4d90f2879d52bb0843d
|
|
|
10842
10719
|
cluster_routing_allocation_node_concurrent_recoveries: typing.Optional[jsii.Number] = None,
|
|
10843
10720
|
cluster_search_request_slowlog: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesClusterSearchRequestSlowlog, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
10844
10721
|
custom_domain: typing.Optional[builtins.str] = None,
|
|
10722
|
+
disk_watermarks: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesDiskWatermarks, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
10845
10723
|
elasticsearch_version: typing.Optional[builtins.str] = None,
|
|
10846
10724
|
email_sender_name: typing.Optional[builtins.str] = None,
|
|
10847
10725
|
email_sender_password: typing.Optional[builtins.str] = None,
|
|
@@ -10905,7 +10783,6 @@ def _typecheckingstub__de14c8022684ac9416f06b1fd8069683ff6f1b4d90f2879d52bb0843d
|
|
|
10905
10783
|
def _typecheckingstub__da6df7d26b0238df040ca0d1aeaa659a956825f3139e84791c48d896c03493a3(
|
|
10906
10784
|
*,
|
|
10907
10785
|
internal_authentication_backend_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersInternalAuthenticationBackendLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
10908
|
-
ip_rate_limiting: typing.Optional[typing.Union[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
10909
10786
|
) -> None:
|
|
10910
10787
|
"""Type checking stubs"""
|
|
10911
10788
|
pass
|
|
@@ -10978,67 +10855,6 @@ def _typecheckingstub__827575e00c1eaecf35d33d817e94688109afe1fa2f142d1614bdc103f
|
|
|
10978
10855
|
"""Type checking stubs"""
|
|
10979
10856
|
pass
|
|
10980
10857
|
|
|
10981
|
-
def _typecheckingstub__c5db9a9b662c1875b357f7775838b53f73b8761e853ab7dcb83a11de164679ed(
|
|
10982
|
-
*,
|
|
10983
|
-
allowed_tries: typing.Optional[jsii.Number] = None,
|
|
10984
|
-
block_expiry_seconds: typing.Optional[jsii.Number] = None,
|
|
10985
|
-
max_blocked_clients: typing.Optional[jsii.Number] = None,
|
|
10986
|
-
max_tracked_clients: typing.Optional[jsii.Number] = None,
|
|
10987
|
-
time_window_seconds: typing.Optional[jsii.Number] = None,
|
|
10988
|
-
type: typing.Optional[builtins.str] = None,
|
|
10989
|
-
) -> None:
|
|
10990
|
-
"""Type checking stubs"""
|
|
10991
|
-
pass
|
|
10992
|
-
|
|
10993
|
-
def _typecheckingstub__df0dba312f1a2c76f9255f0fb1b72fdd897dd359e92e7fee72537a28938c2369(
|
|
10994
|
-
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
10995
|
-
terraform_attribute: builtins.str,
|
|
10996
|
-
) -> None:
|
|
10997
|
-
"""Type checking stubs"""
|
|
10998
|
-
pass
|
|
10999
|
-
|
|
11000
|
-
def _typecheckingstub__a52325c7915c1071265cd271c6e2f866e2f0ce00345d8db1c6d902a32520ac80(
|
|
11001
|
-
value: jsii.Number,
|
|
11002
|
-
) -> None:
|
|
11003
|
-
"""Type checking stubs"""
|
|
11004
|
-
pass
|
|
11005
|
-
|
|
11006
|
-
def _typecheckingstub__796cfb9b8ca3c4b64710f662f3a18c90b5abb9244a2c08ec7526efc53ad12398(
|
|
11007
|
-
value: jsii.Number,
|
|
11008
|
-
) -> None:
|
|
11009
|
-
"""Type checking stubs"""
|
|
11010
|
-
pass
|
|
11011
|
-
|
|
11012
|
-
def _typecheckingstub__c36141edd7d0702451532584374c7e02d7e170845dba24908b10804342a66cb9(
|
|
11013
|
-
value: jsii.Number,
|
|
11014
|
-
) -> None:
|
|
11015
|
-
"""Type checking stubs"""
|
|
11016
|
-
pass
|
|
11017
|
-
|
|
11018
|
-
def _typecheckingstub__75f35635faa2fd5412b51dd24e58a0f75af6fe4a6d7bd85aa47f50293b747393(
|
|
11019
|
-
value: jsii.Number,
|
|
11020
|
-
) -> None:
|
|
11021
|
-
"""Type checking stubs"""
|
|
11022
|
-
pass
|
|
11023
|
-
|
|
11024
|
-
def _typecheckingstub__49cb110d320044051afe929f4bbb907778c0b28bcee7254ec289105ecb4c8d71(
|
|
11025
|
-
value: jsii.Number,
|
|
11026
|
-
) -> None:
|
|
11027
|
-
"""Type checking stubs"""
|
|
11028
|
-
pass
|
|
11029
|
-
|
|
11030
|
-
def _typecheckingstub__6125754efc2d7bc2455a168b273c3b22cb9b8affc7cc5fdc05d86063ac71d005(
|
|
11031
|
-
value: builtins.str,
|
|
11032
|
-
) -> None:
|
|
11033
|
-
"""Type checking stubs"""
|
|
11034
|
-
pass
|
|
11035
|
-
|
|
11036
|
-
def _typecheckingstub__47577b728e4aa4b36a74aee8a3bfb879d6b64f924bb185d4d8859a624071560c(
|
|
11037
|
-
value: typing.Optional[ManagedDatabaseOpensearchPropertiesAuthFailureListenersIpRateLimiting],
|
|
11038
|
-
) -> None:
|
|
11039
|
-
"""Type checking stubs"""
|
|
11040
|
-
pass
|
|
11041
|
-
|
|
11042
10858
|
def _typecheckingstub__2bb457d048cf3243bf7b1785b9d3430cd66839097d28517e5978e7c0ff727704(
|
|
11043
10859
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
11044
10860
|
terraform_attribute: builtins.str,
|
|
@@ -11126,6 +10942,46 @@ def _typecheckingstub__ed00f49e466ba4afcc8014fb654ab34c631b78a933333f34cf113da3b
|
|
|
11126
10942
|
"""Type checking stubs"""
|
|
11127
10943
|
pass
|
|
11128
10944
|
|
|
10945
|
+
def _typecheckingstub__e9a670c205c08f4ac01cd4501f4103c0e0bc30f14aa62b77bfae1c27c816ef3d(
|
|
10946
|
+
*,
|
|
10947
|
+
flood_stage: typing.Optional[jsii.Number] = None,
|
|
10948
|
+
high: typing.Optional[jsii.Number] = None,
|
|
10949
|
+
low: typing.Optional[jsii.Number] = None,
|
|
10950
|
+
) -> None:
|
|
10951
|
+
"""Type checking stubs"""
|
|
10952
|
+
pass
|
|
10953
|
+
|
|
10954
|
+
def _typecheckingstub__bf1c6f6948b6ebbff397a49dbd1226357f6783b4078a6ce19039517b616fa315(
|
|
10955
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
10956
|
+
terraform_attribute: builtins.str,
|
|
10957
|
+
) -> None:
|
|
10958
|
+
"""Type checking stubs"""
|
|
10959
|
+
pass
|
|
10960
|
+
|
|
10961
|
+
def _typecheckingstub__3cf4f285faa268c65a163130a1737433054040990833b9b664b94080736f2c27(
|
|
10962
|
+
value: jsii.Number,
|
|
10963
|
+
) -> None:
|
|
10964
|
+
"""Type checking stubs"""
|
|
10965
|
+
pass
|
|
10966
|
+
|
|
10967
|
+
def _typecheckingstub__093f7f3025441dad65428b9930e853d6ce7a37fd588398fdf2544d4aebf31edf(
|
|
10968
|
+
value: jsii.Number,
|
|
10969
|
+
) -> None:
|
|
10970
|
+
"""Type checking stubs"""
|
|
10971
|
+
pass
|
|
10972
|
+
|
|
10973
|
+
def _typecheckingstub__e9bb2cbe5f289bc789e377337f83f4aa1924821be012296e0578b1d55ed2c495(
|
|
10974
|
+
value: jsii.Number,
|
|
10975
|
+
) -> None:
|
|
10976
|
+
"""Type checking stubs"""
|
|
10977
|
+
pass
|
|
10978
|
+
|
|
10979
|
+
def _typecheckingstub__2a603893dd48ece901e23fab7bee75233f5a3a69ca14256f14b8be2885cdd82b(
|
|
10980
|
+
value: typing.Optional[ManagedDatabaseOpensearchPropertiesDiskWatermarks],
|
|
10981
|
+
) -> None:
|
|
10982
|
+
"""Type checking stubs"""
|
|
10983
|
+
pass
|
|
10984
|
+
|
|
11129
10985
|
def _typecheckingstub__73e080e9f13ad7c30ec45334431a3eaa752568545186fa7cf689bd26e836d2d3(
|
|
11130
10986
|
*,
|
|
11131
10987
|
rollup_dashboards_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|