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
@@ -22,7 +22,7 @@ class GetTransitRouterRouteTablesResult:
22
22
  """
23
23
  A collection of values returned by getTransitRouterRouteTables.
24
24
  """
25
- def __init__(__self__, id=None, ids=None, name_regex=None, names=None, output_file=None, status=None, tables=None, transit_router_id=None, transit_router_route_table_ids=None, transit_router_route_table_names=None, transit_router_route_table_status=None, transit_router_route_table_type=None):
25
+ def __init__(__self__, id=None, ids=None, name_regex=None, names=None, output_file=None, status=None, tables=None, transit_router_id=None, transit_router_route_table_ids=None, transit_router_route_table_names=None, transit_router_route_table_status=None):
26
26
  if id and not isinstance(id, str):
27
27
  raise TypeError("Expected argument 'id' to be a str")
28
28
  pulumi.set(__self__, "id", id)
@@ -56,9 +56,6 @@ class GetTransitRouterRouteTablesResult:
56
56
  if transit_router_route_table_status and not isinstance(transit_router_route_table_status, str):
57
57
  raise TypeError("Expected argument 'transit_router_route_table_status' to be a str")
58
58
  pulumi.set(__self__, "transit_router_route_table_status", transit_router_route_table_status)
59
- if transit_router_route_table_type and not isinstance(transit_router_route_table_type, str):
60
- raise TypeError("Expected argument 'transit_router_route_table_type' to be a str")
61
- pulumi.set(__self__, "transit_router_route_table_type", transit_router_route_table_type)
62
59
 
63
60
  @property
64
61
  @pulumi.getter
@@ -71,6 +68,9 @@ class GetTransitRouterRouteTablesResult:
71
68
  @property
72
69
  @pulumi.getter
73
70
  def ids(self) -> Sequence[str]:
71
+ """
72
+ A list of CEN Transit Router Route Table IDs.
73
+ """
74
74
  return pulumi.get(self, "ids")
75
75
 
76
76
  @property
@@ -94,9 +94,6 @@ class GetTransitRouterRouteTablesResult:
94
94
  @property
95
95
  @pulumi.getter
96
96
  def status(self) -> Optional[str]:
97
- """
98
- The status of the route table.
99
- """
100
97
  return pulumi.get(self, "status")
101
98
 
102
99
  @property
@@ -125,15 +122,10 @@ class GetTransitRouterRouteTablesResult:
125
122
  @property
126
123
  @pulumi.getter(name="transitRouterRouteTableStatus")
127
124
  def transit_router_route_table_status(self) -> Optional[str]:
128
- return pulumi.get(self, "transit_router_route_table_status")
129
-
130
- @property
131
- @pulumi.getter(name="transitRouterRouteTableType")
132
- def transit_router_route_table_type(self) -> Optional[str]:
133
125
  """
134
- Type of the transit router route table.
126
+ The status of the route table.
135
127
  """
136
- return pulumi.get(self, "transit_router_route_table_type")
128
+ return pulumi.get(self, "transit_router_route_table_status")
137
129
 
138
130
 
139
131
  class AwaitableGetTransitRouterRouteTablesResult(GetTransitRouterRouteTablesResult):
@@ -152,8 +144,7 @@ class AwaitableGetTransitRouterRouteTablesResult(GetTransitRouterRouteTablesResu
152
144
  transit_router_id=self.transit_router_id,
153
145
  transit_router_route_table_ids=self.transit_router_route_table_ids,
154
146
  transit_router_route_table_names=self.transit_router_route_table_names,
155
- transit_router_route_table_status=self.transit_router_route_table_status,
156
- transit_router_route_table_type=self.transit_router_route_table_type)
147
+ transit_router_route_table_status=self.transit_router_route_table_status)
157
148
 
158
149
 
