pulumi-alicloud 3.67.0a1731734345__py3-none-any.whl → 3.68.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (79) hide show
  1. pulumi_alicloud/__init__.py +56 -0
  2. pulumi_alicloud/cdn/_inputs.py +3 -23
  3. pulumi_alicloud/cdn/domain_new.py +93 -51
  4. pulumi_alicloud/cdn/outputs.py +2 -16
  5. pulumi_alicloud/cdn/real_time_log_delivery.py +97 -46
  6. pulumi_alicloud/cen/flow_log.py +373 -58
  7. pulumi_alicloud/cen/get_flowlogs.py +250 -35
  8. pulumi_alicloud/cen/outputs.py +116 -17
  9. pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
  10. pulumi_alicloud/cr/registry_enterprise_instance.py +474 -90
  11. pulumi_alicloud/cs/node_pool.py +7 -0
  12. pulumi_alicloud/ecs/_inputs.py +92 -0
  13. pulumi_alicloud/ecs/auto_snapshot_policy.py +323 -129
  14. pulumi_alicloud/ecs/ecs_image_component.py +221 -48
  15. pulumi_alicloud/ecs/outputs.py +88 -0
  16. pulumi_alicloud/ecs/snapshot_policy.py +154 -1
  17. pulumi_alicloud/emrv2/_inputs.py +875 -21
  18. pulumi_alicloud/emrv2/cluster.py +47 -0
  19. pulumi_alicloud/emrv2/outputs.py +580 -14
  20. pulumi_alicloud/ess/_inputs.py +94 -0
  21. pulumi_alicloud/ess/eci_scaling_configuration.py +42 -14
  22. pulumi_alicloud/ess/outputs.py +79 -0
  23. pulumi_alicloud/ess/scaling_configuration.py +47 -0
  24. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +86 -25
  25. pulumi_alicloud/gwlb/__init__.py +1 -0
  26. pulumi_alicloud/gwlb/_inputs.py +147 -126
  27. pulumi_alicloud/gwlb/get_zones.py +173 -0
  28. pulumi_alicloud/gwlb/listener.py +50 -50
  29. pulumi_alicloud/gwlb/load_balancer.py +78 -71
  30. pulumi_alicloud/gwlb/outputs.py +139 -84
  31. pulumi_alicloud/gwlb/server_group.py +162 -113
  32. pulumi_alicloud/kms/key.py +1 -1
  33. pulumi_alicloud/kvstore/account.py +24 -24
  34. pulumi_alicloud/kvstore/audit_log_config.py +11 -11
  35. pulumi_alicloud/kvstore/backup_policy.py +11 -11
  36. pulumi_alicloud/kvstore/connection.py +8 -8
  37. pulumi_alicloud/kvstore/get_accounts.py +4 -4
  38. pulumi_alicloud/kvstore/get_connections.py +5 -5
  39. pulumi_alicloud/kvstore/get_instance_classes.py +20 -20
  40. pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
  41. pulumi_alicloud/kvstore/get_instances.py +9 -7
  42. pulumi_alicloud/kvstore/get_permission.py +10 -10
  43. pulumi_alicloud/kvstore/get_zones.py +4 -4
  44. pulumi_alicloud/kvstore/instance.py +21 -21
  45. pulumi_alicloud/kvstore/outputs.py +8 -8
  46. pulumi_alicloud/mongodb/instance.py +47 -0
  47. pulumi_alicloud/mongodb/sharding_instance.py +47 -0
  48. pulumi_alicloud/nas/_inputs.py +148 -0
  49. pulumi_alicloud/nas/file_system.py +482 -222
  50. pulumi_alicloud/nas/outputs.py +109 -0
  51. pulumi_alicloud/pai/__init__.py +7 -0
  52. pulumi_alicloud/pai/_inputs.py +129 -0
  53. pulumi_alicloud/pai/outputs.py +83 -0
  54. pulumi_alicloud/pai/workspace_code_source.py +702 -0
  55. pulumi_alicloud/pai/workspace_dataset.py +1081 -0
  56. pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
  57. pulumi_alicloud/pai/workspace_experiment.py +394 -0
  58. pulumi_alicloud/pai/workspace_run.py +344 -0
  59. pulumi_alicloud/pai/workspace_workspace.py +6 -6
  60. pulumi_alicloud/polardb/cluster.py +7 -7
  61. pulumi_alicloud/privatelink/vpc_endpoint_service.py +42 -91
  62. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +27 -23
  63. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +34 -37
  64. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +28 -0
  65. pulumi_alicloud/pulumi-plugin.json +1 -1
  66. pulumi_alicloud/rds/__init__.py +2 -0
  67. pulumi_alicloud/rds/_inputs.py +146 -0
  68. pulumi_alicloud/rds/custom.py +1630 -0
  69. pulumi_alicloud/rds/custom_deployment_set.py +525 -0
  70. pulumi_alicloud/rds/outputs.py +105 -0
  71. pulumi_alicloud/redis/tair_instance.py +76 -1
  72. pulumi_alicloud/vpc/_inputs.py +54 -0
  73. pulumi_alicloud/vpc/nat_gateway.py +175 -14
  74. pulumi_alicloud/vpc/outputs.py +51 -0
  75. pulumi_alicloud/vpn/gateway_vco_route.py +68 -21
  76. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/METADATA +5 -5
  77. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/RECORD +79 -69
  78. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/WHEEL +1 -1
  79. {pulumi_alicloud-3.67.0a1731734345.dist-info → pulumi_alicloud-3.68.0.dist-info}/top_level.txt +0 -0
