pulumi-alicloud 3.69.0__py3-none-any.whl → 3.69.0a1733203178__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 (47) hide show
  1. pulumi_alicloud/__init__.py +0 -56
  2. pulumi_alicloud/adb/db_cluster.py +0 -7
  3. pulumi_alicloud/arms/__init__.py +0 -2
  4. pulumi_alicloud/arms/_inputs.py +4 -42
  5. pulumi_alicloud/arms/dispatch_rule.py +0 -4
  6. pulumi_alicloud/arms/get_dispatch_rules.py +6 -99
  7. pulumi_alicloud/arms/outputs.py +13 -154
  8. pulumi_alicloud/cfg/rule.py +4 -4
  9. pulumi_alicloud/cs/autoscaling_config.py +0 -51
  10. pulumi_alicloud/dataworks/__init__.py +0 -4
  11. pulumi_alicloud/dataworks/outputs.py +0 -44
  12. pulumi_alicloud/dataworks/project.py +140 -294
  13. pulumi_alicloud/ecs/__init__.py +0 -1
  14. pulumi_alicloud/ecs/_inputs.py +0 -34
  15. pulumi_alicloud/ecs/disk.py +14 -156
  16. pulumi_alicloud/ecs/ecs_disk.py +97 -308
  17. pulumi_alicloud/ecs/ecs_key_pair.py +49 -77
  18. pulumi_alicloud/ecs/instance.py +0 -145
  19. pulumi_alicloud/ecs/key_pair.py +7 -27
  20. pulumi_alicloud/ecs/outputs.py +0 -37
  21. pulumi_alicloud/oss/__init__.py +0 -1
  22. pulumi_alicloud/oss/_inputs.py +0 -1750
  23. pulumi_alicloud/oss/outputs.py +0 -1338
  24. pulumi_alicloud/polardb/cluster.py +7 -7
  25. pulumi_alicloud/polardb/get_clusters.py +1 -1
  26. pulumi_alicloud/polardb/outputs.py +2 -2
  27. pulumi_alicloud/pulumi-plugin.json +1 -1
  28. pulumi_alicloud/redis/tair_instance.py +30 -63
  29. pulumi_alicloud/sae/application.py +1 -1
  30. pulumi_alicloud/slb/attachment.py +6 -2
  31. pulumi_alicloud/sls/__init__.py +0 -1
  32. pulumi_alicloud/sls/_inputs.py +0 -484
  33. pulumi_alicloud/sls/outputs.py +0 -346
  34. pulumi_alicloud/vpc/network.py +7 -7
  35. {pulumi_alicloud-3.69.0.dist-info → pulumi_alicloud-3.69.0a1733203178.dist-info}/METADATA +1 -1
  36. {pulumi_alicloud-3.69.0.dist-info → pulumi_alicloud-3.69.0a1733203178.dist-info}/RECORD +38 -47
  37. pulumi_alicloud/arms/alert_robot.py +0 -421
  38. pulumi_alicloud/arms/get_alert_robots.py +0 -230
  39. pulumi_alicloud/dataworks/_inputs.py +0 -95
  40. pulumi_alicloud/dataworks/data_source.py +0 -686
  41. pulumi_alicloud/dataworks/data_source_shared_rule.py +0 -378
  42. pulumi_alicloud/dataworks/project_member.py +0 -380
  43. pulumi_alicloud/ecs/image_pipeline_execution.py +0 -245
  44. pulumi_alicloud/oss/bucket_website.py +0 -416
  45. pulumi_alicloud/sls/oss_export_sink.py +0 -428
  46. {pulumi_alicloud-3.69.0.dist-info → pulumi_alicloud-3.69.0a1733203178.dist-info}/WHEEL +0 -0
  47. {pulumi_alicloud-3.69.0.dist-info → pulumi_alicloud-3.69.0a1733203178.dist-info}/top_level.txt +0 -0
@@ -124,7 +124,7 @@ class ClusterArgs:
124
124
  :param pulumi.Input[str] gdn_id: The ID of the global database network (GDN).
125
125
  > **NOTE:** This parameter is required if CreationOption is set to CreateGdnStandby.
