pulumi-alicloud 3.66.0__py3-none-any.whl → 3.66.0a1730870255__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/__init__.py +0 -94
  2. pulumi_alicloud/alb/load_balancer.py +1 -1
  3. pulumi_alicloud/alikafka/instance.py +0 -112
  4. pulumi_alicloud/arms/environment.py +7 -7
  5. pulumi_alicloud/arms/get_remote_writes.py +4 -4
  6. pulumi_alicloud/arms/prometheus_alert_rule.py +0 -58
  7. pulumi_alicloud/arms/remote_write.py +2 -2
  8. pulumi_alicloud/cen/transit_router_vbr_attachment.py +74 -96
  9. pulumi_alicloud/cloudsso/_inputs.py +9 -9
  10. pulumi_alicloud/cloudsso/access_configuration.py +34 -100
  11. pulumi_alicloud/cloudsso/outputs.py +6 -6
  12. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +26 -28
  13. pulumi_alicloud/cr/chain.py +14 -22
  14. pulumi_alicloud/cr/chart_repository.py +6 -14
  15. pulumi_alicloud/cr/repo.py +8 -8
  16. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +6 -14
  17. pulumi_alicloud/databasefilesystem/instance_attachment.py +63 -59
  18. pulumi_alicloud/databasefilesystem/snapshot.py +109 -53
  19. pulumi_alicloud/ecs/instance.py +7 -7
  20. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  21. pulumi_alicloud/fc/_inputs.py +135 -243
  22. pulumi_alicloud/fc/outputs.py +90 -173
  23. pulumi_alicloud/fc/trigger.py +138 -202
  24. pulumi_alicloud/fc/v3_alias.py +0 -28
  25. pulumi_alicloud/fc/v3_async_invoke_config.py +0 -56
  26. pulumi_alicloud/fc/v3_concurrency_config.py +0 -28
  27. pulumi_alicloud/fc/v3_custom_domain.py +6 -118
  28. pulumi_alicloud/fc/v3_function.py +0 -308
  29. pulumi_alicloud/fc/v3_function_version.py +2 -30
  30. pulumi_alicloud/fc/v3_layer_version.py +1 -104
  31. pulumi_alicloud/fc/v3_provision_config.py +2 -86
  32. pulumi_alicloud/fc/v3_trigger.py +0 -114
  33. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +44 -48
  34. pulumi_alicloud/governance/_inputs.py +0 -54
  35. pulumi_alicloud/governance/account.py +14 -49
  36. pulumi_alicloud/governance/outputs.py +0 -51
  37. pulumi_alicloud/gpdb/instance.py +15 -196
  38. pulumi_alicloud/kms/instance.py +0 -28
  39. pulumi_alicloud/nas/data_flow.py +6 -6
  40. pulumi_alicloud/nas/fileset.py +6 -6
  41. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  42. pulumi_alicloud/nas/recycle_bin.py +6 -6
  43. pulumi_alicloud/nas/snapshot.py +6 -6
  44. pulumi_alicloud/oss/__init__.py +0 -2
  45. pulumi_alicloud/oss/_inputs.py +0 -194
  46. pulumi_alicloud/oss/outputs.py +0 -141
  47. pulumi_alicloud/pulumi-plugin.json +1 -1
  48. pulumi_alicloud/quotas/_inputs.py +6 -6
  49. pulumi_alicloud/quotas/outputs.py +4 -4
  50. pulumi_alicloud/quotas/quota_application.py +28 -21
  51. pulumi_alicloud/redis/tair_instance.py +71 -1046
  52. pulumi_alicloud/threatdetection/honeypot_preset.py +0 -2
  53. pulumi_alicloud/vpc/__init__.py +0 -4
  54. pulumi_alicloud/vpn/gateway_vco_route.py +8 -28
  55. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/METADATA +1 -1
  56. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/RECORD +58 -73
  57. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/WHEEL +1 -1
  58. pulumi_alicloud/esa/__init__.py +0 -9
  59. pulumi_alicloud/esa/rate_plan_instance.py +0 -626
  60. pulumi_alicloud/esa/site.py +0 -533
  61. pulumi_alicloud/gwlb/__init__.py +0 -12
  62. pulumi_alicloud/gwlb/_inputs.py +0 -673
  63. pulumi_alicloud/gwlb/listener.py +0 -434
  64. pulumi_alicloud/gwlb/load_balancer.py +0 -537
  65. pulumi_alicloud/gwlb/outputs.py +0 -533
  66. pulumi_alicloud/gwlb/server_group.py +0 -780
  67. pulumi_alicloud/oss/bucket_cname.py +0 -509
  68. pulumi_alicloud/oss/bucket_cname_token.py +0 -239
  69. pulumi_alicloud/vpc/ipam_ipam.py +0 -531
  70. pulumi_alicloud/vpc/ipam_ipam_pool.py +0 -850
  71. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +0 -313
  72. pulumi_alicloud/vpc/ipam_ipam_scope.py +0 -537
  73. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/top_level.txt +0 -0