@@ -42,8 +42,8 @@ class AccountArgs:
42
42
  - Normal: Common privilege.
43
43
  Default to Normal.
44
44
  :param pulumi.Input[str] description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
45
- :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
46
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
45
+ :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
46
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
47
47
  """
48
48
  pulumi.set(__self__, "account_name", account_name)
49
49
  pulumi.set(__self__, "instance_id", instance_id)
@@ -143,7 +143,7 @@ class AccountArgs:
143
143
  @pulumi.getter(name="kmsEncryptedPassword")
144
144
  def kms_encrypted_password(self) -> Optional[pulumi.Input[str]]:
145
145
  """
146
- An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
146
+ An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
147
147
  """
148
148
  return pulumi.get(self, "kms_encrypted_password")
149
149
 
@@ -155,7 +155,7 @@ class AccountArgs:
155
155
  @pulumi.getter(name="kmsEncryptionContext")
156
156
  def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
157
157
  """
158
- An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
158
+ An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
159
159
  """
160
160
  return pulumi.get(self, "kms_encryption_context")
161
161
 
@@ -191,9 +191,9 @@ class _AccountState:
191
191
  Default to Normal.
192
192
  :param pulumi.Input[str] description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
193
193
  :param pulumi.Input[str] instance_id: The Id of instance in which account belongs (The engine version of instance must be 4.0 or 4.0+).
194
- :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
195
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
196
- :param pulumi.Input[str] status: The status of KVStore Account.
194
+ :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
195
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
196
+ :param pulumi.Input[str] status: The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account.
197
197
  """
198
198
  if account_name is not None:
199
199
  pulumi.set(__self__, "account_name", account_name)
@@ -297,7 +297,7 @@ class _AccountState:
297
297
  @pulumi.getter(name="kmsEncryptedPassword")
298
298
  def kms_encrypted_password(self) -> Optional[pulumi.Input[str]]:
299
299
  """
300
- An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
300
+ An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
301
301
  """
302
302
  return pulumi.get(self, "kms_encrypted_password")
303
303
 
@@ -309,7 +309,7 @@ class _AccountState:
309
309
  @pulumi.getter(name="kmsEncryptionContext")
310
310
  def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
311
311
  """
312
- An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
312
+ An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
313
313
  """
314
314
  return pulumi.get(self, "kms_encryption_context")
315
315
 