126
126
  :param pulumi.Input[str] hot_replica_mode: Indicates whether the hot standby feature is enabled. Valid values are `ON`, `OFF`. Only MySQL supports.
127
- :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
127
+ :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
128
128
  :param pulumi.Input[str] imci_switch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. Valid values are `ON`, `OFF`.
129
129
  > **NOTE:** Only polardb MySQL Cluster version is available. The cluster with minor version number of 8.0.1 supports the column index feature, and the specific kernel version must be 8.0.1.1.22 or above.
130
130
  > **NOTE:** The single node, the single node version of the history library, and the cluster version of the history library do not support column save indexes.
@@ -612,7 +612,7 @@ class ClusterArgs:
612
612
  @pulumi.getter(name="hotStandbyCluster")
613
613
  def hot_standby_cluster(self) -> Optional[pulumi.Input[str]]:
614
614
  """
615
- Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
615
+ Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
616
616
  """
617
617
  return pulumi.get(self, "hot_standby_cluster")
618
618
 
@@ -1262,7 +1262,7 @@ class _ClusterState:
1262
1262
  :param pulumi.Input[str] gdn_id: The ID of the global database network (GDN).
1263
1263
  > **NOTE:** This parameter is required if CreationOption is set to CreateGdnStandby.
1264
1264
  :param pulumi.Input[str] hot_replica_mode: Indicates whether the hot standby feature is enabled. Valid values are `ON`, `OFF`. Only MySQL supports.
1265
- :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
1265
+ :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
1266
1266
  :param pulumi.Input[str] imci_switch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. Valid values are `ON`, `OFF`.
1267
1267
  > **NOTE:** Only polardb MySQL Cluster version is available. The cluster with minor version number of 8.0.1 supports the column index feature, and the specific kernel version must be 8.0.1.1.22 or above.
1268
1268
  > **NOTE:** The single node, the single node version of the history library, and the cluster version of the history library do not support column save indexes.
@@ -1806,7 +1806,7 @@ class _ClusterState:
1806
1806
  @pulumi.getter(name="hotStandbyCluster")
1807
1807
  def hot_standby_cluster(self) -> Optional[pulumi.Input[str]]:
1808
1808
  """
1809
- Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
1809
+ Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
1810
1810
  """
1811
1811
  return pulumi.get(self, "hot_standby_cluster")
1812
1812
 
@@ -2497,7 +2497,7 @@ class Cluster(pulumi.CustomResource):
2497
2497
  :param pulumi.Input[str] gdn_id: The ID of the global database network (GDN).
2498
2498
  > **NOTE:** This parameter is required if CreationOption is set to CreateGdnStandby.
2499
2499
  :param pulumi.Input[str] hot_replica_mode: Indicates whether the hot standby feature is enabled. Valid values are `ON`, `OFF`. Only MySQL supports.
2500
- :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
2500
+ :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
2501
2501
  :param pulumi.Input[str] imci_switch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. Valid values are `ON`, `OFF`.
2502
2502
  > **NOTE:** Only polardb MySQL Cluster version is available. The cluster with minor version number of 8.0.1 supports the column index feature, and the specific kernel version must be 8.0.1.1.22 or above.
2503
2503
  > **NOTE:** The single node, the single node version of the history library, and the cluster version of the history library do not support column save indexes.
@@ -2873,7 +2873,7 @@ class Cluster(pulumi.CustomResource):
2873
2873
  :param pulumi.Input[str] gdn_id: The ID of the global database network (GDN).
2874
2874
  > **NOTE:** This parameter is required if CreationOption is set to CreateGdnStandby.
2875
2875
  :param pulumi.Input[str] hot_replica_mode: Indicates whether the hot standby feature is enabled. Valid values are `ON`, `OFF`. Only MySQL supports.
2876
- :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
2876
+ :param pulumi.Input[str] hot_standby_cluster: Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
2877
2877
  :param pulumi.Input[str] imci_switch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. Valid values are `ON`, `OFF`.
2878
2878
  > **NOTE:** Only polardb MySQL Cluster version is available. The cluster with minor version number of 8.0.1 supports the column index feature, and the specific kernel version must be 8.0.1.1.22 or above.