@@ -35,18 +35,18 @@ class TransitRouterVbrAttachmentArgs:
35
35
  The set of arguments for constructing a TransitRouterVbrAttachment resource.
36
36
  :param pulumi.Input[str] cen_id: The ID of the CEN.
37
37
  :param pulumi.Input[str] vbr_id: The ID of the VBR.
38
- :param pulumi.Input[bool] auto_publish_route_enabled: Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
39
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
40
- :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
41
- :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
42
- :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
38
+ :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled.Default value is `false`.
39
+ :param pulumi.Input[bool] dry_run: The dry run.
40
+ :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
43
41
 
44
42
  ->**NOTE:** Ensure that the vbr is not used in Express Connect.
43
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. The system default value is `true`.
44
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. The system default value is `true`.
45
45
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
46
46
  :param pulumi.Input[str] transit_router_attachment_description: The description of the transit router vbr attachment.
47
47
  :param pulumi.Input[str] transit_router_attachment_name: The name of the transit router vbr attachment.
48
48
  :param pulumi.Input[str] transit_router_id: The ID of the transit router.
49
- :param pulumi.Input[str] vbr_owner_id: The owner id of the vbr.
49
+ :param pulumi.Input[str] vbr_owner_id: The owner id of the transit router vbr attachment.
50
50
  """
51
51
  pulumi.set(__self__, "cen_id", cen_id)
52
52
  pulumi.set(__self__, "vbr_id", vbr_id)
@@ -56,14 +56,8 @@ class TransitRouterVbrAttachmentArgs:
56
56
  pulumi.set(__self__, "dry_run", dry_run)
57
57
  if resource_type is not None:
58
58
  pulumi.set(__self__, "resource_type", resource_type)
59
- if route_table_association_enabled is not None:
60
- warnings.warn("""Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""", DeprecationWarning)
61
- pulumi.log.warn("""route_table_association_enabled is deprecated: Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""")
62
59
  if route_table_association_enabled is not None:
63
60
  pulumi.set(__self__, "route_table_association_enabled", route_table_association_enabled)
64
- if route_table_propagation_enabled is not None:
65
- warnings.warn("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""", DeprecationWarning)
66
- pulumi.log.warn("""route_table_propagation_enabled is deprecated: Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""")
67
61
  if route_table_propagation_enabled is not None:
68
62
  pulumi.set(__self__, "route_table_propagation_enabled", route_table_propagation_enabled)
69
63
  if tags is not None:
@@ -105,7 +99,7 @@ class TransitRouterVbrAttachmentArgs:
105
99
  @pulumi.getter(name="autoPublishRouteEnabled")
106
100
  def auto_publish_route_enabled(self) -> Optional[pulumi.Input[bool]]:
107
101
  """
108
- Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
102
+ Auto publish route enabled.Default value is `false`.
109
103
  """
110
104
  return pulumi.get(self, "auto_publish_route_enabled")
111
105
 
@@ -117,7 +111,7 @@ class TransitRouterVbrAttachmentArgs:
117
111
  @pulumi.getter(name="dryRun")
118
112
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
119
113
  """
120
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
114
+ The dry run.
121
115
  """
122
116
  return pulumi.get(self, "dry_run")
123
117
 
@@ -129,7 +123,9 @@ class TransitRouterVbrAttachmentArgs:
129
123
  @pulumi.getter(name="resourceType")
