pulumi-alicloud 3.76.0a1743484854__py3-none-any.whl → 3.76.0a1744139894__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 (237) hide show
  1. pulumi_alicloud/__init__.py +271 -4
  2. pulumi_alicloud/_inputs.py +20 -0
  3. pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
  4. pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/alikafka/sasl_acl.py +7 -7
  8. pulumi_alicloud/apigateway/_inputs.py +134 -0
  9. pulumi_alicloud/apigateway/group.py +117 -5
  10. pulumi_alicloud/apigateway/instance.py +148 -7
  11. pulumi_alicloud/apigateway/outputs.py +107 -0
  12. pulumi_alicloud/arms/alert_contact.py +2 -2
  13. pulumi_alicloud/arms/alert_contact_group.py +2 -2
  14. pulumi_alicloud/arms/get_prometheus.py +2 -6
  15. pulumi_alicloud/arms/grafana_workspace.py +511 -69
  16. pulumi_alicloud/arms/outputs.py +18 -18
  17. pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
  18. pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
  19. pulumi_alicloud/cdn/domain_new.py +2 -2
  20. pulumi_alicloud/cen/_inputs.py +6 -3
  21. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
  22. pulumi_alicloud/cen/instance.py +101 -59
  23. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
  24. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
  25. pulumi_alicloud/cen/outputs.py +69 -26
  26. pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
  27. pulumi_alicloud/cen/transit_router.py +127 -53
  28. pulumi_alicloud/cen/transit_router_cidr.py +53 -35
  29. pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
  30. pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
  31. pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
  32. pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
  33. pulumi_alicloud/clickhouse/db_cluster.py +179 -6
  34. pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
  35. pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
  36. pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
  37. pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
  38. pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
  39. pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
  40. pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
  41. pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
  42. pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
  43. pulumi_alicloud/config/outputs.py +12 -0
  44. pulumi_alicloud/cs/__init__.py +1 -0
  45. pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
  46. pulumi_alicloud/cs/managed_kubernetes.py +127 -24
  47. pulumi_alicloud/cs/node_pool.py +42 -42
  48. pulumi_alicloud/cs/outputs.py +1782 -4
  49. pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
  50. pulumi_alicloud/dataworks/data_source.py +2 -2
  51. pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
  52. pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
  53. pulumi_alicloud/dataworks/di_job.py +2 -2
  54. pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
  55. pulumi_alicloud/dataworks/network.py +2 -2
  56. pulumi_alicloud/dataworks/project.py +2 -2
  57. pulumi_alicloud/dataworks/project_member.py +2 -2
  58. pulumi_alicloud/dbs/backup_plan.py +2 -2
  59. pulumi_alicloud/ddos/bgp_policy.py +2 -2
  60. pulumi_alicloud/eais/__init__.py +2 -0
  61. pulumi_alicloud/eais/_inputs.py +75 -0
  62. pulumi_alicloud/eais/client_instance_attachment.py +408 -0
  63. pulumi_alicloud/eais/instance.py +365 -118
  64. pulumi_alicloud/eais/outputs.py +32 -0
  65. pulumi_alicloud/ebs/disk_replica_group.py +512 -30
  66. pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
  67. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
  68. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
  69. pulumi_alicloud/ecp/instance.py +2 -2
  70. pulumi_alicloud/ecp/key_pair.py +4 -4
  71. pulumi_alicloud/ecs/_inputs.py +33 -0
  72. pulumi_alicloud/ecs/disk.py +1 -1
  73. pulumi_alicloud/ecs/ecs_disk.py +1 -1
  74. pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
  75. pulumi_alicloud/ecs/instance.py +1 -1
  76. pulumi_alicloud/ecs/outputs.py +26 -2
  77. pulumi_alicloud/eflo/__init__.py +5 -0
  78. pulumi_alicloud/eflo/_inputs.py +1717 -0
  79. pulumi_alicloud/eflo/cluster.py +935 -0
  80. pulumi_alicloud/eflo/invocation.py +1114 -0
  81. pulumi_alicloud/eflo/node.py +1013 -0
  82. pulumi_alicloud/eflo/node_group.py +1101 -0
  83. pulumi_alicloud/eflo/outputs.py +1366 -0
  84. pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
  85. pulumi_alicloud/ens/image.py +81 -34
  86. pulumi_alicloud/esa/__init__.py +4 -0
  87. pulumi_alicloud/esa/_inputs.py +640 -18
  88. pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
  89. pulumi_alicloud/esa/cache_rule.py +193 -179
  90. pulumi_alicloud/esa/certificate.py +99 -92
  91. pulumi_alicloud/esa/compression_rule.py +42 -28
  92. pulumi_alicloud/esa/edge_container_app.py +972 -0
  93. pulumi_alicloud/esa/edge_container_app_record.py +376 -0
  94. pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
  95. pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
  96. pulumi_alicloud/esa/https_application_configuration.py +42 -28
  97. pulumi_alicloud/esa/https_basic_configuration.py +56 -42
  98. pulumi_alicloud/esa/image_transform.py +42 -28
  99. pulumi_alicloud/esa/kv_namespace.py +11 -11
  100. pulumi_alicloud/esa/list.py +28 -28
  101. pulumi_alicloud/esa/network_optimization.py +56 -126
  102. pulumi_alicloud/esa/origin_pool.py +19 -19
  103. pulumi_alicloud/esa/origin_rule.py +67 -39
  104. pulumi_alicloud/esa/outputs.py +536 -12
  105. pulumi_alicloud/esa/page.py +28 -49
  106. pulumi_alicloud/esa/rate_plan_instance.py +86 -159
  107. pulumi_alicloud/esa/redirect_rule.py +42 -28
  108. pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
  109. pulumi_alicloud/esa/site.py +67 -123
  110. pulumi_alicloud/esa/site_delivery_task.py +841 -0
  111. pulumi_alicloud/esa/waiting_room.py +269 -319
  112. pulumi_alicloud/esa/waiting_room_event.py +291 -305
  113. pulumi_alicloud/esa/waiting_room_rule.py +46 -53
  114. pulumi_alicloud/ess/_inputs.py +155 -0
  115. pulumi_alicloud/ess/outputs.py +128 -0
  116. pulumi_alicloud/ess/scaling_group.py +237 -2
  117. pulumi_alicloud/ess/scaling_rule.py +143 -2
  118. pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
  119. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  120. pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
  121. pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
  122. pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
  123. pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
  124. pulumi_alicloud/gpdb/streaming_job.py +2 -2
  125. pulumi_alicloud/ims/oidc_provider.py +24 -13
  126. pulumi_alicloud/kvstore/account.py +9 -9
  127. pulumi_alicloud/kvstore/connection.py +2 -2
  128. pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
  129. pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
  130. pulumi_alicloud/kvstore/instance.py +7 -7
  131. pulumi_alicloud/kvstore/outputs.py +2 -2
  132. pulumi_alicloud/live/caster.py +2 -2
  133. pulumi_alicloud/maxcompute/__init__.py +1 -0
  134. pulumi_alicloud/maxcompute/_inputs.py +232 -3
  135. pulumi_alicloud/maxcompute/outputs.py +183 -2
  136. pulumi_alicloud/maxcompute/project.py +2 -2
  137. pulumi_alicloud/maxcompute/quota.py +438 -0
  138. pulumi_alicloud/nas/mount_target.py +149 -54
  139. pulumi_alicloud/nlb/__init__.py +1 -0
  140. pulumi_alicloud/nlb/_inputs.py +43 -6
  141. pulumi_alicloud/nlb/load_balancer.py +212 -24
  142. pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
  143. pulumi_alicloud/nlb/outputs.py +30 -4
  144. pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
  145. pulumi_alicloud/oss/__init__.py +1 -0
  146. pulumi_alicloud/oss/_inputs.py +20 -0
  147. pulumi_alicloud/oss/access_point.py +2 -2
  148. pulumi_alicloud/oss/bucket_cname.py +2 -2
  149. pulumi_alicloud/oss/bucket_cors.py +2 -2
  150. pulumi_alicloud/oss/bucket_style.py +402 -0
  151. pulumi_alicloud/oss/bucket_website.py +2 -2
  152. pulumi_alicloud/oss/outputs.py +14 -0
  153. pulumi_alicloud/pai/service.py +59 -67
  154. pulumi_alicloud/polardb/cluster.py +75 -28
  155. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
  156. pulumi_alicloud/pulumi-plugin.json +1 -1
  157. pulumi_alicloud/ram/__init__.py +3 -0
  158. pulumi_alicloud/ram/_inputs.py +9 -9
  159. pulumi_alicloud/ram/access_key.py +77 -31
  160. pulumi_alicloud/ram/account_alias.py +18 -45
  161. pulumi_alicloud/ram/get_system_policys.py +189 -0
  162. pulumi_alicloud/ram/group.py +156 -35
  163. pulumi_alicloud/ram/group_policy_attachment.py +51 -29
  164. pulumi_alicloud/ram/login_profile.py +92 -38
  165. pulumi_alicloud/ram/outputs.py +91 -6
  166. pulumi_alicloud/ram/password_policy.py +779 -0
  167. pulumi_alicloud/ram/policy.py +199 -88
  168. pulumi_alicloud/ram/role_policy_attachment.py +51 -29
  169. pulumi_alicloud/ram/saml_provider.py +44 -37
  170. pulumi_alicloud/ram/user_group_attachment.py +273 -0
  171. pulumi_alicloud/ram/user_policy_attachment.py +49 -27
  172. pulumi_alicloud/rds/__init__.py +1 -0
  173. pulumi_alicloud/rds/custom_disk.py +1053 -0
  174. pulumi_alicloud/rds/instance.py +110 -14
  175. pulumi_alicloud/redis/tair_instance.py +14 -14
  176. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  177. pulumi_alicloud/resourcemanager/_inputs.py +53 -0
  178. pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
  179. pulumi_alicloud/resourcemanager/outputs.py +50 -0
  180. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  181. pulumi_alicloud/rocketmq/__init__.py +1 -1
  182. pulumi_alicloud/rocketmq/_inputs.py +146 -4
  183. pulumi_alicloud/rocketmq/account.py +452 -0
  184. pulumi_alicloud/rocketmq/acl.py +473 -47
  185. pulumi_alicloud/rocketmq/client_user.py +8 -2
  186. pulumi_alicloud/rocketmq/consumer_group.py +121 -24
  187. pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
  188. pulumi_alicloud/rocketmq/outputs.py +113 -4
  189. pulumi_alicloud/rocketmq/qos.py +8 -2
  190. pulumi_alicloud/rocketmq/qos_car.py +10 -4
  191. pulumi_alicloud/rocketmq/qos_policy.py +6 -0
  192. pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
  193. pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
  194. pulumi_alicloud/rocketmq/snat_entry.py +8 -2
  195. pulumi_alicloud/sag/__init__.py +8 -0
  196. pulumi_alicloud/sag/acl.py +200 -0
  197. pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
  198. pulumi_alicloud/sag/client_user.py +560 -0
  199. pulumi_alicloud/sag/dnat_entry.py +512 -0
  200. pulumi_alicloud/sag/get_acls.py +2 -2
  201. pulumi_alicloud/sag/qos.py +202 -0
  202. pulumi_alicloud/sag/qos_car.py +654 -0
  203. pulumi_alicloud/sag/qos_policy.py +659 -0
  204. pulumi_alicloud/sag/snat_entry.py +313 -0
  205. pulumi_alicloud/securitycenter/group.py +2 -2
  206. pulumi_alicloud/selectdb/db_instance.py +60 -11
  207. pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
  208. pulumi_alicloud/sls/oss_export_sink.py +2 -2
  209. pulumi_alicloud/threatdetection/__init__.py +3 -0
  210. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
  211. pulumi_alicloud/threatdetection/asset_bind.py +209 -0
  212. pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
  213. pulumi_alicloud/threatdetection/instance.py +271 -54
  214. pulumi_alicloud/threatdetection/log_meta.py +351 -0
  215. pulumi_alicloud/vpc/__init__.py +1 -0
  216. pulumi_alicloud/vpc/_inputs.py +281 -0
  217. pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
  218. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
  219. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
  220. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
  221. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
  222. pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
  223. pulumi_alicloud/vpc/ipv6_address.py +85 -5
  224. pulumi_alicloud/vpc/outputs.py +232 -0
  225. pulumi_alicloud/vpc/peer_connection.py +84 -42
  226. pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
  227. pulumi_alicloud/vpc/route_table.py +100 -45
  228. pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
  229. pulumi_alicloud/vpn/_inputs.py +716 -71
  230. pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
  231. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
  232. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  233. pulumi_alicloud/vpn/outputs.py +1963 -998
  234. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