@@ -321,7 +321,7 @@ class _AccountState:
321
321
  @pulumi.getter
322
322
  def status(self) -> Optional[pulumi.Input[str]]:
323
323
  """
324
- The status of KVStore Account.
324
+ The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account.
325
325
  """
326
326
  return pulumi.get(self, "status")
327
327
 
@@ -345,9 +345,9 @@ class Account(pulumi.CustomResource):
345
345
  kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
346
346
  __props__=None):
347
347
  """
348
- Provides a KVStore Account resource.
348
+ Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Account resource.
349
349
 
350
- For information about KVStore Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/doc-detail/95973.htm).
350
+ For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/doc-detail/95973.htm).
351
351
 
352
352
  > **NOTE:** Available since v1.66.0.
353
353
 
@@ -398,7 +398,7 @@ class Account(pulumi.CustomResource):
398
398
 
399
399
  ## Import
400
400
 
401
- KVStore account can be imported using the id, e.g.
401
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) account can be imported using the id, e.g.
402
402
 
403
403
  ```sh
404
404
  $ pulumi import alicloud:kvstore/account:Account example <instance_id>:<account_name>
@@ -419,8 +419,8 @@ class Account(pulumi.CustomResource):
419
419
  Default to Normal.
420
420
  :param pulumi.Input[str] description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
421
421
  :param pulumi.Input[str] instance_id: The Id of instance in which account belongs (The engine version of instance must be 4.0 or 4.0+).
422
- :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
423
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
422
+ :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
423
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
424
424
  """
425
425
  ...
426
426
  @overload
@@ -429,9 +429,9 @@ class Account(pulumi.CustomResource):
429
429
  args: AccountArgs,
430
430
  opts: Optional[pulumi.ResourceOptions] = None):
431
431
  """
432
- Provides a KVStore Account resource.
432
+ Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Account resource.
433
433
 
434
- For information about KVStore Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/doc-detail/95973.htm).
434
+ For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Account and how to use it, see [What is Account](https://www.alibabacloud.com/help/doc-detail/95973.htm).
435
435
 
436
436
  > **NOTE:** Available since v1.66.0.
437
437
 
@@ -482,7 +482,7 @@ class Account(pulumi.CustomResource):
482
482
 
483
483
  ## Import
484
484
 
485
- KVStore account can be imported using the id, e.g.
485
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) account can be imported using the id, e.g.
486
486
 
487
487
  ```sh
488
488
  $ pulumi import alicloud:kvstore/account:Account example <instance_id>:<account_name>
@@ -574,9 +574,9 @@ class Account(pulumi.CustomResource):
574
574
  Default to Normal.
575
575
  :param pulumi.Input[str] description: Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
576
576
  :param pulumi.Input[str] instance_id: The Id of instance in which account belongs (The engine version of instance must be 4.0 or 4.0+).
577
- :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
578
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
579
- :param pulumi.Input[str] status: The status of KVStore Account.
577
+ :param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
578
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
579
+ :param pulumi.Input[str] status: The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account.
580
580
  """
581
581
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
582
582
 
@@ -652,7 +652,7 @@ class Account(pulumi.CustomResource):
652
652
  @pulumi.getter(name="kmsEncryptedPassword")
653
653
  def kms_encrypted_password(self) -> pulumi.Output[Optional[str]]:
654
654
  """
655
- An KMS encrypts password used to a KVStore account. If the `account_password` is filled in, this field will be ignored.
655
+ An KMS encrypts password used to a Tair (Redis OSS-Compatible) And Memcache (KVStore) account. If the `account_password` is filled in, this field will be ignored.
656
656
  """
657
657
  return pulumi.get(self, "kms_encrypted_password")
658
658
 
@@ -660,7 +660,7 @@ class Account(pulumi.CustomResource):
660
660
  @pulumi.getter(name="kmsEncryptionContext")
661
661
  def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
662
662
  """
663
- An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a KVStore account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
663
+ An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
664
664
  """
