pulumi-alicloud 3.81.0a1750224117__py3-none-any.whl → 3.81.0a1750651450__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 (34) hide show
  1. pulumi_alicloud/__init__.py +8 -0
  2. pulumi_alicloud/cdn/get_service.py +4 -4
  3. pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +116 -21
  4. pulumi_alicloud/cen/get_transit_router_route_tables.py +35 -29
  5. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +178 -59
  6. pulumi_alicloud/cen/outputs.py +56 -41
  7. pulumi_alicloud/cs/_inputs.py +54 -0
  8. pulumi_alicloud/cs/node_pool.py +158 -45
  9. pulumi_alicloud/cs/outputs.py +51 -0
  10. pulumi_alicloud/dfs/vsc_mount_point.py +4 -4
  11. pulumi_alicloud/ecs/_inputs.py +66 -0
  12. pulumi_alicloud/ecs/ecs_network_interface.py +47 -0
  13. pulumi_alicloud/ecs/outputs.py +48 -0
  14. pulumi_alicloud/eflo/node_group.py +103 -7
  15. pulumi_alicloud/eventbridge/service_linked_role.py +25 -31
  16. pulumi_alicloud/ga/forwarding_rule.py +2 -2
  17. pulumi_alicloud/hbr/ots_backup_plan.py +2 -2
  18. pulumi_alicloud/hbr/replication_vault.py +167 -41
  19. pulumi_alicloud/hbr/vault.py +21 -7
  20. pulumi_alicloud/maxcompute/project.py +2 -2
  21. pulumi_alicloud/message/__init__.py +1 -0
  22. pulumi_alicloud/message/service_service.py +132 -0
  23. pulumi_alicloud/message/service_subscription.py +37 -23
  24. pulumi_alicloud/mns/get_service.py +8 -4
  25. pulumi_alicloud/pulumi-plugin.json +1 -1
  26. pulumi_alicloud/ram/role.py +306 -105
  27. pulumi_alicloud/rds/_inputs.py +0 -9
  28. pulumi_alicloud/rds/custom.py +360 -31
  29. pulumi_alicloud/rds/outputs.py +0 -6
  30. pulumi_alicloud/vpc/network_interface.py +34 -0
  31. {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.81.0a1750651450.dist-info}/METADATA +1 -1
  32. {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.81.0a1750651450.dist-info}/RECORD +34 -33
  33. {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.81.0a1750651450.dist-info}/WHEEL +0 -0
  34. {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.81.0a1750651450.dist-info}/top_level.txt +0 -0
@@ -75,7 +75,7 @@ class GetTransitRouterVpnAttachmentsResult:
75
75
  @pulumi.getter(name="cenId")
76
76
  def cen_id(self) -> Optional[builtins.str]:
77
77
  """
78
- The ID of the Cloud Enterprise Network (CEN) instance.
78
+ (Available since v1.245.0) The ID of the Cloud Enterprise Network (CEN) instance.
79
79
  """
80
80
  return pulumi.get(self, "cen_id")
81
81
 
@@ -90,9 +90,6 @@ class GetTransitRouterVpnAttachmentsResult:
90
90
  @property
91
91
  @pulumi.getter
92
92
  def ids(self) -> Sequence[builtins.str]:
93
- """
94
- A list of Transit Router Vpn Attachment IDs.
95
- """
96
93
  return pulumi.get(self, "ids")
97
94
 
98
95
  @property
@@ -117,7 +114,7 @@ class GetTransitRouterVpnAttachmentsResult:
117
114
  @pulumi.getter
118
115
  def status(self) -> Optional[builtins.str]:
119
116
  """
120
- Status
117
+ The status of the VPN connection.
121
118
  """
122
119
  return pulumi.get(self, "status")
123
120
 
@@ -125,7 +122,7 @@ class GetTransitRouterVpnAttachmentsResult:
125
122
  @pulumi.getter
126
123
  def tags(self) -> Optional[Mapping[str, builtins.str]]:
127
124
  """
128
- The tag of the resource
125
+ (Available since v1.245.0) The tag of the resource.
129
126
  """
130
127
  return pulumi.get(self, "tags")
131
128
 
@@ -133,7 +130,7 @@ class GetTransitRouterVpnAttachmentsResult:
133
130
  @pulumi.getter(name="transitRouterAttachmentId")
