pulumi-alicloud 3.67.0__py3-none-any.whl → 3.67.0a1731734345__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 pulumi-alicloud might be problematic. Click here for more details.

Files changed (44) hide show
  1. pulumi_alicloud/__init__.py +0 -16
  2. pulumi_alicloud/cen/flow_log.py +58 -373
  3. pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
  4. pulumi_alicloud/cr/registry_enterprise_instance.py +90 -474
  5. pulumi_alicloud/ecs/ecs_image_component.py +48 -221
  6. pulumi_alicloud/ess/_inputs.py +0 -94
  7. pulumi_alicloud/ess/eci_scaling_configuration.py +14 -42
  8. pulumi_alicloud/ess/outputs.py +0 -79
  9. pulumi_alicloud/ess/scaling_configuration.py +0 -47
  10. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +25 -86
  11. pulumi_alicloud/kms/key.py +1 -1
  12. pulumi_alicloud/kvstore/account.py +24 -24
  13. pulumi_alicloud/kvstore/audit_log_config.py +4 -4
  14. pulumi_alicloud/kvstore/backup_policy.py +2 -2
  15. pulumi_alicloud/kvstore/connection.py +8 -8
  16. pulumi_alicloud/kvstore/get_accounts.py +4 -4
  17. pulumi_alicloud/kvstore/get_connections.py +5 -5
  18. pulumi_alicloud/kvstore/get_instance_classes.py +12 -12
  19. pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
  20. pulumi_alicloud/kvstore/get_permission.py +10 -10
  21. pulumi_alicloud/kvstore/get_zones.py +4 -4
  22. pulumi_alicloud/kvstore/outputs.py +2 -2
  23. pulumi_alicloud/mongodb/instance.py +0 -47
  24. pulumi_alicloud/mongodb/sharding_instance.py +0 -47
  25. pulumi_alicloud/polardb/cluster.py +7 -7
  26. pulumi_alicloud/privatelink/vpc_endpoint_service.py +91 -42
  27. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +23 -27
  28. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +37 -34
  29. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +0 -28
  30. pulumi_alicloud/pulumi-plugin.json +1 -1
  31. pulumi_alicloud/rds/__init__.py +0 -2
  32. pulumi_alicloud/rds/_inputs.py +0 -146
  33. pulumi_alicloud/rds/outputs.py +0 -105
  34. pulumi_alicloud/redis/tair_instance.py +1 -76
  35. pulumi_alicloud/vpc/_inputs.py +0 -54
  36. pulumi_alicloud/vpc/nat_gateway.py +14 -175
  37. pulumi_alicloud/vpc/outputs.py +0 -51
  38. pulumi_alicloud/vpn/gateway_vco_route.py +21 -68
  39. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/METADATA +5 -5
  40. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/RECORD +42 -44
  41. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/WHEEL +1 -1
  42. pulumi_alicloud/rds/custom.py +0 -1630
  43. pulumi_alicloud/rds/custom_deployment_set.py +0 -525
  44. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/top_level.txt +0 -0
@@ -61,7 +61,7 @@ class GetConnectionsResult:
61
61
  @pulumi.getter
62
62
  def ids(self) -> str:
63
63
  """
64
- A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance ids.
64
+ A list of KVStore DBInstance ids.
65
65
  """
66
66
  return pulumi.get(self, "ids")
67
67
 