@@ -27,12 +27,14 @@ class TransitRouterArgs:
27
27
  transit_router_name: Optional[pulumi.Input[str]] = None):
28
28
  """
29
29
  The set of arguments for constructing a TransitRouter resource.
30
- :param pulumi.Input[str] cen_id: The ID of the CEN.
30
+ :param pulumi.Input[str] cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
31
31
  :param pulumi.Input[bool] dry_run: The dry run.
32
- :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
33
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
34
- :param pulumi.Input[str] transit_router_description: The description of the transit router.
35
- :param pulumi.Input[str] transit_router_name: The name of the transit router.
32
+ :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
33
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
34
+ :param pulumi.Input[str] transit_router_description: The description of the Enterprise Edition transit router instance.
35
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
36
+ :param pulumi.Input[str] transit_router_name: The name of the Enterprise Edition transit router.
37
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
36
38
  """
37
39
  pulumi.set(__self__, "cen_id", cen_id)
38
40
  if dry_run is not None:
@@ -50,7 +52,7 @@ class TransitRouterArgs:
50
52
  @pulumi.getter(name="cenId")
51
53
  def cen_id(self) -> pulumi.Input[str]:
52
54
  """
53
- The ID of the CEN.
55
+ The ID of the Cloud Enterprise Network (CEN) instance.
54
56
  """