665
665
  return pulumi.get(self, "kms_encryption_context")
666
666
 
@@ -668,7 +668,7 @@ class Account(pulumi.CustomResource):
668
668
  @pulumi.getter
669
669
  def status(self) -> pulumi.Output[str]:
670
670
  """
671
- The status of KVStore Account.
671
+ The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account.
672
672
  """
673
673
  return pulumi.get(self, "status")
674
674
 
@@ -32,7 +32,7 @@ class AuditLogConfigArgs:
32
32
  Note: When the Instance for the Cluster Architecture Or Read/Write Split Architecture, at the Same Time to Open Or Close the Data Node and the Proxy Node of the Audit Log Doesn't Support Separate Open.
33
33
  :param pulumi.Input[int] retention: Audit Log Retention Period Value: 1~365.
34
34
 
35
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
35
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
36
36
  """
37
37
  pulumi.set(__self__, "instance_id", instance_id)
38
38
  if db_audit is not None:
@@ -74,7 +74,7 @@ class AuditLogConfigArgs:
74
74
  """
75
75
  Audit Log Retention Period Value: 1~365.
76
76
 
77
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
77
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
78
78
  """
79
79
  return pulumi.get(self, "retention")
80
80
 
@@ -102,7 +102,7 @@ class _AuditLogConfigState:
102
102
  :param pulumi.Input[str] instance_id: Instance ID, Call the Describeinstances Get.
103
103
  :param pulumi.Input[int] retention: Audit Log Retention Period Value: 1~365.
104
104
 
105
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
105
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
106
106
  :param pulumi.Input[str] status: The status of the resource.
107
107
  """
108
108
  if create_time is not None:
@@ -162,7 +162,7 @@ class _AuditLogConfigState:
162
162
  """
163
163
  Audit Log Retention Period Value: 1~365.
164
164
 
165
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
165
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
166
166
  """
167
167
  return pulumi.get(self, "retention")
168
168
 
@@ -193,7 +193,7 @@ class AuditLogConfig(pulumi.CustomResource):
193
193
  retention: Optional[pulumi.Input[int]] = None,
194
194
  __props__=None):
195
195
  """
196
- Provides a Redis And Memcache (KVStore) Audit Log Config resource.
196
+ Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Audit Log Config resource.
197
197
 
198
198
  > **NOTE:** Available since v1.130.0.
199
199
 
@@ -244,7 +244,7 @@ class AuditLogConfig(pulumi.CustomResource):
244
244
 
245
245
  ## Import
246
246
 
247
- Redis And Memcache (KVStore) Audit Log Config can be imported using the id, e.g.
247
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) Audit Log Config can be imported using the id, e.g.
248
248
 
249
249
  ```sh
250
250
  $ pulumi import alicloud:kvstore/auditLogConfig:AuditLogConfig example <instance_id>
@@ -260,7 +260,7 @@ class AuditLogConfig(pulumi.CustomResource):
260
260
  :param pulumi.Input[str] instance_id: Instance ID, Call the Describeinstances Get.
261
261
  :param pulumi.Input[int] retention: Audit Log Retention Period Value: 1~365.
262
262
 
263
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
263
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
264
264
  """
265
265
  ...
266
266
  @overload
@@ -269,7 +269,7 @@ class AuditLogConfig(pulumi.CustomResource):
269
269
  args: AuditLogConfigArgs,
270
270
  opts: Optional[pulumi.ResourceOptions] = None):