130
124
  def resource_type(self) -> Optional[pulumi.Input[str]]:
131
125
  """
132
- The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
126
+ The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
127
+
128
+ ->**NOTE:** Ensure that the vbr is not used in Express Connect.
133
129
  """
134
130
  return pulumi.get(self, "resource_type")
135
131
 
@@ -139,10 +135,9 @@ class TransitRouterVbrAttachmentArgs:
139
135
 
140
136
  @property
141
137
  @pulumi.getter(name="routeTableAssociationEnabled")
142
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""")
143
138
  def route_table_association_enabled(self) -> Optional[pulumi.Input[bool]]:
144
139
  """
145
- Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
140
+ Whether to enabled route table association. The system default value is `true`.
146
141
  """
147
142
  return pulumi.get(self, "route_table_association_enabled")
148
143
 
@@ -152,12 +147,9 @@ class TransitRouterVbrAttachmentArgs:
152
147
 
153
148
  @property
154
149
  @pulumi.getter(name="routeTablePropagationEnabled")
155
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""")
156
150
  def route_table_propagation_enabled(self) -> Optional[pulumi.Input[bool]]:
157
151
  """
158
- Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
159
-
160
- ->**NOTE:** Ensure that the vbr is not used in Express Connect.
152
+ Whether to enabled route table propagation. The system default value is `true`.
161
153
  """
162
154
  return pulumi.get(self, "route_table_propagation_enabled")
163
155
 
@@ -217,7 +209,7 @@ class TransitRouterVbrAttachmentArgs:
217
209
  @pulumi.getter(name="vbrOwnerId")
218
210
  def vbr_owner_id(self) -> Optional[pulumi.Input[str]]:
219
211
  """
220
- The owner id of the vbr.
212
+ The owner id of the transit router vbr attachment.
221
213
  """
222
214
  return pulumi.get(self, "vbr_owner_id")
223
215
 
@@ -245,22 +237,22 @@ class _TransitRouterVbrAttachmentState:
245
237
  vbr_owner_id: Optional[pulumi.Input[str]] = None):
246
238
  """
247
239
  Input properties used for looking up and filtering TransitRouterVbrAttachment resources.
248
- :param pulumi.Input[bool] auto_publish_route_enabled: Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
240
+ :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled.Default value is `false`.
249
241
  :param pulumi.Input[str] cen_id: The ID of the CEN.
250
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
251
- :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
252
- :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
253
- :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
242
+ :param pulumi.Input[bool] dry_run: The dry run.
243
+ :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
254
244
 
255
245
  ->**NOTE:** Ensure that the vbr is not used in Express Connect.
256
- :param pulumi.Input[str] status: The status of the Transit Router VBR Attachment.
246
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. The system default value is `true`.
247
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. The system default value is `true`.
248
+ :param pulumi.Input[str] status: The associating status of the network.
257
249
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
258
250
  :param pulumi.Input[str] transit_router_attachment_description: The description of the transit router vbr attachment.
259
- :param pulumi.Input[str] transit_router_attachment_id: The ID of the VBR connection.
251
+ :param pulumi.Input[str] transit_router_attachment_id: The id of the transit router vbr attachment.
260
252
  :param pulumi.Input[str] transit_router_attachment_name: The name of the transit router vbr attachment.
261
253
  :param pulumi.Input[str] transit_router_id: The ID of the transit router.
262
254
  :param pulumi.Input[str] vbr_id: The ID of the VBR.
263
- :param pulumi.Input[str] vbr_owner_id: The owner id of the vbr.
255
+ :param pulumi.Input[str] vbr_owner_id: The owner id of the transit router vbr attachment.
264
256
  """
265
257
  if auto_publish_route_enabled is not None:
266
258
  pulumi.set(__self__, "auto_publish_route_enabled", auto_publish_route_enabled)
@@ -270,14 +262,8 @@ class _TransitRouterVbrAttachmentState:
270
262
  pulumi.set(__self__, "dry_run", dry_run)
271
263
  if resource_type is not None:
272
264
  pulumi.set(__self__, "resource_type", resource_type)