2879
2879
  > **NOTE:** The single node, the single node version of the history library, and the cluster version of the history library do not support column save indexes.
@@ -3246,7 +3246,7 @@ class Cluster(pulumi.CustomResource):
3246
3246
  @pulumi.getter(name="hotStandbyCluster")
3247
3247
  def hot_standby_cluster(self) -> pulumi.Output[str]:
3248
3248
  """
3249
- Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`.
3249
+ Whether to enable the hot standby cluster. Valid values are `ON`, `OFF`. Only MySQL supports.
3250
3250
  """
3251
3251
  return pulumi.get(self, "hot_standby_cluster")
3252
3252
 
@@ -68,7 +68,7 @@ class GetClustersResult:
68
68
  @pulumi.getter(name="dbType")
69
69
  def db_type(self) -> Optional[str]:
70
70
  """
71
- Database type. Value options: MySQL, PostgreSQL and Oracle.
71
+ `Primary` for primary cluster, `ReadOnly` for read-only cluster, `Guard` for disaster recovery cluster, and `Temp` for temporary cluster.
72
72
  """
73
73
  return pulumi.get(self, "db_type")
74
74
 
@@ -398,7 +398,7 @@ class GetClustersClusterResult(dict):
398
398
  :param str db_version: The DBVersion of the PolarDB cluster.
399
399
  :param int delete_lock: The DeleteLock of the PolarDB cluster.
400
400
  :param str description: The description of the PolarDB cluster.
401
- :param str engine: The database engine of the cluster, example: POLARDB.
401
+ :param str engine: Database type. Options are `MySQL`, `Oracle` and `PostgreSQL`. If no value is specified, all types are returned.
402
402
  :param str expire_time: Expiration time. Pay-As-You-Go clusters never expire.
403
403
  :param str expired: The expired of the PolarDB cluster.
404
404
  :param str id: The ID of the PolarDB cluster.
@@ -518,7 +518,7 @@ class GetClustersClusterResult(dict):
518
518
  @pulumi.getter
519
519
  def engine(self) -> str:
520
520
  """
521
- The database engine of the cluster, example: POLARDB.
521
+ Database type. Options are `MySQL`, `Oracle` and `PostgreSQL`. If no value is specified, all types are returned.
522
522
  """
523
523
  return pulumi.get(self, "engine")
524
524
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.69.0"
4
+ "version": "3.69.0-alpha.1733203178"
5
5
  }
@@ -37,7 +37,6 @@ class TairInstanceArgs:
37
37
  modify_mode: Optional[pulumi.Input[str]] = None,
38
38
  node_type: Optional[pulumi.Input[str]] = None,
39
39
  param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
40
- param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
41
40
  param_repl_mode: Optional[pulumi.Input[str]] = None,
42
41
  param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
43
42
  param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
@@ -95,9 +94,10 @@ class TairInstanceArgs:
95
94
  3. Not as a distributed instance, you do not need to enter any values.
96
95
  :param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
97
96
  :param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
98
- :param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
99
- :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
100
- :param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
97
+ :param pulumi.Input[str] node_type: Node type, value:
98
+ - `MASTER_SLAVE`: high availability (dual copy)
99
+ - `STAND_ALONE`: single copy
100
+ :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
101
101
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
102
102
 
103
103
  The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
@@ -167,8 +167,6 @@ class TairInstanceArgs:
167
167
  pulumi.set(__self__, "node_type", node_type)
168
168
  if param_no_loose_sentinel_enabled is not None:
169
169
  pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
170
- if param_no_loose_sentinel_password_free_access is not None:
171
- pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
172
170
  if param_repl_mode is not None:
173
171
  pulumi.set(__self__, "param_repl_mode", param_repl_mode)
174
172
  if param_semisync_repl_timeout is not None:
@@ -428,7 +426,9 @@ class TairInstanceArgs:
428
426
  @pulumi.getter(name="nodeType")
429
427
  def node_type(self) -> Optional[pulumi.Input[str]]:
430
428
  """
431
- The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
429
+ Node type, value:
430
+ - `MASTER_SLAVE`: high availability (dual copy)
431
+ - `STAND_ALONE`: single copy
432
432
  """
433
433
  return pulumi.get(self, "node_type")
434
434
 
@@ -440,7 +440,7 @@ class TairInstanceArgs:
440
440
  @pulumi.getter(name="paramNoLooseSentinelEnabled")
441
441
  def param_no_loose_sentinel_enabled(self) -> Optional[pulumi.Input[str]]:
442
442
  """
443
- sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
443
+ sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
444
444
  """
445
445
  return pulumi.get(self, "param_no_loose_sentinel_enabled")
446
446
 
@@ -448,18 +448,6 @@ class TairInstanceArgs:
448
448
  def param_no_loose_sentinel_enabled(self, value: Optional[pulumi.Input[str]]):
449
449
  pulumi.set(self, "param_no_loose_sentinel_enabled", value)
450
450
 
451
- @property
452
- @pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
453
- def param_no_loose_sentinel_password_free_access(self) -> Optional[pulumi.Input[str]]:
454
- """
455
- Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
456
- """
457
- return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
458
-
459
- @param_no_loose_sentinel_password_free_access.setter
460
- def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
461
- pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
462
-
463
451
  @property
464
452
  @pulumi.getter(name="paramReplMode")
465
453
  def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
@@ -774,7 +762,6 @@ class _TairInstanceState:
774
762
  network_type: Optional[pulumi.Input[str]] = None,
775
763
  node_type: Optional[pulumi.Input[str]] = None,
776
764
  param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
777
- param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
778
765
  param_repl_mode: Optional[pulumi.Input[str]] = None,
779
766
  param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
780
767
  param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
@@ -840,9 +827,10 @@ class _TairInstanceState:
840
827
  :param pulumi.Input[int] max_connections: The maximum number of connections supported by the instance.
841
828
  :param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
842
829
  :param pulumi.Input[str] network_type: The network type of the instance. CLASSIC(classic network), VPC.
843
- :param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
844
- :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
845
- :param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
830
+ :param pulumi.Input[str] node_type: Node type, value:
831
+ - `MASTER_SLAVE`: high availability (dual copy)
832
+ - `STAND_ALONE`: single copy
833
+ :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
846
834
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
847
835
 
848
836
  The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
@@ -927,8 +915,6 @@ class _TairInstanceState:
927
915
  pulumi.set(__self__, "node_type", node_type)
928
916
  if param_no_loose_sentinel_enabled is not None:
929
917
  pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
930
- if param_no_loose_sentinel_password_free_access is not None:
931
- pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
932
918
  if param_repl_mode is not None:
933
919
  pulumi.set(__self__, "param_repl_mode", param_repl_mode)
934
920
  if param_semisync_repl_timeout is not None:
@@ -1224,7 +1210,9 @@ class _TairInstanceState:
1224
1210
  @pulumi.getter(name="nodeType")
1225
1211
  def node_type(self) -> Optional[pulumi.Input[str]]:
1226
1212
  """
1227
- The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
1213
+ Node type, value:
1214
+ - `MASTER_SLAVE`: high availability (dual copy)
1215
+ - `STAND_ALONE`: single copy
1228
1216
  """
1229
1217
  return pulumi.get(self, "node_type")
1230
1218
 
@@ -1236,7 +1224,7 @@ class _TairInstanceState:
1236
1224
  @pulumi.getter(name="paramNoLooseSentinelEnabled")
1237
1225
  def param_no_loose_sentinel_enabled(self) -> Optional[pulumi.Input[str]]:
1238
1226
  """
1239
- sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
1227
+ sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
1240
1228
  """
1241
1229
  return pulumi.get(self, "param_no_loose_sentinel_enabled")
1242
1230
 
@@ -1244,18 +1232,6 @@ class _TairInstanceState:
1244
1232
  def param_no_loose_sentinel_enabled(self, value: Optional[pulumi.Input[str]]):
1245
1233
  pulumi.set(self, "param_no_loose_sentinel_enabled", value)
1246
1234
 
1247
- @property
1248
- @pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
1249
- def param_no_loose_sentinel_password_free_access(self) -> Optional[pulumi.Input[str]]:
1250
- """
1251
- Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
1252
- """
1253
- return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
1254
-
1255
- @param_no_loose_sentinel_password_free_access.setter
1256
- def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
1257
- pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
1258
-
1259
1235
  @property
1260
1236
  @pulumi.getter(name="paramReplMode")
1261
1237
  def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
@@ -1639,7 +1615,6 @@ class TairInstance(pulumi.CustomResource):
1639
1615
  modify_mode: Optional[pulumi.Input[str]] = None,
1640
1616
  node_type: Optional[pulumi.Input[str]] = None,
1641
1617
  param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
1642
- param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
1643
1618
  param_repl_mode: Optional[pulumi.Input[str]] = None,
1644
1619
  param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
1645
1620
  param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
@@ -1670,7 +1645,7 @@ class TairInstance(pulumi.CustomResource):
1670
1645
  """
1671
1646
  ## Import
1672
1647
 
1673
- Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair Instance can be imported using the id, e.g.
1648
+ Redis Tair Instance can be imported using the id, e.g.
1674
1649
 
1675
1650
  ```sh
1676
1651
  $ pulumi import alicloud:redis/tairInstance:TairInstance example <id>
@@ -1707,9 +1682,10 @@ class TairInstance(pulumi.CustomResource):
1707
1682
  :param pulumi.Input[str] instance_type: The storage medium of the instance. Valid values: tair_rdb, tair_scm, tair_essd.
1708
1683
  :param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
1709
1684
  :param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
1710
- :param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
1711
- :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
1712
- :param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
1685
+ :param pulumi.Input[str] node_type: Node type, value:
1686
+ - `MASTER_SLAVE`: high availability (dual copy)
1687
+ - `STAND_ALONE`: single copy
1688
+ :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
1713
1689
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
1714
1690
 
1715
1691
  The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
@@ -1760,7 +1736,7 @@ class TairInstance(pulumi.CustomResource):
1760
1736
  """
1761
1737
  ## Import
1762
1738
 
1763
- Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair Instance can be imported using the id, e.g.
1739
+ Redis Tair Instance can be imported using the id, e.g.
1764
1740
 
1765
1741
  ```sh
1766
1742
  $ pulumi import alicloud:redis/tairInstance:TairInstance example <id>
@@ -1796,7 +1772,6 @@ class TairInstance(pulumi.CustomResource):
1796
1772
  modify_mode: Optional[pulumi.Input[str]] = None,
1797
1773
  node_type: Optional[pulumi.Input[str]] = None,
1798
1774
  param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
1799
- param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
1800
1775
  param_repl_mode: Optional[pulumi.Input[str]] = None,
1801
1776
  param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
1802
1777
  param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
@@ -1851,7 +1826,6 @@ class TairInstance(pulumi.CustomResource):
1851
1826
  __props__.__dict__["modify_mode"] = modify_mode
1852
1827
  __props__.__dict__["node_type"] = node_type
1853
1828
  __props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
1854
- __props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
1855
1829
  __props__.__dict__["param_repl_mode"] = param_repl_mode
1856
1830
  __props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
1857
1831
  __props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
@@ -1924,7 +1898,6 @@ class TairInstance(pulumi.CustomResource):
1924
1898
  network_type: Optional[pulumi.Input[str]] = None,
1925
1899
  node_type: Optional[pulumi.Input[str]] = None,
1926
1900
  param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
1927
- param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
1928
1901
  param_repl_mode: Optional[pulumi.Input[str]] = None,
1929
1902
  param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
1930
1903
  param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
@@ -1995,9 +1968,10 @@ class TairInstance(pulumi.CustomResource):
1995
1968
  :param pulumi.Input[int] max_connections: The maximum number of connections supported by the instance.
1996
1969
  :param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
1997
1970
  :param pulumi.Input[str] network_type: The network type of the instance. CLASSIC(classic network), VPC.
1998
- :param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
1999
- :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
2000
- :param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
1971
+ :param pulumi.Input[str] node_type: Node type, value:
1972
+ - `MASTER_SLAVE`: high availability (dual copy)
1973
+ - `STAND_ALONE`: single copy
1974
+ :param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
2001
1975
  :param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
2002
1976
 
2003
1977
  The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
@@ -2066,7 +2040,6 @@ class TairInstance(pulumi.CustomResource):
2066
2040
  __props__.__dict__["network_type"] = network_type
2067
2041
  __props__.__dict__["node_type"] = node_type
2068
2042
  __props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
2069
- __props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
2070
2043
  __props__.__dict__["param_repl_mode"] = param_repl_mode
2071
2044
  __props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
2072
2045
  __props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
@@ -2262,7 +2235,9 @@ class TairInstance(pulumi.CustomResource):
2262
2235
  @pulumi.getter(name="nodeType")
2263
2236
  def node_type(self) -> pulumi.Output[str]:
2264
2237
  """
2265
- The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
2238
+ Node type, value:
2239
+ - `MASTER_SLAVE`: high availability (dual copy)
2240
+ - `STAND_ALONE`: single copy
2266
2241
  """
2267
2242
  return pulumi.get(self, "node_type")
2268
2243
 
@@ -2270,18 +2245,10 @@ class TairInstance(pulumi.CustomResource):
2270
2245
  @pulumi.getter(name="paramNoLooseSentinelEnabled")
2271
2246
  def param_no_loose_sentinel_enabled(self) -> pulumi.Output[str]:
2272
2247
  """
2273
- sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
2248
+ sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes or no. The default value is no.
2274
2249
  """
2275
2250
  return pulumi.get(self, "param_no_loose_sentinel_enabled")
2276
2251
 
2277
- @property
2278
- @pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
2279
- def param_no_loose_sentinel_password_free_access(self) -> pulumi.Output[str]:
2280
- """
2281
- Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
2282
- """
2283
- return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
2284
-
2285
2252
  @property
2286
2253
  @pulumi.getter(name="paramReplMode")
2287
2254
  def param_repl_mode(self) -> pulumi.Output[str]:
@@ -3280,7 +3280,7 @@ class Application(pulumi.CustomResource):
3280
3280
 
3281
3281
  @property
3282
3282
  @pulumi.getter(name="microRegistration")
3283
- def micro_registration(self) -> pulumi.Output[str]:
3283
+ def micro_registration(self) -> pulumi.Output[Optional[str]]:
3284
3284
  """
3285
3285
  Select the Nacos registry. Valid values: `0`, `1`, `2`.
3286
3286
  """
@@ -235,10 +235,12 @@ class Attachment(pulumi.CustomResource):
235
235
  weight: Optional[pulumi.Input[int]] = None,
236
236
  __props__=None):
237
237
  """
238
- > **DEPRECATED:** This resource has been deprecated from v1.153.0 and using slb.BackendServer instead.
238
+ > **DEPRECATED:** This resource has been deprecated from v1.153.0 and using alicloud_backend_server instead.
239
239
 
240
240
  Add a group of backend servers (ECS instance) to the Server Load Balancer or remove them from it.
241
241
 
242
+ > **NOTE:** Deprecated since v1.153.0+.
243
+
242
244
  ## Example Usage
243
245
 
244
246
  ```python
@@ -311,10 +313,12 @@ class Attachment(pulumi.CustomResource):
311
313
  args: AttachmentArgs,
312
314
  opts: Optional[pulumi.ResourceOptions] = None):
313
315
  """
314
- > **DEPRECATED:** This resource has been deprecated from v1.153.0 and using slb.BackendServer instead.
316
+ > **DEPRECATED:** This resource has been deprecated from v1.153.0 and using alicloud_backend_server instead.
315
317
 
316
318
  Add a group of backend servers (ECS instance) to the Server Load Balancer or remove them from it.
317
319
 
320
+ > **NOTE:** Deprecated since v1.153.0+.
321
+
318
322
  ## Example Usage
319
323
 
320
324
  ```python
@@ -7,7 +7,6 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .alert import *
9
9
  from .collection_policy import *
10
- from .oss_export_sink import *
11
10
  from .scheduled_sql import *
12
11
  from ._inputs import *
13
12
  from . import outputs