271
271
  """
272
- Provides a Redis And Memcache (KVStore) Audit Log Config resource.
272
+ Provides a Tair (Redis OSS-Compatible) And Memcache (KVStore) Audit Log Config resource.
273
273
 
274
274
  > **NOTE:** Available since v1.130.0.
275
275
 
@@ -320,7 +320,7 @@ class AuditLogConfig(pulumi.CustomResource):
320
320
 
321
321
  ## Import
322
322
 
323
- Redis And Memcache (KVStore) Audit Log Config can be imported using the id, e.g.
323
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) Audit Log Config can be imported using the id, e.g.
324
324
 
325
325
  ```sh
326
326
  $ pulumi import alicloud:kvstore/auditLogConfig:AuditLogConfig example <instance_id>
@@ -391,7 +391,7 @@ class AuditLogConfig(pulumi.CustomResource):
391
391
  :param pulumi.Input[str] instance_id: Instance ID, Call the Describeinstances Get.
392
392
  :param pulumi.Input[int] retention: Audit Log Retention Period Value: 1~365.
393
393
 
394
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
394
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
395
395
  :param pulumi.Input[str] status: The status of the resource.
396
396
  """
397
397
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -439,7 +439,7 @@ class AuditLogConfig(pulumi.CustomResource):
439
439
  """
440
440
  Audit Log Retention Period Value: 1~365.
441
441
 
442
- > **NOTE**: When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All an Apsaradb for Redis Instance for a Data Entry into Force.
442
+ > **NOTE:** When the Instance dbaudit Value Is Set to True, This Parameter Entry into Force. The Parameter Setting of the Current Region of All a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance for a Data Entry into Force.
443
443
  """
444
444
  return pulumi.get(self, "retention")
445
445
 
@@ -24,7 +24,7 @@ class BackupPolicyArgs:
24
24
  backup_time: Optional[pulumi.Input[str]] = None):
25
25
  """
26
26
  The set of arguments for constructing a BackupPolicy resource.
27
- :param pulumi.Input[str] instance_id: The id of ApsaraDB for Redis or Memcache intance.
27
+ :param pulumi.Input[str] instance_id: The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
28
28
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup Cycle. Allowed values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
29
29
  :param pulumi.Input[str] backup_time: Backup time, in the format of HH:mmZ- HH:mm Z
30
30
  """
@@ -38,7 +38,7 @@ class BackupPolicyArgs:
38
38
  @pulumi.getter(name="instanceId")
39
39
  def instance_id(self) -> pulumi.Input[str]:
40
40
  """
41
- The id of ApsaraDB for Redis or Memcache intance.
41
+ The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
42
42
  """
43
43
  return pulumi.get(self, "instance_id")
44
44
 
@@ -81,7 +81,7 @@ class _BackupPolicyState:
81
81
  Input properties used for looking up and filtering BackupPolicy resources.
82
82
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup Cycle. Allowed values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
83
83
  :param pulumi.Input[str] backup_time: Backup time, in the format of HH:mmZ- HH:mm Z
84
- :param pulumi.Input[str] instance_id: The id of ApsaraDB for Redis or Memcache intance.
84
+ :param pulumi.Input[str] instance_id: The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
85
85
  """
86
86
  if backup_periods is not None:
87
87
  pulumi.set(__self__, "backup_periods", backup_periods)
@@ -118,7 +118,7 @@ class _BackupPolicyState:
118
118
  @pulumi.getter(name="instanceId")
119
119
  def instance_id(self) -> Optional[pulumi.Input[str]]:
120
120
  """
121
- The id of ApsaraDB for Redis or Memcache intance.
121
+ The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
122
122
  """
123
123
  return pulumi.get(self, "instance_id")
124
124
 
@@ -139,7 +139,7 @@ class BackupPolicy(pulumi.CustomResource):
139
139
  """
140
140
  > **DEPRECATED:** This resource has been deprecated from version `1.104.0`. Please use resource alicloud_kvstore_instance.
141
141
 
142
- Provides a backup policy for ApsaraDB Redis / Memcache instance resource.
142
+ Provides a backup policy for Tair (Redis OSS-Compatible) And Memcache (KVStore) resource.
143
143
 
144
144
  ## Example Usage
145
145
 
@@ -189,7 +189,7 @@ class BackupPolicy(pulumi.CustomResource):
189
189
 
190
190
  ## Import
191
191
 
192
- KVStore backup policy can be imported using the id, e.g.
192
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) backup policy can be imported using the id, e.g.
193
193
 