134
131
  def transit_router_attachment_id(self) -> Optional[builtins.str]:
135
132
  """
136
- The ID of the VPN attachment.
133
+ (Available since v1.245.0) The ID of the VPN attachment.
137
134
  """
138
135
  return pulumi.get(self, "transit_router_attachment_id")
139
136
 
@@ -177,7 +174,7 @@ def get_transit_router_vpn_attachments(cen_id: Optional[builtins.str] = None,
177
174
  """
178
175
  This data source provides Cen Transit Router Vpn Attachment available to the user.[What is Transit Router Vpn Attachment](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouterVpnAttachment)
179
176
 
180
- > **NOTE:** Available since v1.245.0.
177
+ > **NOTE:** Available since v1.183.0.
181
178
 
182
179
  ## Example Usage
183
180
 
@@ -189,41 +186,102 @@ def get_transit_router_vpn_attachments(cen_id: Optional[builtins.str] = None,
189
186
  name = config.get("name")
190
187
  if name is None:
191
188
  name = "terraform-example"
192
- defaultbp_r5_uk = alicloud.cen.Instance("defaultbpR5Uk", cen_instance_name="example-vpn-attachment")
193
- default_m8_zo6_h = alicloud.cen.TransitRouter("defaultM8Zo6H", cen_id=defaultbp_r5_uk.id)
194
- defaultu_uty_cv = alicloud.cen.TransitRouterCidr("defaultuUtyCv",
189
+ default = alicloud.get_account()
190
+ default_instance = alicloud.cen.Instance("default", cen_instance_name=name)
191
+ default_transit_router = alicloud.cen.TransitRouter("default", cen_id=default_instance.id)
192
+ default_transit_router_cidr = alicloud.cen.TransitRouterCidr("default",
195
193
  cidr="192.168.10.0/24",
196
- transit_router_id=default_m8_zo6_h.transit_router_id)
197
- default_meo_c_iz = alicloud.vpn.CustomerGateway("defaultMeoCIz",
198
- ip_address="0.0.0.0",
199
- customer_gateway_name="example-vpn-attachment")
200
- defaultvr_pzdh = alicloud.vpn.GatewayVpnAttachment("defaultvrPzdh",
201
- customer_gateway_id=default_meo_c_iz.id,
202
- vpn_attachment_name="example-vpn-attachment",
203
- local_subnet="10.0.1.0/24",
204
- remote_subnet="10.0.2.0/24")
194
+ transit_router_id=default_transit_router.transit_router_id,
195
+ publish_cidr_route=True)
196
+ default_customer_gateway = alicloud.vpn.CustomerGateway("default",
197
+ ip_address="1.1.1.8",
198
+ customer_gateway_name=name,
199
+ opts = pulumi.ResourceOptions(depends_on=[default_transit_router_cidr]))
200
+ default_gateway_vpn_attachment = alicloud.vpn.GatewayVpnAttachment("default",
201
+ network_type="public",
202
+ local_subnet="0.0.0.0/0",
203
+ enable_tunnels_bgp=False,
204
+ vpn_attachment_name=name,
205
+ tunnel_options_specifications=[
206
+ {
207
+ "customer_gateway_id": default_customer_gateway.id,
208
+ "enable_dpd": True,
209
+ "enable_nat_traversal": True,
210
+ "tunnel_index": 1,
211
+ "tunnel_ike_config": {
212
+ "remote_id": "2.2.2.2",
213
+ "ike_enc_alg": "aes",
214
+ "ike_mode": "main",
215
+ "ike_version": "ikev1",
216
+ "local_id": "1.1.1.1",
217
+ "ike_auth_alg": "md5",
218
+ "ike_lifetime": 86100,
219
+ "ike_pfs": "group2",
220
+ "psk": "12345678",
221
+ },
222
+ "tunnel_ipsec_config": {
223
+ "ipsec_auth_alg": "md5",
224
+ "ipsec_enc_alg": "aes",
225
+ "ipsec_lifetime": 86200,
226
+ "ipsec_pfs": "group5",
227
+ },
228
+ },
229
+ {
230
+ "enable_nat_traversal": True,
231
+ "tunnel_index": 2,
232
+ "tunnel_ike_config": {
233
+ "local_id": "4.4.4.4",
234
+ "remote_id": "5.5.5.5",
235
+ "ike_lifetime": 86400,
236
+ "ike_pfs": "group5",
237
+ "ike_mode": "main",
238
+ "ike_version": "ikev2",
239
+ "psk": "32333442",
240
+ "ike_auth_alg": "md5",
241
+ "ike_enc_alg": "aes",
242
+ },
243
+ "tunnel_ipsec_config": {
244
+ "ipsec_enc_alg": "aes",
245
+ "ipsec_lifetime": 86400,
246
+ "ipsec_pfs": "group5",
247
+ "ipsec_auth_alg": "sha256",
248
+ },
249
+ "customer_gateway_id": default_customer_gateway.id,
250
+ "enable_dpd": True,
251
+ },
252
+ ],
253
+ remote_subnet="0.0.0.0/0")
205
254
  default_transit_router_vpn_attachment = alicloud.cen.TransitRouterVpnAttachment("default",
206
- vpn_owner_id=default_m8_zo6_h.id,
207
- cen_id=default_m8_zo6_h.id,
208
- transit_router_attachment_description="example-vpn-attachment",
209
- transit_router_id=default_m8_zo6_h.transit_router_id,
210
- vpn_id=defaultvr_pzdh.id,
211
255
  auto_publish_route_enabled=False,
256
+ transit_router_attachment_description=name,
257
+ transit_router_attachment_name=name,
258
+ cen_id=default_transit_router.cen_id,
259
+ transit_router_id=default_transit_router.transit_router_id,
260
+ vpn_id=default_gateway_vpn_attachment.id,
261
+ vpn_owner_id=default.id,
212
262
  charge_type="POSTPAY",
213
- transit_router_attachment_name="example-vpn-attachment")
214
- default = alicloud.cen.get_transit_router_vpn_attachments_output(ids=[default_transit_router_vpn_attachment.id],
215
- cen_id=default_m8_zo6_h.id,
216
- transit_router_id=default_m8_zo6_h.transit_router_id)
217
- pulumi.export("alicloudCenTransitRouterVpnAttachmentExampleId", default.attachments[0].id)
263
+ tags={
264
+ "Created": "TF",
265
+ "For": "VpnAttachment",
266
+ })
267
+ ids = pulumi.Output.all(
268
+ id=default_transit_router_vpn_attachment.id,
269
+ cen_id=default_transit_router_vpn_attachment.cen_id,
270
+ transit_router_id=default_transit_router_vpn_attachment.transit_router_id
271
+ ).apply(lambda resolved_outputs: alicloud.cen.get_transit_router_vpn_attachments_output(ids=[resolved_outputs['id']],
272
+ cen_id=resolved_outputs['cen_id'],
273
+ transit_router_id=resolved_outputs['transit_router_id']))
274
+
275
+ pulumi.export("cenTransitRouterVpnAttachmentId0", ids.attachments[0].id)
218
276
  ```
219
277
 
220
278
 
221
279
  :param builtins.str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
222
280
  :param Sequence[builtins.str] ids: A list of Transit Router Vpn Attachment IDs.
223
- :param builtins.str name_regex: A regex string to filter results by Group Metric Rule name.
281
+ :param builtins.str name_regex: A regex string to filter results by Transit Router Vpn Attachment name.
224
282
  :param builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
225
- :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
226
- :param Mapping[str, builtins.str] tags: The tag of the resource
283
+ :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
284
+ :param Mapping[str, builtins.str] tags: The tag of the resource.
227
285
  :param builtins.str transit_router_attachment_id: The ID of the VPN attachment.
228
286
  :param builtins.str transit_router_id: The ID of the transit router.
229
287
  """
@@ -263,7 +321,7 @@ def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[Opti
263
321
  """
264
322
  This data source provides Cen Transit Router Vpn Attachment available to the user.[What is Transit Router Vpn Attachment](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouterVpnAttachment)
265
323
 
266
- > **NOTE:** Available since v1.245.0.
324
+ > **NOTE:** Available since v1.183.0.
267
325
 
268
326
  ## Example Usage
269
327
 
@@ -275,41 +333,102 @@ def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[Opti
275
333
  name = config.get("name")
276
334
  if name is None:
277
335
  name = "terraform-example"
278
- defaultbp_r5_uk = alicloud.cen.Instance("defaultbpR5Uk", cen_instance_name="example-vpn-attachment")
279
- default_m8_zo6_h = alicloud.cen.TransitRouter("defaultM8Zo6H", cen_id=defaultbp_r5_uk.id)
280
- defaultu_uty_cv = alicloud.cen.TransitRouterCidr("defaultuUtyCv",
336
+ default = alicloud.get_account()
337
+ default_instance = alicloud.cen.Instance("default", cen_instance_name=name)
338
+ default_transit_router = alicloud.cen.TransitRouter("default", cen_id=default_instance.id)
339
+ default_transit_router_cidr = alicloud.cen.TransitRouterCidr("default",
281
340
  cidr="192.168.10.0/24",
282
- transit_router_id=default_m8_zo6_h.transit_router_id)
283
- default_meo_c_iz = alicloud.vpn.CustomerGateway("defaultMeoCIz",
284
- ip_address="0.0.0.0",
285
- customer_gateway_name="example-vpn-attachment")
286
- defaultvr_pzdh = alicloud.vpn.GatewayVpnAttachment("defaultvrPzdh",
287
- customer_gateway_id=default_meo_c_iz.id,
288
- vpn_attachment_name="example-vpn-attachment",
289
- local_subnet="10.0.1.0/24",
290
- remote_subnet="10.0.2.0/24")
341
+ transit_router_id=default_transit_router.transit_router_id,
342
+ publish_cidr_route=True)
343
+ default_customer_gateway = alicloud.vpn.CustomerGateway("default",
344
+ ip_address="1.1.1.8",
345
+ customer_gateway_name=name,
346
+ opts = pulumi.ResourceOptions(depends_on=[default_transit_router_cidr]))
347
+ default_gateway_vpn_attachment = alicloud.vpn.GatewayVpnAttachment("default",
348
+ network_type="public",
349
+ local_subnet="0.0.0.0/0",
350
+ enable_tunnels_bgp=False,
351
+ vpn_attachment_name=name,
352
+ tunnel_options_specifications=[
353
+ {
354
+ "customer_gateway_id": default_customer_gateway.id,
355
+ "enable_dpd": True,
356
+ "enable_nat_traversal": True,
357
+ "tunnel_index": 1,
358
+ "tunnel_ike_config": {
359
+ "remote_id": "2.2.2.2",
360
+ "ike_enc_alg": "aes",
361
+ "ike_mode": "main",
362
+ "ike_version": "ikev1",
363
+ "local_id": "1.1.1.1",
364
+ "ike_auth_alg": "md5",
365
+ "ike_lifetime": 86100,
366
+ "ike_pfs": "group2",
367
+ "psk": "12345678",
368
+ },
369
+ "tunnel_ipsec_config": {
370
+ "ipsec_auth_alg": "md5",
371
+ "ipsec_enc_alg": "aes",
372
+ "ipsec_lifetime": 86200,
373
+ "ipsec_pfs": "group5",
374
+ },
375
+ },
376
+ {
377
+ "enable_nat_traversal": True,
378
+ "tunnel_index": 2,
379
+ "tunnel_ike_config": {
380
+ "local_id": "4.4.4.4",
381
+ "remote_id": "5.5.5.5",
382
+ "ike_lifetime": 86400,
383
+ "ike_pfs": "group5",
384
+ "ike_mode": "main",
385
+ "ike_version": "ikev2",
386
+ "psk": "32333442",
387
+ "ike_auth_alg": "md5",
388
+ "ike_enc_alg": "aes",
389
+ },
390
+ "tunnel_ipsec_config": {
391
+ "ipsec_enc_alg": "aes",
392
+ "ipsec_lifetime": 86400,
393
+ "ipsec_pfs": "group5",
394
+ "ipsec_auth_alg": "sha256",
395
+ },
396
+ "customer_gateway_id": default_customer_gateway.id,
397
+ "enable_dpd": True,
398
+ },
399
+ ],
400
+ remote_subnet="0.0.0.0/0")
291
401
  default_transit_router_vpn_attachment = alicloud.cen.TransitRouterVpnAttachment("default",
292
- vpn_owner_id=default_m8_zo6_h.id,
293
- cen_id=default_m8_zo6_h.id,
294
- transit_router_attachment_description="example-vpn-attachment",
295
- transit_router_id=default_m8_zo6_h.transit_router_id,
296
- vpn_id=defaultvr_pzdh.id,
297
402
  auto_publish_route_enabled=False,
403
+ transit_router_attachment_description=name,
404
+ transit_router_attachment_name=name,
405
+ cen_id=default_transit_router.cen_id,
406
+ transit_router_id=default_transit_router.transit_router_id,
407
+ vpn_id=default_gateway_vpn_attachment.id,
408
+ vpn_owner_id=default.id,
298
409
  charge_type="POSTPAY",
299
- transit_router_attachment_name="example-vpn-attachment")
300
- default = alicloud.cen.get_transit_router_vpn_attachments_output(ids=[default_transit_router_vpn_attachment.id],
301
- cen_id=default_m8_zo6_h.id,
302
- transit_router_id=default_m8_zo6_h.transit_router_id)
303
- pulumi.export("alicloudCenTransitRouterVpnAttachmentExampleId", default.attachments[0].id)
410
+ tags={
411
+ "Created": "TF",
412
+ "For": "VpnAttachment",
413
+ })
414
+ ids = pulumi.Output.all(
415
+ id=default_transit_router_vpn_attachment.id,
416
+ cen_id=default_transit_router_vpn_attachment.cen_id,
417
+ transit_router_id=default_transit_router_vpn_attachment.transit_router_id
418
+ ).apply(lambda resolved_outputs: alicloud.cen.get_transit_router_vpn_attachments_output(ids=[resolved_outputs['id']],
419
+ cen_id=resolved_outputs['cen_id'],
420
+ transit_router_id=resolved_outputs['transit_router_id']))
421
+
422
+ pulumi.export("cenTransitRouterVpnAttachmentId0", ids.attachments[0].id)
304
423
  ```
305
424
 
306
425
 
307
426
  :param builtins.str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
308
427
  :param Sequence[builtins.str] ids: A list of Transit Router Vpn Attachment IDs.
309
- :param builtins.str name_regex: A regex string to filter results by Group Metric Rule name.
428
+ :param builtins.str name_regex: A regex string to filter results by Transit Router Vpn Attachment name.
310
429
  :param builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
311
- :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
312
- :param Mapping[str, builtins.str] tags: The tag of the resource
430
+ :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
431
+ :param Mapping[str, builtins.str] tags: The tag of the resource.
313
432
  :param builtins.str transit_router_attachment_id: The ID of the VPN attachment.
314
433
  :param builtins.str transit_router_id: The ID of the transit router.
315
434
  """
@@ -3246,29 +3246,36 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
3246
3246
  resource_id: builtins.str,
3247
3247
  resource_type: builtins.str,
3248
3248
  status: builtins.str,
3249
- transit_router_attachment_id: builtins.str):
3249
+ transit_router_attachment_id: builtins.str,
3250
+ transit_router_route_table_id: builtins.str):
3250
3251
  """
3251
- :param builtins.str resource_id: ID of the transit router route table association.
3252
- :param builtins.str resource_type: Type of the resource.
3253
- :param builtins.str status: The status of the route table, including `Active`, `Enabling`, `Disabling`, `Deleted`.
3254
- :param builtins.str transit_router_attachment_id: ID of the cen transit router attachment.
3252
+ :param builtins.str id: The ID of the network instance connection.
3253
+ :param builtins.str resource_id: The ID of the network instance.
3254
+ :param builtins.str resource_type: The type of the network instance.
3255
+ :param builtins.str status: The status of the route learning correlation. Valid values: `Active`, `Enabling`, `Disabling`.
3256
+ :param builtins.str transit_router_attachment_id: The ID of the network instance connection.
3257
+ :param builtins.str transit_router_route_table_id: The ID of the route table of the Enterprise Edition transit router.
3255
3258
  """