55
57
  return pulumi.get(self, "cen_id")
56
58
 
@@ -74,7 +76,7 @@ class TransitRouterArgs:
74
76
  @pulumi.getter(name="supportMulticast")
75
77
  def support_multicast(self) -> Optional[pulumi.Input[bool]]:
76
78
  """
77
- Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
79
+ Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
78
80
  """
79
81
  return pulumi.get(self, "support_multicast")
80
82
 
@@ -86,7 +88,7 @@ class TransitRouterArgs:
86
88
  @pulumi.getter
87
89
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
88
90
  """
89
- A mapping of tags to assign to the resource.
91
+ The tag of the resource
90
92
  """
91
93
  return pulumi.get(self, "tags")
92
94
 
@@ -98,7 +100,8 @@ class TransitRouterArgs:
98
100
  @pulumi.getter(name="transitRouterDescription")
99
101
  def transit_router_description(self) -> Optional[pulumi.Input[str]]:
100
102
  """
101
- The description of the transit router.
103
+ The description of the Enterprise Edition transit router instance.
104
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
102
105
  """
103
106
  return pulumi.get(self, "transit_router_description")
104
107
 
@@ -110,7 +113,8 @@ class TransitRouterArgs:
110
113
  @pulumi.getter(name="transitRouterName")
111
114
  def transit_router_name(self) -> Optional[pulumi.Input[str]]:
112
115
  """
113
- The name of the transit router.
116
+ The name of the Enterprise Edition transit router.
117
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
114
118
  """
115
119
  return pulumi.get(self, "transit_router_name")
116
120
 
@@ -123,7 +127,9 @@ class TransitRouterArgs:
123
127
  class _TransitRouterState:
124
128
  def __init__(__self__, *,
125
129
  cen_id: Optional[pulumi.Input[str]] = None,
130
+ create_time: Optional[pulumi.Input[str]] = None,
126
131
  dry_run: Optional[pulumi.Input[bool]] = None,
132
+ region_id: Optional[pulumi.Input[str]] = None,
127
133
  status: Optional[pulumi.Input[str]] = None,
128
134
  support_multicast: Optional[pulumi.Input[bool]] = None,
129
135
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -133,20 +139,28 @@ class _TransitRouterState:
133
139
  type: Optional[pulumi.Input[str]] = None):
134
140
  """
135
141
  Input properties used for looking up and filtering TransitRouter resources.
136
- :param pulumi.Input[str] cen_id: The ID of the CEN.
142
+ :param pulumi.Input[str] cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
143
+ :param pulumi.Input[str] create_time: The creation time of the resource
137
144
  :param pulumi.Input[bool] dry_run: The dry run.
138
- :param pulumi.Input[str] status: The associating status of the Transit Router.
139
- :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
140
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
141
- :param pulumi.Input[str] transit_router_description: The description of the transit router.
142
- :param pulumi.Input[str] transit_router_id: The transit router id of the transit router.
143
- :param pulumi.Input[str] transit_router_name: The name of the transit router.
144
- :param pulumi.Input[str] type: The Type of the Transit Router. Valid values: `Enterprise`, `Basic`.
145
+ :param pulumi.Input[str] region_id: The ID of the region where the Enterprise Edition transit router is deployed.
146
+ :param pulumi.Input[str] status: Status
147
+ :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
148
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
149
+ :param pulumi.Input[str] transit_router_description: The description of the Enterprise Edition transit router instance.
150
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
151
+ :param pulumi.Input[str] transit_router_id: The ID of the transit router.
152
+ :param pulumi.Input[str] transit_router_name: The name of the Enterprise Edition transit router.
153
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
154
+ :param pulumi.Input[str] type: Type
145
155
  """