194
194
  ```sh
195
195
  $ pulumi import alicloud:kvstore/backupPolicy:BackupPolicy example r-abc12345678
@@ -199,7 +199,7 @@ class BackupPolicy(pulumi.CustomResource):
199
199
  :param pulumi.ResourceOptions opts: Options for the resource.
200
200
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup Cycle. Allowed values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
201
201
  :param pulumi.Input[str] backup_time: Backup time, in the format of HH:mmZ- HH:mm Z
202
- :param pulumi.Input[str] instance_id: The id of ApsaraDB for Redis or Memcache intance.
202
+ :param pulumi.Input[str] instance_id: The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
203
203
  """
204
204
  ...
205
205
  @overload
@@ -210,7 +210,7 @@ class BackupPolicy(pulumi.CustomResource):
210
210
  """
211
211
  > **DEPRECATED:** This resource has been deprecated from version `1.104.0`. Please use resource alicloud_kvstore_instance.
212
212
 
213
- Provides a backup policy for ApsaraDB Redis / Memcache instance resource.
213
+ Provides a backup policy for Tair (Redis OSS-Compatible) And Memcache (KVStore) resource.
214
214
 
215
215
  ## Example Usage
216
216
 
@@ -260,7 +260,7 @@ class BackupPolicy(pulumi.CustomResource):
260
260
 
261
261
  ## Import
262
262
 
263
- KVStore backup policy can be imported using the id, e.g.
263
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) backup policy can be imported using the id, e.g.
264
264
 
265
265
  ```sh
266
266
  $ pulumi import alicloud:kvstore/backupPolicy:BackupPolicy example r-abc12345678
@@ -320,7 +320,7 @@ class BackupPolicy(pulumi.CustomResource):
320
320
  :param pulumi.ResourceOptions opts: Options for the resource.
321
321
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup Cycle. Allowed values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
322
322
  :param pulumi.Input[str] backup_time: Backup time, in the format of HH:mmZ- HH:mm Z
323
- :param pulumi.Input[str] instance_id: The id of ApsaraDB for Redis or Memcache intance.
323
+ :param pulumi.Input[str] instance_id: The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
324
324
  """
325
325
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
326
326
 
@@ -351,7 +351,7 @@ class BackupPolicy(pulumi.CustomResource):
351
351
  @pulumi.getter(name="instanceId")
352
352
  def instance_id(self) -> pulumi.Output[str]:
353
353
  """
354
- The id of ApsaraDB for Redis or Memcache intance.
354
+ The id of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
355
355
  """
356
356
  return pulumi.get(self, "instance_id")
357
357
 
@@ -78,7 +78,7 @@ class _ConnectionState:
78
78
  port: Optional[pulumi.Input[str]] = None):
79
79
  """
80
80
  Input properties used for looking up and filtering Connection resources.
81
- :param pulumi.Input[str] connection_string: The public connection string of KVStore DBInstance.
81
+ :param pulumi.Input[str] connection_string: The public connection string of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
82
82
  :param pulumi.Input[str] connection_string_prefix: The prefix of the public endpoint. The prefix can be 8 to 64 characters in length, and can contain lowercase letters and digits. It must start with a lowercase letter.
83
83
  :param pulumi.Input[str] instance_id: The ID of the instance.
84
84
  :param pulumi.Input[str] port: The service port number of the instance.
@@ -96,7 +96,7 @@ class _ConnectionState:
96
96
  @pulumi.getter(name="connectionString")
97
97
  def connection_string(self) -> Optional[pulumi.Input[str]]:
98
98
  """
99
- The public connection string of KVStore DBInstance.
99
+ The public connection string of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
100
100
  """
101
101
  return pulumi.get(self, "connection_string")
102
102
 
@@ -151,7 +151,7 @@ class Connection(pulumi.CustomResource):
151
151
  port: Optional[pulumi.Input[str]] = None,
152
152
  __props__=None):