273
- if route_table_association_enabled is not None:
274
- warnings.warn("""Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""", DeprecationWarning)
275
- pulumi.log.warn("""route_table_association_enabled is deprecated: Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""")
276
265
  if route_table_association_enabled is not None:
277
266
  pulumi.set(__self__, "route_table_association_enabled", route_table_association_enabled)
278
- if route_table_propagation_enabled is not None:
279
- warnings.warn("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""", DeprecationWarning)
280
- pulumi.log.warn("""route_table_propagation_enabled is deprecated: Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""")
281
267
  if route_table_propagation_enabled is not None:
282
268
  pulumi.set(__self__, "route_table_propagation_enabled", route_table_propagation_enabled)
283
269
  if status is not None:
@@ -301,7 +287,7 @@ class _TransitRouterVbrAttachmentState:
301
287
  @pulumi.getter(name="autoPublishRouteEnabled")
302
288
  def auto_publish_route_enabled(self) -> Optional[pulumi.Input[bool]]:
303
289
  """
304
- Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
290
+ Auto publish route enabled.Default value is `false`.
305
291
  """
306
292
  return pulumi.get(self, "auto_publish_route_enabled")
307
293
 
@@ -325,7 +311,7 @@ class _TransitRouterVbrAttachmentState:
325
311
  @pulumi.getter(name="dryRun")
326
312
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
327
313
  """
328
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
314
+ The dry run.
329
315
  """
330
316
  return pulumi.get(self, "dry_run")
331
317
 
@@ -337,7 +323,9 @@ class _TransitRouterVbrAttachmentState:
337
323
  @pulumi.getter(name="resourceType")
338
324
  def resource_type(self) -> Optional[pulumi.Input[str]]:
339
325
  """
340
- The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
326
+ The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
327
+
328
+ ->**NOTE:** Ensure that the vbr is not used in Express Connect.
341
329
  """
342
330
  return pulumi.get(self, "resource_type")
343
331
 
@@ -347,10 +335,9 @@ class _TransitRouterVbrAttachmentState:
347
335
 
348
336
  @property
349
337
  @pulumi.getter(name="routeTableAssociationEnabled")
350
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""")
351
338
  def route_table_association_enabled(self) -> Optional[pulumi.Input[bool]]:
352
339
  """
353
- Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
340
+ Whether to enabled route table association. The system default value is `true`.
354
341
  """
355
342
  return pulumi.get(self, "route_table_association_enabled")
356
343
 
@@ -360,12 +347,9 @@ class _TransitRouterVbrAttachmentState:
360
347
 
361
348
  @property
362
349
  @pulumi.getter(name="routeTablePropagationEnabled")
363
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""")
364
350
  def route_table_propagation_enabled(self) -> Optional[pulumi.Input[bool]]:
365
351
  """
366
- Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
367
-
368
- ->**NOTE:** Ensure that the vbr is not used in Express Connect.
352
+ Whether to enabled route table propagation. The system default value is `true`.
369
353
  """
370
354
  return pulumi.get(self, "route_table_propagation_enabled")
371
355
 
@@ -377,7 +361,7 @@ class _TransitRouterVbrAttachmentState:
377
361
  @pulumi.getter
378
362
  def status(self) -> Optional[pulumi.Input[str]]:
379
363
  """
380
- The status of the Transit Router VBR Attachment.
364
+ The associating status of the network.
381
365
  """
382
366
  return pulumi.get(self, "status")
383
367
 
@@ -413,7 +397,7 @@ class _TransitRouterVbrAttachmentState:
413
397
  @pulumi.getter(name="transitRouterAttachmentId")
414
398
  def transit_router_attachment_id(self) -> Optional[pulumi.Input[str]]:
415
399
  """
416
- The ID of the VBR connection.
400
+ The id of the transit router vbr attachment.
417
401
  """
418
402
  return pulumi.get(self, "transit_router_attachment_id")
419
403
 
@@ -461,7 +445,7 @@ class _TransitRouterVbrAttachmentState:
461
445
  @pulumi.getter(name="vbrOwnerId")
462
446
  def vbr_owner_id(self) -> Optional[pulumi.Input[str]]:
463
447
  """
464
- The owner id of the vbr.
448
+ The owner id of the transit router vbr attachment.
465
449
  """
