@volcengine/pulumi 0.0.45 → 0.0.47

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.
Files changed (484) hide show
  1. package/autoscaling/getScalingGroups.d.ts +13 -0
  2. package/autoscaling/getScalingGroups.js +1 -0
  3. package/autoscaling/getScalingGroups.js.map +1 -1
  4. package/autoscaling/scalingGroups.d.ts +13 -0
  5. package/autoscaling/scalingGroups.js +1 -0
  6. package/autoscaling/scalingGroups.js.map +1 -1
  7. package/cloud_monitor/getRules.d.ts +13 -0
  8. package/cloud_monitor/getRules.js +1 -0
  9. package/cloud_monitor/getRules.js.map +1 -1
  10. package/cloud_monitor/rule.d.ts +16 -0
  11. package/cloud_monitor/rule.js +6 -0
  12. package/cloud_monitor/rule.js.map +1 -1
  13. package/cloud_monitor/rules.d.ts +13 -0
  14. package/cloud_monitor/rules.js +1 -0
  15. package/cloud_monitor/rules.js.map +1 -1
  16. package/ecs/getHpcClusters.d.ts +46 -0
  17. package/ecs/getHpcClusters.js +4 -0
  18. package/ecs/getHpcClusters.js.map +1 -1
  19. package/ecs/getKeyPairs.d.ts +25 -0
  20. package/ecs/getKeyPairs.js +2 -0
  21. package/ecs/getKeyPairs.js.map +1 -1
  22. package/ecs/getLaunchTemplates.d.ts +25 -0
  23. package/ecs/getLaunchTemplates.js +2 -0
  24. package/ecs/getLaunchTemplates.js.map +1 -1
  25. package/ecs/hpcCluster.d.ts +31 -0
  26. package/ecs/hpcCluster.js +9 -0
  27. package/ecs/hpcCluster.js.map +1 -1
  28. package/ecs/hpcClusters.d.ts +46 -0
  29. package/ecs/hpcClusters.js +4 -0
  30. package/ecs/hpcClusters.js.map +1 -1
  31. package/ecs/keyPair.d.ts +31 -0
  32. package/ecs/keyPair.js +9 -0
  33. package/ecs/keyPair.js.map +1 -1
  34. package/ecs/keyPairs.d.ts +25 -0
  35. package/ecs/keyPairs.js +2 -0
  36. package/ecs/keyPairs.js.map +1 -1
  37. package/ecs/launchTemplate.d.ts +53 -0
  38. package/ecs/launchTemplate.js +13 -0
  39. package/ecs/launchTemplate.js.map +1 -1
  40. package/ecs/launchTemplates.d.ts +25 -0
  41. package/ecs/launchTemplates.js +2 -0
  42. package/ecs/launchTemplates.js.map +1 -1
  43. package/iam/accessKeyLastUseds.d.ts +2 -2
  44. package/iam/accessKeyLastUseds.js +2 -2
  45. package/iam/allowedIpAddress.d.ts +2 -2
  46. package/iam/allowedIpAddress.js +2 -2
  47. package/iam/getAccessKeyLastUseds.d.ts +2 -2
  48. package/iam/getAccessKeyLastUseds.js +2 -2
  49. package/iam/loginProfile.d.ts +1 -1
  50. package/iam/loginProfile.js +1 -1
  51. package/iam/oauthProvider.d.ts +6 -6
  52. package/iam/oauthProvider.js +6 -6
  53. package/iam/oidcProvider.d.ts +4 -4
  54. package/iam/oidcProvider.js +4 -4
  55. package/iam/role.d.ts +5 -5
  56. package/iam/role.js +5 -5
  57. package/iam/serviceLinkedRole.d.ts +2 -2
  58. package/iam/serviceLinkedRole.js +2 -2
  59. package/iam/tag.d.ts +4 -4
  60. package/iam/tag.js +4 -4
  61. package/iam/user.d.ts +13 -7
  62. package/iam/user.js +13 -7
  63. package/iam/user.js.map +1 -1
  64. package/iam/userGroup.d.ts +2 -2
  65. package/iam/userGroup.js +2 -2
  66. package/iam/userGroupPolicyAttachment.d.ts +1 -1
  67. package/iam/userGroupPolicyAttachment.js +1 -1
  68. package/index.d.ts +2 -1
  69. package/index.js +4 -2
  70. package/index.js.map +1 -1
  71. package/kafka/getGroups.d.ts +13 -0
  72. package/kafka/getGroups.js +1 -0
  73. package/kafka/getGroups.js.map +1 -1
  74. package/kafka/getTopics.d.ts +13 -0
  75. package/kafka/getTopics.js +1 -0
  76. package/kafka/getTopics.js.map +1 -1
  77. package/kafka/group.d.ts +18 -0
  78. package/kafka/group.js +6 -0
  79. package/kafka/group.js.map +1 -1
  80. package/kafka/groups.d.ts +13 -0
  81. package/kafka/groups.js +1 -0
  82. package/kafka/groups.js.map +1 -1
  83. package/kafka/topic.d.ts +32 -0
  84. package/kafka/topic.js +12 -0
  85. package/kafka/topic.js.map +1 -1
  86. package/kafka/topics.d.ts +13 -0
  87. package/kafka/topics.js +1 -0
  88. package/kafka/topics.js.map +1 -1
  89. package/kms/asymmetricCiphertext.d.ts +129 -0
  90. package/kms/asymmetricCiphertext.js +90 -0
  91. package/kms/asymmetricCiphertext.js.map +1 -0
  92. package/kms/asymmetricCiphertexts.d.ts +129 -0
  93. package/kms/asymmetricCiphertexts.js +69 -0
  94. package/kms/asymmetricCiphertexts.js.map +1 -0
  95. package/kms/asymmetricPlaintexts.d.ts +129 -0
  96. package/kms/asymmetricPlaintexts.js +69 -0
  97. package/kms/asymmetricPlaintexts.js.map +1 -0
  98. package/kms/asymmetricSignature.d.ts +142 -0
  99. package/kms/asymmetricSignature.js +93 -0
  100. package/kms/asymmetricSignature.js.map +1 -0
  101. package/kms/asymmetricSignatures.d.ts +140 -0
  102. package/kms/asymmetricSignatures.js +72 -0
  103. package/kms/asymmetricSignatures.js.map +1 -0
  104. package/kms/asymmetricVerifications.d.ts +139 -0
  105. package/kms/asymmetricVerifications.js +63 -0
  106. package/kms/asymmetricVerifications.js.map +1 -0
  107. package/kms/cancelKeyDeletion.d.ts +105 -0
  108. package/kms/cancelKeyDeletion.js +80 -0
  109. package/kms/cancelKeyDeletion.js.map +1 -0
  110. package/kms/cancelSecretDeletion.d.ts +75 -0
  111. package/kms/cancelSecretDeletion.js +73 -0
  112. package/kms/cancelSecretDeletion.js.map +1 -0
  113. package/kms/ciphertext.d.ts +122 -0
  114. package/kms/ciphertext.js +80 -0
  115. package/kms/ciphertext.js.map +1 -0
  116. package/kms/ciphertexts.d.ts +115 -0
  117. package/kms/ciphertexts.js +55 -0
  118. package/kms/ciphertexts.js.map +1 -0
  119. package/kms/dataKeys.d.ts +121 -0
  120. package/kms/dataKeys.js +62 -0
  121. package/kms/dataKeys.js.map +1 -0
  122. package/kms/getAsymmetricCiphertexts.d.ts +127 -0
  123. package/kms/getAsymmetricCiphertexts.js +66 -0
  124. package/kms/getAsymmetricCiphertexts.js.map +1 -0
  125. package/kms/getAsymmetricPlaintexts.d.ts +127 -0
  126. package/kms/getAsymmetricPlaintexts.js +66 -0
  127. package/kms/getAsymmetricPlaintexts.js.map +1 -0
  128. package/kms/getAsymmetricSignatures.d.ts +138 -0
  129. package/kms/getAsymmetricSignatures.js +69 -0
  130. package/kms/getAsymmetricSignatures.js.map +1 -0
  131. package/kms/getAsymmetricVerifications.d.ts +137 -0
  132. package/kms/getAsymmetricVerifications.js +60 -0
  133. package/kms/getAsymmetricVerifications.js.map +1 -0
  134. package/kms/getCiphertexts.d.ts +113 -0
  135. package/kms/getCiphertexts.js +52 -0
  136. package/kms/getCiphertexts.js.map +1 -0
  137. package/kms/getDataKeys.d.ts +119 -0
  138. package/kms/getDataKeys.js +59 -0
  139. package/kms/getDataKeys.js.map +1 -0
  140. package/kms/getKeyMaterials.d.ts +120 -0
  141. package/kms/getKeyMaterials.js +57 -0
  142. package/kms/getKeyMaterials.js.map +1 -0
  143. package/kms/getKeys.d.ts +10 -10
  144. package/kms/getMacVerifications.d.ts +139 -0
  145. package/kms/getMacVerifications.js +67 -0
  146. package/kms/getMacVerifications.js.map +1 -0
  147. package/kms/getMacs.d.ts +130 -0
  148. package/kms/getMacs.js +66 -0
  149. package/kms/getMacs.js.map +1 -0
  150. package/kms/getPlaintexts.d.ts +94 -0
  151. package/kms/getPlaintexts.js +57 -0
  152. package/kms/getPlaintexts.js.map +1 -0
  153. package/kms/getPublicKeys.d.ts +98 -0
  154. package/kms/getPublicKeys.js +51 -0
  155. package/kms/getPublicKeys.js.map +1 -0
  156. package/kms/getReEncrypts.d.ts +132 -0
  157. package/kms/getReEncrypts.js +63 -0
  158. package/kms/getReEncrypts.js.map +1 -0
  159. package/kms/getRegions.d.ts +62 -0
  160. package/kms/getRegions.js +42 -0
  161. package/kms/getRegions.js.map +1 -0
  162. package/kms/getSecretVersions.d.ts +75 -0
  163. package/kms/getSecretVersions.js +46 -0
  164. package/kms/getSecretVersions.js.map +1 -0
  165. package/kms/getSecrets.d.ts +12 -0
  166. package/kms/getSecrets.js +1 -0
  167. package/kms/getSecrets.js.map +1 -1
  168. package/kms/index.d.ts +120 -0
  169. package/kms/index.js +146 -1
  170. package/kms/index.js.map +1 -1
  171. package/kms/key.d.ts +98 -24
  172. package/kms/key.js +44 -0
  173. package/kms/key.js.map +1 -1
  174. package/kms/keyArchive.d.ts +6 -6
  175. package/kms/keyEnable.d.ts +6 -6
  176. package/kms/keyMaterial.d.ts +141 -0
  177. package/kms/keyMaterial.js +88 -0
  178. package/kms/keyMaterial.js.map +1 -0
  179. package/kms/keyMaterials.d.ts +122 -0
  180. package/kms/keyMaterials.js +60 -0
  181. package/kms/keyMaterials.js.map +1 -0
  182. package/kms/keyPrimaryRegion.d.ts +113 -0
  183. package/kms/keyPrimaryRegion.js +87 -0
  184. package/kms/keyPrimaryRegion.js.map +1 -0
  185. package/kms/keyRotation.d.ts +22 -7
  186. package/kms/keyRotation.js +6 -1
  187. package/kms/keyRotation.js.map +1 -1
  188. package/kms/keyring.d.ts +3 -3
  189. package/kms/keys.d.ts +10 -10
  190. package/kms/macVerifications.d.ts +141 -0
  191. package/kms/macVerifications.js +70 -0
  192. package/kms/macVerifications.js.map +1 -0
  193. package/kms/macs.d.ts +132 -0
  194. package/kms/macs.js +69 -0
  195. package/kms/macs.js.map +1 -0
  196. package/kms/plaintexts.d.ts +96 -0
  197. package/kms/plaintexts.js +60 -0
  198. package/kms/plaintexts.js.map +1 -0
  199. package/kms/publicKeys.d.ts +100 -0
  200. package/kms/publicKeys.js +54 -0
  201. package/kms/publicKeys.js.map +1 -0
  202. package/kms/reEncrypt.d.ts +138 -0
  203. package/kms/reEncrypt.js +86 -0
  204. package/kms/reEncrypt.js.map +1 -0
  205. package/kms/reEncrypts.d.ts +134 -0
  206. package/kms/reEncrypts.js +66 -0
  207. package/kms/reEncrypts.js.map +1 -0
  208. package/kms/regions.d.ts +64 -0
  209. package/kms/regions.js +45 -0
  210. package/kms/regions.js.map +1 -0
  211. package/kms/replicateKey.d.ts +144 -0
  212. package/kms/replicateKey.js +90 -0
  213. package/kms/replicateKey.js.map +1 -0
  214. package/kms/secret.d.ts +70 -12
  215. package/kms/secret.js +22 -0
  216. package/kms/secret.js.map +1 -1
  217. package/kms/secretBackup.d.ts +91 -0
  218. package/kms/secretBackup.js +77 -0
  219. package/kms/secretBackup.js.map +1 -0
  220. package/kms/secretRestore.d.ts +92 -0
  221. package/kms/secretRestore.js +82 -0
  222. package/kms/secretRestore.js.map +1 -0
  223. package/kms/secretRotate.d.ts +82 -0
  224. package/kms/secretRotate.js +76 -0
  225. package/kms/secretRotate.js.map +1 -0
  226. package/kms/secretVersions.d.ts +77 -0
  227. package/kms/secretVersions.js +49 -0
  228. package/kms/secretVersions.js.map +1 -0
  229. package/kms/secrets.d.ts +12 -0
  230. package/kms/secrets.js +1 -0
  231. package/kms/secrets.js.map +1 -1
  232. package/nlb/backendServer.d.ts +62 -0
  233. package/nlb/backendServer.js +57 -0
  234. package/nlb/backendServer.js.map +1 -0
  235. package/nlb/getListenerHealths.d.ts +31 -0
  236. package/nlb/getListenerHealths.js +20 -0
  237. package/nlb/getListenerHealths.js.map +1 -0
  238. package/nlb/getListeners.d.ts +44 -0
  239. package/nlb/getListeners.js +25 -0
  240. package/nlb/getListeners.js.map +1 -0
  241. package/nlb/getNetworkLoadBalancerAttributes.d.ts +31 -0
  242. package/nlb/getNetworkLoadBalancerAttributes.js +20 -0
  243. package/nlb/getNetworkLoadBalancerAttributes.js.map +1 -0
  244. package/nlb/getNetworkLoadBalancers.d.ts +53 -0
  245. package/nlb/getNetworkLoadBalancers.js +28 -0
  246. package/nlb/getNetworkLoadBalancers.js.map +1 -0
  247. package/nlb/getServerGroupAttributes.d.ts +31 -0
  248. package/nlb/getServerGroupAttributes.js +20 -0
  249. package/nlb/getServerGroupAttributes.js.map +1 -0
  250. package/nlb/getServerGroups.d.ts +53 -0
  251. package/nlb/getServerGroups.js +28 -0
  252. package/nlb/getServerGroups.js.map +1 -0
  253. package/nlb/getTags.d.ts +41 -0
  254. package/nlb/getTags.js +23 -0
  255. package/nlb/getTags.js.map +1 -0
  256. package/nlb/getZones.d.ts +28 -0
  257. package/nlb/getZones.js +20 -0
  258. package/nlb/getZones.js.map +1 -0
  259. package/nlb/index.d.ts +63 -0
  260. package/nlb/index.js +90 -0
  261. package/nlb/index.js.map +1 -0
  262. package/nlb/listener.d.ts +194 -0
  263. package/nlb/listener.js +87 -0
  264. package/nlb/listener.js.map +1 -0
  265. package/nlb/listenerHealths.d.ts +33 -0
  266. package/nlb/listenerHealths.js +23 -0
  267. package/nlb/listenerHealths.js.map +1 -0
  268. package/nlb/listeners.d.ts +46 -0
  269. package/nlb/listeners.js +28 -0
  270. package/nlb/listeners.js.map +1 -0
  271. package/nlb/networkLoadBalancer.d.ts +338 -0
  272. package/nlb/networkLoadBalancer.js +115 -0
  273. package/nlb/networkLoadBalancer.js.map +1 -0
  274. package/nlb/networkLoadBalancerAttributes.d.ts +33 -0
  275. package/nlb/networkLoadBalancerAttributes.js +23 -0
  276. package/nlb/networkLoadBalancerAttributes.js.map +1 -0
  277. package/nlb/networkLoadBalancers.d.ts +55 -0
  278. package/nlb/networkLoadBalancers.js +31 -0
  279. package/nlb/networkLoadBalancers.js.map +1 -0
  280. package/nlb/serverGroup.d.ts +294 -0
  281. package/nlb/serverGroup.js +97 -0
  282. package/nlb/serverGroup.js.map +1 -0
  283. package/nlb/serverGroupAttributes.d.ts +33 -0
  284. package/nlb/serverGroupAttributes.js +23 -0
  285. package/nlb/serverGroupAttributes.js.map +1 -0
  286. package/nlb/serverGroups.d.ts +55 -0
  287. package/nlb/serverGroups.js +31 -0
  288. package/nlb/serverGroups.js.map +1 -0
  289. package/nlb/tag.d.ts +65 -0
  290. package/nlb/tag.js +59 -0
  291. package/nlb/tag.js.map +1 -0
  292. package/nlb/tags.d.ts +43 -0
  293. package/nlb/tags.js +26 -0
  294. package/nlb/tags.js.map +1 -0
  295. package/nlb/zones.d.ts +30 -0
  296. package/nlb/zones.js +23 -0
  297. package/nlb/zones.js.map +1 -0
  298. package/package.json +1 -1
  299. package/privatelink/getVpcEndpointServices.d.ts +25 -0
  300. package/privatelink/getVpcEndpointServices.js +2 -0
  301. package/privatelink/getVpcEndpointServices.js.map +1 -1
  302. package/privatelink/getVpcEndpoints.d.ts +25 -0
  303. package/privatelink/getVpcEndpoints.js +2 -0
  304. package/privatelink/getVpcEndpoints.js.map +1 -1
  305. package/privatelink/getVpcGatewayEndpoints.d.ts +113 -0
  306. package/privatelink/getVpcGatewayEndpoints.js +32 -0
  307. package/privatelink/getVpcGatewayEndpoints.js.map +1 -0
  308. package/privatelink/index.d.ts +9 -0
  309. package/privatelink/index.js +12 -1
  310. package/privatelink/index.js.map +1 -1
  311. package/privatelink/vpcEndpoint.d.ts +36 -0
  312. package/privatelink/vpcEndpoint.js +14 -0
  313. package/privatelink/vpcEndpoint.js.map +1 -1
  314. package/privatelink/vpcEndpointService.d.ts +29 -0
  315. package/privatelink/vpcEndpointService.js +9 -0
  316. package/privatelink/vpcEndpointService.js.map +1 -1
  317. package/privatelink/vpcEndpointServices.d.ts +25 -0
  318. package/privatelink/vpcEndpointServices.js +2 -0
  319. package/privatelink/vpcEndpointServices.js.map +1 -1
  320. package/privatelink/vpcEndpoints.d.ts +25 -0
  321. package/privatelink/vpcEndpoints.js +2 -0
  322. package/privatelink/vpcEndpoints.js.map +1 -1
  323. package/privatelink/vpcGatewayEndpoint.d.ts +140 -0
  324. package/privatelink/vpcGatewayEndpoint.js +79 -0
  325. package/privatelink/vpcGatewayEndpoint.js.map +1 -0
  326. package/privatelink/vpcGatewayEndpoints.d.ts +115 -0
  327. package/privatelink/vpcGatewayEndpoints.js +35 -0
  328. package/privatelink/vpcGatewayEndpoints.js.map +1 -0
  329. package/tls/alarm.d.ts +3 -3
  330. package/tls/alarm.js +3 -3
  331. package/tls/alarmContentTemplate.d.ts +2 -2
  332. package/tls/alarmContentTemplate.js +2 -2
  333. package/tls/alarmNotifyGroup.d.ts +27 -0
  334. package/tls/alarmNotifyGroup.js +27 -0
  335. package/tls/alarmNotifyGroup.js.map +1 -1
  336. package/tls/alarmNotifyGroups.d.ts +6 -2
  337. package/tls/alarmNotifyGroups.js +6 -2
  338. package/tls/alarmNotifyGroups.js.map +1 -1
  339. package/tls/alarmWebhookIntegration.d.ts +3 -3
  340. package/tls/alarmWebhookIntegration.js +3 -3
  341. package/tls/consumerGroup.d.ts +6 -3
  342. package/tls/consumerGroup.js +6 -3
  343. package/tls/consumerGroup.js.map +1 -1
  344. package/tls/etlTask.d.ts +6 -4
  345. package/tls/etlTask.js +6 -4
  346. package/tls/etlTask.js.map +1 -1
  347. package/tls/etlTasks.d.ts +6 -2
  348. package/tls/etlTasks.js +6 -2
  349. package/tls/etlTasks.js.map +1 -1
  350. package/tls/getAlarmNotifyGroups.d.ts +6 -2
  351. package/tls/getAlarmNotifyGroups.js +6 -2
  352. package/tls/getAlarmNotifyGroups.js.map +1 -1
  353. package/tls/getEtlTasks.d.ts +6 -2
  354. package/tls/getEtlTasks.js +6 -2
  355. package/tls/getEtlTasks.js.map +1 -1
  356. package/tls/getHostGroups.d.ts +6 -2
  357. package/tls/getHostGroups.js +6 -2
  358. package/tls/getHostGroups.js.map +1 -1
  359. package/tls/getImportTasks.d.ts +6 -2
  360. package/tls/getImportTasks.js +6 -2
  361. package/tls/getImportTasks.js.map +1 -1
  362. package/tls/getKafkaConsumers.d.ts +2 -10
  363. package/tls/getKafkaConsumers.js +2 -10
  364. package/tls/getKafkaConsumers.js.map +1 -1
  365. package/tls/getLogSearches.d.ts +6 -6
  366. package/tls/getLogSearches.js +6 -6
  367. package/tls/getShippers.d.ts +6 -2
  368. package/tls/getShippers.js +6 -2
  369. package/tls/getShippers.js.map +1 -1
  370. package/tls/getTraceInstances.d.ts +2 -10
  371. package/tls/getTraceInstances.js +2 -10
  372. package/tls/getTraceInstances.js.map +1 -1
  373. package/tls/hostGroup.d.ts +0 -10
  374. package/tls/hostGroup.js +0 -10
  375. package/tls/hostGroup.js.map +1 -1
  376. package/tls/hostGroups.d.ts +6 -2
  377. package/tls/hostGroups.js +6 -2
  378. package/tls/hostGroups.js.map +1 -1
  379. package/tls/importTask.d.ts +2 -2
  380. package/tls/importTask.js +2 -2
  381. package/tls/importTasks.d.ts +6 -2
  382. package/tls/importTasks.js +6 -2
  383. package/tls/importTasks.js.map +1 -1
  384. package/tls/index_.d.ts +6 -10
  385. package/tls/index_.js +6 -10
  386. package/tls/index_.js.map +1 -1
  387. package/tls/kafkaConsumer.d.ts +1 -1
  388. package/tls/kafkaConsumer.js +1 -1
  389. package/tls/kafkaConsumers.d.ts +2 -10
  390. package/tls/kafkaConsumers.js +2 -10
  391. package/tls/kafkaConsumers.js.map +1 -1
  392. package/tls/logSearches.d.ts +6 -6
  393. package/tls/logSearches.js +6 -6
  394. package/tls/project.d.ts +3 -3
  395. package/tls/project.js +3 -3
  396. package/tls/rule.d.ts +16 -16
  397. package/tls/rule.js +16 -16
  398. package/tls/shard.d.ts +1 -1
  399. package/tls/shard.js +1 -1
  400. package/tls/shipper.d.ts +2 -2
  401. package/tls/shipper.js +2 -2
  402. package/tls/shippers.d.ts +6 -2
  403. package/tls/shippers.js +6 -2
  404. package/tls/shippers.js.map +1 -1
  405. package/tls/tag.d.ts +0 -5
  406. package/tls/tag.js +0 -5
  407. package/tls/tag.js.map +1 -1
  408. package/tls/tagResource.d.ts +0 -4
  409. package/tls/tagResource.js +0 -4
  410. package/tls/tagResource.js.map +1 -1
  411. package/tls/topic.d.ts +7 -2
  412. package/tls/topic.js +7 -2
  413. package/tls/topic.js.map +1 -1
  414. package/tls/traceInstance.d.ts +7 -10
  415. package/tls/traceInstance.js +7 -10
  416. package/tls/traceInstance.js.map +1 -1
  417. package/tls/traceInstances.d.ts +2 -10
  418. package/tls/traceInstances.js +2 -10
  419. package/tls/traceInstances.js.map +1 -1
  420. package/types/input.d.ts +1294 -42
  421. package/types/output.d.ts +4152 -404
  422. package/vmp/alertingRule.d.ts +12 -0
  423. package/vmp/alertingRule.js +2 -0
  424. package/vmp/alertingRule.js.map +1 -1
  425. package/vmp/alertingRules.d.ts +13 -0
  426. package/vmp/alertingRules.js +1 -0
  427. package/vmp/alertingRules.js.map +1 -1
  428. package/vmp/getAlertingRules.d.ts +13 -0
  429. package/vmp/getAlertingRules.js +1 -0
  430. package/vmp/getAlertingRules.js.map +1 -1
  431. package/vpc/getIpv6AddressBandwidths.d.ts +10 -0
  432. package/vpc/getIpv6AddressBandwidths.js +1 -0
  433. package/vpc/getIpv6AddressBandwidths.js.map +1 -1
  434. package/vpc/getIpv6Gateways.d.ts +25 -0
  435. package/vpc/getIpv6Gateways.js +2 -0
  436. package/vpc/getIpv6Gateways.js.map +1 -1
  437. package/vpc/ipv6AddressBandwidth.d.ts +14 -0
  438. package/vpc/ipv6AddressBandwidth.js +2 -0
  439. package/vpc/ipv6AddressBandwidth.js.map +1 -1
  440. package/vpc/ipv6AddressBandwidths.d.ts +10 -0
  441. package/vpc/ipv6AddressBandwidths.js +1 -0
  442. package/vpc/ipv6AddressBandwidths.js.map +1 -1
  443. package/vpc/ipv6Gateway.d.ts +26 -0
  444. package/vpc/ipv6Gateway.js +4 -0
  445. package/vpc/ipv6Gateway.js.map +1 -1
  446. package/vpc/ipv6Gateways.d.ts +25 -0
  447. package/vpc/ipv6Gateways.js +2 -0
  448. package/vpc/ipv6Gateways.js.map +1 -1
  449. package/vpn/connection.d.ts +14 -0
  450. package/vpn/connection.js +2 -0
  451. package/vpn/connection.js.map +1 -1
  452. package/vpn/connections.d.ts +13 -0
  453. package/vpn/connections.js +1 -0
  454. package/vpn/connections.js.map +1 -1
  455. package/vpn/customerGateway.d.ts +26 -0
  456. package/vpn/customerGateway.js +4 -0
  457. package/vpn/customerGateway.js.map +1 -1
  458. package/vpn/customerGateways.d.ts +40 -0
  459. package/vpn/customerGateways.js +3 -0
  460. package/vpn/customerGateways.js.map +1 -1
  461. package/vpn/getConnections.d.ts +13 -0
  462. package/vpn/getConnections.js +1 -0
  463. package/vpn/getConnections.js.map +1 -1
  464. package/vpn/getCustomerGateways.d.ts +40 -0
  465. package/vpn/getCustomerGateways.js +3 -0
  466. package/vpn/getCustomerGateways.js.map +1 -1
  467. package/vpn/getSslVpnClientCerts.d.ts +10 -0
  468. package/vpn/getSslVpnClientCerts.js +1 -0
  469. package/vpn/getSslVpnClientCerts.js.map +1 -1
  470. package/vpn/getSslVpnServers.d.ts +25 -0
  471. package/vpn/getSslVpnServers.js +2 -0
  472. package/vpn/getSslVpnServers.js.map +1 -1
  473. package/vpn/sslVpnClientCert.d.ts +14 -0
  474. package/vpn/sslVpnClientCert.js +2 -0
  475. package/vpn/sslVpnClientCert.js.map +1 -1
  476. package/vpn/sslVpnClientCerts.d.ts +10 -0
  477. package/vpn/sslVpnClientCerts.js +1 -0
  478. package/vpn/sslVpnClientCerts.js.map +1 -1
  479. package/vpn/sslVpnServer.d.ts +14 -0
  480. package/vpn/sslVpnServer.js +2 -0
  481. package/vpn/sslVpnServer.js.map +1 -1
  482. package/vpn/sslVpnServers.d.ts +25 -0
  483. package/vpn/sslVpnServers.js +2 -0
  484. package/vpn/sslVpnServers.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -1667,6 +1667,26 @@ export declare namespace apig {
1667
1667
  }
1668
1668
  }
1669
1669
  export declare namespace autoscaling {
1670
+ interface GetScalingGroupsTag {
1671
+ /**
1672
+ * The Key of Tags.
1673
+ */
1674
+ key: string;
1675
+ /**
1676
+ * The Value of Tags.
1677
+ */
1678
+ value: string;
1679
+ }
1680
+ interface GetScalingGroupsTagArgs {
1681
+ /**
1682
+ * The Key of Tags.
1683
+ */
1684
+ key: pulumi.Input<string>;
1685
+ /**
1686
+ * The Value of Tags.
1687
+ */
1688
+ value: pulumi.Input<string>;
1689
+ }
1670
1690
  interface ScalingConfigurationTag {
1671
1691
  /**
1672
1692
  * The Key of Tags.
@@ -1725,6 +1745,26 @@ export declare namespace autoscaling {
1725
1745
  */
1726
1746
  value: pulumi.Input<string>;
1727
1747
  }
1748
+ interface ScalingGroupsTag {
1749
+ /**
1750
+ * The Key of Tags.
1751
+ */
1752
+ key: string;
1753
+ /**
1754
+ * The Value of Tags.
1755
+ */
1756
+ value: string;
1757
+ }
1758
+ interface ScalingGroupsTagArgs {
1759
+ /**
1760
+ * The Key of Tags.
1761
+ */
1762
+ key: pulumi.Input<string>;
1763
+ /**
1764
+ * The Value of Tags.
1765
+ */
1766
+ value: pulumi.Input<string>;
1767
+ }
1728
1768
  interface ScalingLifecycleHookLifecycleCommand {
1729
1769
  /**
1730
1770
  * Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance.
@@ -2554,6 +2594,26 @@ export declare namespace cloud_monitor {
2554
2594
  */
2555
2595
  topicId: pulumi.Input<string>;
2556
2596
  }
2597
+ interface GetRulesTag {
2598
+ /**
2599
+ * The Key of Tags.
2600
+ */
2601
+ key: string;
2602
+ /**
2603
+ * The Value of Tags.
2604
+ */
2605
+ values: string[];
2606
+ }
2607
+ interface GetRulesTagArgs {
2608
+ /**
2609
+ * The Key of Tags.
2610
+ */
2611
+ key: pulumi.Input<string>;
2612
+ /**
2613
+ * The Value of Tags.
2614
+ */
2615
+ values: pulumi.Input<pulumi.Input<string>[]>;
2616
+ }
2557
2617
  interface RuleCondition {
2558
2618
  /**
2559
2619
  * The comparison operation of the cloud monitor rule. Valid values: `>`, `>=`, `<`, `<=`, `!=`, `=`.
@@ -2596,6 +2656,36 @@ export declare namespace cloud_monitor {
2596
2656
  */
2597
2657
  enable?: pulumi.Input<boolean>;
2598
2658
  }
2659
+ interface RuleTag {
2660
+ /**
2661
+ * The Key of Tags.
2662
+ */
2663
+ key: pulumi.Input<string>;
2664
+ /**
2665
+ * The Value of Tags.
2666
+ */
2667
+ value: pulumi.Input<string>;
2668
+ }
2669
+ interface RulesTag {
2670
+ /**
2671
+ * The Key of Tags.
2672
+ */
2673
+ key: string;
2674
+ /**
2675
+ * The Value of Tags.
2676
+ */
2677
+ values: string[];
2678
+ }
2679
+ interface RulesTagArgs {
2680
+ /**
2681
+ * The Key of Tags.
2682
+ */
2683
+ key: pulumi.Input<string>;
2684
+ /**
2685
+ * The Value of Tags.
2686
+ */
2687
+ values: pulumi.Input<pulumi.Input<string>[]>;
2688
+ }
2599
2689
  }
2600
2690
  export declare namespace cloudfs {
2601
2691
  }
@@ -3256,6 +3346,26 @@ export declare namespace ecs {
3256
3346
  */
3257
3347
  value: pulumi.Input<string>;
3258
3348
  }
3349
+ interface GetHpcClustersTag {
3350
+ /**
3351
+ * The Key of Tags.
3352
+ */
3353
+ key: string;
3354
+ /**
3355
+ * The Value of Tags.
3356
+ */
3357
+ value: string;
3358
+ }
3359
+ interface GetHpcClustersTagArgs {
3360
+ /**
3361
+ * The Key of Tags.
3362
+ */
3363
+ key: pulumi.Input<string>;
3364
+ /**
3365
+ * The Value of Tags.
3366
+ */
3367
+ value: pulumi.Input<string>;
3368
+ }
3259
3369
  interface GetImagesTag {
3260
3370
  /**
3261
3371
  * The Key of Tags.
@@ -3316,6 +3426,76 @@ export declare namespace ecs {
3316
3426
  */
3317
3427
  value: pulumi.Input<string>;
3318
3428
  }
3429
+ interface GetKeyPairsTag {
3430
+ /**
3431
+ * The Key of Tags.
3432
+ */
3433
+ key: string;
3434
+ /**
3435
+ * The Value of Tags.
3436
+ */
3437
+ value: string;
3438
+ }
3439
+ interface GetKeyPairsTagArgs {
3440
+ /**
3441
+ * The Key of Tags.
3442
+ */
3443
+ key: pulumi.Input<string>;
3444
+ /**
3445
+ * The Value of Tags.
3446
+ */
3447
+ value: pulumi.Input<string>;
3448
+ }
3449
+ interface GetLaunchTemplatesLaunchTemplateTag {
3450
+ /**
3451
+ * The Key of Tags.
3452
+ */
3453
+ key: string;
3454
+ /**
3455
+ * The Value of Tags.
3456
+ */
3457
+ value: string;
3458
+ }
3459
+ interface GetLaunchTemplatesLaunchTemplateTagArgs {
3460
+ /**
3461
+ * The Key of Tags.
3462
+ */
3463
+ key: pulumi.Input<string>;
3464
+ /**
3465
+ * The Value of Tags.
3466
+ */
3467
+ value: pulumi.Input<string>;
3468
+ }
3469
+ interface HpcClusterTag {
3470
+ /**
3471
+ * The Key of Tags.
3472
+ */
3473
+ key: pulumi.Input<string>;
3474
+ /**
3475
+ * The Value of Tags.
3476
+ */
3477
+ value: pulumi.Input<string>;
3478
+ }
3479
+ interface HpcClustersTag {
3480
+ /**
3481
+ * The Key of Tags.
3482
+ */
3483
+ key: string;
3484
+ /**
3485
+ * The Value of Tags.
3486
+ */
3487
+ value: string;
3488
+ }
3489
+ interface HpcClustersTagArgs {
3490
+ /**
3491
+ * The Key of Tags.
3492
+ */
3493
+ key: pulumi.Input<string>;
3494
+ /**
3495
+ * The Value of Tags.
3496
+ */
3497
+ value: pulumi.Input<string>;
3498
+ }
3319
3499
  interface ImageImportTag {
3320
3500
  /**
3321
3501
  * The Key of Tags.
@@ -3500,6 +3680,46 @@ export declare namespace ecs {
3500
3680
  */
3501
3681
  value: pulumi.Input<string>;
3502
3682
  }
3683
+ interface KeyPairTag {
3684
+ /**
3685
+ * The Key of Tags.
3686
+ */
3687
+ key: pulumi.Input<string>;
3688
+ /**
3689
+ * The Value of Tags.
3690
+ */
3691
+ value: pulumi.Input<string>;
3692
+ }
3693
+ interface KeyPairsTag {
3694
+ /**
3695
+ * The Key of Tags.
3696
+ */
3697
+ key: string;
3698
+ /**
3699
+ * The Value of Tags.
3700
+ */
3701
+ value: string;
3702
+ }
3703
+ interface KeyPairsTagArgs {
3704
+ /**
3705
+ * The Key of Tags.
3706
+ */
3707
+ key: pulumi.Input<string>;
3708
+ /**
3709
+ * The Value of Tags.
3710
+ */
3711
+ value: pulumi.Input<string>;
3712
+ }
3713
+ interface LaunchTemplateLaunchTemplateTag {
3714
+ /**
3715
+ * The Key of Tags.
3716
+ */
3717
+ key: pulumi.Input<string>;
3718
+ /**
3719
+ * The Value of Tags.
3720
+ */
3721
+ value: pulumi.Input<string>;
3722
+ }
3503
3723
  interface LaunchTemplateNetworkInterface {
3504
3724
  /**
3505
3725
  * The security group ID associated with the NIC.
@@ -3510,6 +3730,16 @@ export declare namespace ecs {
3510
3730
  */
3511
3731
  subnetId?: pulumi.Input<string>;
3512
3732
  }
3733
+ interface LaunchTemplateTag {
3734
+ /**
3735
+ * The Key of Tags.
3736
+ */
3737
+ key: pulumi.Input<string>;
3738
+ /**
3739
+ * The Value of Tags.
3740
+ */
3741
+ value: pulumi.Input<string>;
3742
+ }
3513
3743
  interface LaunchTemplateVolume {
3514
3744
  /**
3515
3745
  * The delete with instance flag of volume. Valid values: true, false. Default value: true.
@@ -3524,6 +3754,26 @@ export declare namespace ecs {
3524
3754
  */
3525
3755
  volumeType?: pulumi.Input<string>;
3526
3756
  }
3757
+ interface LaunchTemplatesLaunchTemplateTag {
3758
+ /**
3759
+ * The Key of Tags.
3760
+ */
3761
+ key: string;
3762
+ /**
3763
+ * The Value of Tags.
3764
+ */
3765
+ value: string;
3766
+ }
3767
+ interface LaunchTemplatesLaunchTemplateTagArgs {
3768
+ /**
3769
+ * The Key of Tags.
3770
+ */
3771
+ key: pulumi.Input<string>;
3772
+ /**
3773
+ * The Value of Tags.
3774
+ */
3775
+ value: pulumi.Input<string>;
3776
+ }
3527
3777
  }
3528
3778
  export declare namespace eip {
3529
3779
  interface AddressTag {
@@ -3829,43 +4079,113 @@ export declare namespace iam {
3829
4079
  }
3830
4080
  }
3831
4081
  export declare namespace kafka {
3832
- interface GetInstancesTag {
4082
+ interface GetGroupsTag {
3833
4083
  /**
3834
- * The key of tag.
4084
+ * The Key of Tags.
3835
4085
  */
3836
4086
  key: string;
3837
4087
  /**
3838
- * The value of tag.
4088
+ * The Value of Tags.
3839
4089
  */
3840
4090
  value: string;
3841
4091
  }
3842
- interface GetInstancesTagArgs {
4092
+ interface GetGroupsTagArgs {
3843
4093
  /**
3844
- * The key of tag.
4094
+ * The Key of Tags.
3845
4095
  */
3846
4096
  key: pulumi.Input<string>;
3847
4097
  /**
3848
- * The value of tag.
4098
+ * The Value of Tags.
3849
4099
  */
3850
4100
  value: pulumi.Input<string>;
3851
4101
  }
3852
- interface InstanceParameter {
4102
+ interface GetInstancesTag {
3853
4103
  /**
3854
- * Parameter name.
4104
+ * The key of tag.
3855
4105
  */
3856
- parameterName: pulumi.Input<string>;
4106
+ key: string;
3857
4107
  /**
3858
- * Parameter value.
4108
+ * The value of tag.
3859
4109
  */
3860
- parameterValue: pulumi.Input<string>;
4110
+ value: string;
3861
4111
  }
3862
- interface InstanceTag {
4112
+ interface GetInstancesTagArgs {
3863
4113
  /**
3864
- * The Key of Tags.
4114
+ * The key of tag.
3865
4115
  */
3866
4116
  key: pulumi.Input<string>;
3867
4117
  /**
3868
- * The Value of Tags.
4118
+ * The value of tag.
4119
+ */
4120
+ value: pulumi.Input<string>;
4121
+ }
4122
+ interface GetTopicsTag {
4123
+ /**
4124
+ * The Key of Tags.
4125
+ */
4126
+ key: string;
4127
+ /**
4128
+ * The Value of Tags.
4129
+ */
4130
+ value: string;
4131
+ }
4132
+ interface GetTopicsTagArgs {
4133
+ /**
4134
+ * The Key of Tags.
4135
+ */
4136
+ key: pulumi.Input<string>;
4137
+ /**
4138
+ * The Value of Tags.
4139
+ */
4140
+ value: pulumi.Input<string>;
4141
+ }
4142
+ interface GroupTag {
4143
+ /**
4144
+ * The Key of Tags.
4145
+ */
4146
+ key: pulumi.Input<string>;
4147
+ /**
4148
+ * The Value of Tags.
4149
+ */
4150
+ value: pulumi.Input<string>;
4151
+ }
4152
+ interface GroupsTag {
4153
+ /**
4154
+ * The Key of Tags.
4155
+ */
4156
+ key: string;
4157
+ /**
4158
+ * The Value of Tags.
4159
+ */
4160
+ value: string;
4161
+ }
4162
+ interface GroupsTagArgs {
4163
+ /**
4164
+ * The Key of Tags.
4165
+ */
4166
+ key: pulumi.Input<string>;
4167
+ /**
4168
+ * The Value of Tags.
4169
+ */
4170
+ value: pulumi.Input<string>;
4171
+ }
4172
+ interface InstanceParameter {
4173
+ /**
4174
+ * Parameter name.
4175
+ */
4176
+ parameterName: pulumi.Input<string>;
4177
+ /**
4178
+ * Parameter value.
4179
+ */
4180
+ parameterValue: pulumi.Input<string>;
4181
+ }
4182
+ interface InstanceTag {
4183
+ /**
4184
+ * The Key of Tags.
4185
+ */
4186
+ key: pulumi.Input<string>;
4187
+ /**
4188
+ * The Value of Tags.
3869
4189
  */
3870
4190
  value: pulumi.Input<string>;
3871
4191
  }
@@ -3913,6 +4233,36 @@ export declare namespace kafka {
3913
4233
  */
3914
4234
  minInsyncReplicaNumber?: pulumi.Input<number>;
3915
4235
  }
4236
+ interface TopicTag {
4237
+ /**
4238
+ * The Key of Tags.
4239
+ */
4240
+ key: pulumi.Input<string>;
4241
+ /**
4242
+ * The Value of Tags.
4243
+ */
4244
+ value: pulumi.Input<string>;
4245
+ }
4246
+ interface TopicsTag {
4247
+ /**
4248
+ * The Key of Tags.
4249
+ */
4250
+ key: string;
4251
+ /**
4252
+ * The Value of Tags.
4253
+ */
4254
+ value: string;
4255
+ }
4256
+ interface TopicsTagArgs {
4257
+ /**
4258
+ * The Key of Tags.
4259
+ */
4260
+ key: pulumi.Input<string>;
4261
+ /**
4262
+ * The Value of Tags.
4263
+ */
4264
+ value: pulumi.Input<string>;
4265
+ }
3916
4266
  }
3917
4267
  export declare namespace kms {
3918
4268
  interface GetKeysTag {
@@ -3999,6 +4349,16 @@ export declare namespace kms {
3999
4349
  */
4000
4350
  values: pulumi.Input<pulumi.Input<string>[]>;
4001
4351
  }
4352
+ interface ReplicateKeyTag {
4353
+ /**
4354
+ * The Key of Tags.
4355
+ */
4356
+ key: pulumi.Input<string>;
4357
+ /**
4358
+ * The Value of Tags.
4359
+ */
4360
+ value: pulumi.Input<string>;
4361
+ }
4002
4362
  }
4003
4363
  export declare namespace mongodb {
4004
4364
  interface AccountAccountPrivilege {
@@ -4219,13 +4579,397 @@ export declare namespace nas {
4219
4579
  */
4220
4580
  key: pulumi.Input<string>;
4221
4581
  /**
4222
- * The value of the filter item.
4582
+ * The value of the filter item.
4583
+ */
4584
+ value: pulumi.Input<string>;
4585
+ }
4586
+ }
4587
+ export declare namespace nat {
4588
+ interface GatewayTag {
4589
+ /**
4590
+ * The Key of Tags.
4591
+ */
4592
+ key: pulumi.Input<string>;
4593
+ /**
4594
+ * The Value of Tags.
4595
+ */
4596
+ value: pulumi.Input<string>;
4597
+ }
4598
+ interface GatewaysTag {
4599
+ /**
4600
+ * The Key of Tags.
4601
+ */
4602
+ key: string;
4603
+ /**
4604
+ * The Value of Tags.
4605
+ */
4606
+ value: string;
4607
+ }
4608
+ interface GatewaysTagArgs {
4609
+ /**
4610
+ * The Key of Tags.
4611
+ */
4612
+ key: pulumi.Input<string>;
4613
+ /**
4614
+ * The Value of Tags.
4615
+ */
4616
+ value: pulumi.Input<string>;
4617
+ }
4618
+ interface GetGatewaysTag {
4619
+ /**
4620
+ * The Key of Tags.
4621
+ */
4622
+ key: string;
4623
+ /**
4624
+ * The Value of Tags.
4625
+ */
4626
+ value: string;
4627
+ }
4628
+ interface GetGatewaysTagArgs {
4629
+ /**
4630
+ * The Key of Tags.
4631
+ */
4632
+ key: pulumi.Input<string>;
4633
+ /**
4634
+ * The Value of Tags.
4635
+ */
4636
+ value: pulumi.Input<string>;
4637
+ }
4638
+ }
4639
+ export declare namespace nlb {
4640
+ interface BackendServerBackendServer {
4641
+ /**
4642
+ * The description of the backend server.
4643
+ */
4644
+ description?: pulumi.Input<string>;
4645
+ /**
4646
+ * The instance id of the backend server.
4647
+ */
4648
+ instanceId: pulumi.Input<string>;
4649
+ /**
4650
+ * The ip of the backend server.
4651
+ */
4652
+ ip: pulumi.Input<string>;
4653
+ /**
4654
+ * The port of the backend server.
4655
+ */
4656
+ port: pulumi.Input<number>;
4657
+ /**
4658
+ * The server id of the backend server.
4659
+ */
4660
+ serverId?: pulumi.Input<string>;
4661
+ /**
4662
+ * The type of the backend server. Valid values: `ecs`, `eni`, `ip`.
4663
+ */
4664
+ type: pulumi.Input<string>;
4665
+ /**
4666
+ * The weight of the backend server.
4667
+ */
4668
+ weight?: pulumi.Input<number>;
4669
+ /**
4670
+ * The zone id of the backend server.
4671
+ */
4672
+ zoneId?: pulumi.Input<string>;
4673
+ }
4674
+ interface GetListenersTag {
4675
+ /**
4676
+ * The Key of Tags.
4677
+ */
4678
+ key: string;
4679
+ /**
4680
+ * The Value of Tags.
4681
+ */
4682
+ value: string;
4683
+ }
4684
+ interface GetListenersTagArgs {
4685
+ /**
4686
+ * The Key of Tags.
4687
+ */
4688
+ key: pulumi.Input<string>;
4689
+ /**
4690
+ * The Value of Tags.
4691
+ */
4692
+ value: pulumi.Input<string>;
4693
+ }
4694
+ interface GetNetworkLoadBalancersTag {
4695
+ /**
4696
+ * The Key of Tags.
4697
+ */
4698
+ key: string;
4699
+ /**
4700
+ * The Value of Tags.
4701
+ */
4702
+ value: string;
4703
+ }
4704
+ interface GetNetworkLoadBalancersTagArgs {
4705
+ /**
4706
+ * The Key of Tags.
4707
+ */
4708
+ key: pulumi.Input<string>;
4709
+ /**
4710
+ * The Value of Tags.
4711
+ */
4712
+ value: pulumi.Input<string>;
4713
+ }
4714
+ interface GetServerGroupsTag {
4715
+ /**
4716
+ * The Key of Tags.
4717
+ */
4718
+ key: string;
4719
+ /**
4720
+ * The Value of Tags.
4721
+ */
4722
+ value: string;
4723
+ }
4724
+ interface GetServerGroupsTagArgs {
4725
+ /**
4726
+ * The Key of Tags.
4727
+ */
4728
+ key: pulumi.Input<string>;
4729
+ /**
4730
+ * The Value of Tags.
4731
+ */
4732
+ value: pulumi.Input<string>;
4733
+ }
4734
+ interface GetTagsTagFilter {
4735
+ /**
4736
+ * The key of the tag.
4737
+ */
4738
+ key: string;
4739
+ /**
4740
+ * The values of the tag.
4741
+ */
4742
+ values: string[];
4743
+ }
4744
+ interface GetTagsTagFilterArgs {
4745
+ /**
4746
+ * The key of the tag.
4747
+ */
4748
+ key: pulumi.Input<string>;
4749
+ /**
4750
+ * The values of the tag.
4751
+ */
4752
+ values: pulumi.Input<pulumi.Input<string>[]>;
4753
+ }
4754
+ interface ListenerTag {
4755
+ /**
4756
+ * The Key of Tags.
4757
+ */
4758
+ key: pulumi.Input<string>;
4759
+ /**
4760
+ * The Value of Tags.
4761
+ */
4762
+ value: pulumi.Input<string>;
4763
+ }
4764
+ interface ListenersTag {
4765
+ /**
4766
+ * The Key of Tags.
4767
+ */
4768
+ key: string;
4769
+ /**
4770
+ * The Value of Tags.
4771
+ */
4772
+ value: string;
4773
+ }
4774
+ interface ListenersTagArgs {
4775
+ /**
4776
+ * The Key of Tags.
4777
+ */
4778
+ key: pulumi.Input<string>;
4779
+ /**
4780
+ * The Value of Tags.
4781
+ */
4782
+ value: pulumi.Input<string>;
4783
+ }
4784
+ interface NetworkLoadBalancerAccessLogConfig {
4785
+ /**
4786
+ * Whether to enable access logging. Valid values: `true`, `false`.
4787
+ * `true`: Enable.
4788
+ * `false`: Disable.
4789
+ */
4790
+ enabled: pulumi.Input<boolean>;
4791
+ /**
4792
+ * The project name where the access log topic resides.
4793
+ */
4794
+ projectName?: pulumi.Input<string>;
4795
+ /**
4796
+ * The topic ID of the access log.
4797
+ */
4798
+ topicId?: pulumi.Input<string>;
4799
+ /**
4800
+ * The topic name of the access log.
4801
+ */
4802
+ topicName?: pulumi.Input<string>;
4803
+ }
4804
+ interface NetworkLoadBalancerTag {
4805
+ /**
4806
+ * The Key of Tags.
4807
+ */
4808
+ key: pulumi.Input<string>;
4809
+ /**
4810
+ * The Value of Tags.
4811
+ */
4812
+ value: pulumi.Input<string>;
4813
+ }
4814
+ interface NetworkLoadBalancerZoneMapping {
4815
+ /**
4816
+ * The ID of the EIP.
4817
+ */
4818
+ eipId?: pulumi.Input<string>;
4819
+ /**
4820
+ * The ID of the ENI.
4821
+ */
4822
+ eniId?: pulumi.Input<string>;
4823
+ /**
4824
+ * The IPv4 address of the NLB instance.
4825
+ */
4826
+ ipv4Address?: pulumi.Input<string>;
4827
+ /**
4828
+ * The public IPv4 address.
4829
+ */
4830
+ ipv4EipAddress?: pulumi.Input<string>;
4831
+ /**
4832
+ * The ID of the EIP.
4833
+ */
4834
+ ipv4EipId?: pulumi.Input<string>;
4835
+ /**
4836
+ * The IPv4 health check status.
4837
+ */
4838
+ ipv4HcStatus?: pulumi.Input<string>;
4839
+ /**
4840
+ * The IPv6 address of the NLB instance.
4841
+ */
4842
+ ipv6Address?: pulumi.Input<string>;
4843
+ /**
4844
+ * The ID of the IPv6 EIP.
4845
+ */
4846
+ ipv6EipId?: pulumi.Input<string>;
4847
+ /**
4848
+ * The IPv6 health check status.
4849
+ */
4850
+ ipv6HcStatus?: pulumi.Input<string>;
4851
+ /**
4852
+ * The ID of the subnet.
4853
+ */
4854
+ subnetId: pulumi.Input<string>;
4855
+ /**
4856
+ * The ID of the zone.
4857
+ */
4858
+ zoneId: pulumi.Input<string>;
4859
+ }
4860
+ interface NetworkLoadBalancersTag {
4861
+ /**
4862
+ * The Key of Tags.
4863
+ */
4864
+ key: string;
4865
+ /**
4866
+ * The Value of Tags.
4867
+ */
4868
+ value: string;
4869
+ }
4870
+ interface NetworkLoadBalancersTagArgs {
4871
+ /**
4872
+ * The Key of Tags.
4873
+ */
4874
+ key: pulumi.Input<string>;
4875
+ /**
4876
+ * The Value of Tags.
4877
+ */
4878
+ value: pulumi.Input<string>;
4879
+ }
4880
+ interface ServerGroupHealthCheck {
4881
+ /**
4882
+ * The domain of health check. Only available when `HealthCheck.Type` is `HTTP`.
4883
+ */
4884
+ domain?: pulumi.Input<string>;
4885
+ /**
4886
+ * Whether to enable health check. Valid values: `true` (default), `false`.
4887
+ */
4888
+ enabled?: pulumi.Input<boolean>;
4889
+ /**
4890
+ * The healthy threshold of health check. Value range: 2 ~ 10. Default is 3.
4891
+ */
4892
+ healthyThreshold?: pulumi.Input<number>;
4893
+ /**
4894
+ * The http code of health check. Valid values: `http2xx`, `http3xx`, `http4xx`, `http5xx`. Default is `http_2xx,http_3xx`. Only available when `HealthCheck.Type` is `HTTP`.
4895
+ */
4896
+ httpCode?: pulumi.Input<string>;
4897
+ /**
4898
+ * The interval of health check. Unit: second. Value range: 1 ~ 300. Default is 2.
4899
+ */
4900
+ interval?: pulumi.Input<number>;
4901
+ /**
4902
+ * The method of health check. Valid values: `GET` (default), `HEAD`. Only available when `HealthCheck.Type` is `HTTP`.
4903
+ */
4904
+ method?: pulumi.Input<string>;
4905
+ /**
4906
+ * The port of health check. Value range: 1 ~ 65535. Default is 0, which means using the port of the backend server.
4907
+ */
4908
+ port?: pulumi.Input<number>;
4909
+ /**
4910
+ * The response timeout of health check. Unit: second. Value range: 1 ~ 60. Default is 2.
4911
+ */
4912
+ timeout?: pulumi.Input<number>;
4913
+ /**
4914
+ * The type of the health check. Valid values: `TCP` (default), `HTTP`, `UDP`.
4915
+ */
4916
+ type?: pulumi.Input<string>;
4917
+ /**
4918
+ * The udp connect timeout of health check. Unit: second. Value range: 1 ~ 60. Default is 3. Only available when `HealthCheck.Type` is `UDP`.
4919
+ */
4920
+ udpConnectTimeout?: pulumi.Input<number>;
4921
+ /**
4922
+ * The udp expect of health check. Only available when `HealthCheck.Type` is `UDP`.
4923
+ */
4924
+ udpExpect?: pulumi.Input<string>;
4925
+ /**
4926
+ * The udp request of health check. Only available when `HealthCheck.Type` is `UDP`.
4927
+ */
4928
+ udpRequest?: pulumi.Input<string>;
4929
+ /**
4930
+ * The unhealthy threshold of health check. Value range: 2 ~ 10. Default is 3.
4931
+ */
4932
+ unhealthyThreshold?: pulumi.Input<number>;
4933
+ /**
4934
+ * The uri of health check. Must start with `/`. Only available when `HealthCheck.Type` is `HTTP`.
4935
+ */
4936
+ uri?: pulumi.Input<string>;
4937
+ }
4938
+ interface ServerGroupServer {
4939
+ /**
4940
+ * The description of the backend server.
4941
+ */
4942
+ description?: pulumi.Input<string>;
4943
+ /**
4944
+ * The instance ID of the backend server.
4945
+ */
4946
+ instanceId?: pulumi.Input<string>;
4947
+ /**
4948
+ * The IP address of the backend server.
4949
+ */
4950
+ ip?: pulumi.Input<string>;
4951
+ /**
4952
+ * The port of the backend server.
4953
+ */
4954
+ port?: pulumi.Input<number>;
4955
+ /**
4956
+ * The ID of the backend server.
4957
+ */
4958
+ serverId?: pulumi.Input<string>;
4959
+ /**
4960
+ * The type of the backend server. Valid values: `ecs`, `eni`, `ip`.
4961
+ */
4962
+ type?: pulumi.Input<string>;
4963
+ /**
4964
+ * The weight of the backend server. Value range: 0 ~ 100. Default is 100.
4965
+ */
4966
+ weight?: pulumi.Input<number>;
4967
+ /**
4968
+ * The zone ID of the backend server.
4223
4969
  */
4224
- value: pulumi.Input<string>;
4970
+ zoneId?: pulumi.Input<string>;
4225
4971
  }
4226
- }
4227
- export declare namespace nat {
4228
- interface GatewayTag {
4972
+ interface ServerGroupTag {
4229
4973
  /**
4230
4974
  * The Key of Tags.
4231
4975
  */
@@ -4235,7 +4979,7 @@ export declare namespace nat {
4235
4979
  */
4236
4980
  value: pulumi.Input<string>;
4237
4981
  }
4238
- interface GatewaysTag {
4982
+ interface ServerGroupsTag {
4239
4983
  /**
4240
4984
  * The Key of Tags.
4241
4985
  */
@@ -4245,7 +4989,7 @@ export declare namespace nat {
4245
4989
  */
4246
4990
  value: string;
4247
4991
  }
4248
- interface GatewaysTagArgs {
4992
+ interface ServerGroupsTagArgs {
4249
4993
  /**
4250
4994
  * The Key of Tags.
4251
4995
  */
@@ -4255,25 +4999,29 @@ export declare namespace nat {
4255
4999
  */
4256
5000
  value: pulumi.Input<string>;
4257
5001
  }
4258
- interface GetGatewaysTag {
5002
+ interface TagTag {
5003
+ key: pulumi.Input<string>;
5004
+ value: pulumi.Input<string>;
5005
+ }
5006
+ interface TagsTagFilter {
4259
5007
  /**
4260
- * The Key of Tags.
5008
+ * The key of the tag.
4261
5009
  */
4262
5010
  key: string;
4263
5011
  /**
4264
- * The Value of Tags.
5012
+ * The values of the tag.
4265
5013
  */
4266
- value: string;
5014
+ values: string[];
4267
5015
  }
4268
- interface GetGatewaysTagArgs {
5016
+ interface TagsTagFilterArgs {
4269
5017
  /**
4270
- * The Key of Tags.
5018
+ * The key of the tag.
4271
5019
  */
4272
5020
  key: pulumi.Input<string>;
4273
5021
  /**
4274
- * The Value of Tags.
5022
+ * The values of the tag.
4275
5023
  */
4276
- value: pulumi.Input<string>;
5024
+ values: pulumi.Input<pulumi.Input<string>[]>;
4277
5025
  }
4278
5026
  }
4279
5027
  export declare namespace organization {
@@ -4485,6 +5233,66 @@ export declare namespace private_zone {
4485
5233
  }
4486
5234
  }
4487
5235
  export declare namespace privatelink {
5236
+ interface GetVpcEndpointServicesTag {
5237
+ /**
5238
+ * The Key of Tags.
5239
+ */
5240
+ key: string;
5241
+ /**
5242
+ * The Value of Tags.
5243
+ */
5244
+ value: string;
5245
+ }
5246
+ interface GetVpcEndpointServicesTagArgs {
5247
+ /**
5248
+ * The Key of Tags.
5249
+ */
5250
+ key: pulumi.Input<string>;
5251
+ /**
5252
+ * The Value of Tags.
5253
+ */
5254
+ value: pulumi.Input<string>;
5255
+ }
5256
+ interface GetVpcEndpointsTag {
5257
+ /**
5258
+ * The Key of Tags.
5259
+ */
5260
+ key: string;
5261
+ /**
5262
+ * The Value of Tags.
5263
+ */
5264
+ value: string;
5265
+ }
5266
+ interface GetVpcEndpointsTagArgs {
5267
+ /**
5268
+ * The Key of Tags.
5269
+ */
5270
+ key: pulumi.Input<string>;
5271
+ /**
5272
+ * The Value of Tags.
5273
+ */
5274
+ value: pulumi.Input<string>;
5275
+ }
5276
+ interface GetVpcGatewayEndpointsTag {
5277
+ /**
5278
+ * The Key of Tags.
5279
+ */
5280
+ key: string;
5281
+ /**
5282
+ * The Value of Tags.
5283
+ */
5284
+ value: string;
5285
+ }
5286
+ interface GetVpcGatewayEndpointsTagArgs {
5287
+ /**
5288
+ * The Key of Tags.
5289
+ */
5290
+ key: pulumi.Input<string>;
5291
+ /**
5292
+ * The Value of Tags.
5293
+ */
5294
+ value: pulumi.Input<string>;
5295
+ }
4488
5296
  interface VpcEndpointConnectionZone {
4489
5297
  /**
4490
5298
  * The id of the network interface.
@@ -4525,6 +5333,96 @@ export declare namespace privatelink {
4525
5333
  */
4526
5334
  resourceType: pulumi.Input<string>;
4527
5335
  }
5336
+ interface VpcEndpointServiceTag {
5337
+ /**
5338
+ * The Key of Tags.
5339
+ */
5340
+ key: pulumi.Input<string>;
5341
+ /**
5342
+ * The Value of Tags.
5343
+ */
5344
+ value: pulumi.Input<string>;
5345
+ }
5346
+ interface VpcEndpointServicesTag {
5347
+ /**
5348
+ * The Key of Tags.
5349
+ */
5350
+ key: string;
5351
+ /**
5352
+ * The Value of Tags.
5353
+ */
5354
+ value: string;
5355
+ }
5356
+ interface VpcEndpointServicesTagArgs {
5357
+ /**
5358
+ * The Key of Tags.
5359
+ */
5360
+ key: pulumi.Input<string>;
5361
+ /**
5362
+ * The Value of Tags.
5363
+ */
5364
+ value: pulumi.Input<string>;
5365
+ }
5366
+ interface VpcEndpointTag {
5367
+ /**
5368
+ * The Key of Tags.
5369
+ */
5370
+ key: pulumi.Input<string>;
5371
+ /**
5372
+ * The Value of Tags.
5373
+ */
5374
+ value: pulumi.Input<string>;
5375
+ }
5376
+ interface VpcEndpointsTag {
5377
+ /**
5378
+ * The Key of Tags.
5379
+ */
5380
+ key: string;
5381
+ /**
5382
+ * The Value of Tags.
5383
+ */
5384
+ value: string;
5385
+ }
5386
+ interface VpcEndpointsTagArgs {
5387
+ /**
5388
+ * The Key of Tags.
5389
+ */
5390
+ key: pulumi.Input<string>;
5391
+ /**
5392
+ * The Value of Tags.
5393
+ */
5394
+ value: pulumi.Input<string>;
5395
+ }
5396
+ interface VpcGatewayEndpointTag {
5397
+ /**
5398
+ * The Key of Tags.
5399
+ */
5400
+ key: pulumi.Input<string>;
5401
+ /**
5402
+ * The Value of Tags.
5403
+ */
5404
+ value: pulumi.Input<string>;
5405
+ }
5406
+ interface VpcGatewayEndpointsTag {
5407
+ /**
5408
+ * The Key of Tags.
5409
+ */
5410
+ key: string;
5411
+ /**
5412
+ * The Value of Tags.
5413
+ */
5414
+ value: string;
5415
+ }
5416
+ interface VpcGatewayEndpointsTagArgs {
5417
+ /**
5418
+ * The Key of Tags.
5419
+ */
5420
+ key: pulumi.Input<string>;
5421
+ /**
5422
+ * The Value of Tags.
5423
+ */
5424
+ value: pulumi.Input<string>;
5425
+ }
4528
5426
  }
4529
5427
  export declare namespace rabbitmq {
4530
5428
  interface GetInstancesTag {
@@ -6857,6 +7755,10 @@ export declare namespace tls {
6857
7755
  * Customize the name of the output target, which needs to be used to refer to the output target in the data processing rules.
6858
7756
  */
6859
7757
  alias: pulumi.Input<string>;
7758
+ /**
7759
+ * The region where the log topic is located.
7760
+ */
7761
+ region: pulumi.Input<string>;
6860
7762
  /**
6861
7763
  * Cross-account authorized character names.
6862
7764
  */
@@ -11371,6 +12273,36 @@ export declare namespace vmp {
11371
12273
  */
11372
12274
  workspaceId: pulumi.Input<string>;
11373
12275
  }
12276
+ interface AlertingRuleTag {
12277
+ /**
12278
+ * The Key of Tags.
12279
+ */
12280
+ key: pulumi.Input<string>;
12281
+ /**
12282
+ * The Value of Tags.
12283
+ */
12284
+ value: pulumi.Input<string>;
12285
+ }
12286
+ interface AlertingRulesTag {
12287
+ /**
12288
+ * The Key of Tags.
12289
+ */
12290
+ key: string;
12291
+ /**
12292
+ * The Value of Tags.
12293
+ */
12294
+ value: string;
12295
+ }
12296
+ interface AlertingRulesTagArgs {
12297
+ /**
12298
+ * The Key of Tags.
12299
+ */
12300
+ key: pulumi.Input<string>;
12301
+ /**
12302
+ * The Value of Tags.
12303
+ */
12304
+ value: pulumi.Input<string>;
12305
+ }
11374
12306
  interface ContactDingTalkBotWebhook {
11375
12307
  /**
11376
12308
  * The address of webhook.
@@ -11429,6 +12361,26 @@ export declare namespace vmp {
11429
12361
  */
11430
12362
  token?: pulumi.Input<string>;
11431
12363
  }
12364
+ interface GetAlertingRulesTag {
12365
+ /**
12366
+ * The Key of Tags.
12367
+ */
12368
+ key: string;
12369
+ /**
12370
+ * The Value of Tags.
12371
+ */
12372
+ value: string;
12373
+ }
12374
+ interface GetAlertingRulesTagArgs {
12375
+ /**
12376
+ * The Key of Tags.
12377
+ */
12378
+ key: pulumi.Input<string>;
12379
+ /**
12380
+ * The Value of Tags.
12381
+ */
12382
+ value: pulumi.Input<string>;
12383
+ }
11432
12384
  interface GetWorkspacesTag {
11433
12385
  /**
11434
12386
  * The Key of Tags.
@@ -11575,21 +12527,61 @@ export declare namespace vmp {
11575
12527
  /**
11576
12528
  * The Value of Tags.
11577
12529
  */
11578
- values: string[];
12530
+ values: string[];
12531
+ }
12532
+ interface WorkspacesTagArgs {
12533
+ /**
12534
+ * The Key of Tags.
12535
+ */
12536
+ key: pulumi.Input<string>;
12537
+ /**
12538
+ * The Value of Tags.
12539
+ */
12540
+ values: pulumi.Input<pulumi.Input<string>[]>;
12541
+ }
12542
+ }
12543
+ export declare namespace vpc {
12544
+ interface FlowLogTag {
12545
+ /**
12546
+ * The Key of Tags.
12547
+ */
12548
+ key: pulumi.Input<string>;
12549
+ /**
12550
+ * The Value of Tags.
12551
+ */
12552
+ value: pulumi.Input<string>;
12553
+ }
12554
+ interface FlowLogsTag {
12555
+ /**
12556
+ * The Key of Tags.
12557
+ */
12558
+ key: string;
12559
+ /**
12560
+ * The Value of Tags.
12561
+ */
12562
+ value: string;
12563
+ }
12564
+ interface FlowLogsTagArgs {
12565
+ /**
12566
+ * The Key of Tags.
12567
+ */
12568
+ key: pulumi.Input<string>;
12569
+ /**
12570
+ * The Value of Tags.
12571
+ */
12572
+ value: pulumi.Input<string>;
11579
12573
  }
11580
- interface WorkspacesTagArgs {
12574
+ interface GetFlowLogsTag {
11581
12575
  /**
11582
12576
  * The Key of Tags.
11583
12577
  */
11584
- key: pulumi.Input<string>;
12578
+ key: string;
11585
12579
  /**
11586
12580
  * The Value of Tags.
11587
12581
  */
11588
- values: pulumi.Input<pulumi.Input<string>[]>;
12582
+ value: string;
11589
12583
  }
11590
- }
11591
- export declare namespace vpc {
11592
- interface FlowLogTag {
12584
+ interface GetFlowLogsTagArgs {
11593
12585
  /**
11594
12586
  * The Key of Tags.
11595
12587
  */
@@ -11599,7 +12591,7 @@ export declare namespace vpc {
11599
12591
  */
11600
12592
  value: pulumi.Input<string>;
11601
12593
  }
11602
- interface FlowLogsTag {
12594
+ interface GetHaVipsTag {
11603
12595
  /**
11604
12596
  * The Key of Tags.
11605
12597
  */
@@ -11609,7 +12601,7 @@ export declare namespace vpc {
11609
12601
  */
11610
12602
  value: string;
11611
12603
  }
11612
- interface FlowLogsTagArgs {
12604
+ interface GetHaVipsTagArgs {
11613
12605
  /**
11614
12606
  * The Key of Tags.
11615
12607
  */
@@ -11619,7 +12611,7 @@ export declare namespace vpc {
11619
12611
  */
11620
12612
  value: pulumi.Input<string>;
11621
12613
  }
11622
- interface GetFlowLogsTag {
12614
+ interface GetIpv6AddressBandwidthsTag {
11623
12615
  /**
11624
12616
  * The Key of Tags.
11625
12617
  */
@@ -11629,7 +12621,7 @@ export declare namespace vpc {
11629
12621
  */
11630
12622
  value: string;
11631
12623
  }
11632
- interface GetFlowLogsTagArgs {
12624
+ interface GetIpv6AddressBandwidthsTagArgs {
11633
12625
  /**
11634
12626
  * The Key of Tags.
11635
12627
  */
@@ -11639,7 +12631,7 @@ export declare namespace vpc {
11639
12631
  */
11640
12632
  value: pulumi.Input<string>;
11641
12633
  }
11642
- interface GetHaVipsTag {
12634
+ interface GetIpv6GatewaysTag {
11643
12635
  /**
11644
12636
  * The Key of Tags.
11645
12637
  */
@@ -11649,7 +12641,7 @@ export declare namespace vpc {
11649
12641
  */
11650
12642
  value: string;
11651
12643
  }
11652
- interface GetHaVipsTagArgs {
12644
+ interface GetIpv6GatewaysTagArgs {
11653
12645
  /**
11654
12646
  * The Key of Tags.
11655
12647
  */
@@ -11909,6 +12901,66 @@ export declare namespace vpc {
11909
12901
  */
11910
12902
  value: pulumi.Input<string>;
11911
12903
  }
12904
+ interface Ipv6AddressBandwidthTag {
12905
+ /**
12906
+ * The Key of Tags.
12907
+ */
12908
+ key: pulumi.Input<string>;
12909
+ /**
12910
+ * The Value of Tags.
12911
+ */
12912
+ value: pulumi.Input<string>;
12913
+ }
12914
+ interface Ipv6AddressBandwidthsTag {
12915
+ /**
12916
+ * The Key of Tags.
12917
+ */
12918
+ key: string;
12919
+ /**
12920
+ * The Value of Tags.
12921
+ */
12922
+ value: string;
12923
+ }
12924
+ interface Ipv6AddressBandwidthsTagArgs {
12925
+ /**
12926
+ * The Key of Tags.
12927
+ */
12928
+ key: pulumi.Input<string>;
12929
+ /**
12930
+ * The Value of Tags.
12931
+ */
12932
+ value: pulumi.Input<string>;
12933
+ }
12934
+ interface Ipv6GatewayTag {
12935
+ /**
12936
+ * The Key of Tags.
12937
+ */
12938
+ key: pulumi.Input<string>;
12939
+ /**
12940
+ * The Value of Tags.
12941
+ */
12942
+ value: pulumi.Input<string>;
12943
+ }
12944
+ interface Ipv6GatewaysTag {
12945
+ /**
12946
+ * The Key of Tags.
12947
+ */
12948
+ key: string;
12949
+ /**
12950
+ * The Value of Tags.
12951
+ */
12952
+ value: string;
12953
+ }
12954
+ interface Ipv6GatewaysTagArgs {
12955
+ /**
12956
+ * The Key of Tags.
12957
+ */
12958
+ key: pulumi.Input<string>;
12959
+ /**
12960
+ * The Value of Tags.
12961
+ */
12962
+ value: pulumi.Input<string>;
12963
+ }
11912
12964
  interface NetworkAclEgressAclEntry {
11913
12965
  /**
11914
12966
  * The description of entry.
@@ -12333,6 +13385,66 @@ export declare namespace vpc {
12333
13385
  }
12334
13386
  }
12335
13387
  export declare namespace vpn {
13388
+ interface ConnectionTag {
13389
+ /**
13390
+ * The Key of Tags.
13391
+ */
13392
+ key: pulumi.Input<string>;
13393
+ /**
13394
+ * The Value of Tags.
13395
+ */
13396
+ value: pulumi.Input<string>;
13397
+ }
13398
+ interface ConnectionsTag {
13399
+ /**
13400
+ * The Key of Tags.
13401
+ */
13402
+ key: string;
13403
+ /**
13404
+ * The Value of Tags.
13405
+ */
13406
+ value: string;
13407
+ }
13408
+ interface ConnectionsTagArgs {
13409
+ /**
13410
+ * The Key of Tags.
13411
+ */
13412
+ key: pulumi.Input<string>;
13413
+ /**
13414
+ * The Value of Tags.
13415
+ */
13416
+ value: pulumi.Input<string>;
13417
+ }
13418
+ interface CustomerGatewayTag {
13419
+ /**
13420
+ * The Key of Tags.
13421
+ */
13422
+ key: pulumi.Input<string>;
13423
+ /**
13424
+ * The Value of Tags.
13425
+ */
13426
+ value: pulumi.Input<string>;
13427
+ }
13428
+ interface CustomerGatewaysTag {
13429
+ /**
13430
+ * The Key of Tags.
13431
+ */
13432
+ key: string;
13433
+ /**
13434
+ * The Value of Tags.
13435
+ */
13436
+ value: string;
13437
+ }
13438
+ interface CustomerGatewaysTagArgs {
13439
+ /**
13440
+ * The Key of Tags.
13441
+ */
13442
+ key: pulumi.Input<string>;
13443
+ /**
13444
+ * The Value of Tags.
13445
+ */
13446
+ value: pulumi.Input<string>;
13447
+ }
12336
13448
  interface GatewayTag {
12337
13449
  /**
12338
13450
  * The Key of Tags.
@@ -12363,6 +13475,46 @@ export declare namespace vpn {
12363
13475
  */
12364
13476
  value: pulumi.Input<string>;
12365
13477
  }
13478
+ interface GetConnectionsTag {
13479
+ /**
13480
+ * The Key of Tags.
13481
+ */
13482
+ key: string;
13483
+ /**
13484
+ * The Value of Tags.
13485
+ */
13486
+ value: string;
13487
+ }
13488
+ interface GetConnectionsTagArgs {
13489
+ /**
13490
+ * The Key of Tags.
13491
+ */
13492
+ key: pulumi.Input<string>;
13493
+ /**
13494
+ * The Value of Tags.
13495
+ */
13496
+ value: pulumi.Input<string>;
13497
+ }
13498
+ interface GetCustomerGatewaysTag {
13499
+ /**
13500
+ * The Key of Tags.
13501
+ */
13502
+ key: string;
13503
+ /**
13504
+ * The Value of Tags.
13505
+ */
13506
+ value: string;
13507
+ }
13508
+ interface GetCustomerGatewaysTagArgs {
13509
+ /**
13510
+ * The Key of Tags.
13511
+ */
13512
+ key: pulumi.Input<string>;
13513
+ /**
13514
+ * The Value of Tags.
13515
+ */
13516
+ value: pulumi.Input<string>;
13517
+ }
12366
13518
  interface GetGatewaysTag {
12367
13519
  /**
12368
13520
  * The Key of Tags.
@@ -12383,6 +13535,106 @@ export declare namespace vpn {
12383
13535
  */
12384
13536
  value: pulumi.Input<string>;
12385
13537
  }
13538
+ interface GetSslVpnClientCertsTag {
13539
+ /**
13540
+ * The Key of Tags.
13541
+ */
13542
+ key: string;
13543
+ /**
13544
+ * The Value of Tags.
13545
+ */
13546
+ value: string;
13547
+ }
13548
+ interface GetSslVpnClientCertsTagArgs {
13549
+ /**
13550
+ * The Key of Tags.
13551
+ */
13552
+ key: pulumi.Input<string>;
13553
+ /**
13554
+ * The Value of Tags.
13555
+ */
13556
+ value: pulumi.Input<string>;
13557
+ }
13558
+ interface GetSslVpnServersTag {
13559
+ /**
13560
+ * The Key of Tags.
13561
+ */
13562
+ key: string;
13563
+ /**
13564
+ * The Value of Tags.
13565
+ */
13566
+ value: string;
13567
+ }
13568
+ interface GetSslVpnServersTagArgs {
13569
+ /**
13570
+ * The Key of Tags.
13571
+ */
13572
+ key: pulumi.Input<string>;
13573
+ /**
13574
+ * The Value of Tags.
13575
+ */
13576
+ value: pulumi.Input<string>;
13577
+ }
13578
+ interface SslVpnClientCertTag {
13579
+ /**
13580
+ * The Key of Tags.
13581
+ */
13582
+ key: pulumi.Input<string>;
13583
+ /**
13584
+ * The Value of Tags.
13585
+ */
13586
+ value: pulumi.Input<string>;
13587
+ }
13588
+ interface SslVpnClientCertsTag {
13589
+ /**
13590
+ * The Key of Tags.
13591
+ */
13592
+ key: string;
13593
+ /**
13594
+ * The Value of Tags.
13595
+ */
13596
+ value: string;
13597
+ }
13598
+ interface SslVpnClientCertsTagArgs {
13599
+ /**
13600
+ * The Key of Tags.
13601
+ */
13602
+ key: pulumi.Input<string>;
13603
+ /**
13604
+ * The Value of Tags.
13605
+ */
13606
+ value: pulumi.Input<string>;
13607
+ }
13608
+ interface SslVpnServerTag {
13609
+ /**
13610
+ * The Key of Tags.
13611
+ */
13612
+ key: pulumi.Input<string>;
13613
+ /**
13614
+ * The Value of Tags.
13615
+ */
13616
+ value: pulumi.Input<string>;
13617
+ }
13618
+ interface SslVpnServersTag {
13619
+ /**
13620
+ * The Key of Tags.
13621
+ */
13622
+ key: string;
13623
+ /**
13624
+ * The Value of Tags.
13625
+ */
13626
+ value: string;
13627
+ }
13628
+ interface SslVpnServersTagArgs {
13629
+ /**
13630
+ * The Key of Tags.
13631
+ */
13632
+ key: pulumi.Input<string>;
13633
+ /**
13634
+ * The Value of Tags.
13635
+ */
13636
+ value: pulumi.Input<string>;
13637
+ }
12386
13638
  }
12387
13639
  export declare namespace waf {
12388
13640
  interface AclRuleAccurateGroup {