159
150
  def get_transit_router_route_tables(ids: Optional[Sequence[str]] = None,
@@ -164,47 +155,19 @@ def get_transit_router_route_tables(ids: Optional[Sequence[str]] = None,
164
155
  transit_router_route_table_ids: Optional[Sequence[str]] = None,
165
156
  transit_router_route_table_names: Optional[Sequence[str]] = None,
166
157
  transit_router_route_table_status: Optional[str] = None,
167
- transit_router_route_table_type: Optional[str] = None,
168
158
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransitRouterRouteTablesResult:
169
159
  """
170
- This data source provides CEN Transit Router Route Tables available to the user.[What is Cen Transit Router Route Tables](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouterroutetables)
171
-
172
- > **NOTE:** Available since v1.126.0.
173
-
174
- ## Example Usage
160
+ This data source provides CEN Transit Router Route Tables available to the user.[What is Cen Transit Router Route Tables](https://help.aliyun.com/document_detail/261237.html)
175
161
 
176
- ```python
177
- import pulumi
178
- import pulumi_alicloud as alicloud
179
-
180
- config = pulumi.Config()
181
- name = config.get("name")
182
- if name is None:
183
- name = "tf-example"
184
- default_instance = alicloud.cen.Instance("default",
185
- cen_instance_name=name,
186
- protection_level="REDUCED")
187
- default_transit_router = alicloud.cen.TransitRouter("default",
188
- cen_id=default_instance.id,
189
- transit_router_name=name)
190
- default_transit_router_route_table = alicloud.cen.TransitRouterRouteTable("default",
191
- transit_router_id=default_transit_router.transit_router_id,
192
- transit_router_route_table_description="desp",
193
- transit_router_route_table_name=name)
194
- default = alicloud.cen.get_transit_router_route_tables_output(transit_router_id=default_transit_router.transit_router_id)
195
- pulumi.export("firstTransitRouterRouteTableType", default.tables[0].transit_router_route_table_type)
196
- ```
162
+ > **NOTE:** Available in 1.126.0+
197
163
 
198
164
 
199
165
  :param Sequence[str] ids: A list of CEN Transit Router Route Table IDs.
200
- :param str name_regex: A regex string to filter CEN Transit Router Route Table by name.
201
166
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
202
- :param str status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
203
167
  :param str transit_router_id: ID of the CEN Transit Router Route Table.
204
168
  :param Sequence[str] transit_router_route_table_ids: A list of ID of the CEN Transit Router Route Table.
205
169
  :param Sequence[str] transit_router_route_table_names: A list of name of the CEN Transit Router Route Table.
206
- :param str transit_router_route_table_status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
207
- :param str transit_router_route_table_type: The type of the transit router route table to query. Valid values `System` and `Custom`.
170
+ :param str transit_router_route_table_status: The status of the transit router route table to query.
208
171
  """
209
172
  __args__ = dict()
210
173
  __args__['ids'] = ids
@@ -215,7 +178,6 @@ def get_transit_router_route_tables(ids: Optional[Sequence[str]] = None,
215
178
  __args__['transitRouterRouteTableIds'] = transit_router_route_table_ids
216
179
  __args__['transitRouterRouteTableNames'] = transit_router_route_table_names
217
180
  __args__['transitRouterRouteTableStatus'] = transit_router_route_table_status
218
- __args__['transitRouterRouteTableType'] = transit_router_route_table_type
219
181
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
220
182
  __ret__ = pulumi.runtime.invoke('alicloud:cen/getTransitRouterRouteTables:getTransitRouterRouteTables', __args__, opts=opts, typ=GetTransitRouterRouteTablesResult).value
221
183
 
@@ -230,8 +192,7 @@ def get_transit_router_route_tables(ids: Optional[Sequence[str]] = None,
230
192
  transit_router_id=pulumi.get(__ret__, 'transit_router_id'),
231
193
  transit_router_route_table_ids=pulumi.get(__ret__, 'transit_router_route_table_ids'),
232
194
  transit_router_route_table_names=pulumi.get(__ret__, 'transit_router_route_table_names'),
233
- transit_router_route_table_status=pulumi.get(__ret__, 'transit_router_route_table_status'),
234
- transit_router_route_table_type=pulumi.get(__ret__, 'transit_router_route_table_type'))
195
+ transit_router_route_table_status=pulumi.get(__ret__, 'transit_router_route_table_status'))
235
196
 
236
197
 
237
198
  @_utilities.lift_output_func(get_transit_router_route_tables)
@@ -243,46 +204,18 @@ def get_transit_router_route_tables_output(ids: Optional[pulumi.Input[Optional[S
243
204
  transit_router_route_table_ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
244
205
  transit_router_route_table_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
245
206
  transit_router_route_table_status: Optional[pulumi.Input[Optional[str]]] = None,
246
- transit_router_route_table_type: Optional[pulumi.Input[Optional[str]]] = None,
247
207
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransitRouterRouteTablesResult]:
248
208
  """
249
- This data source provides CEN Transit Router Route Tables available to the user.[What is Cen Transit Router Route Tables](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouterroutetables)
250
-
251
- > **NOTE:** Available since v1.126.0.
252
-
253
- ## Example Usage
254
-
255
- ```python
256
- import pulumi
257
- import pulumi_alicloud as alicloud
209
+ This data source provides CEN Transit Router Route Tables available to the user.[What is Cen Transit Router Route Tables](https://help.aliyun.com/document_detail/261237.html)
258
210
 
259
- config = pulumi.Config()
260
- name = config.get("name")
261
- if name is None:
262
- name = "tf-example"
263
- default_instance = alicloud.cen.Instance("default",
264
- cen_instance_name=name,
265
- protection_level="REDUCED")
266
- default_transit_router = alicloud.cen.TransitRouter("default",
267
- cen_id=default_instance.id,
268
- transit_router_name=name)
269
- default_transit_router_route_table = alicloud.cen.TransitRouterRouteTable("default",
270
- transit_router_id=default_transit_router.transit_router_id,
271
- transit_router_route_table_description="desp",
272
- transit_router_route_table_name=name)
273
- default = alicloud.cen.get_transit_router_route_tables_output(transit_router_id=default_transit_router.transit_router_id)
274
- pulumi.export("firstTransitRouterRouteTableType", default.tables[0].transit_router_route_table_type)
275
- ```
211
+ > **NOTE:** Available in 1.126.0+
276
212
 
277
213
 
278
214
  :param Sequence[str] ids: A list of CEN Transit Router Route Table IDs.
279
- :param str name_regex: A regex string to filter CEN Transit Router Route Table by name.
280
215
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
281
- :param str status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
282
216
  :param str transit_router_id: ID of the CEN Transit Router Route Table.
283
217
  :param Sequence[str] transit_router_route_table_ids: A list of ID of the CEN Transit Router Route Table.
284
218
  :param Sequence[str] transit_router_route_table_names: A list of name of the CEN Transit Router Route Table.
285
- :param str transit_router_route_table_status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
286
- :param str transit_router_route_table_type: The type of the transit router route table to query. Valid values `System` and `Custom`.
219
+ :param str transit_router_route_table_status: The status of the transit router route table to query.
287
220
  """
288
221
  ...
@@ -2969,11 +2969,10 @@ class GetTransitRouterRouteTablesTableResult(dict):
2969
2969
  transit_router_route_table_type: str):
2970
2970
  """
2971
2971
  :param str id: ID of resource.
2972
- :param str status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
2973
2972
  :param str transit_router_route_table_description: The description of the transit router route table.
2974
2973
  :param str transit_router_route_table_id: ID of the trabsit router route table.
2975
2974
  :param str transit_router_route_table_name: Name of the transit router route table.
2976
- :param str transit_router_route_table_type: The type of the transit router route table to query. Valid values `System` and `Custom`.
2975
+ :param str transit_router_route_table_type: The type of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
2977
2976
  """
2978
2977
  pulumi.set(__self__, "id", id)
2979
2978
  pulumi.set(__self__, "status", status)
@@ -2993,9 +2992,6 @@ class GetTransitRouterRouteTablesTableResult(dict):
2993
2992
  @property
2994
2993
  @pulumi.getter
2995
2994
  def status(self) -> str:
2996
- """
2997
- The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
2998
- """
2999
2995
  return pulumi.get(self, "status")
3000
2996
 
3001
2997
  @property
@@ -3026,7 +3022,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3026
3022
  @pulumi.getter(name="transitRouterRouteTableType")
3027
3023
  def transit_router_route_table_type(self) -> str:
3028
3024
  """
3029
- The type of the transit router route table to query. Valid values `System` and `Custom`.
3025
+ The type of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
3030
3026
  """
3031
3027
  return pulumi.get(self, "transit_router_route_table_type")
3032
3028
 
@@ -43,8 +43,8 @@ class TransitRouterPeerAttachmentArgs:
43
43
  :param pulumi.Input[str] default_link_type: DefaultLinkType. Valid values: `Platinum` and `Gold`.
44
44
  :param pulumi.Input[bool] dry_run: Whether to perform pre-check for this request, including permission, instance status verification, etc.
45
45
  :param pulumi.Input[str] resource_type: The resource type to attachment. Only support `VR` and default value is `VR`.
46
- :param pulumi.Input[bool] route_table_association_enabled: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
47
- :param pulumi.Input[bool] route_table_propagation_enabled: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
46
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to association route table. System default is `false`.
47
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to propagation route table. System default is `false`.
48
48
  :param pulumi.Input[str] transit_router_attachment_description: The description of transit router attachment. The description is 2~256 characters long and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
49
49
  :param pulumi.Input[str] transit_router_attachment_name: The name of transit router attachment. The name is 2~128 characters in length, starts with uppercase and lowercase letters or Chinese, and can contain numbers, underscores (_) and dashes (-)
50
50
  :param pulumi.Input[str] transit_router_id: The ID of the transit router to attach.
@@ -66,14 +66,8 @@ class TransitRouterPeerAttachmentArgs:
66
66
  pulumi.set(__self__, "dry_run", dry_run)
67
67
  if resource_type is not None:
68
68
  pulumi.set(__self__, "resource_type", resource_type)
69
- if route_table_association_enabled is not None:
70
- warnings.warn("""Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""", DeprecationWarning)
71
- pulumi.log.warn("""route_table_association_enabled is deprecated: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""")
72
69
  if route_table_association_enabled is not None:
73
70
  pulumi.set(__self__, "route_table_association_enabled", route_table_association_enabled)
74
- if route_table_propagation_enabled is not None:
75
- warnings.warn("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""", DeprecationWarning)
76
- pulumi.log.warn("""route_table_propagation_enabled is deprecated: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""")
77
71
  if route_table_propagation_enabled is not None:
78
72
  pulumi.set(__self__, "route_table_propagation_enabled", route_table_propagation_enabled)
79
73
  if transit_router_attachment_description is not None:
@@ -207,10 +201,9 @@ class TransitRouterPeerAttachmentArgs:
207
201
 
208
202
  @property
209
203
  @pulumi.getter(name="routeTableAssociationEnabled")
210
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""")
211
204
  def route_table_association_enabled(self) -> Optional[pulumi.Input[bool]]:
212
205
  """
213
- Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
206
+ Whether to association route table. System default is `false`.
214
207
  """
215
208
  return pulumi.get(self, "route_table_association_enabled")
216
209
 
@@ -220,10 +213,9 @@ class TransitRouterPeerAttachmentArgs:
220
213
 
221
214
  @property
222
215
  @pulumi.getter(name="routeTablePropagationEnabled")
223
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""")
224
216
  def route_table_propagation_enabled(self) -> Optional[pulumi.Input[bool]]:
225
217
  """
226
- Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
218
+ Whether to propagation route table. System default is `false`.
227
219
  """
228
220
  return pulumi.get(self, "route_table_propagation_enabled")
229
221
 
@@ -304,11 +296,11 @@ class _TransitRouterPeerAttachmentState:
304
296
  :param pulumi.Input[str] peer_transit_router_id: The ID of the peer transit router.
305
297
  :param pulumi.Input[str] peer_transit_router_region_id: The region ID of peer transit router.
306
298
  :param pulumi.Input[str] resource_type: The resource type to attachment. Only support `VR` and default value is `VR`.
307
- :param pulumi.Input[bool] route_table_association_enabled: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
308
- :param pulumi.Input[bool] route_table_propagation_enabled: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
299
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to association route table. System default is `false`.
300
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to propagation route table. System default is `false`.
309
301
  :param pulumi.Input[str] status: The status of the resource.
310
302
  :param pulumi.Input[str] transit_router_attachment_description: The description of transit router attachment. The description is 2~256 characters long and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
311
- :param pulumi.Input[str] transit_router_attachment_id: The ID of transit router attachment.
303
+ :param pulumi.Input[str] transit_router_attachment_id: The ID of transit router attachment id.
312
304
  :param pulumi.Input[str] transit_router_attachment_name: The name of transit router attachment. The name is 2~128 characters in length, starts with uppercase and lowercase letters or Chinese, and can contain numbers, underscores (_) and dashes (-)
313
305
  :param pulumi.Input[str] transit_router_id: The ID of the transit router to attach.
314
306
  """
@@ -334,14 +326,8 @@ class _TransitRouterPeerAttachmentState:
334
326
  pulumi.set(__self__, "peer_transit_router_region_id", peer_transit_router_region_id)
335
327
  if resource_type is not None:
336
328
  pulumi.set(__self__, "resource_type", resource_type)
337
- if route_table_association_enabled is not None:
338
- warnings.warn("""Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""", DeprecationWarning)
339
- pulumi.log.warn("""route_table_association_enabled is deprecated: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""")
340
329
  if route_table_association_enabled is not None:
341
330
  pulumi.set(__self__, "route_table_association_enabled", route_table_association_enabled)
342
- if route_table_propagation_enabled is not None:
343
- warnings.warn("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""", DeprecationWarning)
344
- pulumi.log.warn("""route_table_propagation_enabled is deprecated: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""")
345
331
  if route_table_propagation_enabled is not None:
346
332
  pulumi.set(__self__, "route_table_propagation_enabled", route_table_propagation_enabled)
347
333
  if status is not None:
@@ -491,10 +477,9 @@ class _TransitRouterPeerAttachmentState:
491
477
 
492
478
  @property
493
479
  @pulumi.getter(name="routeTableAssociationEnabled")
494
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""")
495
480
  def route_table_association_enabled(self) -> Optional[pulumi.Input[bool]]:
496
481
  """
497
- Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
482
+ Whether to association route table. System default is `false`.
498
483
  """
499
484
  return pulumi.get(self, "route_table_association_enabled")
500
485
 
@@ -504,10 +489,9 @@ class _TransitRouterPeerAttachmentState:
504
489
 
505
490
  @property
506
491
  @pulumi.getter(name="routeTablePropagationEnabled")
507
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""")
508
492
  def route_table_propagation_enabled(self) -> Optional[pulumi.Input[bool]]:
509
493
  """
510
- Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
494
+ Whether to propagation route table. System default is `false`.
511
495
  """
512
496
  return pulumi.get(self, "route_table_propagation_enabled")
513
497
 
@@ -543,7 +527,7 @@ class _TransitRouterPeerAttachmentState:
543
527
  @pulumi.getter(name="transitRouterAttachmentId")
544
528
  def transit_router_attachment_id(self) -> Optional[pulumi.Input[str]]:
545
529
  """
546
- The ID of transit router attachment.
530
+ The ID of transit router attachment id.
547
531
  """
548
532
  return pulumi.get(self, "transit_router_attachment_id")
549
533
 
@@ -649,7 +633,7 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
649
633
  CEN Transit Router Peer Attachment can be imported using the id, e.g.
650
634
 
651
635
  ```sh
652
- $ pulumi import alicloud:cen/transitRouterPeerAttachment:TransitRouterPeerAttachment example <cen_id>:<transit_router_attachment_id>
636
+ $ pulumi import alicloud:cen/transitRouterPeerAttachment:TransitRouterPeerAttachment example <id>
653
637
  ```
654
638
 
655
639
  :param str resource_name: The name of the resource.
@@ -666,8 +650,8 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
666
650
  :param pulumi.Input[str] peer_transit_router_id: The ID of the peer transit router.
667
651
  :param pulumi.Input[str] peer_transit_router_region_id: The region ID of peer transit router.
668
652
  :param pulumi.Input[str] resource_type: The resource type to attachment. Only support `VR` and default value is `VR`.
669
- :param pulumi.Input[bool] route_table_association_enabled: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
670
- :param pulumi.Input[bool] route_table_propagation_enabled: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
653
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to association route table. System default is `false`.
654
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to propagation route table. System default is `false`.
671
655
  :param pulumi.Input[str] transit_router_attachment_description: The description of transit router attachment. The description is 2~256 characters long and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
672
656
  :param pulumi.Input[str] transit_router_attachment_name: The name of transit router attachment. The name is 2~128 characters in length, starts with uppercase and lowercase letters or Chinese, and can contain numbers, underscores (_) and dashes (-)
673
657
  :param pulumi.Input[str] transit_router_id: The ID of the transit router to attach.
@@ -730,7 +714,7 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
730
714
  CEN Transit Router Peer Attachment can be imported using the id, e.g.
731
715
 
732
716
  ```sh
733
- $ pulumi import alicloud:cen/transitRouterPeerAttachment:TransitRouterPeerAttachment example <cen_id>:<transit_router_attachment_id>
717
+ $ pulumi import alicloud:cen/transitRouterPeerAttachment:TransitRouterPeerAttachment example <id>
734
718
  ```
735
719
 
736
720
  :param str resource_name: The name of the resource.
@@ -844,11 +828,11 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
844
828
  :param pulumi.Input[str] peer_transit_router_id: The ID of the peer transit router.
845
829
  :param pulumi.Input[str] peer_transit_router_region_id: The region ID of peer transit router.
846
830
  :param pulumi.Input[str] resource_type: The resource type to attachment. Only support `VR` and default value is `VR`.
847
- :param pulumi.Input[bool] route_table_association_enabled: Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
848
- :param pulumi.Input[bool] route_table_propagation_enabled: Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
831
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to association route table. System default is `false`.
832
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to propagation route table. System default is `false`.
849
833
  :param pulumi.Input[str] status: The status of the resource.
850
834
  :param pulumi.Input[str] transit_router_attachment_description: The description of transit router attachment. The description is 2~256 characters long and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
851
- :param pulumi.Input[str] transit_router_attachment_id: The ID of transit router attachment.
835
+ :param pulumi.Input[str] transit_router_attachment_id: The ID of transit router attachment id.
852
836
  :param pulumi.Input[str] transit_router_attachment_name: The name of transit router attachment. The name is 2~128 characters in length, starts with uppercase and lowercase letters or Chinese, and can contain numbers, underscores (_) and dashes (-)
853
837
  :param pulumi.Input[str] transit_router_id: The ID of the transit router to attach.
854
838
  """
@@ -968,19 +952,17 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
968
952
 
969
953
  @property
970
954
  @pulumi.getter(name="routeTableAssociationEnabled")
971
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.""")
972
955
  def route_table_association_enabled(self) -> pulumi.Output[Optional[bool]]:
973
956
  """
974
- Field `route_table_association_enabled` has been deprecated from provider version 1.230.0.
957
+ Whether to association route table. System default is `false`.
975
958
  """
976
959
  return pulumi.get(self, "route_table_association_enabled")
977
960
 
978
961
  @property
979
962
  @pulumi.getter(name="routeTablePropagationEnabled")
980
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.""")
981
963
  def route_table_propagation_enabled(self) -> pulumi.Output[Optional[bool]]:
982
964
  """
983
- Field `route_table_propagation_enabled` has been deprecated from provider version 1.230.0.
965
+ Whether to propagation route table. System default is `false`.
984
966
  """
985
967
  return pulumi.get(self, "route_table_propagation_enabled")
986
968
 
@@ -1004,7 +986,7 @@ class TransitRouterPeerAttachment(pulumi.CustomResource):
1004
986
  @pulumi.getter(name="transitRouterAttachmentId")
1005
987
  def transit_router_attachment_id(self) -> pulumi.Output[str]:
1006
988
  """
1007
- The ID of transit router attachment.
989
+ The ID of transit router attachment id.
1008
990
  """
1009
991
  return pulumi.get(self, "transit_router_attachment_id")
1010
992
 
@@ -371,7 +371,7 @@ class TransitRouterVpnAttachment(pulumi.CustomResource):
371
371
  transit_router_description=name,
372
372
  transit_router_name=name)
373
373
  example_customer_gateway = alicloud.vpn.CustomerGateway("example",
374
- customer_gateway_name=name,
374
+ name=name,
375
375
  ip_address="42.104.22.210",
376
376
  asn="45014",
377
377
  description=name)
@@ -485,7 +485,7 @@ class TransitRouterVpnAttachment(pulumi.CustomResource):
485
485
  transit_router_description=name,
486
486
  transit_router_name=name)
487
487
  example_customer_gateway = alicloud.vpn.CustomerGateway("example",
488
- customer_gateway_name=name,
488
+ name=name,
489
489
  ip_address="42.104.22.210",
490
490
  asn="45014",
491
491
  description=name)
@@ -276,12 +276,10 @@ class Remediation(pulumi.CustomResource):
276
276
  max=99999)
277
277
  default_bucket = alicloud.oss.Bucket("default",
278
278
  bucket=f"{name}-{default_integer['result']}",
279
+ acl="public-read",
279
280
  tags={
280
281
  "For": "example",
281
282
  })
282
- name_bucket_acl = alicloud.oss.BucketAcl("name",
283
- bucket=default_bucket.bucket,
284
- acl="public-read")
285
283
  default_rule = alicloud.cfg.Rule("default",
286
284
  description="If the ACL policy of the OSS bucket denies read access from the Internet, the configuration is considered compliant.",
287
285
  source_owner="ALIYUN",
@@ -353,12 +351,10 @@ class Remediation(pulumi.CustomResource):
353
351
  max=99999)
354
352
  default_bucket = alicloud.oss.Bucket("default",
355
353
  bucket=f"{name}-{default_integer['result']}",
354
+ acl="public-read",
356
355
  tags={
357
356
  "For": "example",
358
357
  })
359
- name_bucket_acl = alicloud.oss.BucketAcl("name",
360
- bucket=default_bucket.bucket,
361
- acl="public-read")
362
358
  default_rule = alicloud.cfg.Rule("default",
363
359
  description="If the ACL policy of the OSS bucket denies read access from the Internet, the configuration is considered compliant.",
364
360
  source_owner="ALIYUN",
@@ -455,7 +455,7 @@ class Account(pulumi.CustomResource):
455
455
  vswitch_name=name,
456
456
  cidr_block="10.4.0.0/24",
457
457
  vpc_id=default_network.id,
458
- zone_id=default.regions[0].zone_ids[1].zone_id)
458
+ zone_id=default.regions[0].zone_ids[0].zone_id)
459
459
  default_db_cluster = alicloud.clickhouse.DbCluster("default",
460
460
  db_cluster_version="22.8.5.29",
461
461
  category="Basic",
@@ -533,7 +533,7 @@ class Account(pulumi.CustomResource):
533
533
  vswitch_name=name,
534
534
  cidr_block="10.4.0.0/24",
535
535
  vpc_id=default_network.id,
536
- zone_id=default.regions[0].zone_ids[1].zone_id)
536
+ zone_id=default.regions[0].zone_ids[0].zone_id)
537
537
  default_db_cluster = alicloud.clickhouse.DbCluster("default",
538
538
  db_cluster_version="22.8.5.29",
539
539
  category="Basic",
@@ -207,7 +207,7 @@ class BackupPolicy(pulumi.CustomResource):
207
207
  vswitch_name=name,
208
208
  cidr_block="10.4.0.0/24",
209
209
  vpc_id=default_network.id,
210
- zone_id=default.regions[0].zone_ids[1].zone_id)
210
+ zone_id=default.regions[0].zone_ids[0].zone_id)
211
211
  default_db_cluster = alicloud.clickhouse.DbCluster("default",
212
212
  db_cluster_version="22.8.5.29",
213
213
  status="Running",
@@ -280,7 +280,7 @@ class BackupPolicy(pulumi.CustomResource):
280
280
  vswitch_name=name,
281
281
  cidr_block="10.4.0.0/24",
282
282
  vpc_id=default_network.id,
283
- zone_id=default.regions[0].zone_ids[1].zone_id)
283
+ zone_id=default.regions[0].zone_ids[0].zone_id)
284
284
  default_db_cluster = alicloud.clickhouse.DbCluster("default",
285
285
  db_cluster_version="22.8.5.29",
286
286
  status="Running",
@@ -706,7 +706,6 @@ class Instance(pulumi.CustomResource):
706
706
  ```
707
707
 
708
708
  create a subscription instance
709
-
710
709
  ```python
711
710
  import pulumi
712
711
  import pulumi_alicloud as alicloud
@@ -780,7 +779,6 @@ class Instance(pulumi.CustomResource):
780
779
  ```
781
780
 
782
781
  create a subscription instance
783
-
784
782
  ```python
785
783
  import pulumi
786
784
  import pulumi_alicloud as alicloud