466
450
  return pulumi.get(self, "vbr_owner_id")
467
451
 
@@ -489,9 +473,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
489
473
  vbr_owner_id: Optional[pulumi.Input[str]] = None,
490
474
  __props__=None):
491
475
  """
492
- Provides a Cloud Enterprise Network (CEN) Transit Router VBR Attachment resource.
493
-
494
- For information about Cloud Enterprise Network (CEN) Transit Router VBR Attachment and how to use it, see [What is Transit Router VBR Attachment](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitroutervbrattachment)
476
+ Provides a CEN transit router VBR attachment resource that associate the VBR with the CEN instance.[What is Cen Transit Router VBR Attachment](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitroutervbrattachment)
495
477
 
496
478
  > **NOTE:** Available since v1.126.0.
497
479
 
@@ -507,11 +489,11 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
507
489
  name = config.get("name")
508
490
  if name is None:
509
491
  name = "terraform-example"
510
- name_regex = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
511
492
  default = alicloud.cen.Instance("default",
512
493
  cen_instance_name=name,
513
494
  protection_level="REDUCED")
514
495
  default_transit_router = alicloud.cen.TransitRouter("default", cen_id=default.id)
496
+ name_regex = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
515
497
  default_virtual_border_router = alicloud.expressconnect.VirtualBorderRouter("default",
516
498
  local_gateway_ip="10.0.0.1",
517
499
  peer_gateway_ip="10.0.0.2",
@@ -523,37 +505,37 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
523
505
  min_tx_interval=1000,
524
506
  detect_multiplier=10)
525
507
  default_transit_router_vbr_attachment = alicloud.cen.TransitRouterVbrAttachment("default",
526
- cen_id=default.id,
527
- vbr_id=default_virtual_border_router.id,
528
508
  transit_router_id=default_transit_router.transit_router_id,
529
- transit_router_attachment_name=name,
530
- transit_router_attachment_description=name)
509
+ transit_router_attachment_name="example",
510
+ transit_router_attachment_description="example",
511
+ vbr_id=default_virtual_border_router.id,
512
+ cen_id=default.id)
531
513
  ```
532
514
 
533
515
  ## Import
534
516
 
535
- Cloud Enterprise Network (CEN) Transit Router VBR Attachment can be imported using the id, e.g.
517
+ CEN transit router VBR attachment can be imported using the id, e.g.
536
518
 
537
519
  ```sh
538
- $ pulumi import alicloud:cen/transitRouterVbrAttachment:TransitRouterVbrAttachment example <cen_id>:<transit_router_attachment_id>
520
+ $ pulumi import alicloud:cen/transitRouterVbrAttachment:TransitRouterVbrAttachment example tr-********:tr-attach-********
539
521
  ```
540
522
 
541
523
  :param str resource_name: The name of the resource.
542
524
  :param pulumi.ResourceOptions opts: Options for the resource.
543
- :param pulumi.Input[bool] auto_publish_route_enabled: Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
525
+ :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled.Default value is `false`.
544
526
  :param pulumi.Input[str] cen_id: The ID of the CEN.
545
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
546
- :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
547
- :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
548
- :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
527
+ :param pulumi.Input[bool] dry_run: The dry run.
528
+ :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
549
529
 
550
530
  ->**NOTE:** Ensure that the vbr is not used in Express Connect.
531
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. The system default value is `true`.
532
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. The system default value is `true`.
551
533
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
552
534
  :param pulumi.Input[str] transit_router_attachment_description: The description of the transit router vbr attachment.
553
535
  :param pulumi.Input[str] transit_router_attachment_name: The name of the transit router vbr attachment.
554
536
  :param pulumi.Input[str] transit_router_id: The ID of the transit router.
555
537
  :param pulumi.Input[str] vbr_id: The ID of the VBR.
556
- :param pulumi.Input[str] vbr_owner_id: The owner id of the vbr.
538
+ :param pulumi.Input[str] vbr_owner_id: The owner id of the transit router vbr attachment.
557
539
  """
558
540
  ...
559
541
  @overload
@@ -562,9 +544,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
562
544
  args: TransitRouterVbrAttachmentArgs,
