pulumi-alicloud 3.61.2a1725006221__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 (73) hide show
  1. pulumi_alicloud/brain/get_industrial_pid_loops.py +2 -18
  2. pulumi_alicloud/brain/get_industrial_pid_organizations.py +2 -12
  3. pulumi_alicloud/brain/get_industrial_pid_projects.py +2 -18
  4. pulumi_alicloud/brain/get_industrial_serice.py +2 -6
  5. pulumi_alicloud/brain/industrial_pid_loop.py +2 -6
  6. pulumi_alicloud/brain/industrial_pid_organization.py +4 -4
  7. pulumi_alicloud/brain/industrial_pid_project.py +4 -4
  8. pulumi_alicloud/cas/certificate.py +13 -155
  9. pulumi_alicloud/cas/service_certificate.py +30 -9
  10. pulumi_alicloud/cdn/real_time_log_delivery.py +2 -2
  11. pulumi_alicloud/cen/get_transit_router_route_tables.py +14 -81
  12. pulumi_alicloud/cen/outputs.py +2 -6
  13. pulumi_alicloud/cfg/remediation.py +2 -6
  14. pulumi_alicloud/clickhouse/account.py +2 -2
  15. pulumi_alicloud/clickhouse/backup_policy.py +2 -2
  16. pulumi_alicloud/cloudfirewall/instance.py +0 -2
  17. pulumi_alicloud/cs/_inputs.py +21 -141
  18. pulumi_alicloud/cs/kubernetes.py +7 -7
  19. pulumi_alicloud/cs/managed_kubernetes.py +45 -506
  20. pulumi_alicloud/cs/outputs.py +21 -148
  21. pulumi_alicloud/cs/registry_enterprise_namespace.py +72 -92
  22. pulumi_alicloud/cs/registry_enterprise_repo.py +74 -96
  23. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +101 -105
  24. pulumi_alicloud/cs/serverless_kubernetes.py +206 -174
  25. pulumi_alicloud/databasefilesystem/instance.py +2 -2
  26. pulumi_alicloud/dts/consumer_channel.py +2 -2
  27. pulumi_alicloud/dts/subscription_job.py +2 -2
  28. pulumi_alicloud/ecs/auto_provisioning_group.py +2 -2
  29. pulumi_alicloud/ehpc/get_clusters.py +2 -11
  30. pulumi_alicloud/ehpc/get_job_templates.py +2 -5
  31. pulumi_alicloud/ehpc/job_template.py +2 -2
  32. pulumi_alicloud/ehpc/outputs.py +2 -34
  33. pulumi_alicloud/fc/function.py +6 -6
  34. pulumi_alicloud/fc/function_async_invoke_config.py +2 -2
  35. pulumi_alicloud/fc/trigger.py +2 -2
  36. pulumi_alicloud/gpdb/account.py +4 -0
  37. pulumi_alicloud/gpdb/connection.py +4 -0
  38. pulumi_alicloud/log/alert.py +28 -30
  39. pulumi_alicloud/log/audit.py +0 -2
  40. pulumi_alicloud/log/dashboard.py +8 -8
  41. pulumi_alicloud/log/etl.py +26 -26
  42. pulumi_alicloud/log/ingestion.py +10 -10
  43. pulumi_alicloud/log/log_tail_attachment.py +14 -14
  44. pulumi_alicloud/log/log_tail_config.py +10 -10
  45. pulumi_alicloud/log/machine_group.py +4 -4
  46. pulumi_alicloud/log/oss_export.py +10 -10
  47. pulumi_alicloud/log/project.py +4 -4
  48. pulumi_alicloud/log/store_index.py +10 -10
  49. pulumi_alicloud/nlb/server_group.py +2 -2
  50. pulumi_alicloud/oos/service_setting.py +8 -10
  51. pulumi_alicloud/oss/bucket.py +10 -18
  52. pulumi_alicloud/oss/bucket_object.py +8 -12
  53. pulumi_alicloud/oss/bucket_replication.py +2 -2
  54. pulumi_alicloud/polardb/cluster.py +21 -75
  55. pulumi_alicloud/pulumi-plugin.json +1 -1
  56. pulumi_alicloud/pvtz/zone_record.py +2 -2
  57. pulumi_alicloud/ram/access_key.py +0 -4
  58. pulumi_alicloud/rds/account_privilege.py +2 -2
  59. pulumi_alicloud/rds/backup_policy.py +12 -270
  60. pulumi_alicloud/rds/database.py +7 -49
  61. pulumi_alicloud/rds/instance.py +2 -4
  62. pulumi_alicloud/rocketmq/group.py +2 -2
  63. pulumi_alicloud/rocketmq/topic.py +2 -2
  64. pulumi_alicloud/sls/alert.py +6 -6
  65. pulumi_alicloud/sls/scheduled_sql.py +10 -10
  66. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  67. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +4 -4
  68. pulumi_alicloud/vpc/route_table_attachment.py +4 -4
  69. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +2 -2
  70. {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/METADATA +1 -1
  71. {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/RECORD +73 -73
  72. {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/WHEEL +1 -1
  73. {pulumi_alicloud-3.61.2a1725006221.dist-info → pulumi_alicloud-3.62.0a1724476801.dist-info}/top_level.txt +0 -0
@@ -769,9 +769,8 @@ class Bucket(pulumi.CustomResource):
769
769
  default = random.index.Integer("default",
770
770
  max=99999,
771
771
  min=10000)
772
- bucket_acl = alicloud.oss.Bucket("bucket-acl", bucket=f"example-value-{default['result']}")
773
- bucket_acl_bucket_acl = alicloud.oss.BucketAcl("bucket-acl",
774
- bucket=bucket_acl.bucket,
772
+ bucket_acl = alicloud.oss.Bucket("bucket-acl",
773
+ bucket=f"example-value-{default['result']}",
775
774
  acl="private")
776
775
  ```
777
776
 
@@ -803,9 +802,8 @@ class Bucket(pulumi.CustomResource):
803
802
  default = random.index.Integer("default",
804
803
  max=99999,
805
804
  min=10000)
806
- bucket_target = alicloud.oss.Bucket("bucket-target", bucket=f"example-value-{default['result']}")
807
- bucket_target_bucket_acl = alicloud.oss.BucketAcl("bucket-target",
808
- bucket=bucket_target.bucket,
805
+ bucket_target = alicloud.oss.Bucket("bucket-target",
806
+ bucket=f"example-value-{default['result']}",
809
807
  acl="public-read")
810
808
  bucket_logging = alicloud.oss.Bucket("bucket-logging",
811
809
  bucket=f"example-logging-{default['result']}",
@@ -827,6 +825,7 @@ class Bucket(pulumi.CustomResource):
827
825
  min=10000)
828
826
  bucket_referer = alicloud.oss.Bucket("bucket-referer",
829
827
  bucket=f"example-value-{default['result']}",
828
+ acl="private",
830
829
  referer_config={
831
830
  "allow_empty": False,
832
831
  "referers": [
@@ -834,9 +833,6 @@ class Bucket(pulumi.CustomResource):
834
833
  "https://www.aliyun.com",
835
834
  ],
836
835
  })
837
- default_bucket_acl = alicloud.oss.BucketAcl("default",
838
- bucket=bucket_referer.bucket,
839
- acl="private")
840
836
  ```
841
837
 
842
838
  Set lifecycle rule
@@ -895,9 +891,8 @@ class Bucket(pulumi.CustomResource):
895
891
  default = random.index.Integer("default",
896
892
  max=99999,
897
893
  min=10000)
898
- bucket_acl = alicloud.oss.Bucket("bucket-acl", bucket=f"example-value-{default['result']}")
899
- bucket_acl_bucket_acl = alicloud.oss.BucketAcl("bucket-acl",
900
- bucket=bucket_acl.bucket,
894
+ bucket_acl = alicloud.oss.Bucket("bucket-acl",
895
+ bucket=f"example-value-{default['result']}",
901
896
  acl="private")
902
897
  ```
903
898
 
@@ -929,9 +924,8 @@ class Bucket(pulumi.CustomResource):
929
924
  default = random.index.Integer("default",
930
925
  max=99999,
931
926
  min=10000)
932
- bucket_target = alicloud.oss.Bucket("bucket-target", bucket=f"example-value-{default['result']}")
933
- bucket_target_bucket_acl = alicloud.oss.BucketAcl("bucket-target",
934
- bucket=bucket_target.bucket,
927
+ bucket_target = alicloud.oss.Bucket("bucket-target",
928
+ bucket=f"example-value-{default['result']}",
935
929
  acl="public-read")
936
930
  bucket_logging = alicloud.oss.Bucket("bucket-logging",
937
931
  bucket=f"example-logging-{default['result']}",
@@ -953,6 +947,7 @@ class Bucket(pulumi.CustomResource):
953
947
  min=10000)
954
948
  bucket_referer = alicloud.oss.Bucket("bucket-referer",
955
949
  bucket=f"example-value-{default['result']}",
950
+ acl="private",
956
951
  referer_config={
957
952
  "allow_empty": False,
958
953
  "referers": [
@@ -960,9 +955,6 @@ class Bucket(pulumi.CustomResource):
960
955
  "https://www.aliyun.com",
961
956
  ],
962
957
  })
963
- default_bucket_acl = alicloud.oss.BucketAcl("default",
964
- bucket=bucket_referer.bucket,
965
- acl="private")
966
958
  ```
967
959
 
968
960
  Set lifecycle rule
@@ -535,9 +535,8 @@ class BucketObject(pulumi.CustomResource):
535
535
  default = random.index.Integer("default",
536
536
  max=99999,
537
537
  min=10000)
538
- default_bucket = alicloud.oss.Bucket("default", bucket=f"terraform-example-{default['result']}")
539
- default_bucket_acl = alicloud.oss.BucketAcl("default",
540
- bucket=default_bucket.bucket,
538
+ default_bucket = alicloud.oss.Bucket("default",
539
+ bucket=f"terraform-example-{default['result']}",
541
540
  acl="private")
542
541
  default_bucket_object = alicloud.oss.BucketObject("default",
543
542
  bucket=default_bucket.bucket,
@@ -555,9 +554,8 @@ class BucketObject(pulumi.CustomResource):
555
554
  default = random.index.Integer("default",
556
555
  max=99999,
557
556
  min=10000)
558
- default_bucket = alicloud.oss.Bucket("default", bucket=f"terraform-example-{default['result']}")
559
- default_bucket_acl = alicloud.oss.BucketAcl("default",
560
- bucket=default_bucket.bucket,
557
+ default_bucket = alicloud.oss.Bucket("default",
558
+ bucket=f"terraform-example-{default['result']}",
561
559
  acl="private")
562
560
  default_bucket_object = alicloud.oss.BucketObject("default",
563
561
  bucket=default_bucket.bucket,
@@ -605,9 +603,8 @@ class BucketObject(pulumi.CustomResource):
605
603
  default = random.index.Integer("default",
606
604
  max=99999,
607
605
  min=10000)
608
- default_bucket = alicloud.oss.Bucket("default", bucket=f"terraform-example-{default['result']}")
609
- default_bucket_acl = alicloud.oss.BucketAcl("default",
610
- bucket=default_bucket.bucket,
606
+ default_bucket = alicloud.oss.Bucket("default",
607
+ bucket=f"terraform-example-{default['result']}",
611
608
  acl="private")
612
609
  default_bucket_object = alicloud.oss.BucketObject("default",
613
610
  bucket=default_bucket.bucket,
@@ -625,9 +622,8 @@ class BucketObject(pulumi.CustomResource):
625
622
  default = random.index.Integer("default",
626
623
  max=99999,
627
624
  min=10000)
628
- default_bucket = alicloud.oss.Bucket("default", bucket=f"terraform-example-{default['result']}")
629
- default_bucket_acl = alicloud.oss.BucketAcl("default",
630
- bucket=default_bucket.bucket,
625
+ default_bucket = alicloud.oss.Bucket("default",
626
+ bucket=f"terraform-example-{default['result']}",
631
627
  acl="private")
632
628
  default_bucket_object = alicloud.oss.BucketObject("default",
633
629
  bucket=default_bucket.bucket,
@@ -422,7 +422,7 @@ class BucketReplication(pulumi.CustomResource):
422
422
  description="this is a policy test",
423
423
  force=True)
424
424
  attach = alicloud.ram.RolePolicyAttachment("attach",
425
- policy_name=policy.policy_name,
425
+ policy_name=policy.name,
426
426
  policy_type=policy.type,
427
427
  role_name=role.name)
428
428
  key = alicloud.kms.Key("key",
@@ -540,7 +540,7 @@ class BucketReplication(pulumi.CustomResource):
540
540
  description="this is a policy test",
541
541
  force=True)
542
542
  attach = alicloud.ram.RolePolicyAttachment("attach",
543
- policy_name=policy.policy_name,
543
+ policy_name=policy.name,
544
544
  policy_type=policy.type,
545
545
  role_name=role.name)
546
546
  key = alicloud.kms.Key("key",
@@ -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.61.2-alpha.1725006221"
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",
@@ -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
  ```