146
156
  if cen_id is not None:
147
157
  pulumi.set(__self__, "cen_id", cen_id)
158
+ if create_time is not None:
159
+ pulumi.set(__self__, "create_time", create_time)
148
160
  if dry_run is not None:
149
161
  pulumi.set(__self__, "dry_run", dry_run)
162
+ if region_id is not None:
163
+ pulumi.set(__self__, "region_id", region_id)
150
164
  if status is not None:
151
165
  pulumi.set(__self__, "status", status)
152
166
  if support_multicast is not None:
@@ -166,7 +180,7 @@ class _TransitRouterState:
166
180
  @pulumi.getter(name="cenId")
167
181
  def cen_id(self) -> Optional[pulumi.Input[str]]:
168
182
  """
169
- The ID of the CEN.
183
+ The ID of the Cloud Enterprise Network (CEN) instance.
170
184
  """
171
185
  return pulumi.get(self, "cen_id")
172
186
 
@@ -174,6 +188,18 @@ class _TransitRouterState:
174
188
  def cen_id(self, value: Optional[pulumi.Input[str]]):
175
189
  pulumi.set(self, "cen_id", value)
176
190
 
191
+ @property
192
+ @pulumi.getter(name="createTime")
193
+ def create_time(self) -> Optional[pulumi.Input[str]]:
194
+ """
195
+ The creation time of the resource
196
+ """
197
+ return pulumi.get(self, "create_time")
198
+
199
+ @create_time.setter
200
+ def create_time(self, value: Optional[pulumi.Input[str]]):
201
+ pulumi.set(self, "create_time", value)
202
+
177
203
  @property
178
204
  @pulumi.getter(name="dryRun")
179
205
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
@@ -186,11 +212,23 @@ class _TransitRouterState:
186
212
  def dry_run(self, value: Optional[pulumi.Input[bool]]):
187
213
  pulumi.set(self, "dry_run", value)
188
214
 
215
+ @property
216
+ @pulumi.getter(name="regionId")
217
+ def region_id(self) -> Optional[pulumi.Input[str]]:
218
+ """
219
+ The ID of the region where the Enterprise Edition transit router is deployed.
220
+ """
221
+ return pulumi.get(self, "region_id")
222
+
223
+ @region_id.setter
224
+ def region_id(self, value: Optional[pulumi.Input[str]]):
225
+ pulumi.set(self, "region_id", value)
226
+
189
227
  @property
190
228
  @pulumi.getter
191
229
  def status(self) -> Optional[pulumi.Input[str]]:
192
230
  """
193
- The associating status of the Transit Router.
231
+ Status
194
232
  """
195
233
  return pulumi.get(self, "status")
196
234
 
@@ -202,7 +240,7 @@ class _TransitRouterState:
202
240
  @pulumi.getter(name="supportMulticast")
203
241
  def support_multicast(self) -> Optional[pulumi.Input[bool]]:
204
242
  """
205
- Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
243
+ Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
206
244
  """
207
245
  return pulumi.get(self, "support_multicast")
208
246
 
@@ -214,7 +252,7 @@ class _TransitRouterState:
214
252
  @pulumi.getter