563
545
  opts: Optional[pulumi.ResourceOptions] = None):
564
546
  """
565
- Provides a Cloud Enterprise Network (CEN) Transit Router VBR Attachment resource.
566
-
567
- For information about Cloud Enterprise Network (CEN) Transit Router VBR Attachment and how to use it, see [What is Transit Router VBR Attachment](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitroutervbrattachment)
547
+ Provides a CEN transit router VBR attachment resource that associate the VBR with the CEN instance.[What is Cen Transit Router VBR Attachment](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitroutervbrattachment)
568
548
 
569
549
  > **NOTE:** Available since v1.126.0.
570
550
 
@@ -580,11 +560,11 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
580
560
  name = config.get("name")
581
561
  if name is None:
582
562
  name = "terraform-example"
583
- name_regex = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
584
563
  default = alicloud.cen.Instance("default",
585
564
  cen_instance_name=name,
586
565
  protection_level="REDUCED")
587
566
  default_transit_router = alicloud.cen.TransitRouter("default", cen_id=default.id)
567
+ name_regex = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
588
568
  default_virtual_border_router = alicloud.expressconnect.VirtualBorderRouter("default",
589
569
  local_gateway_ip="10.0.0.1",
590
570
  peer_gateway_ip="10.0.0.2",
@@ -596,19 +576,19 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
596
576
  min_tx_interval=1000,
597
577
  detect_multiplier=10)
598
578
  default_transit_router_vbr_attachment = alicloud.cen.TransitRouterVbrAttachment("default",
599
- cen_id=default.id,
600
- vbr_id=default_virtual_border_router.id,
601
579
  transit_router_id=default_transit_router.transit_router_id,
602
- transit_router_attachment_name=name,
603
- transit_router_attachment_description=name)
580
+ transit_router_attachment_name="example",
581
+ transit_router_attachment_description="example",
582
+ vbr_id=default_virtual_border_router.id,
583
+ cen_id=default.id)
604
584
  ```
605
585
 
606
586
  ## Import
607
587
 
608
- Cloud Enterprise Network (CEN) Transit Router VBR Attachment can be imported using the id, e.g.
588
+ CEN transit router VBR attachment can be imported using the id, e.g.
609
589
 
610
590
  ```sh
611
- $ pulumi import alicloud:cen/transitRouterVbrAttachment:TransitRouterVbrAttachment example <cen_id>:<transit_router_attachment_id>
591
+ $ pulumi import alicloud:cen/transitRouterVbrAttachment:TransitRouterVbrAttachment example tr-********:tr-attach-********
612
592
  ```
613
593
 
614
594
  :param str resource_name: The name of the resource.
@@ -696,22 +676,22 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
696
676
  :param str resource_name: The unique name of the resulting resource.
697
677
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
698
678
  :param pulumi.ResourceOptions opts: Options for the resource.
699
- :param pulumi.Input[bool] auto_publish_route_enabled: Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
679
+ :param pulumi.Input[bool] auto_publish_route_enabled: Auto publish route enabled.Default value is `false`.
700
680
  :param pulumi.Input[str] cen_id: The ID of the CEN.
701
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
702
- :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
703
- :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
704
- :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
681
+ :param pulumi.Input[bool] dry_run: The dry run.
682
+ :param pulumi.Input[str] resource_type: The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
705
683
 
706
684
  ->**NOTE:** Ensure that the vbr is not used in Express Connect.
707
- :param pulumi.Input[str] status: The status of the Transit Router VBR Attachment.
685
+ :param pulumi.Input[bool] route_table_association_enabled: Whether to enabled route table association. The system default value is `true`.
686
+ :param pulumi.Input[bool] route_table_propagation_enabled: Whether to enabled route table propagation. The system default value is `true`.
687
+ :param pulumi.Input[str] status: The associating status of the network.
708
688
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
709
689
  :param pulumi.Input[str] transit_router_attachment_description: The description of the transit router vbr attachment.
710
- :param pulumi.Input[str] transit_router_attachment_id: The ID of the VBR connection.
690
+ :param pulumi.Input[str] transit_router_attachment_id: The id of the transit router vbr attachment.
711
691
  :param pulumi.Input[str] transit_router_attachment_name: The name of the transit router vbr attachment.
712
692
  :param pulumi.Input[str] transit_router_id: The ID of the transit router.
713
693
  :param pulumi.Input[str] vbr_id: The ID of the VBR.
714
- :param pulumi.Input[str] vbr_owner_id: The owner id of the vbr.
694
+ :param pulumi.Input[str] vbr_owner_id: The owner id of the transit router vbr attachment.
715
695
  """