3256
3259
  pulumi.set(__self__, "id", id)
3257
3260
  pulumi.set(__self__, "resource_id", resource_id)
3258
3261
  pulumi.set(__self__, "resource_type", resource_type)
3259
3262
  pulumi.set(__self__, "status", status)
3260
3263
  pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
3264
+ pulumi.set(__self__, "transit_router_route_table_id", transit_router_route_table_id)
3261
3265
 
3262
3266
  @property
3263
3267
  @pulumi.getter
3264
3268
  def id(self) -> builtins.str:
3269
+ """
3270
+ The ID of the network instance connection.
3271
+ """
3265
3272
  return pulumi.get(self, "id")
3266
3273
 
3267
3274
  @property
3268
3275
  @pulumi.getter(name="resourceId")
3269
3276
  def resource_id(self) -> builtins.str:
3270
3277
  """
3271
- ID of the transit router route table association.
3278
+ The ID of the network instance.
3272
3279
  """
3273
3280
  return pulumi.get(self, "resource_id")
3274
3281
 
@@ -3276,7 +3283,7 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
3276
3283
  @pulumi.getter(name="resourceType")
3277
3284
  def resource_type(self) -> builtins.str:
3278
3285
  """
3279
- Type of the resource.
3286
+ The type of the network instance.
3280
3287
  """