153
153
  """
154
- Operate the public network ip of the specified resource. How to use it, see [What is Resource Alicloud KVStore Connection](https://www.alibabacloud.com/help/doc-detail/125795.htm).
154
+ Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/doc-detail/125795.htm).
155
155
 
156
156
  > **NOTE:** Available since v1.101.0.
157
157
 
@@ -202,7 +202,7 @@ class Connection(pulumi.CustomResource):
202
202
 
203
203
  ## Import
204
204
 
205
- KVStore connection can be imported using the id, e.g.
205
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) connection can be imported using the id, e.g.
206
206
 
207
207
  ```sh
208
208
  $ pulumi import alicloud:kvstore/connection:Connection example r-abc12345678
@@ -221,7 +221,7 @@ class Connection(pulumi.CustomResource):
221
221
  args: ConnectionArgs,
222
222
  opts: Optional[pulumi.ResourceOptions] = None):
223
223
  """
224
- Operate the public network ip of the specified resource. How to use it, see [What is Resource Alicloud KVStore Connection](https://www.alibabacloud.com/help/doc-detail/125795.htm).
224
+ Operate the public network ip of the specified resource. How to use it, see [What is Connection](https://www.alibabacloud.com/help/doc-detail/125795.htm).
225
225
 
226
226
  > **NOTE:** Available since v1.101.0.
227
227
 
@@ -272,7 +272,7 @@ class Connection(pulumi.CustomResource):
272
272
 
273
273
  ## Import
274
274
 
275
- KVStore connection can be imported using the id, e.g.
275
+ Tair (Redis OSS-Compatible) And Memcache (KVStore) connection can be imported using the id, e.g.
276
276
 
277
277
  ```sh
278
278
  $ pulumi import alicloud:kvstore/connection:Connection example r-abc12345678
@@ -336,7 +336,7 @@ class Connection(pulumi.CustomResource):
336
336
  :param str resource_name: The unique name of the resulting resource.
337
337
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
338
338
  :param pulumi.ResourceOptions opts: Options for the resource.
339
- :param pulumi.Input[str] connection_string: The public connection string of KVStore DBInstance.
339
+ :param pulumi.Input[str] connection_string: The public connection string of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
340
340
  :param pulumi.Input[str] connection_string_prefix: The prefix of the public endpoint. The prefix can be 8 to 64 characters in length, and can contain lowercase letters and digits. It must start with a lowercase letter.
341
341
  :param pulumi.Input[str] instance_id: The ID of the instance.
342
342
  :param pulumi.Input[str] port: The service port number of the instance.
@@ -355,7 +355,7 @@ class Connection(pulumi.CustomResource):
355
355
  @pulumi.getter(name="connectionString")
356
356
  def connection_string(self) -> pulumi.Output[str]:
357
357
  """
358
- The public connection string of KVStore DBInstance.
358
+ The public connection string of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
359
359
  """
360
360
  return pulumi.get(self, "connection_string")
361
361
 
@@ -129,7 +129,7 @@ def get_accounts(account_name: Optional[str] = None,
129
129
  status: Optional[str] = None,
130
130
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountsResult:
131
131
  """
132
- This data source provides the KVStore Accounts of the current Alibaba Cloud user.
132
+ This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Accounts of the current Alibaba Cloud user.
133
133
 
134
134
  > **NOTE:** Available in v1.102.0+.
135
135
 
@@ -149,7 +149,7 @@ def get_accounts(account_name: Optional[str] = None,
149
149
  :param str account_name: The name of the account.
150
150
  :param str instance_id: The Id of instance in which account belongs.
151
151
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
152
- :param str status: The status of KVStore Account. Valid Values: `"Available` `Unavailable`
152
+ :param str status: The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account. Valid Values: `"Available` `Unavailable`
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['accountName'] = account_name
@@ -177,7 +177,7 @@ def get_accounts_output(account_name: Optional[pulumi.Input[Optional[str]]] = No
177
177
  status: Optional[pulumi.Input[Optional[str]]] = None,
178
178
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountsResult]:
179
179
  """
180
- This data source provides the KVStore Accounts of the current Alibaba Cloud user.
180
+ This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Accounts of the current Alibaba Cloud user.
181
181
 
182
182
  > **NOTE:** Available in v1.102.0+.
183
183
 
@@ -197,7 +197,7 @@ def get_accounts_output(account_name: Optional[pulumi.Input[Optional[str]]] = No
197
197
  :param str account_name: The name of the account.
198
198
  :param str instance_id: The Id of instance in which account belongs.
199
199
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
200
- :param str status: The status of KVStore Account. Valid Values: `"Available` `Unavailable`
200
+ :param str status: The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account. Valid Values: `"Available` `Unavailable`
201
201
  """
202
202
  __args__ = dict()
203
203
  __args__['accountName'] = account_name
@@ -61,7 +61,7 @@ class GetConnectionsResult:
61
61
  @pulumi.getter
62
62
  def ids(self) -> str:
63
63
  """
64
- A list of KVStore DBInstance ids.
64
+ A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance 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 KVStore DBInstance.
90
+ This data source can query the public IP of the specified Tair (Redis OSS-Compatible) And Memcache (KVStore).
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 KVStore DBInstance ids, only support one item.
106
+ :param str ids: A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance 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 KVStore DBInstance.
124
+ This data source can query the public IP of the specified Tair (Redis OSS-Compatible) And Memcache (KVStore).
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 KVStore DBInstance ids, only support one item.
140
+ :param str ids: A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance 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,9 +229,9 @@ 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 KVStore instance classes resource available info of Alibaba Cloud.
232
+ This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance classes resource available info of Alibaba Cloud.
233
233
 
234
- > **NOTE:** Available since v1.49.0+
234
+ > **NOTE:** Available since v1.49.0.
235
235
 
236
236
  ## Example Usage
237
237
 
@@ -249,22 +249,22 @@ def get_instance_classes(architecture: Optional[str] = None,
249
249
  ```
250
250
 
251
251
 
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`.
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`.
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 KVStore instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
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`.
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 KVStore instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
261
+ :param str product_type: The type of the service. Valid values:
262
+ * Local: a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance with a local disk.
263
+ * OnECS: a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance with a standard disk. This type is available only on the Alibaba Cloud China site.
264
+ :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`.
262
265
  :param int shard_number: The number of shard.Valid values: `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`.
263
- * product_type - (Optional, Available since 1.130.0) The type of the service. Valid values:
264
- * Local: an ApsaraDB for Redis instance with a local disk.
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 KVStore instance.
267
+ :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
268
268
  """
269
269
  __args__ = dict()
270
270
  __args__['architecture'] = architecture
@@ -321,9 +321,9 @@ 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 KVStore instance classes resource available info of Alibaba Cloud.
324
+ This data source provides the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance classes resource available info of Alibaba Cloud.
325
325
 
326
- > **NOTE:** Available since v1.49.0+
326
+ > **NOTE:** Available since v1.49.0.
327
327
 
328
328
  ## Example Usage
329
329
 
@@ -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 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`.
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`.
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 KVStore instance node type required by the user. Valid values: `double`, `single`, `readone`, `readthree` and `readfive`.
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`.
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 KVStore instance series type required by the user. Valid values: `enhanced_performance_type` and `hybrid_storage`.
353
+ :param str product_type: The type of the service. Valid values:
354
+ * Local: a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance with a local disk.
355
+ * OnECS: a Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance with a standard disk. This type is available only on the Alibaba Cloud China site.
356
+ :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`.
354
357
  :param int shard_number: The number of shard.Valid values: `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, `256`.
355
- * product_type - (Optional, Available since 1.130.0) The type of the service. Valid values:
356
- * Local: an ApsaraDB for Redis instance with a local disk.
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 KVStore instance.
359
+ :param str zone_id: The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.
360
360
  """
361
361
  __args__ = dict()
362
362
  __args__['architecture'] = architecture