@volcengine/pulumi 0.0.22 → 0.0.24

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 (443) hide show
  1. package/bandwidth_package/attachment.d.ts +71 -10
  2. package/bandwidth_package/attachment.js +71 -10
  3. package/bandwidth_package/attachment.js.map +1 -1
  4. package/bandwidth_package/bandwidthPackage.d.ts +4 -4
  5. package/bandwidth_package/bandwidthPackage.js +4 -4
  6. package/bandwidth_package/bandwidthPackages.d.ts +38 -4
  7. package/bandwidth_package/bandwidthPackages.js +38 -4
  8. package/bandwidth_package/bandwidthPackages.js.map +1 -1
  9. package/cdn/cdnCertificate.d.ts +110 -0
  10. package/cdn/cdnCertificate.js +93 -0
  11. package/cdn/cdnCertificate.js.map +1 -0
  12. package/cdn/cdnDomain.d.ts +199 -0
  13. package/cdn/cdnDomain.js +141 -0
  14. package/cdn/cdnDomain.js.map +1 -0
  15. package/cdn/certificates.d.ts +113 -0
  16. package/cdn/certificates.js +62 -0
  17. package/cdn/certificates.js.map +1 -0
  18. package/cdn/configs.d.ts +178 -0
  19. package/cdn/configs.js +146 -0
  20. package/cdn/configs.js.map +1 -0
  21. package/cdn/domains.d.ts +274 -0
  22. package/cdn/domains.js +155 -0
  23. package/cdn/domains.js.map +1 -0
  24. package/cdn/index.d.ts +21 -0
  25. package/cdn/index.js +44 -0
  26. package/cdn/index.js.map +1 -0
  27. package/cdn/sharedConfig.d.ts +194 -0
  28. package/cdn/sharedConfig.js +129 -0
  29. package/cdn/sharedConfig.js.map +1 -0
  30. package/cdn/sharedConfigs.d.ts +115 -0
  31. package/cdn/sharedConfigs.js +54 -0
  32. package/cdn/sharedConfigs.js.map +1 -0
  33. package/cen/attachInstance.d.ts +15 -8
  34. package/cen/attachInstance.js +15 -8
  35. package/cen/attachInstance.js.map +1 -1
  36. package/cen/attachInstances.d.ts +44 -4
  37. package/cen/attachInstances.js +44 -4
  38. package/cen/attachInstances.js.map +1 -1
  39. package/cen/bandwidthPackage.d.ts +11 -10
  40. package/cen/bandwidthPackage.js +8 -4
  41. package/cen/bandwidthPackage.js.map +1 -1
  42. package/cen/bandwidthPackageAssociate.d.ts +27 -3
  43. package/cen/bandwidthPackageAssociate.js +27 -3
  44. package/cen/bandwidthPackageAssociate.js.map +1 -1
  45. package/cen/bandwidthPackages.d.ts +42 -6
  46. package/cen/bandwidthPackages.js +42 -6
  47. package/cen/bandwidthPackages.js.map +1 -1
  48. package/cen/cen.d.ts +6 -2
  49. package/cen/cen.js +6 -2
  50. package/cen/cen.js.map +1 -1
  51. package/cen/cens.d.ts +30 -4
  52. package/cen/cens.js +30 -4
  53. package/cen/cens.js.map +1 -1
  54. package/cen/interRegionBandwidth.d.ts +35 -5
  55. package/cen/interRegionBandwidth.js +35 -5
  56. package/cen/interRegionBandwidth.js.map +1 -1
  57. package/cen/interRegionBandwidths.d.ts +78 -4
  58. package/cen/interRegionBandwidths.js +78 -4
  59. package/cen/interRegionBandwidths.js.map +1 -1
  60. package/cen/routeEntries.d.ts +0 -20
  61. package/cen/routeEntries.js +0 -20
  62. package/cen/routeEntries.js.map +1 -1
  63. package/cen/routeEntry.d.ts +0 -21
  64. package/cen/routeEntry.js +0 -21
  65. package/cen/routeEntry.js.map +1 -1
  66. package/cen/serviceRouteEntries.d.ts +98 -4
  67. package/cen/serviceRouteEntries.js +98 -4
  68. package/cen/serviceRouteEntries.js.map +1 -1
  69. package/cen/serviceRouteEntry.d.ts +31 -46
  70. package/cen/serviceRouteEntry.js +31 -46
  71. package/cen/serviceRouteEntry.js.map +1 -1
  72. package/cloud_identity/group.d.ts +126 -0
  73. package/cloud_identity/group.js +89 -0
  74. package/cloud_identity/group.js.map +1 -0
  75. package/cloud_identity/groups.d.ts +133 -0
  76. package/cloud_identity/groups.js +72 -0
  77. package/cloud_identity/groups.js.map +1 -0
  78. package/cloud_identity/index.d.ts +39 -0
  79. package/cloud_identity/index.js +70 -0
  80. package/cloud_identity/index.js.map +1 -0
  81. package/cloud_identity/permissionSet.d.ts +136 -0
  82. package/cloud_identity/permissionSet.js +95 -0
  83. package/cloud_identity/permissionSet.js.map +1 -0
  84. package/cloud_identity/permissionSetAssignment.d.ts +135 -0
  85. package/cloud_identity/permissionSetAssignment.js +118 -0
  86. package/cloud_identity/permissionSetAssignment.js.map +1 -0
  87. package/cloud_identity/permissionSetAssignments.d.ts +191 -0
  88. package/cloud_identity/permissionSetAssignments.js +119 -0
  89. package/cloud_identity/permissionSetAssignments.js.map +1 -0
  90. package/cloud_identity/permissionSetProvisioning.d.ts +133 -0
  91. package/cloud_identity/permissionSetProvisioning.js +120 -0
  92. package/cloud_identity/permissionSetProvisioning.js.map +1 -0
  93. package/cloud_identity/permissionSetProvisionings.d.ts +99 -0
  94. package/cloud_identity/permissionSetProvisionings.js +49 -0
  95. package/cloud_identity/permissionSetProvisionings.js.map +1 -0
  96. package/cloud_identity/permissionSets.d.ts +132 -0
  97. package/cloud_identity/permissionSets.js +96 -0
  98. package/cloud_identity/permissionSets.js.map +1 -0
  99. package/cloud_identity/user.d.ts +137 -0
  100. package/cloud_identity/user.js +91 -0
  101. package/cloud_identity/user.js.map +1 -0
  102. package/cloud_identity/userAttachment.d.ts +95 -0
  103. package/cloud_identity/userAttachment.js +92 -0
  104. package/cloud_identity/userAttachment.js.map +1 -0
  105. package/cloud_identity/userProvisioning.d.ts +171 -0
  106. package/cloud_identity/userProvisioning.js +98 -0
  107. package/cloud_identity/userProvisioning.js.map +1 -0
  108. package/cloud_identity/userProvisionings.d.ts +75 -0
  109. package/cloud_identity/userProvisionings.js +47 -0
  110. package/cloud_identity/userProvisionings.js.map +1 -0
  111. package/cloud_identity/users.d.ts +144 -0
  112. package/cloud_identity/users.js +75 -0
  113. package/cloud_identity/users.js.map +1 -0
  114. package/cloud_monitor/contact.d.ts +94 -0
  115. package/cloud_monitor/contact.js +78 -0
  116. package/cloud_monitor/contact.js.map +1 -0
  117. package/cloud_monitor/contactGroup.d.ts +97 -0
  118. package/cloud_monitor/contactGroup.js +78 -0
  119. package/cloud_monitor/contactGroup.js.map +1 -0
  120. package/cloud_monitor/contactGroups.d.ts +78 -0
  121. package/cloud_monitor/contactGroups.js +47 -0
  122. package/cloud_monitor/contactGroups.js.map +1 -0
  123. package/cloud_monitor/contacts.d.ts +81 -0
  124. package/cloud_monitor/contacts.js +52 -0
  125. package/cloud_monitor/contacts.js.map +1 -0
  126. package/cloud_monitor/eventRule.d.ts +250 -0
  127. package/cloud_monitor/eventRule.js +147 -0
  128. package/cloud_monitor/eventRule.js.map +1 -0
  129. package/cloud_monitor/eventRules.d.ts +90 -0
  130. package/cloud_monitor/eventRules.js +48 -0
  131. package/cloud_monitor/eventRules.js.map +1 -0
  132. package/cloud_monitor/index.d.ts +24 -0
  133. package/cloud_monitor/index.js +49 -0
  134. package/cloud_monitor/index.js.map +1 -0
  135. package/cloud_monitor/rule.d.ts +361 -0
  136. package/cloud_monitor/rule.js +201 -0
  137. package/cloud_monitor/rule.js.map +1 -0
  138. package/cloud_monitor/rules.d.ts +144 -0
  139. package/cloud_monitor/rules.js +53 -0
  140. package/cloud_monitor/rules.js.map +1 -0
  141. package/config/vars.d.ts +6 -0
  142. package/config/vars.js +6 -0
  143. package/config/vars.js.map +1 -1
  144. package/ebs/volume.d.ts +22 -0
  145. package/ebs/volume.js +10 -0
  146. package/ebs/volume.js.map +1 -1
  147. package/ebs/volumes.d.ts +13 -0
  148. package/ebs/volumes.js +1 -0
  149. package/ebs/volumes.js.map +1 -1
  150. package/ecs/iamRoleAttachment.d.ts +62 -0
  151. package/ecs/iamRoleAttachment.js +62 -0
  152. package/ecs/iamRoleAttachment.js.map +1 -1
  153. package/ecs/instance.d.ts +15 -0
  154. package/ecs/instance.js +2 -0
  155. package/ecs/instance.js.map +1 -1
  156. package/ecs/state.d.ts +4 -4
  157. package/eip/address.d.ts +3 -3
  158. package/financial_relation/financialRelation.d.ts +111 -0
  159. package/financial_relation/financialRelation.js +73 -0
  160. package/financial_relation/financialRelation.js.map +1 -0
  161. package/financial_relation/financialRelations.d.ts +103 -0
  162. package/financial_relation/financialRelations.js +53 -0
  163. package/financial_relation/financialRelations.js.map +1 -0
  164. package/financial_relation/index.d.ts +6 -0
  165. package/financial_relation/index.js +25 -0
  166. package/financial_relation/index.js.map +1 -0
  167. package/iam/accessKeys.d.ts +83 -0
  168. package/iam/accessKeys.js +44 -0
  169. package/iam/accessKeys.js.map +1 -0
  170. package/iam/index.d.ts +9 -0
  171. package/iam/index.js +12 -1
  172. package/iam/index.js.map +1 -1
  173. package/iam/samlProvider.d.ts +144 -0
  174. package/iam/samlProvider.js +96 -0
  175. package/iam/samlProvider.js.map +1 -0
  176. package/iam/samlProviders.d.ts +62 -0
  177. package/iam/samlProviders.js +42 -0
  178. package/iam/samlProviders.js.map +1 -0
  179. package/index.d.ts +9 -1
  180. package/index.js +17 -1
  181. package/index.js.map +1 -1
  182. package/kafka/consumedPartitions.d.ts +235 -0
  183. package/kafka/consumedPartitions.js +190 -0
  184. package/kafka/consumedPartitions.js.map +1 -0
  185. package/kafka/consumedTopics.d.ts +238 -0
  186. package/kafka/consumedTopics.js +190 -0
  187. package/kafka/consumedTopics.js.map +1 -0
  188. package/kafka/group.d.ts +142 -0
  189. package/kafka/group.js +123 -0
  190. package/kafka/group.js.map +1 -0
  191. package/kafka/groups.d.ts +184 -0
  192. package/kafka/groups.js +136 -0
  193. package/kafka/groups.js.map +1 -0
  194. package/kafka/index.d.ts +42 -0
  195. package/kafka/index.js +69 -0
  196. package/kafka/index.js.map +1 -0
  197. package/kafka/instance.d.ts +322 -0
  198. package/kafka/instance.js +171 -0
  199. package/kafka/instance.js.map +1 -0
  200. package/kafka/instances.d.ts +205 -0
  201. package/kafka/instances.js +129 -0
  202. package/kafka/instances.js.map +1 -0
  203. package/kafka/publicAddress.d.ts +152 -0
  204. package/kafka/publicAddress.js +131 -0
  205. package/kafka/publicAddress.js.map +1 -0
  206. package/kafka/regions.d.ts +62 -0
  207. package/kafka/regions.js +42 -0
  208. package/kafka/regions.js.map +1 -0
  209. package/kafka/saslUser.d.ts +173 -0
  210. package/kafka/saslUser.js +135 -0
  211. package/kafka/saslUser.js.map +1 -0
  212. package/kafka/saslUsers.d.ts +183 -0
  213. package/kafka/saslUsers.js +143 -0
  214. package/kafka/saslUsers.js.map +1 -0
  215. package/kafka/topic.d.ts +216 -0
  216. package/kafka/topic.js +154 -0
  217. package/kafka/topic.js.map +1 -0
  218. package/kafka/topicPartitions.d.ts +240 -0
  219. package/kafka/topicPartitions.js +187 -0
  220. package/kafka/topicPartitions.js.map +1 -0
  221. package/kafka/topics.d.ts +260 -0
  222. package/kafka/topics.js +179 -0
  223. package/kafka/topics.js.map +1 -0
  224. package/kafka/zones.d.ts +75 -0
  225. package/kafka/zones.js +46 -0
  226. package/kafka/zones.js.map +1 -0
  227. package/nat/gateway.d.ts +4 -4
  228. package/organization/account.d.ts +183 -0
  229. package/organization/account.js +108 -0
  230. package/organization/account.js.map +1 -0
  231. package/organization/accounts.d.ts +105 -0
  232. package/organization/accounts.js +50 -0
  233. package/organization/accounts.js.map +1 -0
  234. package/organization/index.d.ts +30 -0
  235. package/organization/index.js +59 -0
  236. package/organization/index.js.map +1 -0
  237. package/organization/organization.d.ts +151 -0
  238. package/organization/organization.js +90 -0
  239. package/organization/organization.js.map +1 -0
  240. package/organization/organizations.d.ts +71 -0
  241. package/organization/organizations.js +43 -0
  242. package/organization/organizations.js.map +1 -0
  243. package/organization/serviceControlPolicies.d.ts +89 -0
  244. package/organization/serviceControlPolicies.js +50 -0
  245. package/organization/serviceControlPolicies.js.map +1 -0
  246. package/organization/serviceControlPolicy.d.ts +123 -0
  247. package/organization/serviceControlPolicy.js +92 -0
  248. package/organization/serviceControlPolicy.js.map +1 -0
  249. package/organization/serviceControlPolicyAttachment.d.ts +105 -0
  250. package/organization/serviceControlPolicyAttachment.js +95 -0
  251. package/organization/serviceControlPolicyAttachment.js.map +1 -0
  252. package/organization/serviceControlPolicyEnabler.d.ts +55 -0
  253. package/organization/serviceControlPolicyEnabler.js +66 -0
  254. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  255. package/organization/unit.d.ts +129 -0
  256. package/organization/unit.js +89 -0
  257. package/organization/unit.js.map +1 -0
  258. package/organization/units.d.ts +62 -0
  259. package/organization/units.js +42 -0
  260. package/organization/units.js.map +1 -0
  261. package/package.json +2 -2
  262. package/privatelink/securityGroup.d.ts +60 -6
  263. package/privatelink/securityGroup.js +54 -3
  264. package/privatelink/securityGroup.js.map +1 -1
  265. package/privatelink/vpcEndpoint.d.ts +51 -12
  266. package/privatelink/vpcEndpoint.js +45 -9
  267. package/privatelink/vpcEndpoint.js.map +1 -1
  268. package/privatelink/vpcEndpointConnection.d.ts +60 -3
  269. package/privatelink/vpcEndpointConnection.js +60 -3
  270. package/privatelink/vpcEndpointConnection.js.map +1 -1
  271. package/privatelink/vpcEndpointConnections.d.ts +120 -6
  272. package/privatelink/vpcEndpointConnections.js +120 -6
  273. package/privatelink/vpcEndpointConnections.js.map +1 -1
  274. package/privatelink/vpcEndpointService.d.ts +38 -7
  275. package/privatelink/vpcEndpointService.js +35 -4
  276. package/privatelink/vpcEndpointService.js.map +1 -1
  277. package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
  278. package/privatelink/vpcEndpointServicePermission.js +39 -6
  279. package/privatelink/vpcEndpointServicePermission.js.map +1 -1
  280. package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
  281. package/privatelink/vpcEndpointServicePermissions.js +88 -4
  282. package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
  283. package/privatelink/vpcEndpointServiceResource.d.ts +60 -12
  284. package/privatelink/vpcEndpointServiceResource.js +57 -9
  285. package/privatelink/vpcEndpointServiceResource.js.map +1 -1
  286. package/privatelink/vpcEndpointServices.d.ts +84 -10
  287. package/privatelink/vpcEndpointServices.js +84 -10
  288. package/privatelink/vpcEndpointServices.js.map +1 -1
  289. package/privatelink/vpcEndpointZone.d.ts +50 -3
  290. package/privatelink/vpcEndpointZone.js +50 -3
  291. package/privatelink/vpcEndpointZone.js.map +1 -1
  292. package/privatelink/vpcEndpointZones.d.ts +108 -4
  293. package/privatelink/vpcEndpointZones.js +108 -4
  294. package/privatelink/vpcEndpointZones.js.map +1 -1
  295. package/privatelink/vpcEndpoints.d.ts +104 -4
  296. package/privatelink/vpcEndpoints.js +104 -4
  297. package/privatelink/vpcEndpoints.js.map +1 -1
  298. package/provider.d.ts +6 -0
  299. package/provider.js +1 -0
  300. package/provider.js.map +1 -1
  301. package/rds_mssql/backup.d.ts +101 -0
  302. package/rds_mssql/backup.js +77 -0
  303. package/rds_mssql/backup.js.map +1 -0
  304. package/rds_mssql/backups.d.ts +123 -0
  305. package/rds_mssql/backups.js +50 -0
  306. package/rds_mssql/backups.js.map +1 -0
  307. package/rds_mssql/index.d.ts +18 -0
  308. package/rds_mssql/index.js +39 -0
  309. package/rds_mssql/index.js.map +1 -0
  310. package/rds_mssql/instance.d.ts +256 -0
  311. package/rds_mssql/instance.js +149 -0
  312. package/rds_mssql/instance.js.map +1 -0
  313. package/rds_mssql/instances.d.ts +190 -0
  314. package/rds_mssql/instances.js +57 -0
  315. package/rds_mssql/instances.js.map +1 -0
  316. package/rds_mssql/regions.d.ts +62 -0
  317. package/rds_mssql/regions.js +42 -0
  318. package/rds_mssql/regions.js.map +1 -0
  319. package/rds_mssql/zones.d.ts +71 -0
  320. package/rds_mssql/zones.js +43 -0
  321. package/rds_mssql/zones.js.map +1 -0
  322. package/rds_mysql/instance.d.ts +29 -0
  323. package/rds_mysql/instance.js +9 -0
  324. package/rds_mysql/instance.js.map +1 -1
  325. package/rds_mysql/instances.d.ts +13 -0
  326. package/rds_mysql/instances.js +1 -0
  327. package/rds_mysql/instances.js.map +1 -1
  328. package/rds_postgresql/account.d.ts +141 -0
  329. package/rds_postgresql/account.js +104 -0
  330. package/rds_postgresql/account.js.map +1 -0
  331. package/rds_postgresql/accounts.d.ts +87 -0
  332. package/rds_postgresql/accounts.js +47 -0
  333. package/rds_postgresql/accounts.js.map +1 -0
  334. package/rds_postgresql/database.d.ts +140 -0
  335. package/rds_postgresql/database.js +91 -0
  336. package/rds_postgresql/database.js.map +1 -0
  337. package/rds_postgresql/databases.d.ts +89 -0
  338. package/rds_postgresql/databases.js +49 -0
  339. package/rds_postgresql/databases.js.map +1 -0
  340. package/rds_postgresql/index.d.ts +27 -0
  341. package/rds_postgresql/index.js +54 -0
  342. package/rds_postgresql/index.js.map +1 -0
  343. package/rds_postgresql/instance.d.ts +371 -0
  344. package/rds_postgresql/instance.js +180 -0
  345. package/rds_postgresql/instance.js.map +1 -0
  346. package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
  347. package/rds_postgresql/instanceReadonlyNode.js +126 -0
  348. package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
  349. package/rds_postgresql/instances.d.ts +258 -0
  350. package/rds_postgresql/instances.js +134 -0
  351. package/rds_postgresql/instances.js.map +1 -0
  352. package/rds_postgresql/schema.d.ts +167 -0
  353. package/rds_postgresql/schema.js +150 -0
  354. package/rds_postgresql/schema.js.map +1 -0
  355. package/rds_postgresql/schemas.d.ts +219 -0
  356. package/rds_postgresql/schemas.js +179 -0
  357. package/rds_postgresql/schemas.js.map +1 -0
  358. package/redis/instance.d.ts +3 -3
  359. package/tls/index_.d.ts +3 -2
  360. package/tls/index_.js +3 -2
  361. package/tls/index_.js.map +1 -1
  362. package/tos/bucket.d.ts +30 -1
  363. package/tos/bucket.js +10 -1
  364. package/tos/bucket.js.map +1 -1
  365. package/tos/bucketObject.d.ts +29 -9
  366. package/tos/bucketObject.js +9 -6
  367. package/tos/bucketObject.js.map +1 -1
  368. package/tos/bucketPolicy.d.ts +2 -2
  369. package/tos/bucketPolicy.js +2 -2
  370. package/transit_router/bandwidthPackage.d.ts +29 -0
  371. package/transit_router/bandwidthPackage.js +9 -0
  372. package/transit_router/bandwidthPackage.js.map +1 -1
  373. package/transit_router/bandwidthPackages.d.ts +25 -0
  374. package/transit_router/bandwidthPackages.js +2 -0
  375. package/transit_router/bandwidthPackages.js.map +1 -1
  376. package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
  377. package/transit_router/directConnectGatewayAttachment.js +23 -5
  378. package/transit_router/directConnectGatewayAttachment.js.map +1 -1
  379. package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
  380. package/transit_router/directConnectGatewayAttachments.js +1 -0
  381. package/transit_router/directConnectGatewayAttachments.js.map +1 -1
  382. package/transit_router/grantRule.d.ts +8 -4
  383. package/transit_router/grantRule.js +8 -4
  384. package/transit_router/grantRule.js.map +1 -1
  385. package/transit_router/peerAttachment.d.ts +37 -6
  386. package/transit_router/peerAttachment.js +25 -6
  387. package/transit_router/peerAttachment.js.map +1 -1
  388. package/transit_router/peerAttachments.d.ts +13 -0
  389. package/transit_router/peerAttachments.js +1 -0
  390. package/transit_router/peerAttachments.js.map +1 -1
  391. package/transit_router/routeEntry.d.ts +72 -5
  392. package/transit_router/routeEntry.js +72 -5
  393. package/transit_router/routeEntry.js.map +1 -1
  394. package/transit_router/routeTable.d.ts +26 -4
  395. package/transit_router/routeTable.js +14 -4
  396. package/transit_router/routeTable.js.map +1 -1
  397. package/transit_router/routeTableAssociation.d.ts +69 -3
  398. package/transit_router/routeTableAssociation.js +69 -3
  399. package/transit_router/routeTableAssociation.js.map +1 -1
  400. package/transit_router/routeTablePropagation.d.ts +46 -3
  401. package/transit_router/routeTablePropagation.js +46 -3
  402. package/transit_router/routeTablePropagation.js.map +1 -1
  403. package/transit_router/routeTables.d.ts +39 -6
  404. package/transit_router/routeTables.js +27 -6
  405. package/transit_router/routeTables.js.map +1 -1
  406. package/transit_router/sharedTransitRouterState.d.ts +6 -2
  407. package/transit_router/sharedTransitRouterState.js +6 -2
  408. package/transit_router/sharedTransitRouterState.js.map +1 -1
  409. package/transit_router/transitRouter.d.ts +29 -0
  410. package/transit_router/transitRouter.js +9 -0
  411. package/transit_router/transitRouter.js.map +1 -1
  412. package/transit_router/transitRouters.d.ts +41 -6
  413. package/transit_router/transitRouters.js +18 -6
  414. package/transit_router/transitRouters.js.map +1 -1
  415. package/transit_router/vpcAttachment.d.ts +46 -8
  416. package/transit_router/vpcAttachment.js +36 -8
  417. package/transit_router/vpcAttachment.js.map +1 -1
  418. package/transit_router/vpcAttachments.d.ts +13 -0
  419. package/transit_router/vpcAttachments.js +1 -0
  420. package/transit_router/vpcAttachments.js.map +1 -1
  421. package/transit_router/vpnAttachment.d.ts +77 -5
  422. package/transit_router/vpnAttachment.js +65 -5
  423. package/transit_router/vpnAttachment.js.map +1 -1
  424. package/transit_router/vpnAttachments.d.ts +13 -0
  425. package/transit_router/vpnAttachments.js +1 -0
  426. package/transit_router/vpnAttachments.js.map +1 -1
  427. package/types/input.d.ts +1035 -39
  428. package/types/output.d.ts +6130 -2668
  429. package/vke/cluster.d.ts +3 -14
  430. package/vke/cluster.js +0 -11
  431. package/vke/cluster.js.map +1 -1
  432. package/vke/clusters.d.ts +0 -22
  433. package/vke/clusters.js +0 -22
  434. package/vke/clusters.js.map +1 -1
  435. package/vke/kubeconfigs.d.ts +9 -0
  436. package/vke/kubeconfigs.js +1 -0
  437. package/vke/kubeconfigs.js.map +1 -1
  438. package/vpc/subnet.d.ts +14 -0
  439. package/vpc/subnet.js +2 -0
  440. package/vpc/subnet.js.map +1 -1
  441. package/vpc/subnets.d.ts +13 -0
  442. package/vpc/subnets.js +1 -0
  443. package/vpc/subnets.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -1,5 +1,11 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