3281
3288
  return pulumi.get(self, "resource_type")
3282
3289
 
@@ -3284,7 +3291,7 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
3284
3291
  @pulumi.getter
3285
3292
  def status(self) -> builtins.str:
3286
3293
  """
3287
- The status of the route table, including `Active`, `Enabling`, `Disabling`, `Deleted`.
3294
+ The status of the route learning correlation. Valid values: `Active`, `Enabling`, `Disabling`.
3288
3295
  """
3289
3296
  return pulumi.get(self, "status")
3290
3297
 
@@ -3292,10 +3299,18 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
3292
3299
  @pulumi.getter(name="transitRouterAttachmentId")
3293
3300
  def transit_router_attachment_id(self) -> builtins.str:
3294
3301
  """
3295
- ID of the cen transit router attachment.
3302
+ The ID of the network instance connection.
3296
3303
  """
3297
3304
  return pulumi.get(self, "transit_router_attachment_id")
3298
3305
 
3306
+ @property
3307
+ @pulumi.getter(name="transitRouterRouteTableId")
3308
+ def transit_router_route_table_id(self) -> builtins.str:
3309
+ """
3310
+ The ID of the route table of the Enterprise Edition transit router.
3311
+ """
3312
+ return pulumi.get(self, "transit_router_route_table_id")
3313
+
3299
3314
 
3300
3315
  @pulumi.output_type
3301
3316
  class GetTransitRouterRouteTablesTableResult(dict):
@@ -3307,12 +3322,12 @@ class GetTransitRouterRouteTablesTableResult(dict):
3307
3322
  transit_router_route_table_name: builtins.str,
3308
3323
  transit_router_route_table_type: builtins.str):
3309
3324
  """
3310
- :param builtins.str id: ID of resource.
3311
- :param builtins.str status: The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
3312
- :param builtins.str transit_router_route_table_description: The description of the transit router route table.
3313
- :param builtins.str transit_router_route_table_id: ID of the trabsit router route table.
3314
- :param builtins.str transit_router_route_table_name: Name of the transit router route table.
3315
- :param builtins.str transit_router_route_table_type: The type of the transit router route table to query. Valid values `System` and `Custom`.
3325
+ :param builtins.str id: The ID of the Transit Router Route Table.
3326
+ :param builtins.str status: The status of the route table. Valid values: `Creating`, `Active`, `Deleting`.
3327
+ :param builtins.str transit_router_route_table_description: The description of the route table.
3328
+ :param builtins.str transit_router_route_table_id: The ID of the Transit Router Route Table.
3329
+ :param builtins.str transit_router_route_table_name: The name of the route table.
3330
+ :param builtins.str transit_router_route_table_type: The type of the route table. Valid values: `System`, `Custom`.
3316
3331
  """
