cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.9.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.9.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +314 -268
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_database_redis`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_redis`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_redis`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedDatabaseRedis(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabaseRedis.ManagedDatabaseRedis",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis upcloud_managed_database_redis}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -55,21 +55,21 @@ class ManagedDatabaseRedis(
|
|
|
55
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
56
56
|
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,
|
|
57
57
|
) -> None:
|
|
58
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis upcloud_managed_database_redis} Resource.
|
|
59
59
|
|
|
60
60
|
:param scope: The scope in which to define this construct.
|
|
61
61
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
62
|
-
: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.9.
|
|
63
|
-
: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.9.
|
|
64
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
65
|
-
: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.9.
|
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
67
|
-
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
68
|
-
: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.9.
|
|
69
|
-
: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.9.
|
|
70
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
71
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
72
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
62
|
+
: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.9.1/docs/resources/managed_database_redis#name ManagedDatabaseRedis#name}
|
|
63
|
+
: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.9.1/docs/resources/managed_database_redis#plan ManagedDatabaseRedis#plan}
|
|
64
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#title ManagedDatabaseRedis#title}
|
|
65
|
+
: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.9.1/docs/resources/managed_database_redis#zone ManagedDatabaseRedis#zone}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#id ManagedDatabaseRedis#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.
|
|
67
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#labels ManagedDatabaseRedis#labels}
|
|
68
|
+
: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.9.1/docs/resources/managed_database_redis#maintenance_window_dow ManagedDatabaseRedis#maintenance_window_dow}
|
|
69
|
+
: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.9.1/docs/resources/managed_database_redis#maintenance_window_time ManagedDatabaseRedis#maintenance_window_time}
|
|
70
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#network ManagedDatabaseRedis#network}
|
|
71
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#powered ManagedDatabaseRedis#powered}
|
|
72
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#properties ManagedDatabaseRedis#properties}
|
|
73
73
|
:param connection:
|
|
74
74
|
:param count:
|
|
75
75
|
:param depends_on:
|
|
@@ -118,7 +118,7 @@ class ManagedDatabaseRedis(
|
|
|
118
118
|
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
|
120
120
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabaseRedis to import.
|
|
121
|
-
:param import_from_id: The id of the existing ManagedDatabaseRedis that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
121
|
+
:param import_from_id: The id of the existing ManagedDatabaseRedis that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#import import section} in the documentation of this resource for the id to use
|
|
122
122
|
:param provider: ? Optional instance of the provider where the ManagedDatabaseRedis to import is found.
|
|
123
123
|
'''
|
|
124
124
|
if __debug__:
|
|
@@ -165,23 +165,23 @@ class ManagedDatabaseRedis(
|
|
|
165
165
|
service_log: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
166
166
|
) -> None:
|
|
167
167
|
'''
|
|
168
|
-
: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.9.
|
|
169
|
-
: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.9.
|
|
170
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
171
|
-
: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.9.
|
|
172
|
-
:param redis_acl_channels_default: Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
173
|
-
:param redis_io_threads: Redis IO thread count. Set Redis IO thread count. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
174
|
-
:param redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
175
|
-
:param redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
176
|
-
:param redis_maxmemory_policy: Redis maxmemory-policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
177
|
-
:param redis_notify_keyspace_events: Set notify-keyspace-events option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
178
|
-
:param redis_number_of_databases: Number of Redis databases. Set number of Redis databases. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
179
|
-
:param redis_persistence: Redis persistence. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
180
|
-
:param redis_pubsub_client_output_buffer_limit: Pub/sub client output buffer hard limit in MB. Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
181
|
-
:param redis_ssl: Require SSL to access Redis. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
182
|
-
:param redis_timeout: Redis idle connection timeout in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
183
|
-
:param redis_version: Redis major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
184
|
-
: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.9.
|
|
168
|
+
: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.9.1/docs/resources/managed_database_redis#automatic_utility_network_ip_filter ManagedDatabaseRedis#automatic_utility_network_ip_filter}
|
|
169
|
+
: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.9.1/docs/resources/managed_database_redis#ip_filter ManagedDatabaseRedis#ip_filter}
|
|
170
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#migration ManagedDatabaseRedis#migration}
|
|
171
|
+
: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.9.1/docs/resources/managed_database_redis#public_access ManagedDatabaseRedis#public_access}
|
|
172
|
+
:param redis_acl_channels_default: Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_acl_channels_default ManagedDatabaseRedis#redis_acl_channels_default}
|
|
173
|
+
:param redis_io_threads: Redis IO thread count. Set Redis IO thread count. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_io_threads ManagedDatabaseRedis#redis_io_threads}
|
|
174
|
+
:param redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_decay_time ManagedDatabaseRedis#redis_lfu_decay_time}
|
|
175
|
+
:param redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_log_factor ManagedDatabaseRedis#redis_lfu_log_factor}
|
|
176
|
+
:param redis_maxmemory_policy: Redis maxmemory-policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_maxmemory_policy ManagedDatabaseRedis#redis_maxmemory_policy}
|
|
177
|
+
:param redis_notify_keyspace_events: Set notify-keyspace-events option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_notify_keyspace_events ManagedDatabaseRedis#redis_notify_keyspace_events}
|
|
178
|
+
:param redis_number_of_databases: Number of Redis databases. Set number of Redis databases. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_number_of_databases ManagedDatabaseRedis#redis_number_of_databases}
|
|
179
|
+
:param redis_persistence: Redis persistence. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_persistence ManagedDatabaseRedis#redis_persistence}
|
|
180
|
+
:param redis_pubsub_client_output_buffer_limit: Pub/sub client output buffer hard limit in MB. Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_pubsub_client_output_buffer_limit ManagedDatabaseRedis#redis_pubsub_client_output_buffer_limit}
|
|
181
|
+
:param redis_ssl: Require SSL to access Redis. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_ssl ManagedDatabaseRedis#redis_ssl}
|
|
182
|
+
:param redis_timeout: Redis idle connection timeout in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_timeout ManagedDatabaseRedis#redis_timeout}
|
|
183
|
+
:param redis_version: Redis major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_version ManagedDatabaseRedis#redis_version}
|
|
184
|
+
: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.9.1/docs/resources/managed_database_redis#service_log ManagedDatabaseRedis#service_log}
|
|
185
185
|
'''
|
|
186
186
|
value = ManagedDatabaseRedisProperties(
|
|
187
187
|
automatic_utility_network_ip_filter=automatic_utility_network_ip_filter,
|
|
@@ -377,7 +377,7 @@ class ManagedDatabaseRedis(
|
|
|
377
377
|
if __debug__:
|
|
378
378
|
type_hints = typing.get_type_hints(_typecheckingstub__034efef55e5a3bbebea436a291fa62e30ce0295c063f00efa32c2e4da24fa48e)
|
|
379
379
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
380
|
-
jsii.set(self, "id", value)
|
|
380
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
381
381
|
|
|
382
382
|
@builtins.property
|
|
383
383
|
@jsii.member(jsii_name="labels")
|
|
@@ -389,7 +389,7 @@ class ManagedDatabaseRedis(
|
|
|
389
389
|
if __debug__:
|
|
390
390
|
type_hints = typing.get_type_hints(_typecheckingstub__51d0c28fb35bf674f211a2ed1b5d83a783d842439f1e32106228254fd8368995)
|
|
391
391
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
392
|
-
jsii.set(self, "labels", value)
|
|
392
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
393
393
|
|
|
394
394
|
@builtins.property
|
|
395
395
|
@jsii.member(jsii_name="maintenanceWindowDow")
|
|
@@ -401,7 +401,7 @@ class ManagedDatabaseRedis(
|
|
|
401
401
|
if __debug__:
|
|
402
402
|
type_hints = typing.get_type_hints(_typecheckingstub__73273528d0b8cb624417054adb344b6b88a235351d2cd957c16595add16c8387)
|
|
403
403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
404
|
-
jsii.set(self, "maintenanceWindowDow", value)
|
|
404
|
+
jsii.set(self, "maintenanceWindowDow", value) # pyright: ignore[reportArgumentType]
|
|
405
405
|
|
|
406
406
|
@builtins.property
|
|
407
407
|
@jsii.member(jsii_name="maintenanceWindowTime")
|
|
@@ -413,7 +413,7 @@ class ManagedDatabaseRedis(
|
|
|
413
413
|
if __debug__:
|
|
414
414
|
type_hints = typing.get_type_hints(_typecheckingstub__3463082f9615ac3e2b28a306c8c416e034bb1455b562224418511e2b64e98aac)
|
|
415
415
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
416
|
-
jsii.set(self, "maintenanceWindowTime", value)
|
|
416
|
+
jsii.set(self, "maintenanceWindowTime", value) # pyright: ignore[reportArgumentType]
|
|
417
417
|
|
|
418
418
|
@builtins.property
|
|
419
419
|
@jsii.member(jsii_name="name")
|
|
@@ -425,7 +425,7 @@ class ManagedDatabaseRedis(
|
|
|
425
425
|
if __debug__:
|
|
426
426
|
type_hints = typing.get_type_hints(_typecheckingstub__0c0777aa27ee2c0d2740288a9a2eda0f15e9a07783c54594720bbb763fcf3185)
|
|
427
427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
428
|
-
jsii.set(self, "name", value)
|
|
428
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
429
429
|
|
|
430
430
|
@builtins.property
|
|
431
431
|
@jsii.member(jsii_name="plan")
|
|
@@ -437,7 +437,7 @@ class ManagedDatabaseRedis(
|
|
|
437
437
|
if __debug__:
|
|
438
438
|
type_hints = typing.get_type_hints(_typecheckingstub__149801ed2891da8e0ef20e0f41d11b22743e801cfdf02647165dfc8b2e3d43a2)
|
|
439
439
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
440
|
-
jsii.set(self, "plan", value)
|
|
440
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
441
441
|
|
|
442
442
|
@builtins.property
|
|
443
443
|
@jsii.member(jsii_name="powered")
|
|
@@ -452,7 +452,7 @@ class ManagedDatabaseRedis(
|
|
|
452
452
|
if __debug__:
|
|
453
453
|
type_hints = typing.get_type_hints(_typecheckingstub__2ba0403ca1176e546e2415a5a55338ca5196302e1eba800025393e8cd2effefd)
|
|
454
454
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
455
|
-
jsii.set(self, "powered", value)
|
|
455
|
+
jsii.set(self, "powered", value) # pyright: ignore[reportArgumentType]
|
|
456
456
|
|
|
457
457
|
@builtins.property
|
|
458
458
|
@jsii.member(jsii_name="title")
|
|
@@ -464,7 +464,7 @@ class ManagedDatabaseRedis(
|
|
|
464
464
|
if __debug__:
|
|
465
465
|
type_hints = typing.get_type_hints(_typecheckingstub__1b9d5868df87b17b486ae6afcb3e738c388956d33f99b995a4c7ded4543a16f4)
|
|
466
466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
467
|
-
jsii.set(self, "title", value)
|
|
467
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
468
468
|
|
|
469
469
|
@builtins.property
|
|
470
470
|
@jsii.member(jsii_name="zone")
|
|
@@ -476,7 +476,7 @@ class ManagedDatabaseRedis(
|
|
|
476
476
|
if __debug__:
|
|
477
477
|
type_hints = typing.get_type_hints(_typecheckingstub__6200eb68a3f6b2c3f07f5e4d5f8ae376e15d54a8f63a9eaebb800986941df925)
|
|
478
478
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
479
|
-
jsii.set(self, "zone", value)
|
|
479
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
480
480
|
|
|
481
481
|
|
|
482
482
|
@jsii.data_type(
|
|
@@ -547,7 +547,7 @@ class ManagedDatabaseRedisComponentsList(
|
|
|
547
547
|
if __debug__:
|
|
548
548
|
type_hints = typing.get_type_hints(_typecheckingstub__123d717dd88e816c65cab6091d48edb5f8df9a633dba87ec6eb60ffde8e6ffe9)
|
|
549
549
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
550
|
-
jsii.set(self, "terraformAttribute", value)
|
|
550
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
551
551
|
|
|
552
552
|
@builtins.property
|
|
553
553
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -560,7 +560,7 @@ class ManagedDatabaseRedisComponentsList(
|
|
|
560
560
|
if __debug__:
|
|
561
561
|
type_hints = typing.get_type_hints(_typecheckingstub__f7de82f36798ec3b4929e14320c93a81a40ef32c357088821d82e7f2dda5fc08)
|
|
562
562
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
563
|
-
jsii.set(self, "terraformResource", value)
|
|
563
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
564
564
|
|
|
565
565
|
@builtins.property
|
|
566
566
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -573,7 +573,7 @@ class ManagedDatabaseRedisComponentsList(
|
|
|
573
573
|
if __debug__:
|
|
574
574
|
type_hints = typing.get_type_hints(_typecheckingstub__e969959ac62660fb87c4c430ebc9a800cf52dd0398d032cd90dab896168b1a57)
|
|
575
575
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
576
|
-
jsii.set(self, "wrapsSet", value)
|
|
576
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
577
577
|
|
|
578
578
|
|
|
579
579
|
class ManagedDatabaseRedisComponentsOutputReference(
|
|
@@ -640,7 +640,7 @@ class ManagedDatabaseRedisComponentsOutputReference(
|
|
|
640
640
|
if __debug__:
|
|
641
641
|
type_hints = typing.get_type_hints(_typecheckingstub__cadf7da6ebfddac64d2c3486da03b72ef79772ed3bb7ff7fd01074c0d0aceeab)
|
|
642
642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "internalValue", value)
|
|
643
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
644
644
|
|
|
645
645
|
|
|
646
646
|
@jsii.data_type(
|
|
@@ -698,17 +698,17 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
698
698
|
:param lifecycle:
|
|
699
699
|
:param provider:
|
|
700
700
|
:param provisioners:
|
|
701
|
-
: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.9.
|
|
702
|
-
: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.9.
|
|
703
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
704
|
-
: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.9.
|
|
705
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
706
|
-
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
707
|
-
: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.9.
|
|
708
|
-
: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.9.
|
|
709
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
710
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
711
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
701
|
+
: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.9.1/docs/resources/managed_database_redis#name ManagedDatabaseRedis#name}
|
|
702
|
+
: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.9.1/docs/resources/managed_database_redis#plan ManagedDatabaseRedis#plan}
|
|
703
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#title ManagedDatabaseRedis#title}
|
|
704
|
+
: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.9.1/docs/resources/managed_database_redis#zone ManagedDatabaseRedis#zone}
|
|
705
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#id ManagedDatabaseRedis#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.
|
|
706
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#labels ManagedDatabaseRedis#labels}
|
|
707
|
+
: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.9.1/docs/resources/managed_database_redis#maintenance_window_dow ManagedDatabaseRedis#maintenance_window_dow}
|
|
708
|
+
: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.9.1/docs/resources/managed_database_redis#maintenance_window_time ManagedDatabaseRedis#maintenance_window_time}
|
|
709
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#network ManagedDatabaseRedis#network}
|
|
710
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#powered ManagedDatabaseRedis#powered}
|
|
711
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#properties ManagedDatabaseRedis#properties}
|
|
712
712
|
'''
|
|
713
713
|
if isinstance(lifecycle, dict):
|
|
714
714
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -839,7 +839,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
839
839
|
|
|
840
840
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
841
841
|
|
|
842
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
842
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#name ManagedDatabaseRedis#name}
|
|
843
843
|
'''
|
|
844
844
|
result = self._values.get("name")
|
|
845
845
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -851,7 +851,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
851
851
|
|
|
852
852
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
853
853
|
|
|
854
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
854
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#plan ManagedDatabaseRedis#plan}
|
|
855
855
|
'''
|
|
856
856
|
result = self._values.get("plan")
|
|
857
857
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -861,7 +861,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
861
861
|
def title(self) -> builtins.str:
|
|
862
862
|
'''Title of a managed database instance.
|
|
863
863
|
|
|
864
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
864
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#title ManagedDatabaseRedis#title}
|
|
865
865
|
'''
|
|
866
866
|
result = self._values.get("title")
|
|
867
867
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -871,7 +871,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
871
871
|
def zone(self) -> builtins.str:
|
|
872
872
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
873
873
|
|
|
874
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
874
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#zone ManagedDatabaseRedis#zone}
|
|
875
875
|
'''
|
|
876
876
|
result = self._values.get("zone")
|
|
877
877
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -879,7 +879,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
879
879
|
|
|
880
880
|
@builtins.property
|
|
881
881
|
def id(self) -> typing.Optional[builtins.str]:
|
|
882
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
882
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#id ManagedDatabaseRedis#id}.
|
|
883
883
|
|
|
884
884
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
885
885
|
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.
|
|
@@ -891,7 +891,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
891
891
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
892
892
|
'''Key-value pairs to classify the managed database.
|
|
893
893
|
|
|
894
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
894
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#labels ManagedDatabaseRedis#labels}
|
|
895
895
|
'''
|
|
896
896
|
result = self._values.get("labels")
|
|
897
897
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -900,7 +900,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
900
900
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
901
901
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
902
902
|
|
|
903
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
903
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#maintenance_window_dow ManagedDatabaseRedis#maintenance_window_dow}
|
|
904
904
|
'''
|
|
905
905
|
result = self._values.get("maintenance_window_dow")
|
|
906
906
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -909,7 +909,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
909
909
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
910
910
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
911
911
|
|
|
912
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
912
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#maintenance_window_time ManagedDatabaseRedis#maintenance_window_time}
|
|
913
913
|
'''
|
|
914
914
|
result = self._values.get("maintenance_window_time")
|
|
915
915
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -920,7 +920,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
920
920
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseRedisNetwork"]]]:
|
|
921
921
|
'''network block.
|
|
922
922
|
|
|
923
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
923
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#network ManagedDatabaseRedis#network}
|
|
924
924
|
'''
|
|
925
925
|
result = self._values.get("network")
|
|
926
926
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabaseRedisNetwork"]]], result)
|
|
@@ -931,7 +931,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
931
931
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
932
932
|
'''The administrative power state of the service.
|
|
933
933
|
|
|
934
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
934
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#powered ManagedDatabaseRedis#powered}
|
|
935
935
|
'''
|
|
936
936
|
result = self._values.get("powered")
|
|
937
937
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -940,7 +940,7 @@ class ManagedDatabaseRedisConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
940
940
|
def properties(self) -> typing.Optional["ManagedDatabaseRedisProperties"]:
|
|
941
941
|
'''properties block.
|
|
942
942
|
|
|
943
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
943
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#properties ManagedDatabaseRedis#properties}
|
|
944
944
|
'''
|
|
945
945
|
result = self._values.get("properties")
|
|
946
946
|
return typing.cast(typing.Optional["ManagedDatabaseRedisProperties"], result)
|
|
@@ -972,10 +972,10 @@ class ManagedDatabaseRedisNetwork:
|
|
|
972
972
|
uuid: builtins.str,
|
|
973
973
|
) -> None:
|
|
974
974
|
'''
|
|
975
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
976
|
-
: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.9.
|
|
977
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
978
|
-
: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.9.
|
|
975
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#family ManagedDatabaseRedis#family}
|
|
976
|
+
: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.9.1/docs/resources/managed_database_redis#name ManagedDatabaseRedis#name}
|
|
977
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#type ManagedDatabaseRedis#type}
|
|
978
|
+
: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.9.1/docs/resources/managed_database_redis#uuid ManagedDatabaseRedis#uuid}
|
|
979
979
|
'''
|
|
980
980
|
if __debug__:
|
|
981
981
|
type_hints = typing.get_type_hints(_typecheckingstub__661c5761f17574ec6c7e1ef066e4e4db8095a4bd4a383335afeea40feaf30f16)
|
|
@@ -994,7 +994,7 @@ class ManagedDatabaseRedisNetwork:
|
|
|
994
994
|
def family(self) -> builtins.str:
|
|
995
995
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
996
996
|
|
|
997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
997
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#family ManagedDatabaseRedis#family}
|
|
998
998
|
'''
|
|
999
999
|
result = self._values.get("family")
|
|
1000
1000
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1004,7 +1004,7 @@ class ManagedDatabaseRedisNetwork:
|
|
|
1004
1004
|
def name(self) -> builtins.str:
|
|
1005
1005
|
'''The name of the network. Must be unique within the service.
|
|
1006
1006
|
|
|
1007
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1007
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#name ManagedDatabaseRedis#name}
|
|
1008
1008
|
'''
|
|
1009
1009
|
result = self._values.get("name")
|
|
1010
1010
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1014,7 +1014,7 @@ class ManagedDatabaseRedisNetwork:
|
|
|
1014
1014
|
def type(self) -> builtins.str:
|
|
1015
1015
|
'''The type of the network. Must be private.
|
|
1016
1016
|
|
|
1017
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1017
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#type ManagedDatabaseRedis#type}
|
|
1018
1018
|
'''
|
|
1019
1019
|
result = self._values.get("type")
|
|
1020
1020
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1024,7 +1024,7 @@ class ManagedDatabaseRedisNetwork:
|
|
|
1024
1024
|
def uuid(self) -> builtins.str:
|
|
1025
1025
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1026
1026
|
|
|
1027
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1027
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#uuid ManagedDatabaseRedis#uuid}
|
|
1028
1028
|
'''
|
|
1029
1029
|
result = self._values.get("uuid")
|
|
1030
1030
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1086,7 +1086,7 @@ class ManagedDatabaseRedisNetworkList(
|
|
|
1086
1086
|
if __debug__:
|
|
1087
1087
|
type_hints = typing.get_type_hints(_typecheckingstub__5a83a36fdbe21ca557f46e1b88795b82d33eedb1bed0a88c57d7317e7547c996)
|
|
1088
1088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1089
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1089
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1090
1090
|
|
|
1091
1091
|
@builtins.property
|
|
1092
1092
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1099,7 +1099,7 @@ class ManagedDatabaseRedisNetworkList(
|
|
|
1099
1099
|
if __debug__:
|
|
1100
1100
|
type_hints = typing.get_type_hints(_typecheckingstub__4287f66b1edebe2fdab130706357b09c4bd80d469dc0195d1e7d46abf201209f)
|
|
1101
1101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1102
|
-
jsii.set(self, "terraformResource", value)
|
|
1102
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1103
1103
|
|
|
1104
1104
|
@builtins.property
|
|
1105
1105
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1112,7 +1112,7 @@ class ManagedDatabaseRedisNetworkList(
|
|
|
1112
1112
|
if __debug__:
|
|
1113
1113
|
type_hints = typing.get_type_hints(_typecheckingstub__1168af9bc68bd95b6dc08498487d591e865e09a17541fa0babb7f3ac3afc7b1b)
|
|
1114
1114
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1115
|
-
jsii.set(self, "wrapsSet", value)
|
|
1115
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1116
1116
|
|
|
1117
1117
|
@builtins.property
|
|
1118
1118
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1129,7 +1129,7 @@ class ManagedDatabaseRedisNetworkList(
|
|
|
1129
1129
|
if __debug__:
|
|
1130
1130
|
type_hints = typing.get_type_hints(_typecheckingstub__8cd8d64d0b1bf05a395d3163c35ecd531453182b690711f06394185104b0fc39)
|
|
1131
1131
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1132
|
-
jsii.set(self, "internalValue", value)
|
|
1132
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1133
1133
|
|
|
1134
1134
|
|
|
1135
1135
|
class ManagedDatabaseRedisNetworkOutputReference(
|
|
@@ -1188,7 +1188,7 @@ class ManagedDatabaseRedisNetworkOutputReference(
|
|
|
1188
1188
|
if __debug__:
|
|
1189
1189
|
type_hints = typing.get_type_hints(_typecheckingstub__5dc0a6a5380635dfc6cfdd8c33229e99221cc0a6a7876d051606df0ea356e098)
|
|
1190
1190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1191
|
-
jsii.set(self, "family", value)
|
|
1191
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
1192
1192
|
|
|
1193
1193
|
@builtins.property
|
|
1194
1194
|
@jsii.member(jsii_name="name")
|
|
@@ -1200,7 +1200,7 @@ class ManagedDatabaseRedisNetworkOutputReference(
|
|
|
1200
1200
|
if __debug__:
|
|
1201
1201
|
type_hints = typing.get_type_hints(_typecheckingstub__2a994f1a3cbe09bb508ba8413d58d006eeba3e9c47959d164fc26e910da5c6c3)
|
|
1202
1202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1203
|
-
jsii.set(self, "name", value)
|
|
1203
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1204
1204
|
|
|
1205
1205
|
@builtins.property
|
|
1206
1206
|
@jsii.member(jsii_name="type")
|
|
@@ -1212,7 +1212,7 @@ class ManagedDatabaseRedisNetworkOutputReference(
|
|
|
1212
1212
|
if __debug__:
|
|
1213
1213
|
type_hints = typing.get_type_hints(_typecheckingstub__1517f29298ee0278534124850431cb4ae82f5086defa9d48bf4ed1123e6ccfdd)
|
|
1214
1214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1215
|
-
jsii.set(self, "type", value)
|
|
1215
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
1216
1216
|
|
|
1217
1217
|
@builtins.property
|
|
1218
1218
|
@jsii.member(jsii_name="uuid")
|
|
@@ -1224,7 +1224,7 @@ class ManagedDatabaseRedisNetworkOutputReference(
|
|
|
1224
1224
|
if __debug__:
|
|
1225
1225
|
type_hints = typing.get_type_hints(_typecheckingstub__dbdd457f203ebaf266960dbd6ff6ce8cf58cccb6444387aa5bbd59d1c9bb8a01)
|
|
1226
1226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1227
|
-
jsii.set(self, "uuid", value)
|
|
1227
|
+
jsii.set(self, "uuid", value) # pyright: ignore[reportArgumentType]
|
|
1228
1228
|
|
|
1229
1229
|
@builtins.property
|
|
1230
1230
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1241,7 +1241,7 @@ class ManagedDatabaseRedisNetworkOutputReference(
|
|
|
1241
1241
|
if __debug__:
|
|
1242
1242
|
type_hints = typing.get_type_hints(_typecheckingstub__915f4233f3c72d6132f5470d634b10405c7d159c0b96b62224656e7fa377eb70)
|
|
1243
1243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1244
|
-
jsii.set(self, "internalValue", value)
|
|
1244
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1245
1245
|
|
|
1246
1246
|
|
|
1247
1247
|
@jsii.data_type(
|
|
@@ -1312,7 +1312,7 @@ class ManagedDatabaseRedisNodeStatesList(
|
|
|
1312
1312
|
if __debug__:
|
|
1313
1313
|
type_hints = typing.get_type_hints(_typecheckingstub__0c84e1e1dab92ee6bf7f6cc30017277c61c12537ca45cb66c57001f4af67f5c5)
|
|
1314
1314
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1315
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1315
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1316
1316
|
|
|
1317
1317
|
@builtins.property
|
|
1318
1318
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1325,7 +1325,7 @@ class ManagedDatabaseRedisNodeStatesList(
|
|
|
1325
1325
|
if __debug__:
|
|
1326
1326
|
type_hints = typing.get_type_hints(_typecheckingstub__b608d522cd5b29610674b7ee44258aaa92da7f4ddbd189074353cd83ebe044dc)
|
|
1327
1327
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1328
|
-
jsii.set(self, "terraformResource", value)
|
|
1328
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1329
1329
|
|
|
1330
1330
|
@builtins.property
|
|
1331
1331
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1338,7 +1338,7 @@ class ManagedDatabaseRedisNodeStatesList(
|
|
|
1338
1338
|
if __debug__:
|
|
1339
1339
|
type_hints = typing.get_type_hints(_typecheckingstub__370cb86e81dee1a23b1fd92a00f3cb678a81d7ff887340b5a7ab4beb087d7e36)
|
|
1340
1340
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1341
|
-
jsii.set(self, "wrapsSet", value)
|
|
1341
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1342
1342
|
|
|
1343
1343
|
|
|
1344
1344
|
class ManagedDatabaseRedisNodeStatesOutputReference(
|
|
@@ -1395,7 +1395,7 @@ class ManagedDatabaseRedisNodeStatesOutputReference(
|
|
|
1395
1395
|
if __debug__:
|
|
1396
1396
|
type_hints = typing.get_type_hints(_typecheckingstub__1f2a3a9eee36fcd3a0e60fb75bc2afe78a8ee62b35117c45d02a76db30e62cc8)
|
|
1397
1397
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1398
|
-
jsii.set(self, "internalValue", value)
|
|
1398
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1399
1399
|
|
|
1400
1400
|
|
|
1401
1401
|
@jsii.data_type(
|
|
@@ -1444,23 +1444,23 @@ class ManagedDatabaseRedisProperties:
|
|
|
1444
1444
|
service_log: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1445
1445
|
) -> None:
|
|
1446
1446
|
'''
|
|
1447
|
-
: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.9.
|
|
1448
|
-
: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.9.
|
|
1449
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1450
|
-
: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.9.
|
|
1451
|
-
:param redis_acl_channels_default: Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1452
|
-
:param redis_io_threads: Redis IO thread count. Set Redis IO thread count. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1453
|
-
:param redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1454
|
-
:param redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1455
|
-
:param redis_maxmemory_policy: Redis maxmemory-policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1456
|
-
:param redis_notify_keyspace_events: Set notify-keyspace-events option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1457
|
-
:param redis_number_of_databases: Number of Redis databases. Set number of Redis databases. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1458
|
-
:param redis_persistence: Redis persistence. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1459
|
-
:param redis_pubsub_client_output_buffer_limit: Pub/sub client output buffer hard limit in MB. Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1460
|
-
:param redis_ssl: Require SSL to access Redis. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1461
|
-
:param redis_timeout: Redis idle connection timeout in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1462
|
-
:param redis_version: Redis major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1463
|
-
: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.9.
|
|
1447
|
+
: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.9.1/docs/resources/managed_database_redis#automatic_utility_network_ip_filter ManagedDatabaseRedis#automatic_utility_network_ip_filter}
|
|
1448
|
+
: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.9.1/docs/resources/managed_database_redis#ip_filter ManagedDatabaseRedis#ip_filter}
|
|
1449
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#migration ManagedDatabaseRedis#migration}
|
|
1450
|
+
: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.9.1/docs/resources/managed_database_redis#public_access ManagedDatabaseRedis#public_access}
|
|
1451
|
+
:param redis_acl_channels_default: Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_acl_channels_default ManagedDatabaseRedis#redis_acl_channels_default}
|
|
1452
|
+
:param redis_io_threads: Redis IO thread count. Set Redis IO thread count. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_io_threads ManagedDatabaseRedis#redis_io_threads}
|
|
1453
|
+
:param redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_decay_time ManagedDatabaseRedis#redis_lfu_decay_time}
|
|
1454
|
+
:param redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_log_factor ManagedDatabaseRedis#redis_lfu_log_factor}
|
|
1455
|
+
:param redis_maxmemory_policy: Redis maxmemory-policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_maxmemory_policy ManagedDatabaseRedis#redis_maxmemory_policy}
|
|
1456
|
+
:param redis_notify_keyspace_events: Set notify-keyspace-events option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_notify_keyspace_events ManagedDatabaseRedis#redis_notify_keyspace_events}
|
|
1457
|
+
:param redis_number_of_databases: Number of Redis databases. Set number of Redis databases. Changing this will cause a restart of the Redis service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_number_of_databases ManagedDatabaseRedis#redis_number_of_databases}
|
|
1458
|
+
:param redis_persistence: Redis persistence. When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_persistence ManagedDatabaseRedis#redis_persistence}
|
|
1459
|
+
:param redis_pubsub_client_output_buffer_limit: Pub/sub client output buffer hard limit in MB. Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_pubsub_client_output_buffer_limit ManagedDatabaseRedis#redis_pubsub_client_output_buffer_limit}
|
|
1460
|
+
:param redis_ssl: Require SSL to access Redis. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_ssl ManagedDatabaseRedis#redis_ssl}
|
|
1461
|
+
:param redis_timeout: Redis idle connection timeout in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_timeout ManagedDatabaseRedis#redis_timeout}
|
|
1462
|
+
:param redis_version: Redis major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_version ManagedDatabaseRedis#redis_version}
|
|
1463
|
+
: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.9.1/docs/resources/managed_database_redis#service_log ManagedDatabaseRedis#service_log}
|
|
1464
1464
|
'''
|
|
1465
1465
|
if isinstance(migration, dict):
|
|
1466
1466
|
migration = ManagedDatabaseRedisPropertiesMigration(**migration)
|
|
@@ -1525,7 +1525,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1525
1525
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1526
1526
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1527
1527
|
|
|
1528
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1528
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#automatic_utility_network_ip_filter ManagedDatabaseRedis#automatic_utility_network_ip_filter}
|
|
1529
1529
|
'''
|
|
1530
1530
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1531
1531
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1534,7 +1534,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1534
1534
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1535
1535
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
1536
1536
|
|
|
1537
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1537
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ip_filter ManagedDatabaseRedis#ip_filter}
|
|
1538
1538
|
'''
|
|
1539
1539
|
result = self._values.get("ip_filter")
|
|
1540
1540
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1543,7 +1543,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1543
1543
|
def migration(self) -> typing.Optional["ManagedDatabaseRedisPropertiesMigration"]:
|
|
1544
1544
|
'''migration block.
|
|
1545
1545
|
|
|
1546
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1546
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#migration ManagedDatabaseRedis#migration}
|
|
1547
1547
|
'''
|
|
1548
1548
|
result = self._values.get("migration")
|
|
1549
1549
|
return typing.cast(typing.Optional["ManagedDatabaseRedisPropertiesMigration"], result)
|
|
@@ -1554,7 +1554,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1554
1554
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1555
1555
|
'''Public Access. Allow access to the service from the public Internet.
|
|
1556
1556
|
|
|
1557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1557
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#public_access ManagedDatabaseRedis#public_access}
|
|
1558
1558
|
'''
|
|
1559
1559
|
result = self._values.get("public_access")
|
|
1560
1560
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1565,7 +1565,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1565
1565
|
|
|
1566
1566
|
Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
|
|
1567
1567
|
|
|
1568
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1568
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_acl_channels_default ManagedDatabaseRedis#redis_acl_channels_default}
|
|
1569
1569
|
'''
|
|
1570
1570
|
result = self._values.get("redis_acl_channels_default")
|
|
1571
1571
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1574,7 +1574,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1574
1574
|
def redis_io_threads(self) -> typing.Optional[jsii.Number]:
|
|
1575
1575
|
'''Redis IO thread count. Set Redis IO thread count. Changing this will cause a restart of the Redis service.
|
|
1576
1576
|
|
|
1577
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1577
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_io_threads ManagedDatabaseRedis#redis_io_threads}
|
|
1578
1578
|
'''
|
|
1579
1579
|
result = self._values.get("redis_io_threads")
|
|
1580
1580
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1583,7 +1583,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1583
1583
|
def redis_lfu_decay_time(self) -> typing.Optional[jsii.Number]:
|
|
1584
1584
|
'''LFU maxmemory-policy counter decay time in minutes.
|
|
1585
1585
|
|
|
1586
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1586
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_decay_time ManagedDatabaseRedis#redis_lfu_decay_time}
|
|
1587
1587
|
'''
|
|
1588
1588
|
result = self._values.get("redis_lfu_decay_time")
|
|
1589
1589
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1592,7 +1592,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1592
1592
|
def redis_lfu_log_factor(self) -> typing.Optional[jsii.Number]:
|
|
1593
1593
|
'''Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies.
|
|
1594
1594
|
|
|
1595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_lfu_log_factor ManagedDatabaseRedis#redis_lfu_log_factor}
|
|
1596
1596
|
'''
|
|
1597
1597
|
result = self._values.get("redis_lfu_log_factor")
|
|
1598
1598
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1601,7 +1601,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1601
1601
|
def redis_maxmemory_policy(self) -> typing.Optional[builtins.str]:
|
|
1602
1602
|
'''Redis maxmemory-policy.
|
|
1603
1603
|
|
|
1604
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1604
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_maxmemory_policy ManagedDatabaseRedis#redis_maxmemory_policy}
|
|
1605
1605
|
'''
|
|
1606
1606
|
result = self._values.get("redis_maxmemory_policy")
|
|
1607
1607
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1610,7 +1610,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1610
1610
|
def redis_notify_keyspace_events(self) -> typing.Optional[builtins.str]:
|
|
1611
1611
|
'''Set notify-keyspace-events option.
|
|
1612
1612
|
|
|
1613
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1613
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_notify_keyspace_events ManagedDatabaseRedis#redis_notify_keyspace_events}
|
|
1614
1614
|
'''
|
|
1615
1615
|
result = self._values.get("redis_notify_keyspace_events")
|
|
1616
1616
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1619,7 +1619,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1619
1619
|
def redis_number_of_databases(self) -> typing.Optional[jsii.Number]:
|
|
1620
1620
|
'''Number of Redis databases. Set number of Redis databases. Changing this will cause a restart of the Redis service.
|
|
1621
1621
|
|
|
1622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1622
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_number_of_databases ManagedDatabaseRedis#redis_number_of_databases}
|
|
1623
1623
|
'''
|
|
1624
1624
|
result = self._values.get("redis_number_of_databases")
|
|
1625
1625
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1630,7 +1630,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1630
1630
|
|
|
1631
1631
|
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
|
|
1632
1632
|
|
|
1633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1633
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_persistence ManagedDatabaseRedis#redis_persistence}
|
|
1634
1634
|
'''
|
|
1635
1635
|
result = self._values.get("redis_persistence")
|
|
1636
1636
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1641,7 +1641,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1641
1641
|
|
|
1642
1642
|
Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
|
|
1643
1643
|
|
|
1644
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1644
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_pubsub_client_output_buffer_limit ManagedDatabaseRedis#redis_pubsub_client_output_buffer_limit}
|
|
1645
1645
|
'''
|
|
1646
1646
|
result = self._values.get("redis_pubsub_client_output_buffer_limit")
|
|
1647
1647
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1652,7 +1652,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1652
1652
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1653
1653
|
'''Require SSL to access Redis.
|
|
1654
1654
|
|
|
1655
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1655
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_ssl ManagedDatabaseRedis#redis_ssl}
|
|
1656
1656
|
'''
|
|
1657
1657
|
result = self._values.get("redis_ssl")
|
|
1658
1658
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1661,7 +1661,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1661
1661
|
def redis_timeout(self) -> typing.Optional[jsii.Number]:
|
|
1662
1662
|
'''Redis idle connection timeout in seconds.
|
|
1663
1663
|
|
|
1664
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1664
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_timeout ManagedDatabaseRedis#redis_timeout}
|
|
1665
1665
|
'''
|
|
1666
1666
|
result = self._values.get("redis_timeout")
|
|
1667
1667
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1670,7 +1670,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1670
1670
|
def redis_version(self) -> typing.Optional[builtins.str]:
|
|
1671
1671
|
'''Redis major version.
|
|
1672
1672
|
|
|
1673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#redis_version ManagedDatabaseRedis#redis_version}
|
|
1674
1674
|
'''
|
|
1675
1675
|
result = self._values.get("redis_version")
|
|
1676
1676
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1681,7 +1681,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1681
1681
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1682
1682
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
1683
1683
|
|
|
1684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1684
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#service_log ManagedDatabaseRedis#service_log}
|
|
1685
1685
|
'''
|
|
1686
1686
|
result = self._values.get("service_log")
|
|
1687
1687
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1705,6 +1705,7 @@ class ManagedDatabaseRedisProperties:
|
|
|
1705
1705
|
"dbname": "dbname",
|
|
1706
1706
|
"host": "host",
|
|
1707
1707
|
"ignore_dbs": "ignoreDbs",
|
|
1708
|
+
"ignore_roles": "ignoreRoles",
|
|
1708
1709
|
"method": "method",
|
|
1709
1710
|
"password": "password",
|
|
1710
1711
|
"port": "port",
|
|
@@ -1719,6 +1720,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1719
1720
|
dbname: typing.Optional[builtins.str] = None,
|
|
1720
1721
|
host: typing.Optional[builtins.str] = None,
|
|
1721
1722
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
1723
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
1722
1724
|
method: typing.Optional[builtins.str] = None,
|
|
1723
1725
|
password: typing.Optional[builtins.str] = None,
|
|
1724
1726
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -1726,20 +1728,22 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1726
1728
|
username: typing.Optional[builtins.str] = None,
|
|
1727
1729
|
) -> None:
|
|
1728
1730
|
'''
|
|
1729
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1730
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1731
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1732
|
-
:param
|
|
1733
|
-
:param
|
|
1734
|
-
:param
|
|
1735
|
-
:param
|
|
1736
|
-
:param
|
|
1731
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#dbname ManagedDatabaseRedis#dbname}
|
|
1732
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#host ManagedDatabaseRedis#host}
|
|
1733
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_dbs ManagedDatabaseRedis#ignore_dbs}
|
|
1734
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_roles ManagedDatabaseRedis#ignore_roles}
|
|
1735
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#method ManagedDatabaseRedis#method}
|
|
1736
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#password ManagedDatabaseRedis#password}
|
|
1737
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#port ManagedDatabaseRedis#port}
|
|
1738
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ssl ManagedDatabaseRedis#ssl}
|
|
1739
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#username ManagedDatabaseRedis#username}
|
|
1737
1740
|
'''
|
|
1738
1741
|
if __debug__:
|
|
1739
1742
|
type_hints = typing.get_type_hints(_typecheckingstub__5868695ab3eeee48f1195fac696f82883094948c50a1392b710ba328c403e191)
|
|
1740
1743
|
check_type(argname="argument dbname", value=dbname, expected_type=type_hints["dbname"])
|
|
1741
1744
|
check_type(argname="argument host", value=host, expected_type=type_hints["host"])
|
|
1742
1745
|
check_type(argname="argument ignore_dbs", value=ignore_dbs, expected_type=type_hints["ignore_dbs"])
|
|
1746
|
+
check_type(argname="argument ignore_roles", value=ignore_roles, expected_type=type_hints["ignore_roles"])
|
|
1743
1747
|
check_type(argname="argument method", value=method, expected_type=type_hints["method"])
|
|
1744
1748
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
1745
1749
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
@@ -1752,6 +1756,8 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1752
1756
|
self._values["host"] = host
|
|
1753
1757
|
if ignore_dbs is not None:
|
|
1754
1758
|
self._values["ignore_dbs"] = ignore_dbs
|
|
1759
|
+
if ignore_roles is not None:
|
|
1760
|
+
self._values["ignore_roles"] = ignore_roles
|
|
1755
1761
|
if method is not None:
|
|
1756
1762
|
self._values["method"] = method
|
|
1757
1763
|
if password is not None:
|
|
@@ -1767,7 +1773,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1767
1773
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
1768
1774
|
'''Database name for bootstrapping the initial connection.
|
|
1769
1775
|
|
|
1770
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1776
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#dbname ManagedDatabaseRedis#dbname}
|
|
1771
1777
|
'''
|
|
1772
1778
|
result = self._values.get("dbname")
|
|
1773
1779
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1776,7 +1782,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1776
1782
|
def host(self) -> typing.Optional[builtins.str]:
|
|
1777
1783
|
'''Hostname or IP address of the server where to migrate data from.
|
|
1778
1784
|
|
|
1779
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1785
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#host ManagedDatabaseRedis#host}
|
|
1780
1786
|
'''
|
|
1781
1787
|
result = self._values.get("host")
|
|
1782
1788
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1785,16 +1791,25 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1785
1791
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
1786
1792
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
1787
1793
|
|
|
1788
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1794
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_dbs ManagedDatabaseRedis#ignore_dbs}
|
|
1789
1795
|
'''
|
|
1790
1796
|
result = self._values.get("ignore_dbs")
|
|
1791
1797
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1792
1798
|
|
|
1799
|
+
@builtins.property
|
|
1800
|
+
def ignore_roles(self) -> typing.Optional[builtins.str]:
|
|
1801
|
+
'''Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment).
|
|
1802
|
+
|
|
1803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_roles ManagedDatabaseRedis#ignore_roles}
|
|
1804
|
+
'''
|
|
1805
|
+
result = self._values.get("ignore_roles")
|
|
1806
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1807
|
+
|
|
1793
1808
|
@builtins.property
|
|
1794
1809
|
def method(self) -> typing.Optional[builtins.str]:
|
|
1795
1810
|
'''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
1796
1811
|
|
|
1797
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1812
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#method ManagedDatabaseRedis#method}
|
|
1798
1813
|
'''
|
|
1799
1814
|
result = self._values.get("method")
|
|
1800
1815
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1803,7 +1818,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1803
1818
|
def password(self) -> typing.Optional[builtins.str]:
|
|
1804
1819
|
'''Password for authentication with the server where to migrate data from.
|
|
1805
1820
|
|
|
1806
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1821
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#password ManagedDatabaseRedis#password}
|
|
1807
1822
|
'''
|
|
1808
1823
|
result = self._values.get("password")
|
|
1809
1824
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1812,7 +1827,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1812
1827
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
1813
1828
|
'''Port number of the server where to migrate data from.
|
|
1814
1829
|
|
|
1815
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1830
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#port ManagedDatabaseRedis#port}
|
|
1816
1831
|
'''
|
|
1817
1832
|
result = self._values.get("port")
|
|
1818
1833
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1823,7 +1838,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1823
1838
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1824
1839
|
'''The server where to migrate data from is secured with SSL.
|
|
1825
1840
|
|
|
1826
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1841
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ssl ManagedDatabaseRedis#ssl}
|
|
1827
1842
|
'''
|
|
1828
1843
|
result = self._values.get("ssl")
|
|
1829
1844
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1832,7 +1847,7 @@ class ManagedDatabaseRedisPropertiesMigration:
|
|
|
1832
1847
|
def username(self) -> typing.Optional[builtins.str]:
|
|
1833
1848
|
'''User name for authentication with the server where to migrate data from.
|
|
1834
1849
|
|
|
1835
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1850
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#username ManagedDatabaseRedis#username}
|
|
1836
1851
|
'''
|
|
1837
1852
|
result = self._values.get("username")
|
|
1838
1853
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1881,6 +1896,10 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1881
1896
|
def reset_ignore_dbs(self) -> None:
|
|
1882
1897
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreDbs", []))
|
|
1883
1898
|
|
|
1899
|
+
@jsii.member(jsii_name="resetIgnoreRoles")
|
|
1900
|
+
def reset_ignore_roles(self) -> None:
|
|
1901
|
+
return typing.cast(None, jsii.invoke(self, "resetIgnoreRoles", []))
|
|
1902
|
+
|
|
1884
1903
|
@jsii.member(jsii_name="resetMethod")
|
|
1885
1904
|
def reset_method(self) -> None:
|
|
1886
1905
|
return typing.cast(None, jsii.invoke(self, "resetMethod", []))
|
|
@@ -1916,6 +1935,11 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1916
1935
|
def ignore_dbs_input(self) -> typing.Optional[builtins.str]:
|
|
1917
1936
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreDbsInput"))
|
|
1918
1937
|
|
|
1938
|
+
@builtins.property
|
|
1939
|
+
@jsii.member(jsii_name="ignoreRolesInput")
|
|
1940
|
+
def ignore_roles_input(self) -> typing.Optional[builtins.str]:
|
|
1941
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreRolesInput"))
|
|
1942
|
+
|
|
1919
1943
|
@builtins.property
|
|
1920
1944
|
@jsii.member(jsii_name="methodInput")
|
|
1921
1945
|
def method_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -1953,7 +1977,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1953
1977
|
if __debug__:
|
|
1954
1978
|
type_hints = typing.get_type_hints(_typecheckingstub__2a35b4d987c288c3f424ab316ab2be82e8e897a321703a552b6a60f8cb45f530)
|
|
1955
1979
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1956
|
-
jsii.set(self, "dbname", value)
|
|
1980
|
+
jsii.set(self, "dbname", value) # pyright: ignore[reportArgumentType]
|
|
1957
1981
|
|
|
1958
1982
|
@builtins.property
|
|
1959
1983
|
@jsii.member(jsii_name="host")
|
|
@@ -1965,7 +1989,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1965
1989
|
if __debug__:
|
|
1966
1990
|
type_hints = typing.get_type_hints(_typecheckingstub__76d9433fefa974e8fd1fe9e2a1ef5cf358003310f8e14fa3d6ef0e23e46f867c)
|
|
1967
1991
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1968
|
-
jsii.set(self, "host", value)
|
|
1992
|
+
jsii.set(self, "host", value) # pyright: ignore[reportArgumentType]
|
|
1969
1993
|
|
|
1970
1994
|
@builtins.property
|
|
1971
1995
|
@jsii.member(jsii_name="ignoreDbs")
|
|
@@ -1977,7 +2001,19 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1977
2001
|
if __debug__:
|
|
1978
2002
|
type_hints = typing.get_type_hints(_typecheckingstub__007eee9dff2abcab87190d2496857d146bb6903679cde62609372d7f42cf7e5f)
|
|
1979
2003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1980
|
-
jsii.set(self, "ignoreDbs", value)
|
|
2004
|
+
jsii.set(self, "ignoreDbs", value) # pyright: ignore[reportArgumentType]
|
|
2005
|
+
|
|
2006
|
+
@builtins.property
|
|
2007
|
+
@jsii.member(jsii_name="ignoreRoles")
|
|
2008
|
+
def ignore_roles(self) -> builtins.str:
|
|
2009
|
+
return typing.cast(builtins.str, jsii.get(self, "ignoreRoles"))
|
|
2010
|
+
|
|
2011
|
+
@ignore_roles.setter
|
|
2012
|
+
def ignore_roles(self, value: builtins.str) -> None:
|
|
2013
|
+
if __debug__:
|
|
2014
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ed57d08deacce1a9f268d766cf3f1acf631c8d3a31c2908976e954755413743b)
|
|
2015
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2016
|
+
jsii.set(self, "ignoreRoles", value) # pyright: ignore[reportArgumentType]
|
|
1981
2017
|
|
|
1982
2018
|
@builtins.property
|
|
1983
2019
|
@jsii.member(jsii_name="method")
|
|
@@ -1989,7 +2025,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
1989
2025
|
if __debug__:
|
|
1990
2026
|
type_hints = typing.get_type_hints(_typecheckingstub__de24788c39aafc6e54c2eefeb1af757a61bc924a73154627b0cb9f4cf05222ae)
|
|
1991
2027
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1992
|
-
jsii.set(self, "method", value)
|
|
2028
|
+
jsii.set(self, "method", value) # pyright: ignore[reportArgumentType]
|
|
1993
2029
|
|
|
1994
2030
|
@builtins.property
|
|
1995
2031
|
@jsii.member(jsii_name="password")
|
|
@@ -2001,7 +2037,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
2001
2037
|
if __debug__:
|
|
2002
2038
|
type_hints = typing.get_type_hints(_typecheckingstub__f0edcd87f37d9bf96c1e0d943d76f8b8ed634421134b290c428502f3a99935d7)
|
|
2003
2039
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2004
|
-
jsii.set(self, "password", value)
|
|
2040
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
2005
2041
|
|
|
2006
2042
|
@builtins.property
|
|
2007
2043
|
@jsii.member(jsii_name="port")
|
|
@@ -2013,7 +2049,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
2013
2049
|
if __debug__:
|
|
2014
2050
|
type_hints = typing.get_type_hints(_typecheckingstub__75a2ca20e595901240d6d567bd3fc1dc4ce140b0c673961e770d60b25562abdc)
|
|
2015
2051
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2016
|
-
jsii.set(self, "port", value)
|
|
2052
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
2017
2053
|
|
|
2018
2054
|
@builtins.property
|
|
2019
2055
|
@jsii.member(jsii_name="ssl")
|
|
@@ -2028,7 +2064,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
2028
2064
|
if __debug__:
|
|
2029
2065
|
type_hints = typing.get_type_hints(_typecheckingstub__0b64ae4a372bb2c41382589f8a0c1d8d986b1694c4dce4e4e55c546e23aa2073)
|
|
2030
2066
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2031
|
-
jsii.set(self, "ssl", value)
|
|
2067
|
+
jsii.set(self, "ssl", value) # pyright: ignore[reportArgumentType]
|
|
2032
2068
|
|
|
2033
2069
|
@builtins.property
|
|
2034
2070
|
@jsii.member(jsii_name="username")
|
|
@@ -2040,7 +2076,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
2040
2076
|
if __debug__:
|
|
2041
2077
|
type_hints = typing.get_type_hints(_typecheckingstub__82fb203b3c22ecd9831bec0b187bf29feade0ccad7832897b49ef1c6def2fe27)
|
|
2042
2078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2043
|
-
jsii.set(self, "username", value)
|
|
2079
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
2044
2080
|
|
|
2045
2081
|
@builtins.property
|
|
2046
2082
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2057,7 +2093,7 @@ class ManagedDatabaseRedisPropertiesMigrationOutputReference(
|
|
|
2057
2093
|
if __debug__:
|
|
2058
2094
|
type_hints = typing.get_type_hints(_typecheckingstub__3bc643aad8ee6415b2b24a7c3d1afef738a314f6945735e48ec970009f0e7b33)
|
|
2059
2095
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2060
|
-
jsii.set(self, "internalValue", value)
|
|
2096
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2061
2097
|
|
|
2062
2098
|
|
|
2063
2099
|
class ManagedDatabaseRedisPropertiesOutputReference(
|
|
@@ -2087,6 +2123,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2087
2123
|
dbname: typing.Optional[builtins.str] = None,
|
|
2088
2124
|
host: typing.Optional[builtins.str] = None,
|
|
2089
2125
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
2126
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
2090
2127
|
method: typing.Optional[builtins.str] = None,
|
|
2091
2128
|
password: typing.Optional[builtins.str] = None,
|
|
2092
2129
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -2094,19 +2131,21 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2094
2131
|
username: typing.Optional[builtins.str] = None,
|
|
2095
2132
|
) -> None:
|
|
2096
2133
|
'''
|
|
2097
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2098
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2099
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2100
|
-
:param
|
|
2101
|
-
:param
|
|
2102
|
-
:param
|
|
2103
|
-
:param
|
|
2104
|
-
:param
|
|
2134
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#dbname ManagedDatabaseRedis#dbname}
|
|
2135
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#host ManagedDatabaseRedis#host}
|
|
2136
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_dbs ManagedDatabaseRedis#ignore_dbs}
|
|
2137
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ignore_roles ManagedDatabaseRedis#ignore_roles}
|
|
2138
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#method ManagedDatabaseRedis#method}
|
|
2139
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#password ManagedDatabaseRedis#password}
|
|
2140
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#port ManagedDatabaseRedis#port}
|
|
2141
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#ssl ManagedDatabaseRedis#ssl}
|
|
2142
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_redis#username ManagedDatabaseRedis#username}
|
|
2105
2143
|
'''
|
|
2106
2144
|
value = ManagedDatabaseRedisPropertiesMigration(
|
|
2107
2145
|
dbname=dbname,
|
|
2108
2146
|
host=host,
|
|
2109
2147
|
ignore_dbs=ignore_dbs,
|
|
2148
|
+
ignore_roles=ignore_roles,
|
|
2110
2149
|
method=method,
|
|
2111
2150
|
password=password,
|
|
2112
2151
|
port=port,
|
|
@@ -2301,7 +2340,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2301
2340
|
if __debug__:
|
|
2302
2341
|
type_hints = typing.get_type_hints(_typecheckingstub__b7a5bf9f686a94105029e10a6995c1eab34c833b8b4d0f6b257a85be803f9cf8)
|
|
2303
2342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2304
|
-
jsii.set(self, "automaticUtilityNetworkIpFilter", value)
|
|
2343
|
+
jsii.set(self, "automaticUtilityNetworkIpFilter", value) # pyright: ignore[reportArgumentType]
|
|
2305
2344
|
|
|
2306
2345
|
@builtins.property
|
|
2307
2346
|
@jsii.member(jsii_name="ipFilter")
|
|
@@ -2313,7 +2352,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2313
2352
|
if __debug__:
|
|
2314
2353
|
type_hints = typing.get_type_hints(_typecheckingstub__fb934638aa3c6e837012ab6df42e93f3bf87ae5645dab83d2b4e1d837c69565a)
|
|
2315
2354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2316
|
-
jsii.set(self, "ipFilter", value)
|
|
2355
|
+
jsii.set(self, "ipFilter", value) # pyright: ignore[reportArgumentType]
|
|
2317
2356
|
|
|
2318
2357
|
@builtins.property
|
|
2319
2358
|
@jsii.member(jsii_name="publicAccess")
|
|
@@ -2328,7 +2367,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2328
2367
|
if __debug__:
|
|
2329
2368
|
type_hints = typing.get_type_hints(_typecheckingstub__83c60b1f4cdd9f89109ea2a9767620a069155ebf2e36d46af8ae1b70b75ea18c)
|
|
2330
2369
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2331
|
-
jsii.set(self, "publicAccess", value)
|
|
2370
|
+
jsii.set(self, "publicAccess", value) # pyright: ignore[reportArgumentType]
|
|
2332
2371
|
|
|
2333
2372
|
@builtins.property
|
|
2334
2373
|
@jsii.member(jsii_name="redisAclChannelsDefault")
|
|
@@ -2340,7 +2379,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2340
2379
|
if __debug__:
|
|
2341
2380
|
type_hints = typing.get_type_hints(_typecheckingstub__bf6000768e540c92b24e550c2c1c1fc34bac8f6b73d11b42391121cda644b8f8)
|
|
2342
2381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2343
|
-
jsii.set(self, "redisAclChannelsDefault", value)
|
|
2382
|
+
jsii.set(self, "redisAclChannelsDefault", value) # pyright: ignore[reportArgumentType]
|
|
2344
2383
|
|
|
2345
2384
|
@builtins.property
|
|
2346
2385
|
@jsii.member(jsii_name="redisIoThreads")
|
|
@@ -2352,7 +2391,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2352
2391
|
if __debug__:
|
|
2353
2392
|
type_hints = typing.get_type_hints(_typecheckingstub__edfcca068ee4e63dd84de12097907ae14b7832dbc1fa524cf28a1e54f2f12360)
|
|
2354
2393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2355
|
-
jsii.set(self, "redisIoThreads", value)
|
|
2394
|
+
jsii.set(self, "redisIoThreads", value) # pyright: ignore[reportArgumentType]
|
|
2356
2395
|
|
|
2357
2396
|
@builtins.property
|
|
2358
2397
|
@jsii.member(jsii_name="redisLfuDecayTime")
|
|
@@ -2364,7 +2403,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2364
2403
|
if __debug__:
|
|
2365
2404
|
type_hints = typing.get_type_hints(_typecheckingstub__affc80a7f20c87e9dd7662c5536d1ea3d06117ad5af8f791b2bc59583c311376)
|
|
2366
2405
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2367
|
-
jsii.set(self, "redisLfuDecayTime", value)
|
|
2406
|
+
jsii.set(self, "redisLfuDecayTime", value) # pyright: ignore[reportArgumentType]
|
|
2368
2407
|
|
|
2369
2408
|
@builtins.property
|
|
2370
2409
|
@jsii.member(jsii_name="redisLfuLogFactor")
|
|
@@ -2376,7 +2415,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2376
2415
|
if __debug__:
|
|
2377
2416
|
type_hints = typing.get_type_hints(_typecheckingstub__513b8def75b8902ce4d29b3e1d5601d368ad543aa26f39fba6037ff32606b759)
|
|
2378
2417
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2379
|
-
jsii.set(self, "redisLfuLogFactor", value)
|
|
2418
|
+
jsii.set(self, "redisLfuLogFactor", value) # pyright: ignore[reportArgumentType]
|
|
2380
2419
|
|
|
2381
2420
|
@builtins.property
|
|
2382
2421
|
@jsii.member(jsii_name="redisMaxmemoryPolicy")
|
|
@@ -2388,7 +2427,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2388
2427
|
if __debug__:
|
|
2389
2428
|
type_hints = typing.get_type_hints(_typecheckingstub__381d9fdf60e200df9bad7bb3100dae73ecf96062310bc11dfb9599eeb8946ecf)
|
|
2390
2429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2391
|
-
jsii.set(self, "redisMaxmemoryPolicy", value)
|
|
2430
|
+
jsii.set(self, "redisMaxmemoryPolicy", value) # pyright: ignore[reportArgumentType]
|
|
2392
2431
|
|
|
2393
2432
|
@builtins.property
|
|
2394
2433
|
@jsii.member(jsii_name="redisNotifyKeyspaceEvents")
|
|
@@ -2400,7 +2439,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2400
2439
|
if __debug__:
|
|
2401
2440
|
type_hints = typing.get_type_hints(_typecheckingstub__99bb21c3afdff00845e39526c1f7d7473bf3ede39fda58ffe8eefe74bd2b9103)
|
|
2402
2441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2403
|
-
jsii.set(self, "redisNotifyKeyspaceEvents", value)
|
|
2442
|
+
jsii.set(self, "redisNotifyKeyspaceEvents", value) # pyright: ignore[reportArgumentType]
|
|
2404
2443
|
|
|
2405
2444
|
@builtins.property
|
|
2406
2445
|
@jsii.member(jsii_name="redisNumberOfDatabases")
|
|
@@ -2412,7 +2451,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2412
2451
|
if __debug__:
|
|
2413
2452
|
type_hints = typing.get_type_hints(_typecheckingstub__06f1275069b09b947fef98925e34b6772f6b5090664367d03f0649d350868037)
|
|
2414
2453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2415
|
-
jsii.set(self, "redisNumberOfDatabases", value)
|
|
2454
|
+
jsii.set(self, "redisNumberOfDatabases", value) # pyright: ignore[reportArgumentType]
|
|
2416
2455
|
|
|
2417
2456
|
@builtins.property
|
|
2418
2457
|
@jsii.member(jsii_name="redisPersistence")
|
|
@@ -2424,7 +2463,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2424
2463
|
if __debug__:
|
|
2425
2464
|
type_hints = typing.get_type_hints(_typecheckingstub__bf8fe4ddcf2e1308fb32f3bb85b66c2343dfb3c7013a2663f59502d9825d4644)
|
|
2426
2465
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2427
|
-
jsii.set(self, "redisPersistence", value)
|
|
2466
|
+
jsii.set(self, "redisPersistence", value) # pyright: ignore[reportArgumentType]
|
|
2428
2467
|
|
|
2429
2468
|
@builtins.property
|
|
2430
2469
|
@jsii.member(jsii_name="redisPubsubClientOutputBufferLimit")
|
|
@@ -2436,7 +2475,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2436
2475
|
if __debug__:
|
|
2437
2476
|
type_hints = typing.get_type_hints(_typecheckingstub__d8355b24857cc5aadfa8a5534369d87543b80e86ca20ae91c75ed226dbbd47ce)
|
|
2438
2477
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2439
|
-
jsii.set(self, "redisPubsubClientOutputBufferLimit", value)
|
|
2478
|
+
jsii.set(self, "redisPubsubClientOutputBufferLimit", value) # pyright: ignore[reportArgumentType]
|
|
2440
2479
|
|
|
2441
2480
|
@builtins.property
|
|
2442
2481
|
@jsii.member(jsii_name="redisSsl")
|
|
@@ -2451,7 +2490,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2451
2490
|
if __debug__:
|
|
2452
2491
|
type_hints = typing.get_type_hints(_typecheckingstub__057f7f5182354ccae16e3c7bfa3860540df3fd2aa67a405cd0340973ee26ca65)
|
|
2453
2492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2454
|
-
jsii.set(self, "redisSsl", value)
|
|
2493
|
+
jsii.set(self, "redisSsl", value) # pyright: ignore[reportArgumentType]
|
|
2455
2494
|
|
|
2456
2495
|
@builtins.property
|
|
2457
2496
|
@jsii.member(jsii_name="redisTimeout")
|
|
@@ -2463,7 +2502,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2463
2502
|
if __debug__:
|
|
2464
2503
|
type_hints = typing.get_type_hints(_typecheckingstub__ba162f9db4656382a3d7339ee77ad2e2c8a45687342c8e02df83ca9f165a9f5d)
|
|
2465
2504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2466
|
-
jsii.set(self, "redisTimeout", value)
|
|
2505
|
+
jsii.set(self, "redisTimeout", value) # pyright: ignore[reportArgumentType]
|
|
2467
2506
|
|
|
2468
2507
|
@builtins.property
|
|
2469
2508
|
@jsii.member(jsii_name="redisVersion")
|
|
@@ -2475,7 +2514,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2475
2514
|
if __debug__:
|
|
2476
2515
|
type_hints = typing.get_type_hints(_typecheckingstub__2060f78621c3ca5287846edcef9d496d10ebf4f3ce06492e01c9b497e40bba5c)
|
|
2477
2516
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2478
|
-
jsii.set(self, "redisVersion", value)
|
|
2517
|
+
jsii.set(self, "redisVersion", value) # pyright: ignore[reportArgumentType]
|
|
2479
2518
|
|
|
2480
2519
|
@builtins.property
|
|
2481
2520
|
@jsii.member(jsii_name="serviceLog")
|
|
@@ -2490,7 +2529,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2490
2529
|
if __debug__:
|
|
2491
2530
|
type_hints = typing.get_type_hints(_typecheckingstub__dc3167c01e4cf55b355eb90f9c948bcdd38bfac246900f8cee474597e0e5eef8)
|
|
2492
2531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2493
|
-
jsii.set(self, "serviceLog", value)
|
|
2532
|
+
jsii.set(self, "serviceLog", value) # pyright: ignore[reportArgumentType]
|
|
2494
2533
|
|
|
2495
2534
|
@builtins.property
|
|
2496
2535
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2505,7 +2544,7 @@ class ManagedDatabaseRedisPropertiesOutputReference(
|
|
|
2505
2544
|
if __debug__:
|
|
2506
2545
|
type_hints = typing.get_type_hints(_typecheckingstub__0ef79d6b479bc1b03c26a40398c74333abd844270bd19a04ed4333ba621709cb)
|
|
2507
2546
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2508
|
-
jsii.set(self, "internalValue", value)
|
|
2547
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2509
2548
|
|
|
2510
2549
|
|
|
2511
2550
|
__all__ = [
|
|
@@ -2856,6 +2895,7 @@ def _typecheckingstub__5868695ab3eeee48f1195fac696f82883094948c50a1392b710ba328c
|
|
|
2856
2895
|
dbname: typing.Optional[builtins.str] = None,
|
|
2857
2896
|
host: typing.Optional[builtins.str] = None,
|
|
2858
2897
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
2898
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
2859
2899
|
method: typing.Optional[builtins.str] = None,
|
|
2860
2900
|
password: typing.Optional[builtins.str] = None,
|
|
2861
2901
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -2890,6 +2930,12 @@ def _typecheckingstub__007eee9dff2abcab87190d2496857d146bb6903679cde62609372d7f4
|
|
|
2890
2930
|
"""Type checking stubs"""
|
|
2891
2931
|
pass
|
|
2892
2932
|
|
|
2933
|
+
def _typecheckingstub__ed57d08deacce1a9f268d766cf3f1acf631c8d3a31c2908976e954755413743b(
|
|
2934
|
+
value: builtins.str,
|
|
2935
|
+
) -> None:
|
|
2936
|
+
"""Type checking stubs"""
|
|
2937
|
+
pass
|
|
2938
|
+
|
|
2893
2939
|
def _typecheckingstub__de24788c39aafc6e54c2eefeb1af757a61bc924a73154627b0cb9f4cf05222ae(
|
|
2894
2940
|
value: builtins.str,
|
|
2895
2941
|
) -> None:
|