716
696
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
717
697
 
@@ -735,9 +715,9 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
735
715
 
736
716
  @property
737
717
  @pulumi.getter(name="autoPublishRouteEnabled")
738
- def auto_publish_route_enabled(self) -> pulumi.Output[Optional[bool]]:
718
+ def auto_publish_route_enabled(self) -> pulumi.Output[bool]:
739
719
  """
740
- Specifies whether to enable the Enterprise Edition transit router to automatically advertise routes to the VBR. Default value: `false`. Valid values:
720
+ Auto publish route enabled.Default value is `false`.
741
721
  """
742
722
  return pulumi.get(self, "auto_publish_route_enabled")
743
723
 
@@ -753,7 +733,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
753
733
  @pulumi.getter(name="dryRun")
754
734
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
755
735
  """
756
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
736
+ The dry run.
757
737
  """
758
738
  return pulumi.get(self, "dry_run")
759
739
 
@@ -761,27 +741,25 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
761
741
  @pulumi.getter(name="resourceType")
762
742
  def resource_type(self) -> pulumi.Output[Optional[str]]:
763
743
  """
764
- The resource type of the transit router vbr attachment. Default value: `VBR`. Valid values: `VBR`.
744
+ The resource type of the transit router vbr attachment. Valid values: `VPC`, `CCN`, `VBR`, `TR`.
745
+
746
+ ->**NOTE:** Ensure that the vbr is not used in Express Connect.
765
747
  """
766
748
  return pulumi.get(self, "resource_type")
767
749
 
768
750
  @property
769
751
  @pulumi.getter(name="routeTableAssociationEnabled")
770
- @_utilities.deprecated("""Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead.""")
771
752
  def route_table_association_enabled(self) -> pulumi.Output[Optional[bool]]:
772
753
  """
773
- Whether to enabled route table association. **NOTE:** "Field `route_table_association_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTableAssociation` instead, how to use alicloud_cen_transit_router_route_table_association."
754
+ Whether to enabled route table association. The system default value is `true`.
774
755
  """
775
756
  return pulumi.get(self, "route_table_association_enabled")
776
757
 
777
758
  @property
778
759
  @pulumi.getter(name="routeTablePropagationEnabled")
779
- @_utilities.deprecated("""Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead.""")
780
760
  def route_table_propagation_enabled(self) -> pulumi.Output[Optional[bool]]:
781
761
  """
782
- Whether to enabled route table propagation. **NOTE:** "Field `route_table_propagation_enabled` has been deprecated from provider version 1.233.1. Please use the resource `cen.TransitRouterRouteTablePropagation` instead, how to use alicloud_cen_transit_router_route_table_propagation."
783
-
784
- ->**NOTE:** Ensure that the vbr is not used in Express Connect.
762
+ Whether to enabled route table propagation. The system default value is `true`.
785
763
  """
786
764
  return pulumi.get(self, "route_table_propagation_enabled")
787
765
 
@@ -789,7 +767,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
789
767
  @pulumi.getter
790
768
  def status(self) -> pulumi.Output[str]:
791
769
  """
792
- The status of the Transit Router VBR Attachment.
770
+ The associating status of the network.
793
771
  """
794
772
  return pulumi.get(self, "status")
795
773
 
@@ -813,7 +791,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
813
791
  @pulumi.getter(name="transitRouterAttachmentId")
814
792
  def transit_router_attachment_id(self) -> pulumi.Output[str]:
815
793
  """
816
- The ID of the VBR connection.
794
+ The id of the transit router vbr attachment.
817
795
  """
818
796
  return pulumi.get(self, "transit_router_attachment_id")
819
797
 
@@ -827,7 +805,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
827
805
 
828
806
  @property
829
807
  @pulumi.getter(name="transitRouterId")