+ export interface ProviderAssumeRole {
4
+ assumeRoleSessionName: pulumi.Input<string>;
5
+ assumeRoleTrn: pulumi.Input<string>;
6
+ durationSeconds: pulumi.Input<number>;
7
+ policy?: pulumi.Input<string>;
8
+ }
3
9
  export declare namespace alb {
4
10
  interface AclAclEntry {
5
11
  /**
@@ -318,6 +324,96 @@ export declare namespace bioos {
318
324
  storageClass: pulumi.Input<string>;
319
325
  }
320
326
  }
327
+ export declare namespace cdn {
328
+ interface CdnDomainSharedCname {
329
+ /**
330
+ * Assign a CNAME to the accelerated domain.
331
+ */
332
+ cname: pulumi.Input<string>;
333
+ /**
334
+ * Specify whether to enable shared CNAME.
335
+ */
336
+ switch: pulumi.Input<boolean>;
337
+ }
338
+ interface CdnDomainTag {
339
+ /**
340
+ * The key of the tag.
341
+ */
342
+ key: pulumi.Input<string>;
343
+ /**
344
+ * The value of the tag.
345
+ */
346
+ value: pulumi.Input<string>;
347
+ }
348
+ interface SharedConfigAllowIpAccessRule {
349
+ /**
350
+ * The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
351
+ */
352
+ rules: pulumi.Input<pulumi.Input<string>[]>;
353
+ }
354
+ interface SharedConfigAllowRefererAccessRule {
355
+ /**
356
+ * Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
357
+ */
358
+ allowEmpty?: pulumi.Input<boolean>;
359
+ /**
360
+ * The content indicating the Referer whitelist.
361
+ */
362
+ commonType: pulumi.Input<inputs.cdn.SharedConfigAllowRefererAccessRuleCommonType>;
363
+ }
364
+ interface SharedConfigAllowRefererAccessRuleCommonType {
365
+ /**
366
+ * This list is case-sensitive when matching requests. Default is true.
367
+ */
368
+ ignoreCase?: pulumi.Input<boolean>;
369
+ /**
370
+ * The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
371
+ */
372
+ rules: pulumi.Input<pulumi.Input<string>[]>;
373
+ }
374
+ interface SharedConfigCommonMatchList {
375
+ /**
376
+ * The content indicating the Referer blacklist.
377
+ */
378
+ commonType: pulumi.Input<inputs.cdn.SharedConfigCommonMatchListCommonType>;
379
+ }
380
+ interface SharedConfigCommonMatchListCommonType {
381
+ /**
382
+ * This list is case-sensitive when matching requests. Default is true.
383
+ */
384
+ ignoreCase?: pulumi.Input<boolean>;
385
+ /**
386
+ * The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
387
+ */
388
+ rules: pulumi.Input<pulumi.Input<string>[]>;
389
+ }
390
+ interface SharedConfigDenyIpAccessRule {
391
+ /**
392
+ * The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
393
+ */
394
+ rules: pulumi.Input<pulumi.Input<string>[]>;
395
+ }
396
+ interface SharedConfigDenyRefererAccessRule {
397
+ /**
398
+ * Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
399
+ */
400
+ allowEmpty?: pulumi.Input<boolean>;
401
+ /**
402
+ * The content indicating the Referer blacklist.
403
+ */
404
+ commonType: pulumi.Input<inputs.cdn.SharedConfigDenyRefererAccessRuleCommonType>;
405
+ }
406
+ interface SharedConfigDenyRefererAccessRuleCommonType {
407
+ /**
408
+ * This list is case-sensitive when matching requests. Default is true.
409
+ */
410
+ ignoreCase?: pulumi.Input<boolean>;
411
+ /**
412
+ * The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
413
+ */
414
+ rules: pulumi.Input<pulumi.Input<string>[]>;
415
+ }
416
+ }
321
417
  export declare namespace cen {
322
418
  interface BandwidthPackageTag {
323
419
  /**
@@ -445,7 +541,7 @@ export declare namespace clb {
445
541
  */
446
542
  eipBillingType: pulumi.Input<string>;
447
543
  /**
448
- * The ISP of the EIP which automatically associated to CLB, the value can be `BGP`.
544
+ * The ISP of the EIP which automatically associated to CLB, the value can be `BGP` or `ChinaMobile` or `ChinaUnicom` or `ChinaTelecom` or `SingleLine_BGP` or `Static_BGP` or `Fusion_BGP`.
449
545
  */
450
546
  isp: pulumi.Input<string>;
451
547
  }
@@ -526,8 +622,169 @@ export declare namespace clb {
526
622
  uri?: pulumi.Input<string>;
527
623
  }
528
624
  }
625
+ export declare namespace cloud_identity {
626
+ interface GroupMember {
627
+ /**
628
+ * The description of the cloud identity group.
629
+ */
630
+ description?: pulumi.Input<string>;
631
+ /**
632
+ * The display name of the cloud identity group.
633
+ */
634
+ displayName?: pulumi.Input<string>;
635
+ /**
636
+ * The email of the cloud identity user.
637
+ */
638
+ email?: pulumi.Input<string>;
639
+ /**
640
+ * The identity type of the cloud identity user.
641
+ */
642
+ identityType?: pulumi.Input<string>;
643
+ /**
644
+ * The join time of the cloud identity user.
645
+ */
646
+ joinTime?: pulumi.Input<string>;
647
+ /**
648
+ * The phone of the cloud identity user.
649
+ */
650
+ phone?: pulumi.Input<string>;
651
+ /**
652
+ * The source of the cloud identity group.
653
+ */
654
+ source?: pulumi.Input<string>;
655
+ /**
656
+ * The id of the cloud identity user.
657
+ */
658
+ userId?: pulumi.Input<string>;
659
+ /**
660
+ * The name of the cloud identity user.
661
+ */
662
+ userName?: pulumi.Input<string>;
663
+ }
664
+ interface PermissionSetPermissionPolicy {
665
+ /**
666
+ * The document of the cloud identity permission set inline policy. When the `permissionPolicyType` is `Inline`, this field must be specified.
667
+ */
668
+ inlinePolicyDocument?: pulumi.Input<string>;
669
+ /**
670
+ * The name of the cloud identity permission set system policy. When the `permissionPolicyType` is `System`, this field must be specified.
671
+ */
672
+ permissionPolicyName?: pulumi.Input<string>;
673
+ /**
674
+ * The type of the cloud identity permission set policy. Valid values: `System`, `Inline`.
675
+ */
676
+ permissionPolicyType: pulumi.Input<string>;
677
+ }
678
+ }
679
+ export declare namespace cloud_monitor {
680
+ interface EventRuleEffectiveTime {
681
+ /**
682
+ * End time for rule activation.
683
+ */
684
+ endTime: pulumi.Input<string>;
685
+ /**
686
+ * Start time for rule activation.
687
+ */
688
+ startTime: pulumi.Input<string>;
689
+ }
690
+ interface EventRuleFilterPattern {
691
+ /**
692
+ * Event source corresponding to pattern matching.
693
+ */
694
+ source: pulumi.Input<string>;
695
+ /**
696
+ * The list of corresponding event types in pattern matching, currently set to match any.
697
+ */
698
+ types: pulumi.Input<pulumi.Input<string>[]>;
699
+ }
700
+ interface EventRuleMessageQueue {
701
+ /**
702
+ * The kafka instance id.
703
+ */
704
+ instanceId: pulumi.Input<string>;
705
+ /**
706
+ * The region.
707
+ */
708
+ region: pulumi.Input<string>;
709
+ /**
710
+ * The topic name.
711
+ */
712
+ topic: pulumi.Input<string>;
713
+ /**
714
+ * The message queue type, only support kafka now.
715
+ */
716
+ type: pulumi.Input<string>;
717
+ /**
718
+ * The vpc id.
719
+ */
720
+ vpcId: pulumi.Input<string>;
721
+ }
722
+ interface EventRuleTlsTarget {
723
+ /**
724
+ * The project id.
725
+ */
726
+ projectId: pulumi.Input<string>;
727
+ /**
728
+ * The project name.
729
+ */
730
+ projectName: pulumi.Input<string>;
731
+ /**
732
+ * The Chinese region name.
733
+ */
734
+ regionNameCn: pulumi.Input<string>;
735
+ /**
736
+ * The English region name.
737
+ */
738
+ regionNameEn: pulumi.Input<string>;
739
+ /**
740
+ * The topic id.
741
+ */
742
+ topicId: pulumi.Input<string>;
743
+ }
744
+ interface RuleCondition {
745
+ /**
746
+ * The comparison operation of the cloud monitor rule. Valid values: `>`, `>=`, `<`, `<=`, `!=`, `=`.
747
+ */
748
+ comparisonOperator: pulumi.Input<string>;
749
+ /**
750
+ * The metric name of the cloud monitor rule.
751
+ */
752
+ metricName: pulumi.Input<string>;
753
+ /**
754
+ * The metric unit of the cloud monitor rule.
755
+ */
756
+ metricUnit: pulumi.Input<string>;
757
+ period?: pulumi.Input<string>;
758
+ /**
759
+ * The statistics of the cloud monitor rule. Valid values: `avg`, `max`, `min`.
760
+ */
761
+ statistics: pulumi.Input<string>;
762
+ /**
763
+ * The threshold of the cloud monitor rule.
764
+ */
765
+ threshold: pulumi.Input<string>;
766
+ }
767
+ interface RuleOriginalDimension {
768
+ /**
769
+ * The key of the dimension.
770
+ */
771
+ key: pulumi.Input<string>;
772
+ /**
773
+ * The value of the dimension.
774
+ */
775
+ values: pulumi.Input<pulumi.Input<string>[]>;
776
+ }
777
+ interface RuleRecoveryNotify {
778
+ /**
779
+ * Whether to enable the recovery notify function.
780
+ */
781
+ enable?: pulumi.Input<boolean>;
782
+ }
783
+ }
529
784
  export declare namespace cloudfs {
530
785
  }
786
+ export declare namespace config {
787
+ }
531
788
  export declare namespace cr {
532
789
  interface RegistriesStatus {
533
790
  /**
@@ -719,13 +976,47 @@ export declare namespace direct_connect {
719
976
  }
720
977
  }
721
978
  export declare namespace ebs {
979
+ interface VolumeTag {
980
+ /**
981
+ * The Key of Tags.
982
+ */
983
+ key: pulumi.Input<string>;
984
+ /**
985
+ * The Value of Tags.
986
+ */
987
+ value: pulumi.Input<string>;
988
+ }
989
+ interface VolumesTag {
990
+ /**
991
+ * The Key of Tags.
992
+ */
993
+ key: string;
994
+ /**
995
+ * The Value of Tags.
996
+ */
997
+ value: string;
998
+ }
999
+ interface VolumesTagArgs {
1000
+ /**
1001
+ * The Key of Tags.
1002
+ */
1003
+ key: pulumi.Input<string>;
1004
+ /**
1005
+ * The Value of Tags.
1006
+ */
1007
+ value: pulumi.Input<string>;
1008
+ }
722
1009
  }
723
1010
  export declare namespace ecs {
724
1011
  interface InstanceCpuOptions {
725
1012
  /**
726
- * The per core of threads,only support for ebm.
1013
+ * The number of subnuma in socket, only support for ebm. `1` indicates disabling SNC/NPS function. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
727
1014
  */
728
- threadsPerCore: pulumi.Input<number>;
1015
+ numaPerSocket?: pulumi.Input<number>;
1016
+ /**
1017
+ * The per core of threads, only support for ebm. `1` indicates disabling hyper threading function.
1018
+ */
1019
+ threadsPerCore?: pulumi.Input<number>;
729
1020
  }
730
1021
  interface InstanceDataVolume {
731
1022
  /**
@@ -954,8 +1245,76 @@ export declare namespace escloud {
954
1245
  type: pulumi.Input<string>;
955
1246
  }
956
1247
  }
1248
+ export declare namespace financial_relation {
1249
+ }
957
1250
  export declare namespace iam {
958
1251
  }
1252
+ export declare namespace kafka {
1253
+ interface InstanceParameter {
1254
+ /**
1255
+ * Parameter name.
1256
+ */
1257
+ parameterName: pulumi.Input<string>;
1258
+ /**
1259
+ * Parameter value.
1260
+ */
1261
+ parameterValue: pulumi.Input<string>;
1262
+ }
1263
+ interface InstanceTag {
1264
+ /**
1265
+ * The Key of Tags.
1266
+ */
1267
+ key: pulumi.Input<string>;
1268
+ /**
1269
+ * The Value of Tags.
1270
+ */
1271
+ value: pulumi.Input<string>;
1272
+ }
1273
+ interface InstancesTag {
1274
+ /**
1275
+ * The key of tag.
1276
+ */
1277
+ key: string;
1278
+ /**
1279
+ * The value of tag.
1280
+ */
1281
+ value: string;
1282
+ }
1283
+ interface InstancesTagArgs {
1284
+ /**
1285
+ * The key of tag.
1286
+ */
1287
+ key: pulumi.Input<string>;
1288
+ /**
1289
+ * The value of tag.
1290
+ */
1291
+ value: pulumi.Input<string>;
1292
+ }
1293
+ interface TopicAccessPolicy {
1294
+ /**
1295
+ * The access policy of SASL user. Valid values: `PubSub`, `Pub`, `Sub`.
1296
+ */
1297
+ accessPolicy: pulumi.Input<string>;
1298
+ /**
1299
+ * The name of SASL user.
1300
+ */
1301
+ userName: pulumi.Input<string>;
1302
+ }
1303
+ interface TopicParameters {
1304
+ /**
1305
+ * The retention hours of log. Unit: hour. Valid values: 0-2160. Default is 72.
1306
+ */
1307
+ logRetentionHours?: pulumi.Input<number>;
1308
+ /**
1309
+ * The max byte of message. Unit: MB. Valid values: 1-12. Default is 10.
1310
+ */
1311
+ messageMaxByte?: pulumi.Input<number>;
1312
+ /**
1313
+ * The min number of sync replica. The default value is the replica number minus 1.
1314
+ */
1315
+ minInsyncReplicaNumber?: pulumi.Input<number>;
1316
+ }
1317
+ }
959
1318
  export declare namespace mongodb {
960
1319
  interface InstanceMongo {
961
1320
  /**
@@ -1112,6 +1471,18 @@ export declare namespace nat {
1112
1471
  value: pulumi.Input<string>;
1113
1472
  }
1114
1473
  }
1474
+ export declare namespace organization {
1475
+ interface AccountTag {
1476
+ /**
1477
+ * The Key of Tags.
1478
+ */
1479
+ key: pulumi.Input<string>;
1480
+ /**
1481
+ * The Value of Tags.
1482
+ */
1483
+ value: pulumi.Input<string>;
1484
+ }
1485
+ }
1115
1486
  export declare namespace privatelink {
1116
1487
  interface VpcEndpointConnectionZone {
1117
1488
  /**
@@ -1206,47 +1577,104 @@ export declare namespace rds {
1206
1577
  runningValue?: pulumi.Input<string>;
1207
1578
  }
1208
1579
  }
1209
- export declare namespace rds_mysql {
1210
- interface AccountAccountPrivilege {
1211
- /**
1212
- * The privilege type of the account.
1213
- */
1214
- accountPrivilege: pulumi.Input<string>;
1580
+ export declare namespace rds_mssql {
1581
+ interface BackupBackupMeta {
1215
1582
  /**
1216
- * The privilege detail of the account.
1217
- */
1218
- accountPrivilegeDetail?: pulumi.Input<string>;
1219
- /**
1220
- * The name of database.
1583
+ * The name of the database.
1221
1584
  */
1222
1585
  dbName: pulumi.Input<string>;
1223
1586
  }
1224
- interface InstanceChargeDetail {
1587
+ interface InstanceChargeInfo {
1225
1588
  /**
1226
- * Whether to automatically renew in prepaid scenarios.
1589
+ * Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when the ChargeType is `Prepaid`.
1227
1590
  */
1228
1591
  autoRenew?: pulumi.Input<boolean>;
1229
- /**
1230
- * Billing expiry time (yearly and monthly only).
1231
- */
1232
1592
  chargeEndTime?: pulumi.Input<string>;
1233
- /**
1234
- * Billing start time (pay-as-you-go & monthly subscription).
1235
- */
1236
1593
  chargeStartTime?: pulumi.Input<string>;
1237
- /**
1238
- * Pay status. Value:
1239
- * normal - normal
1240
- * overdue - overdue
1241
- * .
1242
- */
1243
1594
  chargeStatus?: pulumi.Input<string>;
1244
1595
  /**
1245
- * Payment type. Value:
1246
- * PostPaid - Pay-As-You-Go
1247
- * PrePaid - Yearly and monthly (default).
1596
+ * The charge type. Valid values: `PostPaid`, `PrePaid`.
1248
1597
  */
1249
- chargeType?: pulumi.Input<string>;
1598
+ chargeType: pulumi.Input<string>;
1599
+ overdueReclaimTime?: pulumi.Input<string>;
1600
+ overdueTime?: pulumi.Input<string>;
1601
+ /**
1602
+ * Purchase duration in a prepaid scenario. This parameter is required when the ChargeType is `Prepaid`.
1603
+ */
1604
+ period?: pulumi.Input<number>;
1605
+ }
1606
+ interface InstanceTag {
1607
+ /**
1608
+ * The Key of Tags.
1609
+ */
1610
+ key: pulumi.Input<string>;
1611
+ /**
1612
+ * The Value of Tags.
1613
+ */
1614
+ value: pulumi.Input<string>;
1615
+ }
1616
+ interface InstancesTag {
1617
+ /**
1618
+ * The Key of Tags.
1619
+ */
1620
+ key: string;
1621
+ /**
1622
+ * The Value of Tags.
1623
+ */
1624
+ value: string;
1625
+ }
1626
+ interface InstancesTagArgs {
1627
+ /**
1628
+ * The Key of Tags.
1629
+ */
1630
+ key: pulumi.Input<string>;
1631
+ /**
1632
+ * The Value of Tags.
1633
+ */
1634
+ value: pulumi.Input<string>;
1635
+ }
1636
+ }
1637
+ export declare namespace rds_mysql {
1638
+ interface AccountAccountPrivilege {
1639
+ /**
1640
+ * The privilege type of the account.
1641
+ */
1642
+ accountPrivilege: pulumi.Input<string>;
1643
+ /**
1644
+ * The privilege detail of the account.
1645
+ */
1646
+ accountPrivilegeDetail?: pulumi.Input<string>;
1647
+ /**
1648
+ * The name of database.
1649
+ */
1650
+ dbName: pulumi.Input<string>;
1651
+ }
1652
+ interface InstanceChargeDetail {
1653
+ /**
1654
+ * Whether to automatically renew in prepaid scenarios.
1655
+ */
1656
+ autoRenew?: pulumi.Input<boolean>;
1657
+ /**
1658
+ * Billing expiry time (yearly and monthly only).
1659
+ */
1660
+ chargeEndTime?: pulumi.Input<string>;
1661
+ /**
1662
+ * Billing start time (pay-as-you-go & monthly subscription).
1663
+ */
1664
+ chargeStartTime?: pulumi.Input<string>;
1665
+ /**
1666
+ * Pay status. Value:
1667
+ * normal - normal
1668
+ * overdue - overdue
1669
+ * .
1670
+ */
1671
+ chargeStatus?: pulumi.Input<string>;
1672
+ /**
1673
+ * Payment type. Value:
1674
+ * PostPaid - Pay-As-You-Go
1675
+ * PrePaid - Yearly and monthly (default).
1676
+ */
1677
+ chargeType?: pulumi.Input<string>;
1250
1678
  /**
1251
1679
  * Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
1252
1680
  */
@@ -1451,13 +1879,303 @@ export declare namespace rds_mysql {
1451
1879
  }
1452
1880
  interface InstanceParameter {
1453
1881
  /**
1454
- * Parameter name.
1882
+ * Parameter name.
1883
+ */
1884
+ parameterName: pulumi.Input<string>;
1885
+ /**
1886
+ * Parameter value.
1887
+ */
1888
+ parameterValue: pulumi.Input<string>;
1889
+ }
1890
+ interface InstanceTag {
1891
+ /**
1892
+ * The Key of Tags.
1893
+ */
1894
+ key: pulumi.Input<string>;
1895
+ /**
1896
+ * The Value of Tags.
1897
+ */
1898
+ value: pulumi.Input<string>;
1899
+ }
1900
+ interface InstancesTag {
1901
+ /**
1902
+ * The Key of Tags.
1903
+ */
1904
+ key: string;
1905
+ /**
1906
+ * The Value of Tags.
1907
+ */
1908
+ value: string;
1909
+ }
1910
+ interface InstancesTagArgs {
1911
+ /**
1912
+ * The Key of Tags.
1913
+ */
1914
+ key: pulumi.Input<string>;
1915
+ /**
1916
+ * The Value of Tags.
1917
+ */
1918
+ value: pulumi.Input<string>;
1919
+ }
1920
+ }
1921
+ export declare namespace rds_postgresql {
1922
+ interface InstanceChargeDetail {
1923
+ /**
1924
+ * Whether to automatically renew in prepaid scenarios.
1925
+ */
1926
+ autoRenew?: pulumi.Input<boolean>;
1927
+ /**
1928
+ * Billing expiry time (yearly and monthly only).
1929
+ */
1930
+ chargeEndTime?: pulumi.Input<string>;
1931
+ /**
1932
+ * Billing start time (pay-as-you-go & monthly subscription).
1933
+ */
1934
+ chargeStartTime?: pulumi.Input<string>;
1935
+ /**
1936
+ * Pay status. Value:
1937
+ * normal - normal
1938
+ * overdue - overdue
1939
+ * .
1940
+ */
1941
+ chargeStatus?: pulumi.Input<string>;
1942
+ /**
1943
+ * Payment type. Value:
1944
+ * PostPaid - Pay-As-You-Go
1945
+ * PrePaid - Yearly and monthly (default).
1946
+ */
1947
+ chargeType?: pulumi.Input<string>;
1948
+ /**
1949
+ * Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
1950
+ */
1951
+ overdueReclaimTime?: pulumi.Input<string>;
1952
+ /**
1953
+ * Shutdown time in arrears (pay-as-you-go & monthly subscription).
1954
+ */
1955
+ overdueTime?: pulumi.Input<string>;
1956
+ /**
1957
+ * Purchase duration in prepaid scenarios. Default: 1.
1958
+ */
1959
+ period?: pulumi.Input<number>;
1960
+ /**
1961
+ * The purchase cycle in the prepaid scenario.
1962
+ * Month - monthly subscription (default)
1963
+ * Year - Package year.
1964
+ */
1965
+ periodUnit?: pulumi.Input<string>;
1966
+ /**
1967
+ * Temporary upgrade of restoration time.
1968
+ */
1969
+ tempModifyEndTime?: pulumi.Input<string>;
1970
+ /**
1971
+ * Start time of temporary upgrade.
1972
+ */
1973
+ tempModifyStartTime?: pulumi.Input<string>;
1974
+ }
1975
+ interface InstanceChargeInfo {
1976
+ /**
1977
+ * Whether to automatically renew in prepaid scenarios.
1978
+ */
1979
+ autoRenew?: pulumi.Input<boolean>;
1980
+ /**
1981
+ * Payment type. Value:
1982
+ * PostPaid - Pay-As-You-Go
1983
+ * PrePaid - Yearly and monthly (default).
1984
+ */
1985
+ chargeType: pulumi.Input<string>;
1986
+ /**
1987
+ * Purchase duration in prepaid scenarios. Default: 1.
1988
+ */
1989
+ period?: pulumi.Input<number>;
1990
+ /**
1991
+ * The purchase cycle in the prepaid scenario.
1992
+ * Month - monthly subscription (default)
1993
+ * Year - Package year.
1994
+ */
1995
+ periodUnit?: pulumi.Input<string>;
1996
+ }
1997
+ interface InstanceEndpoint {
1998
+ /**
1999
+ * Address list.
2000
+ */
2001
+ addresses?: pulumi.Input<pulumi.Input<inputs.rds_postgresql.InstanceEndpointAddress>[]>;
2002
+ /**
2003
+ * When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
2004
+ */
2005
+ autoAddNewNodes?: pulumi.Input<string>;
2006
+ /**
2007
+ * Address description.
2008
+ */
2009
+ description?: pulumi.Input<string>;
2010
+ /**
2011
+ * Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
2012
+ */
2013
+ enableReadOnly?: pulumi.Input<string>;
2014
+ /**
2015
+ * Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
2016
+ */
2017
+ enableReadWriteSplitting?: pulumi.Input<string>;
2018
+ /**
2019
+ * Instance connection terminal ID.
2020
+ */
2021
+ endpointId?: pulumi.Input<string>;
2022
+ /**
2023
+ * The instance connection terminal name.
2024
+ */
2025
+ endpointName?: pulumi.Input<string>;
2026
+ /**
2027
+ * Terminal type:
2028
+ * Cluster: The default terminal. (created by default)
2029
+ * Primary: Primary node terminal.
2030
+ * Custom: Custom terminal.
2031
+ * Direct: Direct connection to the terminal. (Only the operation and maintenance side)
2032
+ * AllNode: All node terminals. (Only the operation and maintenance side).
2033
+ */
2034
+ endpointType?: pulumi.Input<string>;
2035
+ /**
2036
+ * The list of nodes configured by the connection terminal and the corresponding read-only weights.
2037
+ */
2038
+ readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rds_postgresql.InstanceEndpointReadOnlyNodeWeight>[]>;
2039
+ /**
2040
+ * Read and write mode:
2041
+ * ReadWrite: read and write
2042
+ * ReadOnly: read only (default).
2043
+ */
2044
+ readWriteMode?: pulumi.Input<string>;
2045
+ }
2046
+ interface InstanceEndpointAddress {
2047
+ /**
2048
+ * DNS Visibility.
2049
+ */
2050
+ dnsVisibility?: pulumi.Input<boolean>;
2051
+ /**
2052
+ * Connect domain name.
2053
+ */
2054
+ domain?: pulumi.Input<string>;
2055
+ /**
2056
+ * The ID of the EIP, only valid for Public addresses.
2057
+ */
2058
+ eipId?: pulumi.Input<string>;
2059
+ /**
2060
+ * The IP Address.
2061
+ */
2062
+ ipAddress?: pulumi.Input<string>;
2063
+ /**
2064
+ * Network address type, temporarily Private, Public, PublicService.
2065
+ */
2066
+ networkType?: pulumi.Input<string>;
2067
+ /**
2068
+ * The Port.
2069
+ */
2070
+ port?: pulumi.Input<string>;
2071
+ /**
2072
+ * Subnet ID of the RDS PostgreSQL instance.
2073
+ */
2074
+ subnetId?: pulumi.Input<string>;
2075
+ }
2076
+ interface InstanceEndpointReadOnlyNodeWeight {
2077
+ /**
2078
+ * Node ID.
2079
+ */
2080
+ nodeId?: pulumi.Input<string>;
2081
+ /**
2082
+ * Node type. Value: Primary: Primary node.
2083
+ * Secondary: Standby node.
2084
+ * ReadOnly: Read-only node.
2085
+ */
2086
+ nodeType?: pulumi.Input<string>;
2087
+ /**
2088
+ * The weight of the node.
2089
+ */
2090
+ weight?: pulumi.Input<number>;
2091
+ }
2092
+ interface InstanceNode {
2093
+ /**
2094
+ * Node creation local time.
2095
+ */
2096
+ createTime?: pulumi.Input<string>;
2097
+ /**
2098
+ * Instance ID.
2099
+ */
2100
+ instanceId?: pulumi.Input<string>;
2101
+ /**
2102
+ * Memory size in GB.
2103
+ */
2104
+ memory?: pulumi.Input<number>;
2105
+ /**
2106
+ * Node ID.
2107
+ */
2108
+ nodeId?: pulumi.Input<string>;
2109
+ /**
2110
+ * The specification of primary node and secondary node.
2111
+ */
2112
+ nodeSpec?: pulumi.Input<string>;
2113
+ /**
2114
+ * Node state, value: aligned with instance state.
2115
+ */
2116
+ nodeStatus?: pulumi.Input<string>;
2117
+ /**
2118
+ * Node type. Value: Primary: Primary node.
2119
+ * Secondary: Standby node.
2120
+ * ReadOnly: Read-only node.
2121
+ */
2122
+ nodeType?: pulumi.Input<string>;
2123
+ /**
2124
+ * The region of the RDS PostgreSQL instance.
2125
+ */
2126
+ regionId?: pulumi.Input<string>;
2127
+ /**
2128
+ * The update time of the RDS PostgreSQL instance.
2129
+ */
2130
+ updateTime?: pulumi.Input<string>;
2131
+ /**
2132
+ * CPU size.
2133
+ */
2134
+ vCpu?: pulumi.Input<number>;
2135
+ /**
2136
+ * The available zone of the RDS PostgreSQL instance.
2137
+ */
2138
+ zoneId?: pulumi.Input<string>;
2139
+ }
2140
+ interface InstanceParameter {
2141
+ /**
2142
+ * Parameter name.
2143
+ */
2144
+ name: pulumi.Input<string>;
2145
+ /**
2146
+ * Parameter value.
2147
+ */
2148
+ value: pulumi.Input<string>;
2149
+ }
2150
+ interface InstanceTag {
2151
+ /**
2152
+ * The Key of Tags.
2153
+ */
2154
+ key: pulumi.Input<string>;
2155
+ /**
2156
+ * The Value of Tags.
2157
+ */
2158
+ value: pulumi.Input<string>;
2159
+ }
2160
+ interface InstancesTag {
2161
+ /**
2162
+ * The Key of Tags.
2163
+ */
2164
+ key: string;
2165
+ /**
2166
+ * The Value of Tags.
2167
+ */
2168
+ value: string;
2169
+ }
2170
+ interface InstancesTagArgs {
2171
+ /**
2172
+ * The Key of Tags.
1455
2173
  */
1456
- parameterName: pulumi.Input<string>;
2174
+ key: pulumi.Input<string>;
1457
2175
  /**
1458
- * Parameter value.
2176
+ * The Value of Tags.
1459
2177
  */
1460
- parameterValue: pulumi.Input<string>;
2178
+ value: pulumi.Input<string>;
1461
2179
  }
1462
2180
  }
1463
2181
  export declare namespace rds_v2 {
@@ -1838,6 +2556,10 @@ export declare namespace tls {
1838
2556
  * Whether the value include chinese.
1839
2557
  */
1840
2558
  includeChinese?: pulumi.Input<boolean>;
2559
+ /**
2560
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
2561
+ */
2562
+ indexAll?: pulumi.Input<boolean>;
1841
2563
  /**
1842
2564
  * The JSON subfield key value index.
1843
2565
  */
@@ -2238,6 +2960,26 @@ export declare namespace tos {
2238
2960
  */
2239
2961
  permission: pulumi.Input<string>;
2240
2962
  }
2963
+ interface BucketObjectTag {
2964
+ /**
2965
+ * The Key of Tags.
2966
+ */
2967
+ key: pulumi.Input<string>;
2968
+ /**
2969
+ * The Value of Tags.
2970
+ */
2971
+ value: pulumi.Input<string>;
2972
+ }
2973
+ interface BucketTag {
2974
+ /**
2975
+ * The Key of Tags.
2976
+ */
2977
+ key: pulumi.Input<string>;
2978
+ /**
2979
+ * The Value of Tags.
2980
+ */
2981
+ value: pulumi.Input<string>;
2982
+ }
2241
2983
  }
2242
2984
  export declare namespace transit_router {
2243
2985
  interface BandwidthPackageAllocation {
@@ -2258,6 +3000,136 @@ export declare namespace transit_router {
2258
3000
  */
2259
3001
  transitRouterPeerAttachmentId?: pulumi.Input<string>;
2260
3002
  }
3003
+ interface BandwidthPackageTag {
3004
+ /**
3005
+ * The Key of Tags.
3006
+ */
3007
+ key: pulumi.Input<string>;
3008
+ /**
3009
+ * The Value of Tags.
3010
+ */
3011
+ value: pulumi.Input<string>;
3012
+ }
3013
+ interface BandwidthPackagesTag {
3014
+ /**
3015
+ * The Key of Tags.
3016
+ */
3017
+ key: string;
3018
+ /**
3019
+ * The Value of Tags.
3020
+ */
3021
+ value: string;
3022
+ }
3023
+ interface BandwidthPackagesTagArgs {
3024
+ /**
3025
+ * The Key of Tags.
3026
+ */
3027
+ key: pulumi.Input<string>;
3028
+ /**
3029
+ * The Value of Tags.
3030
+ */
3031
+ value: pulumi.Input<string>;
3032
+ }
3033
+ interface DirectConnectGatewayAttachmentTag {
3034
+ /**
3035
+ * The Key of Tags.
3036
+ */
3037
+ key: pulumi.Input<string>;
3038
+ /**
3039
+ * The Value of Tags.
3040
+ */
3041
+ value: pulumi.Input<string>;
3042
+ }
3043
+ interface DirectConnectGatewayAttachmentsTag {
3044
+ /**
3045
+ * The Key of Tags.
3046
+ */
3047
+ key: string;
3048
+ /**
3049
+ * The Value of Tags.
3050
+ */
3051
+ value: string;
3052
+ }
3053
+ interface DirectConnectGatewayAttachmentsTagArgs {
3054
+ /**
3055
+ * The Key of Tags.
3056
+ */
3057
+ key: pulumi.Input<string>;
3058
+ /**
3059
+ * The Value of Tags.
3060
+ */
3061
+ value: pulumi.Input<string>;
3062
+ }
3063
+ interface PeerAttachmentTag {
3064
+ /**
3065
+ * The Key of Tags.
3066
+ */
3067
+ key: pulumi.Input<string>;
3068
+ /**
3069
+ * The Value of Tags.
3070
+ */
3071
+ value: pulumi.Input<string>;
3072
+ }
3073
+ interface PeerAttachmentsTag {
3074
+ /**
3075
+ * The Key of Tags.
3076
+ */
3077
+ key: string;
3078
+ /**
3079
+ * The Value of Tags.
3080
+ */
3081
+ value: string;
3082
+ }
3083
+ interface PeerAttachmentsTagArgs {
3084
+ /**
3085
+ * The Key of Tags.
3086
+ */
3087
+ key: pulumi.Input<string>;
3088
+ /**
3089
+ * The Value of Tags.
3090
+ */
3091
+ value: pulumi.Input<string>;
3092
+ }
3093
+ interface RouteTableTag {
3094
+ /**
3095
+ * The Key of Tags.
3096
+ */
3097
+ key: pulumi.Input<string>;
3098
+ /**
3099
+ * The Value of Tags.
3100
+ */
3101
+ value: pulumi.Input<string>;
3102
+ }
3103
+ interface RouteTablesTag {
3104
+ /**
3105
+ * The Key of Tags.
3106
+ */
3107
+ key: string;
3108
+ /**
3109
+ * The Value of Tags.
3110
+ */
3111
+ value: string;
3112
+ }
3113
+ interface RouteTablesTagArgs {
3114
+ /**
3115
+ * The Key of Tags.
3116
+ */
3117
+ key: pulumi.Input<string>;
3118
+ /**
3119
+ * The Value of Tags.
3120
+ */
3121
+ value: pulumi.Input<string>;
3122
+ }
3123
+ interface TransitRouterTag {
3124
+ /**
3125
+ * The Key of Tags.
3126
+ */
3127
+ key: pulumi.Input<string>;
3128
+ /**
3129
+ * The Value of Tags.
3130
+ */
3131
+ value: pulumi.Input<string>;
3132
+ }
2261
3133
  interface TransitRouterTransitRouterAttachment {
2262
3134
  /**
2263
3135
  * The create time.
@@ -2292,6 +3164,26 @@ export declare namespace transit_router {
2292
3164
  */
2293
3165
  updateTime?: pulumi.Input<string>;
2294
3166
  }
3167
+ interface TransitRoutersTag {
3168
+ /**
3169
+ * The Key of Tags.
3170
+ */
3171
+ key: string;
3172
+ /**
3173
+ * The Value of Tags.
3174
+ */
3175
+ value: string;
3176
+ }
3177
+ interface TransitRoutersTagArgs {
3178
+ /**
3179
+ * The Key of Tags.
3180
+ */
3181
+ key: pulumi.Input<string>;
3182
+ /**
3183
+ * The Value of Tags.
3184
+ */
3185
+ value: pulumi.Input<string>;
3186
+ }
2295
3187
  interface VpcAttachmentAttachPoint {
2296
3188
  /**
2297
3189
  * The id of subnet.
@@ -2302,6 +3194,66 @@ export declare namespace transit_router {
2302
3194
  */
2303
3195
  zoneId: pulumi.Input<string>;
2304
3196
  }
3197
+ interface VpcAttachmentTag {
3198
+ /**
3199
+ * The Key of Tags.
3200
+ */
3201
+ key: pulumi.Input<string>;
3202
+ /**
3203
+ * The Value of Tags.
3204
+ */
3205
+ value: pulumi.Input<string>;
3206
+ }
3207
+ interface VpcAttachmentsTag {
3208
+ /**
3209
+ * The Key of Tags.
3210
+ */
3211
+ key: string;
3212
+ /**
3213
+ * The Value of Tags.
3214
+ */
3215
+ value: string;
3216
+ }
3217
+ interface VpcAttachmentsTagArgs {
3218
+ /**
3219
+ * The Key of Tags.
3220
+ */
3221
+ key: pulumi.Input<string>;
3222
+ /**
3223
+ * The Value of Tags.
3224
+ */
3225
+ value: pulumi.Input<string>;
3226
+ }
3227
+ interface VpnAttachmentTag {
3228
+ /**
3229
+ * The Key of Tags.
3230
+ */
3231
+ key: pulumi.Input<string>;
3232
+ /**
3233
+ * The Value of Tags.
3234
+ */
3235
+ value: pulumi.Input<string>;
3236
+ }
3237
+ interface VpnAttachmentsTag {
3238
+ /**
3239
+ * The Key of Tags.
3240
+ */
3241
+ key: string;
3242
+ /**
3243
+ * The Value of Tags.
3244
+ */
3245
+ value: string;
3246
+ }
3247
+ interface VpnAttachmentsTagArgs {
3248
+ /**
3249
+ * The Key of Tags.
3250
+ */
3251
+ key: pulumi.Input<string>;
3252
+ /**
3253
+ * The Value of Tags.
3254
+ */
3255
+ value: pulumi.Input<string>;
3256
+ }
2305
3257
  }
2306
3258
  export declare namespace veenedge {
2307
3259
  interface CloudServerBillingConfig {
@@ -2724,6 +3676,10 @@ export declare namespace vke {
2724
3676
  * The Labels of KubernetesConfig.
2725
3677
  */
2726
3678
  labels?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfigLabel>[]>;
3679
+ /**
3680
+ * The NamePrefix of node metadata.
3681
+ */
3682
+ namePrefix?: pulumi.Input<string>;
2727
3683
  /**
2728
3684
  * The Taints of KubernetesConfig.
2729
3685
  */
@@ -2888,6 +3844,10 @@ export declare namespace vke {
2888
3844
  * The Labels of KubernetesConfig.
2889
3845
  */
2890
3846
  labels?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigLabel>[]>;
3847
+ /**
3848
+ * The NamePrefix of node metadata.
3849
+ */
3850
+ namePrefix?: pulumi.Input<string>;
2891
3851
  /**
2892
3852
  * The Taints of KubernetesConfig.
2893
3853
  */
@@ -3055,15 +4015,21 @@ export declare namespace vke {
3055
4015
  */
3056
4016
  runningCount?: pulumi.Input<number>;
3057
4017
  /**
3058
- * The StartingCount of Node.
4018
+ * (**Deprecated**) This field has been deprecated and is not recommended for use. The StartingCount of Node.
4019
+ *
4020
+ * @deprecated This field has been deprecated and is not recommended for use.
3059
4021
  */
3060
4022
  startingCount?: pulumi.Input<number>;
3061
4023
  /**
3062
- * The StoppedCount of Node.
4024
+ * (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppedCount of Node.
4025
+ *
4026
+ * @deprecated This field has been deprecated and is not recommended for use.
3063
4027
  */
3064
4028
  stoppedCount?: pulumi.Input<number>;
3065
4029
  /**
3066
- * The StoppingCount of Node.
4030
+ * (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppingCount of Node.
4031
+ *
4032
+ * @deprecated This field has been deprecated and is not recommended for use.
3067
4033
  */
3068
4034
  stoppingCount?: pulumi.Input<number>;
3069
4035
  /**
@@ -3313,6 +4279,36 @@ export declare namespace vpc {
3313
4279
  */
3314
4280
  value: pulumi.Input<string>;
3315
4281
  }
4282
+ interface SubnetTag {
4283
+ /**
4284
+ * The Key of Tags.
4285
+ */
4286
+ key: pulumi.Input<string>;
4287
+ /**
4288
+ * The Value of Tags.
4289
+ */
4290
+ value: pulumi.Input<string>;
4291
+ }
4292
+ interface SubnetsTag {
4293
+ /**
4294
+ * The Key of Tags.
4295
+ */
4296
+ key: string;
4297
+ /**
4298
+ * The Value of Tags.
4299
+ */
4300
+ value: string;
4301
+ }
4302
+ interface SubnetsTagArgs {
4303
+ /**
4304
+ * The Key of Tags.
4305
+ */
4306
+ key: pulumi.Input<string>;
4307
+ /**
4308
+ * The Value of Tags.
4309
+ */
4310
+ value: pulumi.Input<string>;
4311
+ }
3316
4312
  interface VpcAssociateCen {
3317
4313
  /**
3318
4314
  * The ID of CEN.