3317
3332
  pulumi.set(__self__, "id", id)
3318
3333
  pulumi.set(__self__, "status", status)
@@ -3325,7 +3340,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3325
3340
  @pulumi.getter
3326
3341
  def id(self) -> builtins.str:
3327
3342
  """
3328
- ID of resource.
3343
+ The ID of the Transit Router Route Table.
3329
3344
  """
3330
3345
  return pulumi.get(self, "id")
3331
3346
 
@@ -3333,7 +3348,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3333
3348
  @pulumi.getter
3334
3349
  def status(self) -> builtins.str:
3335
3350
  """
3336
- The status of the transit router route table to query. Valid values `Creating`, `Active` and `Deleting`..
3351
+ The status of the route table. Valid values: `Creating`, `Active`, `Deleting`.
3337
3352
  """
3338
3353
  return pulumi.get(self, "status")
3339
3354
 
@@ -3341,7 +3356,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3341
3356
  @pulumi.getter(name="transitRouterRouteTableDescription")
3342
3357
  def transit_router_route_table_description(self) -> builtins.str:
3343
3358
  """
3344
- The description of the transit router route table.
3359
+ The description of the route table.
3345
3360
  """
3346
3361
  return pulumi.get(self, "transit_router_route_table_description")
3347
3362
 