@@ -87,7 +87,7 @@ def get_connections(ids: Optional[str] = None,
87
87
  output_file: Optional[str] = None,
88
88
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConnectionsResult:
89
89
  """
90
- This data source can query the public IP of the specified Tair (Redis OSS-Compatible) And Memcache (KVStore).
90
+ This data source can query the public IP of the specified KVStore DBInstance.
91
91
 
92
92
  > **NOTE:** Available in v1.101.0+.
93
93
 
@@ -103,7 +103,7 @@ def get_connections(ids: Optional[str] = None,
103
103
  ```
104
104
 
105
105
 
106
- :param str ids: A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance ids, only support one item.
106
+ :param str ids: A list of KVStore DBInstance ids, only support one item.
107
107
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
108
108
  """
109
109
  __args__ = dict()
@@ -121,7 +121,7 @@ def get_connections_output(ids: Optional[pulumi.Input[str]] = None,
121
121
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
122
122
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetConnectionsResult]:
123
123
  """
124
- This data source can query the public IP of the specified Tair (Redis OSS-Compatible) And Memcache (KVStore).
124
+ This data source can query the public IP of the specified KVStore DBInstance.
125
125
 
126
126
  > **NOTE:** Available in v1.101.0+.
127
127
 
@@ -137,7 +137,7 @@ def get_connections_output(ids: Optional[pulumi.Input[str]] = None,
137
137
  ```
138
138
 
139
139
 
140
- :param str ids: A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance ids, only support one item.
140
+ :param str ids: A list of KVStore DBInstance ids, only support one item.
141
141
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
142
142
  """
143
143
  __args__ = dict()
@@ -229,7 +229,7 @@ def get_instance_classes(architecture: Optional[str] = None,
229
229
  zone_id: Optional[str] = None,
230
230
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceClassesResult:
231
231
  """
232
- This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance classes resource available info of Alibaba Cloud.
232
+ This data source provides the KVStore instance classes resource available info of Alibaba Cloud.
233
233
 
234
234
  > **NOTE:** Available since v1.49.0+
235
235
 
@@ -249,22 +249,22 @@ def get_instance_classes(architecture: Optional[str] = None,
249
249
  ```
250
250
 
251
251
 
252
- :param str architecture: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
253
- :param str edition_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance edition type required by the user. Valid values: `Community` and `Enterprise`.
252
+ :param str architecture: The KVStore instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
253
+ :param str edition_type: The KVStore instance edition type required by the user. Valid values: `Community` and `Enterprise`.
254
254
  :param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
255
255
  :param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
256
256
  :param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
257
- :param str node_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
257
+ :param str node_type: The KVStore instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
258
258
  :param str output_file: File name where to save data source results (after running `pulumi up`).
259
259
  :param str package_type: It has been deprecated from 1.68.0.
260
260
  :param str performance_type: It has been deprecated from 1.68.0.
261
- :param str series_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
261
+ :param str series_type: The KVStore instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
262
262
  :param int shard_number: The number of shard.Valid values: `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`.
263
263
  * product_type - (Optional, Available since 1.130.0) The type of the service. Valid values:
264
264
  * Local: an ApsaraDB for Redis instance with a local disk.
265
265
  * OnECS: an ApsaraDB for Redis instance with a standard disk. This type is available only on the Alibaba Cloud China site.
266
266
  :param str storage_type: It has been deprecated from 1.68.0.
267
- :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
267
+ :param str zone_id: The Zone to launch the KVStore instance.
268
268
  """
269
269
  __args__ = dict()
270
270
  __args__['architecture'] = architecture
@@ -321,7 +321,7 @@ def get_instance_classes_output(architecture: Optional[pulumi.Input[Optional[str
321
321
  zone_id: Optional[pulumi.Input[str]] = None,
322
322
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceClassesResult]:
323
323
  """
324
- This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance classes resource available info of Alibaba Cloud.
324
+ This data source provides the KVStore instance classes resource available info of Alibaba Cloud.
325
325
 
326
326
  > **NOTE:** Available since v1.49.0+
327
327
 
@@ -341,22 +341,22 @@ def get_instance_classes_output(architecture: Optional[pulumi.Input[Optional[str
341
341
  ```
342
342
 
343
343
 
344
- :param str architecture: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
345
- :param str edition_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance edition type required by the user. Valid values: `Community` and `Enterprise`.
344
+ :param str architecture: The KVStore instance system architecture required by the user. Valid values: `standard`, `cluster` and `rwsplit`.
345
+ :param str edition_type: The KVStore instance edition type required by the user. Valid values: `Community` and `Enterprise`.
346
346
  :param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
347
347
  :param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
348
348
  :param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
349
- :param str node_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
349
+ :param str node_type: The KVStore instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
350
350
  :param str output_file: File name where to save data source results (after running `pulumi up`).
351
351
  :param str package_type: It has been deprecated from 1.68.0.
352
352
  :param str performance_type: It has been deprecated from 1.68.0.
353
- :param str series_type: The Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
353
+ :param str series_type: The KVStore instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
354
354
  :param int shard_number: The number of shard.Valid values: `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`.
355
355
  * product_type - (Optional, Available since 1.130.0) The type of the service. Valid values:
356
356
  * Local: an ApsaraDB for Redis instance with a local disk.
357
357
  * OnECS: an ApsaraDB for Redis instance with a standard disk. This type is available only on the Alibaba Cloud China site.
358
358
  :param str storage_type: It has been deprecated from 1.68.0.
359
- :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
359
+ :param str zone_id: The Zone to launch the KVStore instance.
360
360
  """
361
361
  __args__ = dict()
362
362
  __args__['architecture'] = architecture
@@ -62,7 +62,7 @@ class GetInstanceEnginesResult:
62
62
  @pulumi.getter(name="engineVersion")
63
63
  def engine_version(self) -> Optional[str]:
64
64
  """
65
- Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance version.
65
+ KVStore Instance version.
66
66
  """
67
67
  return pulumi.get(self, "engine_version")
68
68
 
@@ -83,7 +83,7 @@ class GetInstanceEnginesResult:
83
83
  @pulumi.getter(name="instanceEngines")
84
84
  def instance_engines(self) -> Sequence['outputs.GetInstanceEnginesInstanceEngineResult']:
85
85
  """
86
- A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) available instance engines. Each element contains the following attributes:
86
+ A list of KVStore available instance engines. Each element contains the following attributes:
87
87
  """
88
88
  return pulumi.get(self, "instance_engines")
89
89
 
@@ -96,7 +96,7 @@ class GetInstanceEnginesResult:
96
96
  @pulumi.getter(name="zoneId")
97
97
  def zone_id(self) -> str:
98
98
  """
99
- The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
99
+ The Zone to launch the KVStore instance.
100
100
  """
101
101
  return pulumi.get(self, "zone_id")
102
102
 
@@ -123,7 +123,7 @@ def get_instance_engines(engine: Optional[str] = None,
123
123
  zone_id: Optional[str] = None,
124
124
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceEnginesResult:
125
125
  """
126
- This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance engines resource available info of Alibaba Cloud.
126
+ This data source provides the KVStore instance engines resource available info of Alibaba Cloud.
127
127
 
128
128
  > **NOTE:** Available since v1.51.0
129
129
 
@@ -147,7 +147,7 @@ def get_instance_engines(engine: Optional[str] = None,
147
147
  :param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
148
148
  :param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
149
149
  :param str output_file: File name where to save data source results (after running `pulumi up`).
150
- :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
150
+ :param str zone_id: The Zone to launch the KVStore instance.
151
151
  """
152
152
  __args__ = dict()
153
153
  __args__['engine'] = engine
@@ -173,7 +173,7 @@ def get_instance_engines_output(engine: Optional[pulumi.Input[Optional[str]]] =
173
173
  zone_id: Optional[pulumi.Input[str]] = None,
174
174
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceEnginesResult]:
175
175
  """
176
- This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance engines resource available info of Alibaba Cloud.
176
+ This data source provides the KVStore instance engines resource available info of Alibaba Cloud.
177
177
 
178
178
  > **NOTE:** Available since v1.51.0
179
179
 
@@ -197,7 +197,7 @@ def get_instance_engines_output(engine: Optional[pulumi.Input[Optional[str]]] =
197
197
  :param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
198
198
  :param str instance_charge_type: Filter the results by charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PrePaid`.
199
199
  :param str output_file: File name where to save data source results (after running `pulumi up`).
200
- :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
200
+ :param str zone_id: The Zone to launch the KVStore instance.
201
201
  """
202
202
  __args__ = dict()
203
203
  __args__['engine'] = engine
@@ -73,11 +73,11 @@ class AwaitableGetPermissionResult(GetPermissionResult):
73
73
  def get_permission(enable: Optional[str] = None,
74
74
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPermissionResult:
75
75
  """
76
- Assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore).
76
+ Assigns a RAM role to ApsaraDB for Redis.
77
77
 
78
- The log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore) requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
79
- To use the log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore), you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the Tair (Redis OSS-Compatible) And Memcache (KVStore) instance.
80
- For more information, see [Associated RAM roles of Tair (Redis OSS-Compatible) And Memcache (KVStore)](https://www.alibabacloud.com/help/doc-detail/184337.htm)
78
+ The log management feature of ApsaraDB for Redis requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
79
+ To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance.
80
+ For more information, see [Associated RAM roles of ApsaraDB for Redis](https://www.alibabacloud.com/help/doc-detail/184337.htm)
81
81
 
82
82
  > **NOTE:** Available since v1.128.0
83
83
 
@@ -91,7 +91,7 @@ def get_permission(enable: Optional[str] = None,
91
91
  ```
92
92
 
93
93
 
94
- :param str enable: Setting the value to `On` to assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore). If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
94
+ :param str enable: Setting the value to `On` to assigns a RAM role to ApsaraDB for Redis. If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
95
95
  """
96
96
  __args__ = dict()
97
97
  __args__['enable'] = enable
@@ -105,11 +105,11 @@ def get_permission(enable: Optional[str] = None,
105
105
  def get_permission_output(enable: Optional[pulumi.Input[Optional[str]]] = None,
106
106
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPermissionResult]:
107
107
  """
108
- Assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore).
108
+ Assigns a RAM role to ApsaraDB for Redis.
109
109
 
110
- The log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore) requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
111
- To use the log management feature of Tair (Redis OSS-Compatible) And Memcache (KVStore), you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the Tair (Redis OSS-Compatible) And Memcache (KVStore) instance.
112
- For more information, see [Associated RAM roles of Tair (Redis OSS-Compatible) And Memcache (KVStore)](https://www.alibabacloud.com/help/doc-detail/184337.htm)
110
+ The log management feature of ApsaraDB for Redis requires the resources of [Log Service](https://www.alibabacloud.com/help/doc-detail/48869.htm).
111
+ To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance.
112
+ For more information, see [Associated RAM roles of ApsaraDB for Redis](https://www.alibabacloud.com/help/doc-detail/184337.htm)
113
113
 
114
114
  > **NOTE:** Available since v1.128.0
115
115
 
@@ -123,7 +123,7 @@ def get_permission_output(enable: Optional[pulumi.Input[Optional[str]]] = None,
123
123
  ```
124
124
 
125
125
 
126
- :param str enable: Setting the value to `On` to assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore). If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
126
+ :param str enable: Setting the value to `On` to assigns a RAM role to ApsaraDB for Redis. If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".
127
127
  """
128
128
  __args__ = dict()
129
129
  __args__['enable'] = enable
@@ -126,7 +126,7 @@ def get_zones(engine: Optional[str] = None,
126
126
  product_type: Optional[str] = None,
127
127
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetZonesResult:
128
128
  """
129
- This data source provides availability zones for Tair (Redis OSS-Compatible) And Memcache (KVStore) that can be accessed by an Alibaba Cloud account within the region configured in the provider.
129
+ This data source provides availability zones for KVStore that can be accessed by an Alibaba Cloud account within the region configured in the provider.
130
130
 
131
131
  > **NOTE:** Available since v1.73.0.
132
132
 
@@ -144,7 +144,7 @@ def get_zones(engine: Optional[str] = None,
144
144
  :param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
145
145
  * product_type - (Optional, Available since v1.130.0+) The type of the service. Valid values: `Local`, `Tair_rdb`, `Tair_scm`, `Tair_essd`, `OnECS`.
146
146
  :param str instance_charge_type: Filter the results by a specific instance charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PostPaid`.
147
- :param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Tair (Redis OSS-Compatible) And Memcache (KVStore) instances.
147
+ :param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch KVStore instances.
148
148
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
149
149
  """
150
150
  __args__ = dict()
@@ -172,7 +172,7 @@ def get_zones_output(engine: Optional[pulumi.Input[Optional[str]]] = None,
172
172
  product_type: Optional[pulumi.Input[Optional[str]]] = None,
173
173
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetZonesResult]:
174
174
  """
175
- This data source provides availability zones for Tair (Redis OSS-Compatible) And Memcache (KVStore) that can be accessed by an Alibaba Cloud account within the region configured in the provider.
175
+ This data source provides availability zones for KVStore that can be accessed by an Alibaba Cloud account within the region configured in the provider.
176
176
 
177
177
  > **NOTE:** Available since v1.73.0.
178
178
 
@@ -190,7 +190,7 @@ def get_zones_output(engine: Optional[pulumi.Input[Optional[str]]] = None,
190
190
  :param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
191
191
  * product_type - (Optional, Available since v1.130.0+) The type of the service. Valid values: `Local`, `Tair_rdb`, `Tair_scm`, `Tair_essd`, `OnECS`.
192
192
  :param str instance_charge_type: Filter the results by a specific instance charge type. Valid values: `PrePaid` and `PostPaid`. Default to `PostPaid`.
193
- :param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Tair (Redis OSS-Compatible) And Memcache (KVStore) instances.
193
+ :param bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch KVStore instances.
194
194
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
195
195
  """
196
196
  __args__ = dict()
@@ -295,7 +295,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
295
295
  """
296
296
  :param str engine: Database type. Options are `Redis`, `Memcache`. Default to `Redis`.
297
297
  :param str engine_version: Database version required by the user. Value options of Redis can refer to the latest docs [detail info](https://www.alibabacloud.com/help/doc-detail/60873.htm) `EngineVersion`. Value of Memcache should be empty.
298
- :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
298
+ :param str zone_id: The Zone to launch the KVStore instance.
299
299
  """
300
300
  pulumi.set(__self__, "engine", engine)
301
301
  pulumi.set(__self__, "engine_version", engine_version)
@@ -321,7 +321,7 @@ class GetInstanceEnginesInstanceEngineResult(dict):
321
321
  @pulumi.getter(name="zoneId")
322
322
  def zone_id(self) -> str:
323
323
  """
324
- The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
324
+ The Zone to launch the KVStore instance.
325
325
  """
326
326
  return pulumi.get(self, "zone_id")
327
327
 
@@ -29,7 +29,6 @@ class InstanceArgs:
29
29
  backup_interval: Optional[pulumi.Input[str]] = None,
30
30
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
31
  backup_retention_period: Optional[pulumi.Input[int]] = None,
32
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
33
32
  backup_time: Optional[pulumi.Input[str]] = None,
34
33
  cloud_disk_encryption_key: Optional[pulumi.Input[str]] = None,
35
34
  effective_time: Optional[pulumi.Input[str]] = None,
@@ -79,7 +78,6 @@ class InstanceArgs:
79
78
  :param pulumi.Input[str] backup_interval: The frequency at which high-frequency backups are created. Valid values: `-1`, `15`, `30`, `60`, `120`, `180`, `240`, `360`, `480`, `720`.
80
79
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday].
81
80
  :param pulumi.Input[int] backup_retention_period: The retention period of full backups.
82
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
83
81
  :param pulumi.Input[str] backup_time: MongoDB instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
84
82
  :param pulumi.Input[str] cloud_disk_encryption_key: The ID of the encryption key.
85
83
  :param pulumi.Input[str] effective_time: The time when the changed configurations take effect. Valid values: `Immediately`, `MaintainTime`.
@@ -140,8 +138,6 @@ class InstanceArgs:
140
138
  pulumi.set(__self__, "backup_periods", backup_periods)
141
139
  if backup_retention_period is not None:
142
140
  pulumi.set(__self__, "backup_retention_period", backup_retention_period)
143
- if backup_retention_policy_on_cluster_deletion is not None:
144
- pulumi.set(__self__, "backup_retention_policy_on_cluster_deletion", backup_retention_policy_on_cluster_deletion)
145
141
  if backup_time is not None:
146
142
  pulumi.set(__self__, "backup_time", backup_time)
147
143
  if cloud_disk_encryption_key is not None:
@@ -314,18 +310,6 @@ class InstanceArgs:
314
310
  def backup_retention_period(self, value: Optional[pulumi.Input[int]]):
315
311
  pulumi.set(self, "backup_retention_period", value)
316
312
 
317
- @property
318
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
319
- def backup_retention_policy_on_cluster_deletion(self) -> Optional[pulumi.Input[int]]:
320
- """
321
- The backup retention policy configured for the instance. Valid values:
322
- """
323
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
324
-
325
- @backup_retention_policy_on_cluster_deletion.setter
326
- def backup_retention_policy_on_cluster_deletion(self, value: Optional[pulumi.Input[int]]):
327
- pulumi.set(self, "backup_retention_policy_on_cluster_deletion", value)
328
-
329
313
  @property
330
314
  @pulumi.getter(name="backupTime")
331
315
  def backup_time(self) -> Optional[pulumi.Input[str]]:
@@ -777,7 +761,6 @@ class _InstanceState:
777
761
  backup_interval: Optional[pulumi.Input[str]] = None,
778
762
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
779
763
  backup_retention_period: Optional[pulumi.Input[int]] = None,
780
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
781
764
  backup_time: Optional[pulumi.Input[str]] = None,
782
765
  cloud_disk_encryption_key: Optional[pulumi.Input[str]] = None,
783
766
  db_instance_class: Optional[pulumi.Input[str]] = None,
@@ -829,7 +812,6 @@ class _InstanceState:
829
812
  :param pulumi.Input[str] backup_interval: The frequency at which high-frequency backups are created. Valid values: `-1`, `15`, `30`, `60`, `120`, `180`, `240`, `360`, `480`, `720`.
830
813
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday].
831
814
  :param pulumi.Input[int] backup_retention_period: The retention period of full backups.
832
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
833
815
  :param pulumi.Input[str] backup_time: MongoDB instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
834
816
  :param pulumi.Input[str] cloud_disk_encryption_key: The ID of the encryption key.
835
817
  :param pulumi.Input[str] db_instance_class: Instance specification. see [Instance specifications](https://www.alibabacloud.com/help/doc-detail/57141.htm).
@@ -896,8 +878,6 @@ class _InstanceState:
896
878
  pulumi.set(__self__, "backup_periods", backup_periods)
897
879
  if backup_retention_period is not None:
898
880
  pulumi.set(__self__, "backup_retention_period", backup_retention_period)
899
- if backup_retention_policy_on_cluster_deletion is not None:
900
- pulumi.set(__self__, "backup_retention_policy_on_cluster_deletion", backup_retention_policy_on_cluster_deletion)
901
881
  if backup_time is not None:
902
882
  pulumi.set(__self__, "backup_time", backup_time)
903
883
  if cloud_disk_encryption_key is not None:
@@ -1046,18 +1026,6 @@ class _InstanceState:
1046
1026
  def backup_retention_period(self, value: Optional[pulumi.Input[int]]):
1047
1027
  pulumi.set(self, "backup_retention_period", value)
1048
1028
 
1049
- @property
1050
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
1051
- def backup_retention_policy_on_cluster_deletion(self) -> Optional[pulumi.Input[int]]:
1052
- """
1053
- The backup retention policy configured for the instance. Valid values:
1054
- """
1055
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
1056
-
1057
- @backup_retention_policy_on_cluster_deletion.setter
1058
- def backup_retention_policy_on_cluster_deletion(self, value: Optional[pulumi.Input[int]]):
1059
- pulumi.set(self, "backup_retention_policy_on_cluster_deletion", value)
1060
-
1061
1029
  @property
1062
1030
  @pulumi.getter(name="backupTime")
1063
1031
  def backup_time(self) -> Optional[pulumi.Input[str]]:
@@ -1597,7 +1565,6 @@ class Instance(pulumi.CustomResource):
1597
1565
  backup_interval: Optional[pulumi.Input[str]] = None,
1598
1566
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1599
1567
  backup_retention_period: Optional[pulumi.Input[int]] = None,
1600
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
1601
1568
  backup_time: Optional[pulumi.Input[str]] = None,
1602
1569
  cloud_disk_encryption_key: Optional[pulumi.Input[str]] = None,
1603
1570
  db_instance_class: Optional[pulumi.Input[str]] = None,
@@ -1710,7 +1677,6 @@ class Instance(pulumi.CustomResource):
1710
1677
  :param pulumi.Input[str] backup_interval: The frequency at which high-frequency backups are created. Valid values: `-1`, `15`, `30`, `60`, `120`, `180`, `240`, `360`, `480`, `720`.
1711
1678
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday].
1712
1679
  :param pulumi.Input[int] backup_retention_period: The retention period of full backups.
1713
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
1714
1680
  :param pulumi.Input[str] backup_time: MongoDB instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
1715
1681
  :param pulumi.Input[str] cloud_disk_encryption_key: The ID of the encryption key.
1716
1682
  :param pulumi.Input[str] db_instance_class: Instance specification. see [Instance specifications](https://www.alibabacloud.com/help/doc-detail/57141.htm).
@@ -1853,7 +1819,6 @@ class Instance(pulumi.CustomResource):
1853
1819
  backup_interval: Optional[pulumi.Input[str]] = None,
1854
1820
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1855
1821
  backup_retention_period: Optional[pulumi.Input[int]] = None,
1856
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
1857
1822
  backup_time: Optional[pulumi.Input[str]] = None,
1858
1823
  cloud_disk_encryption_key: Optional[pulumi.Input[str]] = None,
1859
1824
  db_instance_class: Optional[pulumi.Input[str]] = None,
@@ -1907,7 +1872,6 @@ class Instance(pulumi.CustomResource):
1907
1872
  __props__.__dict__["backup_interval"] = backup_interval
1908
1873
  __props__.__dict__["backup_periods"] = backup_periods
1909
1874
  __props__.__dict__["backup_retention_period"] = backup_retention_period
1910
- __props__.__dict__["backup_retention_policy_on_cluster_deletion"] = backup_retention_policy_on_cluster_deletion
1911
1875
  __props__.__dict__["backup_time"] = backup_time
1912
1876
  __props__.__dict__["cloud_disk_encryption_key"] = cloud_disk_encryption_key
1913
1877
  if db_instance_class is None and not opts.urn:
@@ -1974,7 +1938,6 @@ class Instance(pulumi.CustomResource):
1974
1938
  backup_interval: Optional[pulumi.Input[str]] = None,
1975
1939
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1976
1940
  backup_retention_period: Optional[pulumi.Input[int]] = None,
1977
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
1978
1941
  backup_time: Optional[pulumi.Input[str]] = None,
1979
1942
  cloud_disk_encryption_key: Optional[pulumi.Input[str]] = None,
1980
1943
  db_instance_class: Optional[pulumi.Input[str]] = None,
@@ -2031,7 +1994,6 @@ class Instance(pulumi.CustomResource):
2031
1994
  :param pulumi.Input[str] backup_interval: The frequency at which high-frequency backups are created. Valid values: `-1`, `15`, `30`, `60`, `120`, `180`, `240`, `360`, `480`, `720`.
2032
1995
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday].
2033
1996
  :param pulumi.Input[int] backup_retention_period: The retention period of full backups.
2034
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
2035
1997
  :param pulumi.Input[str] backup_time: MongoDB instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
2036
1998
  :param pulumi.Input[str] cloud_disk_encryption_key: The ID of the encryption key.
2037
1999
  :param pulumi.Input[str] db_instance_class: Instance specification. see [Instance specifications](https://www.alibabacloud.com/help/doc-detail/57141.htm).
@@ -2097,7 +2059,6 @@ class Instance(pulumi.CustomResource):
2097
2059
  __props__.__dict__["backup_interval"] = backup_interval
2098
2060
  __props__.__dict__["backup_periods"] = backup_periods
2099
2061
  __props__.__dict__["backup_retention_period"] = backup_retention_period
2100
- __props__.__dict__["backup_retention_policy_on_cluster_deletion"] = backup_retention_policy_on_cluster_deletion
2101
2062
  __props__.__dict__["backup_time"] = backup_time
2102
2063
  __props__.__dict__["cloud_disk_encryption_key"] = cloud_disk_encryption_key
2103
2064
  __props__.__dict__["db_instance_class"] = db_instance_class
@@ -2184,14 +2145,6 @@ class Instance(pulumi.CustomResource):
2184
2145
  """
2185
2146
  return pulumi.get(self, "backup_retention_period")
2186
2147
 
2187
- @property
2188
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
2189
- def backup_retention_policy_on_cluster_deletion(self) -> pulumi.Output[Optional[int]]:
2190
- """
2191
- The backup retention policy configured for the instance. Valid values:
2192
- """
2193
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
2194
-
2195
2148
  @property
2196
2149
  @pulumi.getter(name="backupTime")
2197
2150
  def backup_time(self) -> pulumi.Output[str]:
@@ -27,7 +27,6 @@ class ShardingInstanceArgs:
27
27
  account_password: Optional[pulumi.Input[str]] = None,
28
28
  auto_renew: Optional[pulumi.Input[bool]] = None,
29
29
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
30
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
31
30
  backup_time: Optional[pulumi.Input[str]] = None,
32
31
  config_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input['ShardingInstanceConfigServerListArgs']]]] = None,
33
32
  instance_charge_type: Optional[pulumi.Input[str]] = None,
@@ -57,7 +56,6 @@ class ShardingInstanceArgs:
57
56
  :param pulumi.Input[str] account_password: Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
58
57
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid. Default value: `false`. Valid values: `true`, `false`.
59
58
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
60
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
61
59
  :param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
62
60
  :param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceConfigServerListArgs']]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
63
61
  :param pulumi.Input[str] instance_charge_type: The billing method of the instance. Default value: `PostPaid`. Valid values: `PrePaid`, `PostPaid`. **NOTE:** It can be modified from `PostPaid` to `PrePaid` after version v1.141.0.
@@ -93,8 +91,6 @@ class ShardingInstanceArgs:
93
91
  pulumi.set(__self__, "auto_renew", auto_renew)
94
92
  if backup_periods is not None:
95
93
  pulumi.set(__self__, "backup_periods", backup_periods)
96
- if backup_retention_policy_on_cluster_deletion is not None:
97
- pulumi.set(__self__, "backup_retention_policy_on_cluster_deletion", backup_retention_policy_on_cluster_deletion)
98
94
  if backup_time is not None:
99
95
  pulumi.set(__self__, "backup_time", backup_time)
100
96
  if config_server_lists is not None:
@@ -210,18 +206,6 @@ class ShardingInstanceArgs:
210
206
  def backup_periods(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
211
207
  pulumi.set(self, "backup_periods", value)
212
208
 
213
- @property
214
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
215
- def backup_retention_policy_on_cluster_deletion(self) -> Optional[pulumi.Input[int]]:
216
- """
217
- The backup retention policy configured for the instance. Valid values:
218
- """
219
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
220
-
221
- @backup_retention_policy_on_cluster_deletion.setter
222
- def backup_retention_policy_on_cluster_deletion(self, value: Optional[pulumi.Input[int]]):
223
- pulumi.set(self, "backup_retention_policy_on_cluster_deletion", value)
224
-
225
209
  @property
226
210
  @pulumi.getter(name="backupTime")
227
211
  def backup_time(self) -> Optional[pulumi.Input[str]]:
@@ -485,7 +469,6 @@ class _ShardingInstanceState:
485
469
  account_password: Optional[pulumi.Input[str]] = None,
486
470
  auto_renew: Optional[pulumi.Input[bool]] = None,
487
471
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
488
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
489
472
  backup_time: Optional[pulumi.Input[str]] = None,
490
473
  config_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input['ShardingInstanceConfigServerListArgs']]]] = None,
491
474
  engine_version: Optional[pulumi.Input[str]] = None,
@@ -516,7 +499,6 @@ class _ShardingInstanceState:
516
499
  :param pulumi.Input[str] account_password: Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
517
500
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid. Default value: `false`. Valid values: `true`, `false`.
518
501
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
519
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
520
502
  :param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
521
503
  :param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceConfigServerListArgs']]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
522
504
  :param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`. **NOTE:** From version 1.225.1, `engine_version` can be modified.
@@ -553,8 +535,6 @@ class _ShardingInstanceState:
553
535
  pulumi.set(__self__, "auto_renew", auto_renew)
554
536
  if backup_periods is not None:
555
537
  pulumi.set(__self__, "backup_periods", backup_periods)
556
- if backup_retention_policy_on_cluster_deletion is not None:
557
- pulumi.set(__self__, "backup_retention_policy_on_cluster_deletion", backup_retention_policy_on_cluster_deletion)
558
538
  if backup_time is not None:
559
539
  pulumi.set(__self__, "backup_time", backup_time)
560
540
  if config_server_lists is not None:
@@ -642,18 +622,6 @@ class _ShardingInstanceState:
642
622
  def backup_periods(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
643
623
  pulumi.set(self, "backup_periods", value)
644
624
 
645
- @property
646
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
647
- def backup_retention_policy_on_cluster_deletion(self) -> Optional[pulumi.Input[int]]:
648
- """
649
- The backup retention policy configured for the instance. Valid values:
650
- """
651
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
652
-
653
- @backup_retention_policy_on_cluster_deletion.setter
654
- def backup_retention_policy_on_cluster_deletion(self, value: Optional[pulumi.Input[int]]):
655
- pulumi.set(self, "backup_retention_policy_on_cluster_deletion", value)
656
-
657
625
  @property
658
626
  @pulumi.getter(name="backupTime")
659
627
  def backup_time(self) -> Optional[pulumi.Input[str]]:
@@ -967,7 +935,6 @@ class ShardingInstance(pulumi.CustomResource):
967
935
  account_password: Optional[pulumi.Input[str]] = None,
968
936
  auto_renew: Optional[pulumi.Input[bool]] = None,
969
937
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
970
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
971
938
  backup_time: Optional[pulumi.Input[str]] = None,
972
939
  config_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardingInstanceConfigServerListArgs', 'ShardingInstanceConfigServerListArgsDict']]]]] = None,
973
940
  engine_version: Optional[pulumi.Input[str]] = None,
@@ -1072,7 +1039,6 @@ class ShardingInstance(pulumi.CustomResource):
1072
1039
  :param pulumi.Input[str] account_password: Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
1073
1040
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid. Default value: `false`. Valid values: `true`, `false`.
1074
1041
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
1075
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
1076
1042
  :param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
1077
1043
  :param pulumi.Input[Sequence[pulumi.Input[Union['ShardingInstanceConfigServerListArgs', 'ShardingInstanceConfigServerListArgsDict']]]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
1078
1044
  :param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`. **NOTE:** From version 1.225.1, `engine_version` can be modified.
@@ -1200,7 +1166,6 @@ class ShardingInstance(pulumi.CustomResource):
1200
1166
  account_password: Optional[pulumi.Input[str]] = None,
1201
1167
  auto_renew: Optional[pulumi.Input[bool]] = None,
1202
1168
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1203
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
1204
1169
  backup_time: Optional[pulumi.Input[str]] = None,
1205
1170
  config_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardingInstanceConfigServerListArgs', 'ShardingInstanceConfigServerListArgsDict']]]]] = None,
1206
1171
  engine_version: Optional[pulumi.Input[str]] = None,
@@ -1237,7 +1202,6 @@ class ShardingInstance(pulumi.CustomResource):
1237
1202
  __props__.__dict__["account_password"] = None if account_password is None else pulumi.Output.secret(account_password)
1238
1203
  __props__.__dict__["auto_renew"] = auto_renew
1239
1204
  __props__.__dict__["backup_periods"] = backup_periods
1240
- __props__.__dict__["backup_retention_policy_on_cluster_deletion"] = backup_retention_policy_on_cluster_deletion
1241
1205
  __props__.__dict__["backup_time"] = backup_time
1242
1206
  __props__.__dict__["config_server_lists"] = config_server_lists
1243
1207
  if engine_version is None and not opts.urn:
@@ -1284,7 +1248,6 @@ class ShardingInstance(pulumi.CustomResource):
1284
1248
  account_password: Optional[pulumi.Input[str]] = None,
1285
1249
  auto_renew: Optional[pulumi.Input[bool]] = None,
1286
1250
  backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1287
- backup_retention_policy_on_cluster_deletion: Optional[pulumi.Input[int]] = None,
1288
1251
  backup_time: Optional[pulumi.Input[str]] = None,
1289
1252
  config_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardingInstanceConfigServerListArgs', 'ShardingInstanceConfigServerListArgsDict']]]]] = None,
1290
1253
  engine_version: Optional[pulumi.Input[str]] = None,
@@ -1320,7 +1283,6 @@ class ShardingInstance(pulumi.CustomResource):
1320
1283
  :param pulumi.Input[str] account_password: Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
1321
1284
  :param pulumi.Input[bool] auto_renew: Auto renew for prepaid. Default value: `false`. Valid values: `true`, `false`.
1322
1285
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
1323
- :param pulumi.Input[int] backup_retention_policy_on_cluster_deletion: The backup retention policy configured for the instance. Valid values:
1324
1286
  :param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
1325
1287
  :param pulumi.Input[Sequence[pulumi.Input[Union['ShardingInstanceConfigServerListArgs', 'ShardingInstanceConfigServerListArgsDict']]]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
1326
1288
  :param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`. **NOTE:** From version 1.225.1, `engine_version` can be modified.
@@ -1358,7 +1320,6 @@ class ShardingInstance(pulumi.CustomResource):
1358
1320
  __props__.__dict__["account_password"] = account_password
1359
1321
  __props__.__dict__["auto_renew"] = auto_renew
1360
1322
  __props__.__dict__["backup_periods"] = backup_periods
1361
- __props__.__dict__["backup_retention_policy_on_cluster_deletion"] = backup_retention_policy_on_cluster_deletion
1362
1323
  __props__.__dict__["backup_time"] = backup_time
1363
1324
  __props__.__dict__["config_server_lists"] = config_server_lists
1364
1325
  __props__.__dict__["engine_version"] = engine_version
@@ -1410,14 +1371,6 @@ class ShardingInstance(pulumi.CustomResource):
1410
1371
  """
1411
1372
  return pulumi.get(self, "backup_periods")
1412
1373
 
1413
- @property
1414
- @pulumi.getter(name="backupRetentionPolicyOnClusterDeletion")
1415
- def backup_retention_policy_on_cluster_deletion(self) -> pulumi.Output[Optional[int]]:
1416
- """
1417
- The backup retention policy configured for the instance. Valid values:
1418
- """
1419
- return pulumi.get(self, "backup_retention_policy_on_cluster_deletion")
1420
-
1421
1374
  @property
1422
1375
  @pulumi.getter(name="backupTime")
1423
1376
  def backup_time(self) -> pulumi.Output[str]: