pulumi-alicloud 3.62.0__py3-none-any.whl → 3.62.0a1724476801__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 (119) hide show
  1. pulumi_alicloud/__init__.py +0 -80
  2. pulumi_alicloud/actiontrail/trail.py +2 -2
  3. pulumi_alicloud/adb/cluster.py +0 -34
  4. pulumi_alicloud/adb/db_cluster.py +0 -47
  5. pulumi_alicloud/amqp/static_account.py +12 -12
  6. pulumi_alicloud/brain/get_industrial_pid_loops.py +2 -18
  7. pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
  8. pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
  9. pulumi_alicloud/brain/get_industrial_serice.py +2 -6
  10. pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
  11. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  12. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  13. pulumi_alicloud/cas/certificate.py +13 -155
  14. pulumi_alicloud/cas/service_certificate.py +30 -9
  15. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  16. pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
  17. pulumi_alicloud/cen/outputs.py +2 -6
  18. pulumi_alicloud/cen/transit_router_peer_attachment.py +20 -38
  19. pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
  20. pulumi_alicloud/cfg/remediation.py +2 -6
  21. pulumi_alicloud/clickhouse/account.py +2 -2
  22. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  23. pulumi_alicloud/cloudfirewall/instance.py +0 -2
  24. pulumi_alicloud/cs/_inputs.py +21 -141
  25. pulumi_alicloud/cs/kubernetes.py +7 -7
  26. pulumi_alicloud/cs/kubernetes_addon.py +8 -4
  27. pulumi_alicloud/cs/managed_kubernetes.py +45 -506
  28. pulumi_alicloud/cs/outputs.py +21 -148
  29. pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
  30. pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
  31. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
  32. pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
  33. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  34. pulumi_alicloud/ddos/_inputs.py +0 -24
  35. pulumi_alicloud/ddos/outputs.py +0 -37
  36. pulumi_alicloud/ddos/port.py +40 -110
  37. pulumi_alicloud/dts/consumer_channel.py +2 -2
  38. pulumi_alicloud/dts/subscription_job.py +2 -2
  39. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  40. pulumi_alicloud/ehpc/get_clusters.py +2 -11
  41. pulumi_alicloud/ehpc/get_job_templates.py +2 -5
  42. pulumi_alicloud/ehpc/job_template.py +2 -2
  43. pulumi_alicloud/ehpc/outputs.py +2 -34
  44. pulumi_alicloud/emrv2/_inputs.py +8 -8
  45. pulumi_alicloud/emrv2/get_clusters.py +4 -25
  46. pulumi_alicloud/emrv2/outputs.py +12 -12
  47. pulumi_alicloud/ens/_inputs.py +0 -87
  48. pulumi_alicloud/ens/load_balancer.py +25 -74
  49. pulumi_alicloud/ens/outputs.py +0 -84
  50. pulumi_alicloud/fc/__init__.py +0 -3
  51. pulumi_alicloud/fc/_inputs.py +8 -320
  52. pulumi_alicloud/fc/function.py +6 -6
  53. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  54. pulumi_alicloud/fc/outputs.py +8 -321
  55. pulumi_alicloud/fc/trigger.py +2 -2
  56. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +3 -18
  57. pulumi_alicloud/gpdb/__init__.py +0 -2
  58. pulumi_alicloud/gpdb/account.py +87 -172
  59. pulumi_alicloud/gpdb/connection.py +4 -0
  60. pulumi_alicloud/gpdb/db_resource_group.py +9 -54
  61. pulumi_alicloud/hbr/_inputs.py +14 -14
  62. pulumi_alicloud/hbr/outputs.py +14 -14
  63. pulumi_alicloud/hbr/policy.py +18 -18
  64. pulumi_alicloud/hbr/policy_binding.py +62 -203
  65. pulumi_alicloud/log/alert.py +28 -30
  66. pulumi_alicloud/log/audit.py +0 -2
  67. pulumi_alicloud/log/dashboard.py +8 -8
  68. pulumi_alicloud/log/etl.py +26 -26
  69. pulumi_alicloud/log/ingestion.py +10 -10
  70. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  71. pulumi_alicloud/log/log_tail_config.py +10 -10
  72. pulumi_alicloud/log/machine_group.py +4 -4
  73. pulumi_alicloud/log/oss_export.py +10 -10
  74. pulumi_alicloud/log/project.py +4 -4
  75. pulumi_alicloud/log/store_index.py +10 -10
  76. pulumi_alicloud/nlb/server_group.py +2 -2
  77. pulumi_alicloud/oos/service_setting.py +8 -10
  78. pulumi_alicloud/oss/bucket.py +10 -18
  79. pulumi_alicloud/oss/bucket_object.py +8 -12
  80. pulumi_alicloud/oss/bucket_replication.py +2 -2
  81. pulumi_alicloud/polardb/cluster.py +21 -75
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/zone_record.py +2 -2
  84. pulumi_alicloud/quotas/__init__.py +0 -1
  85. pulumi_alicloud/ram/access_key.py +0 -4
  86. pulumi_alicloud/rds/account_privilege.py +2 -2
  87. pulumi_alicloud/rds/backup_policy.py +12 -270
  88. pulumi_alicloud/rds/database.py +7 -49
  89. pulumi_alicloud/rds/get_instance_class_infos.py +0 -20
  90. pulumi_alicloud/rds/get_instance_classes.py +0 -22
  91. pulumi_alicloud/rds/get_instance_engines.py +0 -22
  92. pulumi_alicloud/rds/instance.py +2 -4
  93. pulumi_alicloud/rds/rds_db_proxy.py +0 -61
  94. pulumi_alicloud/rocketmq/group.py +2 -2
  95. pulumi_alicloud/rocketmq/topic.py +2 -2
  96. pulumi_alicloud/servicecatalog/__init__.py +0 -4
  97. pulumi_alicloud/servicecatalog/portfolio.py +31 -31
  98. pulumi_alicloud/sls/alert.py +6 -6
  99. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  100. pulumi_alicloud/vpc/get_route_tables.py +5 -28
  101. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  102. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  103. pulumi_alicloud/vpc/outputs.py +2 -2
  104. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  105. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  106. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/METADATA +1 -1
  107. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/RECORD +109 -119
  108. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/WHEEL +1 -1
  109. pulumi_alicloud/fc/v3_layer_version.py +0 -511
  110. pulumi_alicloud/fc/v3_provision_config.py +0 -676
  111. pulumi_alicloud/fc/v3_vpc_binding.py +0 -283
  112. pulumi_alicloud/gpdb/hadoop_data_source.py +0 -1135
  113. pulumi_alicloud/gpdb/jdbc_data_source.py +0 -643
  114. pulumi_alicloud/quotas/template_service.py +0 -165
  115. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +0 -354
  116. pulumi_alicloud/servicecatalog/product.py +0 -383
  117. pulumi_alicloud/servicecatalog/product_portfolio_association.py +0 -222
  118. pulumi_alicloud/servicecatalog/product_version.py +0 -539
  119. {pulumi_alicloud-3.62.0.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/top_level.txt +0 -0
@@ -50,7 +50,6 @@ class ClusterArgs:
50
50
  period: Optional[pulumi.Input[int]] = None,
51
51
  planned_end_time: Optional[pulumi.Input[str]] = None,
52
52
  planned_start_time: Optional[pulumi.Input[str]] = None,
53
- provisioned_iops: Optional[pulumi.Input[str]] = None,
54
53
  proxy_class: Optional[pulumi.Input[str]] = None,
55
54
  proxy_type: Optional[pulumi.Input[str]] = None,
56
55
  renewal_status: Optional[pulumi.Input[str]] = None,
@@ -83,8 +82,7 @@ class ClusterArgs:
83
82
  The set of arguments for constructing a Cluster resource.
84
83
  :param pulumi.Input[str] db_node_class: The db_node_class of cluster node.
85
84
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
86
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
87
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
85
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
88
86
  :param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
89
87
  :param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
90
88
  :param pulumi.Input[str] allow_shut_down: Specifies whether to enable the no-activity suspension feature. Default value: false. Valid values are `true`, `false`. This parameter is valid only for serverless clusters.
@@ -134,8 +132,6 @@ class ClusterArgs:
134
132
  > **NOTE:** The latest time must be 30 minutes or more later than the start time. If PlannedStartTime is set but this parameter is not specified, the latest time to execute the target task defaults to the start time+30 minutes. For example, when the PlannedStartTime is set to 2021-01-14T09:00:00Z and this parameter is left blank, the target task will start executing at the latest on 2021-01-14T09:30:00Z.
135
133
  :param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
136
134
  > **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
137
- :param pulumi.Input[str] provisioned_iops: The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
138
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
139
135
  :param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
140
136
  > **NOTE:** This parameter is valid only for standard edition clusters.
141
137
  :param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
@@ -162,7 +158,8 @@ class ClusterArgs:
162
158
  :param pulumi.Input[int] storage_space: Storage space charged by space (monthly package). Unit: GB.
163
159
  > **NOTE:** Valid values for PolarDB for MySQL Standard Edition: 20 to 32000. It is valid when pay_type are `PrePaid` ,`PostPaid`.
164
160
  > **NOTE:** Valid values for PolarDB for MySQL Enterprise Edition: 50 to 100000.It is valid when pay_type is `PrePaid`.
165
- :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
161
+ :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
162
+ > **NOTE:** Serverless cluster does not support this parameter.
166
163
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
167
164
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
168
165
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -241,8 +238,6 @@ class ClusterArgs:
241
238
  pulumi.set(__self__, "planned_end_time", planned_end_time)
242
239
  if planned_start_time is not None:
243
240
  pulumi.set(__self__, "planned_start_time", planned_start_time)
244
- if provisioned_iops is not None:
245
- pulumi.set(__self__, "provisioned_iops", provisioned_iops)
246
241
  if proxy_class is not None:
247
242
  pulumi.set(__self__, "proxy_class", proxy_class)
248
243
  if proxy_type is not None:
@@ -306,8 +301,7 @@ class ClusterArgs:
306
301
  """
307
302
  The db_node_class of cluster node.
308
303
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
309
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
310
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
304
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
311
305
  """
312
306
  return pulumi.get(self, "db_node_class")
313
307
 
@@ -727,19 +721,6 @@ class ClusterArgs:
727
721
  def planned_start_time(self, value: Optional[pulumi.Input[str]]):
728
722
  pulumi.set(self, "planned_start_time", value)
729
723
 
730
- @property
731
- @pulumi.getter(name="provisionedIops")
732
- def provisioned_iops(self) -> Optional[pulumi.Input[str]]:
733
- """
734
- The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
735
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
736
- """
737
- return pulumi.get(self, "provisioned_iops")
738
-
739
- @provisioned_iops.setter
740
- def provisioned_iops(self, value: Optional[pulumi.Input[str]]):
741
- pulumi.set(self, "provisioned_iops", value)
742
-
743
724
  @property
744
725
  @pulumi.getter(name="proxyClass")
745
726
  def proxy_class(self) -> Optional[pulumi.Input[str]]:
@@ -979,7 +960,8 @@ class ClusterArgs:
979
960
  @pulumi.getter(name="storageType")
980
961
  def storage_type(self) -> Optional[pulumi.Input[str]]:
981
962
  """
982
- The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
963
+ The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
964
+ > **NOTE:** Serverless cluster does not support this parameter.
983
965
  """
984
966
  return pulumi.get(self, "storage_type")
985
967
 
@@ -1129,7 +1111,6 @@ class _ClusterState:
1129
1111
  planned_end_time: Optional[pulumi.Input[str]] = None,
1130
1112
  planned_start_time: Optional[pulumi.Input[str]] = None,
1131
1113
  port: Optional[pulumi.Input[str]] = None,
1132
- provisioned_iops: Optional[pulumi.Input[str]] = None,
1133
1114
  proxy_class: Optional[pulumi.Input[str]] = None,
1134
1115
  proxy_type: Optional[pulumi.Input[str]] = None,
1135
1116
  renewal_status: Optional[pulumi.Input[str]] = None,
@@ -1177,8 +1158,7 @@ class _ClusterState:
1177
1158
  :param pulumi.Input[Sequence[pulumi.Input['ClusterDbClusterIpArrayArgs']]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
1178
1159
  :param pulumi.Input[str] db_node_class: The db_node_class of cluster node.
1179
1160
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
1180
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
1181
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
1161
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
1182
1162
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
1183
1163
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
1184
1164
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
@@ -1219,8 +1199,6 @@ class _ClusterState:
1219
1199
  :param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
1220
1200
  > **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
1221
1201
  :param pulumi.Input[str] port: (Available since 1.196.0) PolarDB cluster connection port.
1222
- :param pulumi.Input[str] provisioned_iops: The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
1223
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
1224
1202
  :param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
1225
1203
  > **NOTE:** This parameter is valid only for standard edition clusters.
1226
1204
  :param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
@@ -1248,7 +1226,8 @@ class _ClusterState:
1248
1226
  :param pulumi.Input[int] storage_space: Storage space charged by space (monthly package). Unit: GB.
1249
1227
  > **NOTE:** Valid values for PolarDB for MySQL Standard Edition: 20 to 32000. It is valid when pay_type are `PrePaid` ,`PostPaid`.
1250
1228
  > **NOTE:** Valid values for PolarDB for MySQL Enterprise Edition: 50 to 100000.It is valid when pay_type is `PrePaid`.
1251
- :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
1229
+ :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
1230
+ > **NOTE:** Serverless cluster does not support this parameter.
1252
1231
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
1253
1232
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
1254
1233
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -1341,8 +1320,6 @@ class _ClusterState:
1341
1320
  pulumi.set(__self__, "planned_start_time", planned_start_time)
1342
1321
  if port is not None:
1343
1322
  pulumi.set(__self__, "port", port)
1344
- if provisioned_iops is not None:
1345
- pulumi.set(__self__, "provisioned_iops", provisioned_iops)
1346
1323
  if proxy_class is not None:
1347
1324
  pulumi.set(__self__, "proxy_class", proxy_class)
1348
1325
  if proxy_type is not None:
@@ -1533,8 +1510,7 @@ class _ClusterState:
1533
1510
  """
1534
1511
  The db_node_class of cluster node.
1535
1512
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
1536
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
1537
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
1513
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
1538
1514
  """
1539
1515
  return pulumi.get(self, "db_node_class")
1540
1516
 
@@ -1879,19 +1855,6 @@ class _ClusterState:
1879
1855
  def port(self, value: Optional[pulumi.Input[str]]):
1880
1856
  pulumi.set(self, "port", value)
1881
1857
 
1882
- @property
1883
- @pulumi.getter(name="provisionedIops")
1884
- def provisioned_iops(self) -> Optional[pulumi.Input[str]]:
1885
- """
1886
- The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
1887
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
1888
- """
1889
- return pulumi.get(self, "provisioned_iops")
1890
-
1891
- @provisioned_iops.setter
1892
- def provisioned_iops(self, value: Optional[pulumi.Input[str]]):
1893
- pulumi.set(self, "provisioned_iops", value)
1894
-
1895
1858
  @property
1896
1859
  @pulumi.getter(name="proxyClass")
1897
1860
  def proxy_class(self) -> Optional[pulumi.Input[str]]:
@@ -2143,7 +2106,8 @@ class _ClusterState:
2143
2106
  @pulumi.getter(name="storageType")
2144
2107
  def storage_type(self) -> Optional[pulumi.Input[str]]:
2145
2108
  """
2146
- The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
2109
+ The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
2110
+ > **NOTE:** Serverless cluster does not support this parameter.
2147
2111
  """
2148
2112
  return pulumi.get(self, "storage_type")
2149
2113
 
@@ -2305,7 +2269,6 @@ class Cluster(pulumi.CustomResource):
2305
2269
  period: Optional[pulumi.Input[int]] = None,
2306
2270
  planned_end_time: Optional[pulumi.Input[str]] = None,
2307
2271
  planned_start_time: Optional[pulumi.Input[str]] = None,
2308
- provisioned_iops: Optional[pulumi.Input[str]] = None,
2309
2272
  proxy_class: Optional[pulumi.Input[str]] = None,
2310
2273
  proxy_type: Optional[pulumi.Input[str]] = None,
2311
2274
  renewal_status: Optional[pulumi.Input[str]] = None,
@@ -2359,8 +2322,7 @@ class Cluster(pulumi.CustomResource):
2359
2322
  :param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbClusterIpArrayArgs', 'ClusterDbClusterIpArrayArgsDict']]]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
2360
2323
  :param pulumi.Input[str] db_node_class: The db_node_class of cluster node.
2361
2324
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
2362
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
2363
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
2325
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
2364
2326
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
2365
2327
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
2366
2328
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
@@ -2399,8 +2361,6 @@ class Cluster(pulumi.CustomResource):
2399
2361
  > **NOTE:** The latest time must be 30 minutes or more later than the start time. If PlannedStartTime is set but this parameter is not specified, the latest time to execute the target task defaults to the start time+30 minutes. For example, when the PlannedStartTime is set to 2021-01-14T09:00:00Z and this parameter is left blank, the target task will start executing at the latest on 2021-01-14T09:30:00Z.
2400
2362
  :param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
2401
2363
  > **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
2402
- :param pulumi.Input[str] provisioned_iops: The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
2403
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
2404
2364
  :param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
2405
2365
  > **NOTE:** This parameter is valid only for standard edition clusters.
2406
2366
  :param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
@@ -2427,7 +2387,8 @@ class Cluster(pulumi.CustomResource):
2427
2387
  :param pulumi.Input[int] storage_space: Storage space charged by space (monthly package). Unit: GB.
2428
2388
  > **NOTE:** Valid values for PolarDB for MySQL Standard Edition: 20 to 32000. It is valid when pay_type are `PrePaid` ,`PostPaid`.
2429
2389
  > **NOTE:** Valid values for PolarDB for MySQL Enterprise Edition: 50 to 100000.It is valid when pay_type is `PrePaid`.
2430
- :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
2390
+ :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
2391
+ > **NOTE:** Serverless cluster does not support this parameter.
2431
2392
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
2432
2393
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
2433
2394
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -2505,7 +2466,6 @@ class Cluster(pulumi.CustomResource):
2505
2466
  period: Optional[pulumi.Input[int]] = None,
2506
2467
  planned_end_time: Optional[pulumi.Input[str]] = None,
2507
2468
  planned_start_time: Optional[pulumi.Input[str]] = None,
2508
- provisioned_iops: Optional[pulumi.Input[str]] = None,
2509
2469
  proxy_class: Optional[pulumi.Input[str]] = None,
2510
2470
  proxy_type: Optional[pulumi.Input[str]] = None,
2511
2471
  renewal_status: Optional[pulumi.Input[str]] = None,
@@ -2583,7 +2543,6 @@ class Cluster(pulumi.CustomResource):
2583
2543
  __props__.__dict__["period"] = period
2584
2544
  __props__.__dict__["planned_end_time"] = planned_end_time
2585
2545
  __props__.__dict__["planned_start_time"] = planned_start_time
2586
- __props__.__dict__["provisioned_iops"] = provisioned_iops
2587
2546
  __props__.__dict__["proxy_class"] = proxy_class
2588
2547
  __props__.__dict__["proxy_type"] = proxy_type
2589
2548
  __props__.__dict__["renewal_status"] = renewal_status
@@ -2666,7 +2625,6 @@ class Cluster(pulumi.CustomResource):
2666
2625
  planned_end_time: Optional[pulumi.Input[str]] = None,
2667
2626
  planned_start_time: Optional[pulumi.Input[str]] = None,
2668
2627
  port: Optional[pulumi.Input[str]] = None,
2669
- provisioned_iops: Optional[pulumi.Input[str]] = None,
2670
2628
  proxy_class: Optional[pulumi.Input[str]] = None,
2671
2629
  proxy_type: Optional[pulumi.Input[str]] = None,
2672
2630
  renewal_status: Optional[pulumi.Input[str]] = None,
@@ -2719,8 +2677,7 @@ class Cluster(pulumi.CustomResource):
2719
2677
  :param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbClusterIpArrayArgs', 'ClusterDbClusterIpArrayArgsDict']]]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
2720
2678
  :param pulumi.Input[str] db_node_class: The db_node_class of cluster node.
2721
2679
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
2722
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
2723
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
2680
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
2724
2681
  :param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
2725
2682
  > **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
2726
2683
  :param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
@@ -2761,8 +2718,6 @@ class Cluster(pulumi.CustomResource):
2761
2718
  :param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
2762
2719
  > **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
2763
2720
  :param pulumi.Input[str] port: (Available since 1.196.0) PolarDB cluster connection port.
2764
- :param pulumi.Input[str] provisioned_iops: The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
2765
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
2766
2721
  :param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
2767
2722
  > **NOTE:** This parameter is valid only for standard edition clusters.
2768
2723
  :param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
@@ -2790,7 +2745,8 @@ class Cluster(pulumi.CustomResource):
2790
2745
  :param pulumi.Input[int] storage_space: Storage space charged by space (monthly package). Unit: GB.
2791
2746
  > **NOTE:** Valid values for PolarDB for MySQL Standard Edition: 20 to 32000. It is valid when pay_type are `PrePaid` ,`PostPaid`.
2792
2747
  > **NOTE:** Valid values for PolarDB for MySQL Enterprise Edition: 50 to 100000.It is valid when pay_type is `PrePaid`.
2793
- :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
2748
+ :param pulumi.Input[str] storage_type: The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
2749
+ > **NOTE:** Serverless cluster does not support this parameter.
2794
2750
  :param pulumi.Input[str] sub_category: The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
2795
2751
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
2796
2752
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
@@ -2849,7 +2805,6 @@ class Cluster(pulumi.CustomResource):
2849
2805
  __props__.__dict__["planned_end_time"] = planned_end_time
2850
2806
  __props__.__dict__["planned_start_time"] = planned_start_time
2851
2807
  __props__.__dict__["port"] = port
2852
- __props__.__dict__["provisioned_iops"] = provisioned_iops
2853
2808
  __props__.__dict__["proxy_class"] = proxy_class
2854
2809
  __props__.__dict__["proxy_type"] = proxy_type
2855
2810
  __props__.__dict__["renewal_status"] = renewal_status
@@ -2971,8 +2926,7 @@ class Cluster(pulumi.CustomResource):
2971
2926
  """
2972
2927
  The db_node_class of cluster node.
2973
2928
  > **NOTE:** Node specifications are divided into cluster version, single node version and History Library version. They can't change each other, but the general specification and exclusive specification of cluster version can be changed.
2974
- From version 1.204.0, If you need to create a Serverless cluster with MySQL , `db_node_class` can be set to `polar.mysql.sl.small`.
2975
- From version 1.229.1, If you need to create a Serverless cluster with PostgreSQL 14 using the SENormal edition, `db_node_class` can be set to `polar.pg.sl.small.c`(x86 Architecture). Region can refer to the latest docs(https://help.aliyun.com/zh/polardb/polardb-for-postgresql/the-public-preview-of-polardb-for-postgresql-serverless-ends?spm=a2c4g.11186623.0.0.2e9f6cf0B4rIfC).
2929
+ From version 1.204.0, If you need to create a Serverless cluster, `db_node_class` can be set to `polar.mysql.sl.small`.
2976
2930
  """
2977
2931
  return pulumi.get(self, "db_node_class")
2978
2932
 
@@ -3205,15 +3159,6 @@ class Cluster(pulumi.CustomResource):
3205
3159
  """
3206
3160
  return pulumi.get(self, "port")
3207
3161
 
3208
- @property
3209
- @pulumi.getter(name="provisionedIops")
3210
- def provisioned_iops(self) -> pulumi.Output[str]:
3211
- """
3212
- The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
3213
- > **NOTE:** This parameter is available only if the StorageType parameter is set to ESSDAUTOPL.
3214
- """
3215
- return pulumi.get(self, "provisioned_iops")
3216
-
3217
3162
  @property
3218
3163
  @pulumi.getter(name="proxyClass")
3219
3164
  def proxy_class(self) -> pulumi.Output[Optional[str]]:
@@ -3385,7 +3330,8 @@ class Cluster(pulumi.CustomResource):
3385
3330
  @pulumi.getter(name="storageType")
3386
3331
  def storage_type(self) -> pulumi.Output[str]:
3387
3332
  """
3388
- The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`, `ESSDPL0`, `ESSDAUTOPL`. The standard version only supports MySQL and PostgreSQL.
3333
+ The storage type of the cluster. Enterprise storage type values are `PSL5`, `PSL4`. The standard version storage type values are `ESSDPL1`, `ESSDPL2`, `ESSDPL3`. The standard version only supports MySQL.
3334
+ > **NOTE:** Serverless cluster does not support this parameter.
3389
3335
  """
3390
3336
  return pulumi.get(self, "storage_type")
3391
3337
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.62.0"
4
+ "version": "3.62.0-alpha.1724476801"
5
5
  }
@@ -426,7 +426,7 @@ class ZoneRecord(pulumi.CustomResource):
426
426
  import pulumi
427
427
  import pulumi_alicloud as alicloud
428
428
 
429
- zone = alicloud.pvtz.Zone("zone", zone_name="foo.test.com")
429
+ zone = alicloud.pvtz.Zone("zone", name="foo.test.com")
430
430
  foo = alicloud.pvtz.ZoneRecord("foo",
431
431
  zone_id=zone.id,
432
432
  rr="www",
@@ -473,7 +473,7 @@ class ZoneRecord(pulumi.CustomResource):
473
473
  import pulumi
474
474
  import pulumi_alicloud as alicloud
475
475
 
476
- zone = alicloud.pvtz.Zone("zone", zone_name="foo.test.com")
476
+ zone = alicloud.pvtz.Zone("zone", name="foo.test.com")
477
477
  foo = alicloud.pvtz.ZoneRecord("foo",
478
478
  zone_id=zone.id,
479
479
  rr="www",
@@ -15,6 +15,5 @@ from .quota_alarm import *
15
15
  from .quota_application import *
16
16
  from .template_applications import *
17
17
  from .template_quota import *
18
- from .template_service import *
19
18
  from ._inputs import *
20
19
  from . import outputs
@@ -227,7 +227,6 @@ class AccessKey(pulumi.CustomResource):
227
227
  ## Example Usage
228
228
 
229
229
  Output the secret to a file.
230
-
231
230
  ```python
232
231
  import pulumi
233
232
  import pulumi_alicloud as alicloud
@@ -246,7 +245,6 @@ class AccessKey(pulumi.CustomResource):
246
245
  ```
247
246
 
248
247
  Using `pgp_key` to encrypt the secret.
249
-
250
248
  ```python
251
249
  import pulumi
252
250
  import pulumi_alicloud as alicloud
@@ -316,7 +314,6 @@ class AccessKey(pulumi.CustomResource):
316
314
  ## Example Usage
317
315
 
318
316
  Output the secret to a file.
319
-
320
317
  ```python
321
318
  import pulumi
322
319
  import pulumi_alicloud as alicloud
@@ -335,7 +332,6 @@ class AccessKey(pulumi.CustomResource):
335
332
  ```
336
333
 
337
334
  Using `pgp_key` to encrypt the secret.
338
-
339
335
  ```python
340
336
  import pulumi
341
337
  import pulumi_alicloud as alicloud
@@ -233,7 +233,7 @@ class AccountPrivilege(pulumi.CustomResource):
233
233
  account_description="from terraform")
234
234
  privilege = alicloud.rds.AccountPrivilege("privilege",
235
235
  instance_id=instance.id,
236
- account_name=account.account_name,
236
+ account_name=account.name,
237
237
  privilege="ReadOnly",
238
238
  db_names=[__item.name for __item in db])
239
239
  ```
@@ -312,7 +312,7 @@ class AccountPrivilege(pulumi.CustomResource):
312
312
  account_description="from terraform")
313
313
  privilege = alicloud.rds.AccountPrivilege("privilege",
314
314
  instance_id=instance.id,
315
- account_name=account.account_name,
315
+ account_name=account.name,
316
316
  privilege="ReadOnly",
317
317
  db_names=[__item.name for __item in db])
318
318
  ```