@@ -3349,7 +3364,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3349
3364
  @pulumi.getter(name="transitRouterRouteTableId")
3350
3365
  def transit_router_route_table_id(self) -> builtins.str:
3351
3366
  """
3352
- ID of the trabsit router route table.
3367
+ The ID of the Transit Router Route Table.
3353
3368
  """
3354
3369
  return pulumi.get(self, "transit_router_route_table_id")
3355
3370
 
@@ -3357,7 +3372,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3357
3372
  @pulumi.getter(name="transitRouterRouteTableName")
3358
3373
  def transit_router_route_table_name(self) -> builtins.str:
3359
3374
  """
3360
- Name of the transit router route table.
3375
+ The name of the route table.
3361
3376
  """
3362
3377
  return pulumi.get(self, "transit_router_route_table_name")
3363
3378
 
@@ -3365,7 +3380,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
3365
3380
  @pulumi.getter(name="transitRouterRouteTableType")
3366
3381
  def transit_router_route_table_type(self) -> builtins.str:
3367
3382
  """
3368
- The type of the transit router route table to query. Valid values `System` and `Custom`.
3383
+ The type of the route table. Valid values: `System`, `Custom`.
3369
3384
  """
3370
3385
  return pulumi.get(self, "transit_router_route_table_type")
3371
3386
 
@@ -3662,20 +3677,20 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3662
3677
  vpn_owner_id: builtins.int,
3663
3678
  zones: Sequence['outputs.GetTransitRouterVpnAttachmentsAttachmentZoneResult']):
3664
3679
  """
3665
- :param builtins.bool auto_publish_route_enabled: Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment. Valid values:* **true** (default): yes* **false**: no
3680
+ :param builtins.bool auto_publish_route_enabled: Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
3666
3681
  :param builtins.str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
3667
- :param builtins.str charge_type: The billing method.Set the value to **POSTPAY**, which is the default value and specifies the pay-as-you-go billing method.
3668
- :param builtins.str create_time: The creation time of the resource
3682
+ :param builtins.str charge_type: (Available since v1.245.0) The billing method of the VPN attachment.
3683
+ :param builtins.str create_time: The time when the VPN connection was created.
3669
3684
  :param builtins.str id: The ID of the resource supplied above.
3670
- :param builtins.str resource_type: The type of the resource. Set the value to **cen**, which specifies a CEN instance.
3671
- :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
3672
- :param Mapping[str, builtins.str] tags: The tag of the resource
3673
- :param builtins.str transit_router_attachment_description: The new description of the VPN attachment.The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
3685
+ :param builtins.str resource_type: The type of resource attached to the transit router.
3686
+ :param builtins.str status: The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
3687
+ :param Mapping[str, builtins.str] tags: The tag of the resource.
3688
+ :param builtins.str transit_router_attachment_description: The description of the IPsec-VPN connection.
3674
3689
  :param builtins.str transit_router_attachment_id: The ID of the VPN attachment.
3675
- :param builtins.str transit_router_attachment_name: The name of the VPN attachment.The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.
3690
+ :param builtins.str transit_router_attachment_name: The name of the VPN attachment.
3676
3691
  :param builtins.str transit_router_id: The ID of the transit router.
3677
3692
  :param builtins.str vpn_id: The ID of the IPsec-VPN attachment.
3678
- :param builtins.int vpn_owner_id: The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.* If you do not set this parameter, the ID of the current Alibaba Cloud account is used.* You must set VpnOwnerId if you want to connect the transit router to an IPsec-VPN connection that belongs to another Alibaba Cloud account.
3693
+ :param builtins.int vpn_owner_id: The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
3679
3694
  :param Sequence['GetTransitRouterVpnAttachmentsAttachmentZoneArgs'] zones: The Zone ID in the current region.System will create resources under the Zone that you specify.Left blank if associated IPSec connection is in dual-tunnel mode.
3680
3695
  """
3681
3696
  pulumi.set(__self__, "auto_publish_route_enabled", auto_publish_route_enabled)
@@ -3698,7 +3713,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3698
3713
  @pulumi.getter(name="autoPublishRouteEnabled")
3699
3714
  def auto_publish_route_enabled(self) -> builtins.bool:
3700
3715
  """
3701
- Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment. Valid values:* **true** (default): yes* **false**: no
3716
+ Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
3702
3717
  """
3703
3718
  return pulumi.get(self, "auto_publish_route_enabled")
3704
3719
 
@@ -3714,7 +3729,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3714
3729
  @pulumi.getter(name="chargeType")
3715
3730
  def charge_type(self) -> builtins.str:
3716
3731
  """
3717
- The billing method.Set the value to **POSTPAY**, which is the default value and specifies the pay-as-you-go billing method.
3732
+ (Available since v1.245.0) The billing method of the VPN attachment.
3718
3733
  """
3719
3734
  return pulumi.get(self, "charge_type")
3720
3735
 
@@ -3722,7 +3737,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3722
3737
  @pulumi.getter(name="createTime")
3723
3738
  def create_time(self) -> builtins.str:
3724
3739
  """
3725
- The creation time of the resource
3740
+ The time when the VPN connection was created.
3726
3741
  """
3727
3742
  return pulumi.get(self, "create_time")
3728
3743
 
@@ -3738,7 +3753,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3738
3753
  @pulumi.getter(name="resourceType")
3739
3754
  def resource_type(self) -> builtins.str:
3740
3755
  """
3741
- The type of the resource. Set the value to **cen**, which specifies a CEN instance.
3756
+ The type of resource attached to the transit router.
3742
3757
  """
3743
3758
  return pulumi.get(self, "resource_type")
3744
3759
 
@@ -3746,7 +3761,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3746
3761
  @pulumi.getter
3747
3762
  def status(self) -> builtins.str:
3748
3763
  """
3749
- The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
3764
+ The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
3750
3765
  """
3751
3766
  return pulumi.get(self, "status")
3752
3767
 
@@ -3754,7 +3769,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3754
3769
  @pulumi.getter
3755
3770
  def tags(self) -> Mapping[str, builtins.str]:
3756
3771
  """
3757
- The tag of the resource
3772
+ The tag of the resource.
3758
3773
  """
3759
3774
  return pulumi.get(self, "tags")
3760
3775
 
@@ -3762,7 +3777,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3762
3777
  @pulumi.getter(name="transitRouterAttachmentDescription")
3763
3778
  def transit_router_attachment_description(self) -> builtins.str:
3764
3779
  """
3765
- The new description of the VPN attachment.The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
3780
+ The description of the IPsec-VPN connection.
3766
3781
  """
3767
3782
  return pulumi.get(self, "transit_router_attachment_description")
3768
3783
 
@@ -3778,7 +3793,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3778
3793
  @pulumi.getter(name="transitRouterAttachmentName")
3779
3794
  def transit_router_attachment_name(self) -> builtins.str:
3780
3795
  """
3781
- The name of the VPN attachment.The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.
3796
+ The name of the VPN attachment.
3782
3797
  """
3783
3798
  return pulumi.get(self, "transit_router_attachment_name")
3784
3799
 
@@ -3802,7 +3817,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
3802
3817
  @pulumi.getter(name="vpnOwnerId")
3803
3818
  def vpn_owner_id(self) -> builtins.int:
3804
3819
  """
3805
- The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.* If you do not set this parameter, the ID of the current Alibaba Cloud account is used.* You must set VpnOwnerId if you want to connect the transit router to an IPsec-VPN connection that belongs to another Alibaba Cloud account.
3820
+ The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
3806
3821
  """
3807
3822
  return pulumi.get(self, "vpn_owner_id")
3808
3823
 
@@ -3820,7 +3835,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
3820
3835
  def __init__(__self__, *,
3821
3836
  zone_id: builtins.str):
3822
3837
  """
3823
- :param builtins.str zone_id: The zone ID of the read-only instance.You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
3838
+ :param builtins.str zone_id: The zone ID of the read-only instance.
3824
3839
  """
3825
3840
  pulumi.set(__self__, "zone_id", zone_id)
3826
3841
 
@@ -3828,7 +3843,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
3828
3843
  @pulumi.getter(name="zoneId")
3829
3844
  def zone_id(self) -> builtins.str:
3830
3845
  """
3831
- The zone ID of the read-only instance.You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
3846
+ The zone ID of the read-only instance.
3832
3847
  """
3833
3848
  return pulumi.get(self, "zone_id")
3834
3849