215
253
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
216
254
  """
217
- A mapping of tags to assign to the resource.
255
+ The tag of the resource
218
256
  """
219
257
  return pulumi.get(self, "tags")
220
258
 
@@ -226,7 +264,8 @@ class _TransitRouterState:
226
264
  @pulumi.getter(name="transitRouterDescription")
227
265
  def transit_router_description(self) -> Optional[pulumi.Input[str]]:
228
266
  """
229
- The description of the transit router.
267
+ The description of the Enterprise Edition transit router instance.
268
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
230
269
  """
231
270
  return pulumi.get(self, "transit_router_description")
232
271
 
@@ -238,7 +277,7 @@ class _TransitRouterState:
238
277
  @pulumi.getter(name="transitRouterId")
239
278
  def transit_router_id(self) -> Optional[pulumi.Input[str]]:
240
279
  """
241
- The transit router id of the transit router.
280
+ The ID of the transit router.
242
281
  """
243
282
  return pulumi.get(self, "transit_router_id")
244
283
 
@@ -250,7 +289,8 @@ class _TransitRouterState:
250
289
  @pulumi.getter(name="transitRouterName")
251
290
  def transit_router_name(self) -> Optional[pulumi.Input[str]]:
252
291
  """
253
- The name of the transit router.
292
+ The name of the Enterprise Edition transit router.
293
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
254
294
  """
255
295
  return pulumi.get(self, "transit_router_name")
256
296
 
@@ -262,7 +302,7 @@ class _TransitRouterState:
262
302
  @pulumi.getter
263
303
  def type(self) -> Optional[pulumi.Input[str]]:
264
304
  """
265
- The Type of the Transit Router. Valid values: `Enterprise`, `Basic`.
305
+ Type
266
306
  """
267
307
  return pulumi.get(self, "type")
268
308
 
@@ -284,7 +324,9 @@ class TransitRouter(pulumi.CustomResource):
284
324
  transit_router_name: Optional[pulumi.Input[str]] = None,
285
325
  __props__=None):
286
326
  """
287
- Provides a CEN transit router resource that associate the transitRouter with the CEN instance.[What is Cen Transit Router](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitrouter)
327
+ Provides a Cloud Enterprise Network (CEN) Transit Router resource.
328
+
329
+ For information about Cloud Enterprise Network (CEN) Transit Router and how to use it, see [What is Transit Router](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouter).
288
330
 
289
331
  > **NOTE:** Available since v1.126.0.
290
332
 
@@ -306,20 +348,22 @@ class TransitRouter(pulumi.CustomResource):
306
348
 
307
349
  ## Import
308
350
 
309
- CEN instance can be imported using the id, e.g.
351
+ Cloud Enterprise Network (CEN) Transit Router can be imported using the id, e.g.
310
352
 
311
353
  ```sh
312
- $ pulumi import alicloud:cen/transitRouter:TransitRouter default cen-*****:tr-*******
354
+ $ pulumi import alicloud:cen/transitRouter:TransitRouter example <id>
313
355
  ```
314
356
 
315
357
  :param str resource_name: The name of the resource.
316
358
  :param pulumi.ResourceOptions opts: Options for the resource.
317
- :param pulumi.Input[str] cen_id: The ID of the CEN.
359
+ :param pulumi.Input[str] cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
318
360
  :param pulumi.Input[bool] dry_run: The dry run.
319
- :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
320
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
321
- :param pulumi.Input[str] transit_router_description: The description of the transit router.
322
- :param pulumi.Input[str] transit_router_name: The name of the transit router.
361
+ :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
362
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
363
+ :param pulumi.Input[str] transit_router_description: The description of the Enterprise Edition transit router instance.
364
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
365
+ :param pulumi.Input[str] transit_router_name: The name of the Enterprise Edition transit router.
366
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
323
367
  """
324
368
  ...
325
369
  @overload
@@ -328,7 +372,9 @@ class TransitRouter(pulumi.CustomResource):
328
372
  args: TransitRouterArgs,
329
373
  opts: Optional[pulumi.ResourceOptions] = None):