830
- def transit_router_id(self) -> pulumi.Output[str]:
808
+ def transit_router_id(self) -> pulumi.Output[Optional[str]]:
831
809
  """
832
810
  The ID of the transit router.
833
811
  """
@@ -845,7 +823,7 @@ class TransitRouterVbrAttachment(pulumi.CustomResource):
845
823
  @pulumi.getter(name="vbrOwnerId")
846
824
  def vbr_owner_id(self) -> pulumi.Output[str]:
847
825
  """
848
- The owner id of the vbr.
826
+ The owner id of the transit router vbr attachment.
849
827
  """
850
828
  return pulumi.get(self, "vbr_owner_id")
851
829
 
@@ -27,15 +27,15 @@ if not MYPY:
27
27
  class AccessConfigurationPermissionPolicyArgsDict(TypedDict):
28
28
  permission_policy_name: pulumi.Input[str]
29
29
  """
30
- The name of the policy.
30
+ The Policy Name of policy. The name of the resource.
31
31
  """
32
32
  permission_policy_type: pulumi.Input[str]
33
33
  """
34
- The type of the policy. Valid values: `System`, `Inline`.
34
+ The Policy Type of policy. Valid values: `System`, `Inline`.
35
35
  """
36
36
  permission_policy_document: NotRequired[pulumi.Input[str]]
37
37
  """
38
- The configurations of the inline policy. **NOTE:** If `permission_policy_type` is set to `Inline`, `permission_policy_document` is required.
38
+ The Content of Policy.
39
39
  """
40
40
  elif False:
41
41
  AccessConfigurationPermissionPolicyArgsDict: TypeAlias = Mapping[str, Any]
@@ -47,9 +47,9 @@ class AccessConfigurationPermissionPolicyArgs:
47
47
  permission_policy_type: pulumi.Input[str],
48
48
  permission_policy_document: Optional[pulumi.Input[str]] = None):
49
49
  """
50
- :param pulumi.Input[str] permission_policy_name: The name of the policy.
51
- :param pulumi.Input[str] permission_policy_type: The type of the policy. Valid values: `System`, `Inline`.
52
- :param pulumi.Input[str] permission_policy_document: The configurations of the inline policy. **NOTE:** If `permission_policy_type` is set to `Inline`, `permission_policy_document` is required.
50
+ :param pulumi.Input[str] permission_policy_name: The Policy Name of policy. The name of the resource.
51
+ :param pulumi.Input[str] permission_policy_type: The Policy Type of policy. Valid values: `System`, `Inline`.
52
+ :param pulumi.Input[str] permission_policy_document: The Content of Policy.
53
53
  """
54
54
  pulumi.set(__self__, "permission_policy_name", permission_policy_name)
55
55
  pulumi.set(__self__, "permission_policy_type", permission_policy_type)
@@ -60,7 +60,7 @@ class AccessConfigurationPermissionPolicyArgs:
60
60
  @pulumi.getter(name="permissionPolicyName")
61
61
  def permission_policy_name(self) -> pulumi.Input[str]:
62
62
  """
63
- The name of the policy.
63
+ The Policy Name of policy. The name of the resource.
64
64
  """
65
65
  return pulumi.get(self, "permission_policy_name")
66
66
 
@@ -72,7 +72,7 @@ class AccessConfigurationPermissionPolicyArgs:
72
72
  @pulumi.getter(name="permissionPolicyType")
73
73
  def permission_policy_type(self) -> pulumi.Input[str]:
74
74
  """
75
- The type of the policy. Valid values: `System`, `Inline`.
75
+ The Policy Type of policy. Valid values: `System`, `Inline`.
76
76
  """
77
77
  return pulumi.get(self, "permission_policy_type")
78
78
 
@@ -84,7 +84,7 @@ class AccessConfigurationPermissionPolicyArgs:
84
84
  @pulumi.getter(name="permissionPolicyDocument")
85
85
  def permission_policy_document(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- The configurations of the inline policy. **NOTE:** If `permission_policy_type` is set to `Inline`, `permission_policy_document` is required.
87
+ The Content of Policy.
88
88
  """
89
89
  return pulumi.get(self, "permission_policy_document")
90
90