330
374
  """
331
- Provides a CEN transit router resource that associate the transitRouter with the CEN instance.[What is Cen Transit Router](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-createtransitrouter)
375
+ Provides a Cloud Enterprise Network (CEN) Transit Router resource.
376
+
377
+ For information about Cloud Enterprise Network (CEN) Transit Router and how to use it, see [What is Transit Router](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouter).
332
378
 
333
379
  > **NOTE:** Available since v1.126.0.
334
380
 
@@ -350,10 +396,10 @@ class TransitRouter(pulumi.CustomResource):
350
396
 
351
397
  ## Import
352
398
 
353
- CEN instance can be imported using the id, e.g.
399
+ Cloud Enterprise Network (CEN) Transit Router can be imported using the id, e.g.
354
400
 
355
401
  ```sh
356
- $ pulumi import alicloud:cen/transitRouter:TransitRouter default cen-*****:tr-*******
402
+ $ pulumi import alicloud:cen/transitRouter:TransitRouter example <id>
357
403
  ```
358
404
 
359
405
  :param str resource_name: The name of the resource.
@@ -394,6 +440,8 @@ class TransitRouter(pulumi.CustomResource):
394
440
  __props__.__dict__["tags"] = tags
395
441
  __props__.__dict__["transit_router_description"] = transit_router_description
396
442
  __props__.__dict__["transit_router_name"] = transit_router_name
443
+ __props__.__dict__["create_time"] = None
444
+ __props__.__dict__["region_id"] = None
397
445
  __props__.__dict__["status"] = None
398
446
  __props__.__dict__["transit_router_id"] = None
399
447
  __props__.__dict__["type"] = None
@@ -408,7 +456,9 @@ class TransitRouter(pulumi.CustomResource):
408
456
  id: pulumi.Input[str],
409
457
  opts: Optional[pulumi.ResourceOptions] = None,
410
458
  cen_id: Optional[pulumi.Input[str]] = None,
459
+ create_time: Optional[pulumi.Input[str]] = None,
411
460
  dry_run: Optional[pulumi.Input[bool]] = None,
461
+ region_id: Optional[pulumi.Input[str]] = None,
412
462
  status: Optional[pulumi.Input[str]] = None,
413
463
  support_multicast: Optional[pulumi.Input[bool]] = None,
414
464
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -423,22 +473,28 @@ class TransitRouter(pulumi.CustomResource):
423
473
  :param str resource_name: The unique name of the resulting resource.
424
474
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
425
475
  :param pulumi.ResourceOptions opts: Options for the resource.
426
- :param pulumi.Input[str] cen_id: The ID of the CEN.
476
+ :param pulumi.Input[str] cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
477
+ :param pulumi.Input[str] create_time: The creation time of the resource
427
478
  :param pulumi.Input[bool] dry_run: The dry run.
428
- :param pulumi.Input[str] status: The associating status of the Transit Router.
429
- :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
430
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
431
- :param pulumi.Input[str] transit_router_description: The description of the transit router.
432
- :param pulumi.Input[str] transit_router_id: The transit router id of the transit router.
433
- :param pulumi.Input[str] transit_router_name: The name of the transit router.
434
- :param pulumi.Input[str] type: The Type of the Transit Router. Valid values: `Enterprise`, `Basic`.
479
+ :param pulumi.Input[str] region_id: The ID of the region where the Enterprise Edition transit router is deployed.
480
+ :param pulumi.Input[str] status: Status
481
+ :param pulumi.Input[bool] support_multicast: Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
482
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
483
+ :param pulumi.Input[str] transit_router_description: The description of the Enterprise Edition transit router instance.
484
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
485
+ :param pulumi.Input[str] transit_router_id: The ID of the transit router.
486
+ :param pulumi.Input[str] transit_router_name: The name of the Enterprise Edition transit router.
487
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
488
+ :param pulumi.Input[str] type: Type
435
489
  """
436
490
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
437
491
 
438
492
  __props__ = _TransitRouterState.__new__(_TransitRouterState)
439
493
 
440
494
  __props__.__dict__["cen_id"] = cen_id
495
+ __props__.__dict__["create_time"] = create_time
441
496
  __props__.__dict__["dry_run"] = dry_run
497
+ __props__.__dict__["region_id"] = region_id
442
498
  __props__.__dict__["status"] = status
443
499
  __props__.__dict__["support_multicast"] = support_multicast
444
500
  __props__.__dict__["tags"] = tags
@@ -452,10 +508,18 @@ class TransitRouter(pulumi.CustomResource):
452
508
  @pulumi.getter(name="cenId")
453
509
  def cen_id(self) -> pulumi.Output[str]:
454
510
  """
455
- The ID of the CEN.
511
+ The ID of the Cloud Enterprise Network (CEN) instance.
456
512
  """
457
513
  return pulumi.get(self, "cen_id")
458
514
 
515
+ @property
516
+ @pulumi.getter(name="createTime")
517
+ def create_time(self) -> pulumi.Output[str]:
518
+ """
519
+ The creation time of the resource
520
+ """
521
+ return pulumi.get(self, "create_time")
522
+
459
523
  @property
460
524
  @pulumi.getter(name="dryRun")
461
525
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
@@ -464,11 +528,19 @@ class TransitRouter(pulumi.CustomResource):
464
528
  """
465
529
  return pulumi.get(self, "dry_run")
466
530
 
531
+ @property
532
+ @pulumi.getter(name="regionId")
533
+ def region_id(self) -> pulumi.Output[str]:
534
+ """
535
+ The ID of the region where the Enterprise Edition transit router is deployed.
536
+ """
537
+ return pulumi.get(self, "region_id")
538
+
467
539
  @property
468
540
  @pulumi.getter
469
541
  def status(self) -> pulumi.Output[str]:
470
542
  """
471
- The associating status of the Transit Router.
543
+ Status
472
544
  """
473
545
  return pulumi.get(self, "status")
474
546
 
@@ -476,7 +548,7 @@ class TransitRouter(pulumi.CustomResource):
476
548
  @pulumi.getter(name="supportMulticast")
477
549
  def support_multicast(self) -> pulumi.Output[Optional[bool]]:
478
550
  """
479
- Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values: `false`, `true`. Default Value: `false`. The multicast feature is supported only in specific regions. You can call [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/cen/developer-reference/api-cbn-2017-09-12-listtransitrouteravailableresource) to query the regions that support multicast.
551
+ Specifies whether to enable the multicast feature for the Enterprise Edition transit router. Valid values:
480
552
  """
481
553
  return pulumi.get(self, "support_multicast")
482
554
 
@@ -484,7 +556,7 @@ class TransitRouter(pulumi.CustomResource):
484
556
  @pulumi.getter
485
557
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
486
558
  """
487
- A mapping of tags to assign to the resource.
559
+ The tag of the resource
488
560
  """
489
561
  return pulumi.get(self, "tags")
490
562
 
@@ -492,7 +564,8 @@ class TransitRouter(pulumi.CustomResource):
492
564
  @pulumi.getter(name="transitRouterDescription")
493
565
  def transit_router_description(self) -> pulumi.Output[Optional[str]]:
494
566
  """
495
- The description of the transit router.
567
+ The description of the Enterprise Edition transit router instance.
568
+ The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
496
569
  """
497
570
  return pulumi.get(self, "transit_router_description")
498
571
 
@@ -500,7 +573,7 @@ class TransitRouter(pulumi.CustomResource):
500
573
  @pulumi.getter(name="transitRouterId")
501
574
  def transit_router_id(self) -> pulumi.Output[str]:
502
575
  """
503
- The transit router id of the transit router.
576
+ The ID of the transit router.
504
577
  """
505
578
  return pulumi.get(self, "transit_router_id")
506
579
 
@@ -508,7 +581,8 @@ class TransitRouter(pulumi.CustomResource):
508
581
  @pulumi.getter(name="transitRouterName")
509
582
  def transit_router_name(self) -> pulumi.Output[Optional[str]]:
510
583
  """
511
- The name of the transit router.
584
+ The name of the Enterprise Edition transit router.
585
+ The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
512
586
  """
513
587
  return pulumi.get(self, "transit_router_name")
514
588
 
@@ -516,7 +590,7 @@ class TransitRouter(pulumi.CustomResource):
516
590
  @pulumi.getter
517
591
  def type(self) -> pulumi.Output[str]:
518
592
  """
519
- The Type of the Transit Router. Valid values: `Enterprise`, `Basic`.
593
+ Type
520
594
  """
521
595
  return pulumi.get(self, "type")
522
596