@volcengine/pulumi 0.0.23 → 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 (434) 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/instance.d.ts +15 -0
  151. package/ecs/instance.js +2 -0
  152. package/ecs/instance.js.map +1 -1
  153. package/ecs/state.d.ts +4 -4
  154. package/eip/address.d.ts +3 -3
  155. package/financial_relation/financialRelation.d.ts +111 -0
  156. package/financial_relation/financialRelation.js +73 -0
  157. package/financial_relation/financialRelation.js.map +1 -0
  158. package/financial_relation/financialRelations.d.ts +103 -0
  159. package/financial_relation/financialRelations.js +53 -0
  160. package/financial_relation/financialRelations.js.map +1 -0
  161. package/financial_relation/index.d.ts +6 -0
  162. package/financial_relation/index.js +25 -0
  163. package/financial_relation/index.js.map +1 -0
  164. package/iam/accessKeys.d.ts +83 -0
  165. package/iam/accessKeys.js +44 -0
  166. package/iam/accessKeys.js.map +1 -0
  167. package/iam/index.d.ts +9 -0
  168. package/iam/index.js +12 -1
  169. package/iam/index.js.map +1 -1
  170. package/iam/samlProvider.d.ts +144 -0
  171. package/iam/samlProvider.js +96 -0
  172. package/iam/samlProvider.js.map +1 -0
  173. package/iam/samlProviders.d.ts +62 -0
  174. package/iam/samlProviders.js +42 -0
  175. package/iam/samlProviders.js.map +1 -0
  176. package/index.d.ts +9 -1
  177. package/index.js +17 -1
  178. package/index.js.map +1 -1
  179. package/kafka/consumedPartitions.d.ts +235 -0
  180. package/kafka/consumedPartitions.js +190 -0
  181. package/kafka/consumedPartitions.js.map +1 -0
  182. package/kafka/consumedTopics.d.ts +238 -0
  183. package/kafka/consumedTopics.js +190 -0
  184. package/kafka/consumedTopics.js.map +1 -0
  185. package/kafka/group.d.ts +142 -0
  186. package/kafka/group.js +123 -0
  187. package/kafka/group.js.map +1 -0
  188. package/kafka/groups.d.ts +184 -0
  189. package/kafka/groups.js +136 -0
  190. package/kafka/groups.js.map +1 -0
  191. package/kafka/index.d.ts +42 -0
  192. package/kafka/index.js +69 -0
  193. package/kafka/index.js.map +1 -0
  194. package/kafka/instance.d.ts +322 -0
  195. package/kafka/instance.js +171 -0
  196. package/kafka/instance.js.map +1 -0
  197. package/kafka/instances.d.ts +205 -0
  198. package/kafka/instances.js +129 -0
  199. package/kafka/instances.js.map +1 -0
  200. package/kafka/publicAddress.d.ts +152 -0
  201. package/kafka/publicAddress.js +131 -0
  202. package/kafka/publicAddress.js.map +1 -0
  203. package/kafka/regions.d.ts +62 -0
  204. package/kafka/regions.js +42 -0
  205. package/kafka/regions.js.map +1 -0
  206. package/kafka/saslUser.d.ts +173 -0
  207. package/kafka/saslUser.js +135 -0
  208. package/kafka/saslUser.js.map +1 -0
  209. package/kafka/saslUsers.d.ts +183 -0
  210. package/kafka/saslUsers.js +143 -0
  211. package/kafka/saslUsers.js.map +1 -0
  212. package/kafka/topic.d.ts +216 -0
  213. package/kafka/topic.js +154 -0
  214. package/kafka/topic.js.map +1 -0
  215. package/kafka/topicPartitions.d.ts +240 -0
  216. package/kafka/topicPartitions.js +187 -0
  217. package/kafka/topicPartitions.js.map +1 -0
  218. package/kafka/topics.d.ts +260 -0
  219. package/kafka/topics.js +179 -0
  220. package/kafka/topics.js.map +1 -0
  221. package/kafka/zones.d.ts +75 -0
  222. package/kafka/zones.js +46 -0
  223. package/kafka/zones.js.map +1 -0
  224. package/nat/gateway.d.ts +4 -4
  225. package/organization/account.d.ts +183 -0
  226. package/organization/account.js +108 -0
  227. package/organization/account.js.map +1 -0
  228. package/organization/accounts.d.ts +105 -0
  229. package/organization/accounts.js +50 -0
  230. package/organization/accounts.js.map +1 -0
  231. package/organization/index.d.ts +30 -0
  232. package/organization/index.js +59 -0
  233. package/organization/index.js.map +1 -0
  234. package/organization/organization.d.ts +151 -0
  235. package/organization/organization.js +90 -0
  236. package/organization/organization.js.map +1 -0
  237. package/organization/organizations.d.ts +71 -0
  238. package/organization/organizations.js +43 -0
  239. package/organization/organizations.js.map +1 -0
  240. package/organization/serviceControlPolicies.d.ts +89 -0
  241. package/organization/serviceControlPolicies.js +50 -0
  242. package/organization/serviceControlPolicies.js.map +1 -0
  243. package/organization/serviceControlPolicy.d.ts +123 -0
  244. package/organization/serviceControlPolicy.js +92 -0
  245. package/organization/serviceControlPolicy.js.map +1 -0
  246. package/organization/serviceControlPolicyAttachment.d.ts +105 -0
  247. package/organization/serviceControlPolicyAttachment.js +95 -0
  248. package/organization/serviceControlPolicyAttachment.js.map +1 -0
  249. package/organization/serviceControlPolicyEnabler.d.ts +55 -0
  250. package/organization/serviceControlPolicyEnabler.js +66 -0
  251. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  252. package/organization/unit.d.ts +129 -0
  253. package/organization/unit.js +89 -0
  254. package/organization/unit.js.map +1 -0
  255. package/organization/units.d.ts +62 -0
  256. package/organization/units.js +42 -0
  257. package/organization/units.js.map +1 -0
  258. package/package.json +2 -2
  259. package/privatelink/securityGroup.d.ts +60 -6
  260. package/privatelink/securityGroup.js +54 -3
  261. package/privatelink/securityGroup.js.map +1 -1
  262. package/privatelink/vpcEndpoint.d.ts +51 -12
  263. package/privatelink/vpcEndpoint.js +45 -9
  264. package/privatelink/vpcEndpoint.js.map +1 -1
  265. package/privatelink/vpcEndpointConnection.d.ts +60 -3
  266. package/privatelink/vpcEndpointConnection.js +60 -3
  267. package/privatelink/vpcEndpointConnection.js.map +1 -1
  268. package/privatelink/vpcEndpointConnections.d.ts +120 -6
  269. package/privatelink/vpcEndpointConnections.js +120 -6
  270. package/privatelink/vpcEndpointConnections.js.map +1 -1
  271. package/privatelink/vpcEndpointService.d.ts +33 -4
  272. package/privatelink/vpcEndpointService.js +33 -4
  273. package/privatelink/vpcEndpointService.js.map +1 -1
  274. package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
  275. package/privatelink/vpcEndpointServicePermission.js +39 -6
  276. package/privatelink/vpcEndpointServicePermission.js.map +1 -1
  277. package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
  278. package/privatelink/vpcEndpointServicePermissions.js +88 -4
  279. package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
  280. package/privatelink/vpcEndpointServiceResource.d.ts +55 -9
  281. package/privatelink/vpcEndpointServiceResource.js +55 -9
  282. package/privatelink/vpcEndpointServiceResource.js.map +1 -1
  283. package/privatelink/vpcEndpointServices.d.ts +84 -10
  284. package/privatelink/vpcEndpointServices.js +84 -10
  285. package/privatelink/vpcEndpointServices.js.map +1 -1
  286. package/privatelink/vpcEndpointZone.d.ts +50 -3
  287. package/privatelink/vpcEndpointZone.js +50 -3
  288. package/privatelink/vpcEndpointZone.js.map +1 -1
  289. package/privatelink/vpcEndpointZones.d.ts +108 -4
  290. package/privatelink/vpcEndpointZones.js +108 -4
  291. package/privatelink/vpcEndpointZones.js.map +1 -1
  292. package/privatelink/vpcEndpoints.d.ts +104 -4
  293. package/privatelink/vpcEndpoints.js +104 -4
  294. package/privatelink/vpcEndpoints.js.map +1 -1
  295. package/provider.d.ts +6 -0
  296. package/provider.js +1 -0
  297. package/provider.js.map +1 -1
  298. package/rds_mssql/backup.d.ts +101 -0
  299. package/rds_mssql/backup.js +77 -0
  300. package/rds_mssql/backup.js.map +1 -0
  301. package/rds_mssql/backups.d.ts +123 -0
  302. package/rds_mssql/backups.js +50 -0
  303. package/rds_mssql/backups.js.map +1 -0
  304. package/rds_mssql/index.d.ts +18 -0
  305. package/rds_mssql/index.js +39 -0
  306. package/rds_mssql/index.js.map +1 -0
  307. package/rds_mssql/instance.d.ts +256 -0
  308. package/rds_mssql/instance.js +149 -0
  309. package/rds_mssql/instance.js.map +1 -0
  310. package/rds_mssql/instances.d.ts +190 -0
  311. package/rds_mssql/instances.js +57 -0
  312. package/rds_mssql/instances.js.map +1 -0
  313. package/rds_mssql/regions.d.ts +62 -0
  314. package/rds_mssql/regions.js +42 -0
  315. package/rds_mssql/regions.js.map +1 -0
  316. package/rds_mssql/zones.d.ts +71 -0
  317. package/rds_mssql/zones.js +43 -0
  318. package/rds_mssql/zones.js.map +1 -0
  319. package/rds_postgresql/account.d.ts +141 -0
  320. package/rds_postgresql/account.js +104 -0
  321. package/rds_postgresql/account.js.map +1 -0
  322. package/rds_postgresql/accounts.d.ts +87 -0
  323. package/rds_postgresql/accounts.js +47 -0
  324. package/rds_postgresql/accounts.js.map +1 -0
  325. package/rds_postgresql/database.d.ts +140 -0
  326. package/rds_postgresql/database.js +91 -0
  327. package/rds_postgresql/database.js.map +1 -0
  328. package/rds_postgresql/databases.d.ts +89 -0
  329. package/rds_postgresql/databases.js +49 -0
  330. package/rds_postgresql/databases.js.map +1 -0
  331. package/rds_postgresql/index.d.ts +27 -0
  332. package/rds_postgresql/index.js +54 -0
  333. package/rds_postgresql/index.js.map +1 -0
  334. package/rds_postgresql/instance.d.ts +371 -0
  335. package/rds_postgresql/instance.js +180 -0
  336. package/rds_postgresql/instance.js.map +1 -0
  337. package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
  338. package/rds_postgresql/instanceReadonlyNode.js +126 -0
  339. package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
  340. package/rds_postgresql/instances.d.ts +258 -0
  341. package/rds_postgresql/instances.js +134 -0
  342. package/rds_postgresql/instances.js.map +1 -0
  343. package/rds_postgresql/schema.d.ts +167 -0
  344. package/rds_postgresql/schema.js +150 -0
  345. package/rds_postgresql/schema.js.map +1 -0
  346. package/rds_postgresql/schemas.d.ts +219 -0
  347. package/rds_postgresql/schemas.js +179 -0
  348. package/rds_postgresql/schemas.js.map +1 -0
  349. package/redis/instance.d.ts +3 -3
  350. package/tls/index_.d.ts +3 -2
  351. package/tls/index_.js +3 -2
  352. package/tls/index_.js.map +1 -1
  353. package/tos/bucket.d.ts +30 -1
  354. package/tos/bucket.js +10 -1
  355. package/tos/bucket.js.map +1 -1
  356. package/tos/bucketObject.d.ts +29 -9
  357. package/tos/bucketObject.js +9 -6
  358. package/tos/bucketObject.js.map +1 -1
  359. package/tos/bucketPolicy.d.ts +2 -2
  360. package/tos/bucketPolicy.js +2 -2
  361. package/transit_router/bandwidthPackage.d.ts +29 -0
  362. package/transit_router/bandwidthPackage.js +9 -0
  363. package/transit_router/bandwidthPackage.js.map +1 -1
  364. package/transit_router/bandwidthPackages.d.ts +25 -0
  365. package/transit_router/bandwidthPackages.js +2 -0
  366. package/transit_router/bandwidthPackages.js.map +1 -1
  367. package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
  368. package/transit_router/directConnectGatewayAttachment.js +23 -5
  369. package/transit_router/directConnectGatewayAttachment.js.map +1 -1
  370. package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
  371. package/transit_router/directConnectGatewayAttachments.js +1 -0
  372. package/transit_router/directConnectGatewayAttachments.js.map +1 -1
  373. package/transit_router/grantRule.d.ts +8 -4
  374. package/transit_router/grantRule.js +8 -4
  375. package/transit_router/grantRule.js.map +1 -1
  376. package/transit_router/peerAttachment.d.ts +37 -6
  377. package/transit_router/peerAttachment.js +25 -6
  378. package/transit_router/peerAttachment.js.map +1 -1
  379. package/transit_router/peerAttachments.d.ts +13 -0
  380. package/transit_router/peerAttachments.js +1 -0
  381. package/transit_router/peerAttachments.js.map +1 -1
  382. package/transit_router/routeEntry.d.ts +72 -5
  383. package/transit_router/routeEntry.js +72 -5
  384. package/transit_router/routeEntry.js.map +1 -1
  385. package/transit_router/routeTable.d.ts +26 -4
  386. package/transit_router/routeTable.js +14 -4
  387. package/transit_router/routeTable.js.map +1 -1
  388. package/transit_router/routeTableAssociation.d.ts +69 -3
  389. package/transit_router/routeTableAssociation.js +69 -3
  390. package/transit_router/routeTableAssociation.js.map +1 -1
  391. package/transit_router/routeTablePropagation.d.ts +46 -3
  392. package/transit_router/routeTablePropagation.js +46 -3
  393. package/transit_router/routeTablePropagation.js.map +1 -1
  394. package/transit_router/routeTables.d.ts +39 -6
  395. package/transit_router/routeTables.js +27 -6
  396. package/transit_router/routeTables.js.map +1 -1
  397. package/transit_router/sharedTransitRouterState.d.ts +6 -2
  398. package/transit_router/sharedTransitRouterState.js +6 -2
  399. package/transit_router/sharedTransitRouterState.js.map +1 -1
  400. package/transit_router/transitRouter.d.ts +29 -0
  401. package/transit_router/transitRouter.js +9 -0
  402. package/transit_router/transitRouter.js.map +1 -1
  403. package/transit_router/transitRouters.d.ts +41 -6
  404. package/transit_router/transitRouters.js +18 -6
  405. package/transit_router/transitRouters.js.map +1 -1
  406. package/transit_router/vpcAttachment.d.ts +46 -8
  407. package/transit_router/vpcAttachment.js +36 -8
  408. package/transit_router/vpcAttachment.js.map +1 -1
  409. package/transit_router/vpcAttachments.d.ts +13 -0
  410. package/transit_router/vpcAttachments.js +1 -0
  411. package/transit_router/vpcAttachments.js.map +1 -1
  412. package/transit_router/vpnAttachment.d.ts +77 -5
  413. package/transit_router/vpnAttachment.js +65 -5
  414. package/transit_router/vpnAttachment.js.map +1 -1
  415. package/transit_router/vpnAttachments.d.ts +13 -0
  416. package/transit_router/vpnAttachments.js +1 -0
  417. package/transit_router/vpnAttachments.js.map +1 -1
  418. package/types/input.d.ts +998 -36
  419. package/types/output.d.ts +6092 -2672
  420. package/vke/cluster.d.ts +3 -14
  421. package/vke/cluster.js +0 -11
  422. package/vke/cluster.js.map +1 -1
  423. package/vke/clusters.d.ts +0 -22
  424. package/vke/clusters.js +0 -22
  425. package/vke/clusters.js.map +1 -1
  426. package/vke/kubeconfigs.d.ts +9 -0
  427. package/vke/kubeconfigs.js +1 -0
  428. package/vke/kubeconfigs.js.map +1 -1
  429. package/vpc/subnet.d.ts +14 -0
  430. package/vpc/subnet.js +2 -0
  431. package/vpc/subnet.js.map +1 -1
  432. package/vpc/subnets.d.ts +13 -0
  433. package/vpc/subnets.js +1 -0
  434. package/vpc/subnets.js.map +1 -1
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.groupsOutput = exports.groups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of kafka groups
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ * import * as volcengine from "@volcengine/pulumi";
16
+ *
17
+ * const fooZones = volcengine.ecs.Zones({});
18
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
19
+ * vpcName: "acc-test-vpc",
20
+ * cidrBlock: "172.16.0.0/16",
21
+ * });
22
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
23
+ * subnetName: "acc-test-subnet",
24
+ * cidrBlock: "172.16.0.0/24",
25
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
26
+ * vpcId: fooVpc.id,
27
+ * });
28
+ * const fooInstance = new volcengine.kafka.Instance("fooInstance", {
29
+ * instanceName: "acc-test-kafka",
30
+ * instanceDescription: "tf-test",
31
+ * version: "2.2.2",
32
+ * computeSpec: "kafka.20xrate.hw",
33
+ * subnetId: fooSubnet.id,
34
+ * userName: "tf-user",
35
+ * userPassword: "tf-pass!@q1",
36
+ * chargeType: "PostPaid",
37
+ * storageSpace: 300,
38
+ * partitionNumber: 350,
39
+ * projectName: "default",
40
+ * tags: [{
41
+ * key: "k1",
42
+ * value: "v1",
43
+ * }],
44
+ * parameters: [
45
+ * {
46
+ * parameterName: "MessageMaxByte",
47
+ * parameterValue: "12",
48
+ * },
49
+ * {
50
+ * parameterName: "LogRetentionHours",
51
+ * parameterValue: "70",
52
+ * },
53
+ * ],
54
+ * });
55
+ * const fooGroup = new volcengine.kafka.Group("fooGroup", {
56
+ * instanceId: fooInstance.id,
57
+ * groupId: "acc-test-group",
58
+ * description: "tf-test",
59
+ * });
60
+ * const default = volcengine.kafka.GroupsOutput({
61
+ * instanceId: fooGroup.instanceId,
62
+ * });
63
+ * ```
64
+ */
65
+ function groups(args, opts) {
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
67
+ return pulumi.runtime.invoke("volcengine:kafka/groups:Groups", {
68
+ "groupId": args.groupId,
69
+ "instanceId": args.instanceId,
70
+ "nameRegex": args.nameRegex,
71
+ "outputFile": args.outputFile,
72
+ }, opts);
73
+ }
74
+ exports.groups = groups;
75
+ /**
76
+ * Use this data source to query detailed information of kafka groups
77
+ * ## Example Usage
78
+ *
79
+ * ```typescript
80
+ * import * as pulumi from "@pulumi/pulumi";
81
+ * import * as volcengine from "@pulumi/volcengine";
82
+ * import * as volcengine from "@volcengine/pulumi";
83
+ *
84
+ * const fooZones = volcengine.ecs.Zones({});
85
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
86
+ * vpcName: "acc-test-vpc",
87
+ * cidrBlock: "172.16.0.0/16",
88
+ * });
89
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
90
+ * subnetName: "acc-test-subnet",
91
+ * cidrBlock: "172.16.0.0/24",
92
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
93
+ * vpcId: fooVpc.id,
94
+ * });
95
+ * const fooInstance = new volcengine.kafka.Instance("fooInstance", {
96
+ * instanceName: "acc-test-kafka",
97
+ * instanceDescription: "tf-test",
98
+ * version: "2.2.2",
99
+ * computeSpec: "kafka.20xrate.hw",
100
+ * subnetId: fooSubnet.id,
101
+ * userName: "tf-user",
102
+ * userPassword: "tf-pass!@q1",
103
+ * chargeType: "PostPaid",
104
+ * storageSpace: 300,
105
+ * partitionNumber: 350,
106
+ * projectName: "default",
107
+ * tags: [{
108
+ * key: "k1",
109
+ * value: "v1",
110
+ * }],
111
+ * parameters: [
112
+ * {
113
+ * parameterName: "MessageMaxByte",
114
+ * parameterValue: "12",
115
+ * },
116
+ * {
117
+ * parameterName: "LogRetentionHours",
118
+ * parameterValue: "70",
119
+ * },
120
+ * ],
121
+ * });
122
+ * const fooGroup = new volcengine.kafka.Group("fooGroup", {
123
+ * instanceId: fooInstance.id,
124
+ * groupId: "acc-test-group",
125
+ * description: "tf-test",
126
+ * });
127
+ * const default = volcengine.kafka.GroupsOutput({
128
+ * instanceId: fooGroup.instanceId,
129
+ * });
130
+ * ```
131
+ */
132
+ function groupsOutput(args, opts) {
133
+ return pulumi.output(args).apply((a) => groups(a, opts));
134
+ }
135
+ exports.groupsOutput = groupsOutput;
136
+ //# sourceMappingURL=groups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groups.js","sourceRoot":"","sources":["../../kafka/groups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAEhE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wBASC;AAgDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
@@ -0,0 +1,42 @@
1
+ export { ConsumedPartitionsArgs, ConsumedPartitionsResult, ConsumedPartitionsOutputArgs } from "./consumedPartitions";
2
+ export declare const consumedPartitions: typeof import("./consumedPartitions").consumedPartitions;
3
+ export declare const consumedPartitionsOutput: typeof import("./consumedPartitions").consumedPartitionsOutput;
4
+ export { ConsumedTopicsArgs, ConsumedTopicsResult, ConsumedTopicsOutputArgs } from "./consumedTopics";
5
+ export declare const consumedTopics: typeof import("./consumedTopics").consumedTopics;
6
+ export declare const consumedTopicsOutput: typeof import("./consumedTopics").consumedTopicsOutput;
7
+ export { GroupArgs, GroupState } from "./group";
8
+ export type Group = import("./group").Group;
9
+ export declare const Group: typeof import("./group").Group;
10
+ export { GroupsArgs, GroupsResult, GroupsOutputArgs } from "./groups";
11
+ export declare const groups: typeof import("./groups").groups;
12
+ export declare const groupsOutput: typeof import("./groups").groupsOutput;
13
+ export { InstanceArgs, InstanceState } from "./instance";
14
+ export type Instance = import("./instance").Instance;
15
+ export declare const Instance: typeof import("./instance").Instance;
16
+ export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
17
+ export declare const instances: typeof import("./instances").instances;
18
+ export declare const instancesOutput: typeof import("./instances").instancesOutput;
19
+ export { PublicAddressArgs, PublicAddressState } from "./publicAddress";
20
+ export type PublicAddress = import("./publicAddress").PublicAddress;
21
+ export declare const PublicAddress: typeof import("./publicAddress").PublicAddress;
22
+ export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
23
+ export declare const regions: typeof import("./regions").regions;
24
+ export declare const regionsOutput: typeof import("./regions").regionsOutput;
25
+ export { SaslUserArgs, SaslUserState } from "./saslUser";
26
+ export type SaslUser = import("./saslUser").SaslUser;
27
+ export declare const SaslUser: typeof import("./saslUser").SaslUser;
28
+ export { SaslUsersArgs, SaslUsersResult, SaslUsersOutputArgs } from "./saslUsers";
29
+ export declare const saslUsers: typeof import("./saslUsers").saslUsers;
30
+ export declare const saslUsersOutput: typeof import("./saslUsers").saslUsersOutput;
31
+ export { TopicArgs, TopicState } from "./topic";
32
+ export type Topic = import("./topic").Topic;
33
+ export declare const Topic: typeof import("./topic").Topic;
34
+ export { TopicPartitionsArgs, TopicPartitionsResult, TopicPartitionsOutputArgs } from "./topicPartitions";
35
+ export declare const topicPartitions: typeof import("./topicPartitions").topicPartitions;
36
+ export declare const topicPartitionsOutput: typeof import("./topicPartitions").topicPartitionsOutput;
37
+ export { TopicsArgs, TopicsResult, TopicsOutputArgs } from "./topics";
38
+ export declare const topics: typeof import("./topics").topics;
39
+ export declare const topicsOutput: typeof import("./topics").topicsOutput;
40
+ export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
41
+ export declare const zones: typeof import("./zones").zones;
42
+ export declare const zonesOutput: typeof import("./zones").zonesOutput;
package/kafka/index.js ADDED
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.zonesOutput = exports.zones = exports.topicsOutput = exports.topics = exports.topicPartitionsOutput = exports.topicPartitions = exports.Topic = exports.saslUsersOutput = exports.saslUsers = exports.SaslUser = exports.regionsOutput = exports.regions = exports.PublicAddress = exports.instancesOutput = exports.instances = exports.Instance = exports.groupsOutput = exports.groups = exports.Group = exports.consumedTopicsOutput = exports.consumedTopics = exports.consumedPartitionsOutput = exports.consumedPartitions = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.consumedPartitions = null;
9
+ exports.consumedPartitionsOutput = null;
10
+ utilities.lazyLoad(exports, ["consumedPartitions", "consumedPartitionsOutput"], () => require("./consumedPartitions"));
11
+ exports.consumedTopics = null;
12
+ exports.consumedTopicsOutput = null;
13
+ utilities.lazyLoad(exports, ["consumedTopics", "consumedTopicsOutput"], () => require("./consumedTopics"));
14
+ exports.Group = null;
15
+ utilities.lazyLoad(exports, ["Group"], () => require("./group"));
16
+ exports.groups = null;
17
+ exports.groupsOutput = null;
18
+ utilities.lazyLoad(exports, ["groups", "groupsOutput"], () => require("./groups"));
19
+ exports.Instance = null;
20
+ utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
21
+ exports.instances = null;
22
+ exports.instancesOutput = null;
23
+ utilities.lazyLoad(exports, ["instances", "instancesOutput"], () => require("./instances"));
24
+ exports.PublicAddress = null;
25
+ utilities.lazyLoad(exports, ["PublicAddress"], () => require("./publicAddress"));
26
+ exports.regions = null;
27
+ exports.regionsOutput = null;
28
+ utilities.lazyLoad(exports, ["regions", "regionsOutput"], () => require("./regions"));
29
+ exports.SaslUser = null;
30
+ utilities.lazyLoad(exports, ["SaslUser"], () => require("./saslUser"));
31
+ exports.saslUsers = null;
32
+ exports.saslUsersOutput = null;
33
+ utilities.lazyLoad(exports, ["saslUsers", "saslUsersOutput"], () => require("./saslUsers"));
34
+ exports.Topic = null;
35
+ utilities.lazyLoad(exports, ["Topic"], () => require("./topic"));
36
+ exports.topicPartitions = null;
37
+ exports.topicPartitionsOutput = null;
38
+ utilities.lazyLoad(exports, ["topicPartitions", "topicPartitionsOutput"], () => require("./topicPartitions"));
39
+ exports.topics = null;
40
+ exports.topicsOutput = null;
41
+ utilities.lazyLoad(exports, ["topics", "topicsOutput"], () => require("./topics"));
42
+ exports.zones = null;
43
+ exports.zonesOutput = null;
44
+ utilities.lazyLoad(exports, ["zones", "zonesOutput"], () => require("./zones"));
45
+ const _module = {
46
+ version: utilities.getVersion(),
47
+ construct: (name, type, urn) => {
48
+ switch (type) {
49
+ case "volcengine:kafka/group:Group":
50
+ return new exports.Group(name, undefined, { urn });
51
+ case "volcengine:kafka/instance:Instance":
52
+ return new exports.Instance(name, undefined, { urn });
53
+ case "volcengine:kafka/publicAddress:PublicAddress":
54
+ return new exports.PublicAddress(name, undefined, { urn });
55
+ case "volcengine:kafka/saslUser:SaslUser":
56
+ return new exports.SaslUser(name, undefined, { urn });
57
+ case "volcengine:kafka/topic:Topic":
58
+ return new exports.Topic(name, undefined, { urn });
59
+ default:
60
+ throw new Error(`unknown resource type ${type}`);
61
+ }
62
+ },
63
+ };
64
+ pulumi.runtime.registerResourceModule("volcengine", "kafka/group", _module);
65
+ pulumi.runtime.registerResourceModule("volcengine", "kafka/instance", _module);
66
+ pulumi.runtime.registerResourceModule("volcengine", "kafka/publicAddress", _module);
67
+ pulumi.runtime.registerResourceModule("volcengine", "kafka/saslUser", _module);
68
+ pulumi.runtime.registerResourceModule("volcengine", "kafka/topic", _module);
69
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../kafka/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,322 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const fooZones = volcengine.ecs.Zones({});
13
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
14
+ * vpcName: "acc-test-vpc",
15
+ * cidrBlock: "172.16.0.0/16",
16
+ * });
17
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
18
+ * subnetName: "acc-test-subnet",
19
+ * cidrBlock: "172.16.0.0/24",
20
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
21
+ * vpcId: fooVpc.id,
22
+ * });
23
+ * const fooInstance = new volcengine.kafka.Instance("fooInstance", {
24
+ * instanceName: "acc-test-kafka",
25
+ * instanceDescription: "tf-test",
26
+ * version: "2.2.2",
27
+ * computeSpec: "kafka.20xrate.hw",
28
+ * subnetId: fooSubnet.id,
29
+ * userName: "tf-user",
30
+ * userPassword: "tf-pass!@q1",
31
+ * chargeType: "PostPaid",
32
+ * storageSpace: 300,
33
+ * partitionNumber: 350,
34
+ * projectName: "default",
35
+ * tags: [{
36
+ * key: "k1",
37
+ * value: "v1",
38
+ * }],
39
+ * parameters: [
40
+ * {
41
+ * parameterName: "MessageMaxByte",
42
+ * parameterValue: "12",
43
+ * },
44
+ * {
45
+ * parameterName: "LogRetentionHours",
46
+ * parameterValue: "70",
47
+ * },
48
+ * {
49
+ * parameterName: "MessageTimestampType",
50
+ * parameterValue: "CreateTime",
51
+ * },
52
+ * {
53
+ * parameterName: "OffsetRetentionMinutes",
54
+ * parameterValue: "10080",
55
+ * },
56
+ * {
57
+ * parameterName: "AutoDeleteGroup",
58
+ * parameterValue: "false",
59
+ * },
60
+ * ],
61
+ * });
62
+ * ```
63
+ *
64
+ * ## Import
65
+ *
66
+ * KafkaInstance can be imported using the id, e.g.
67
+ *
68
+ * ```sh
69
+ * $ pulumi import volcengine:kafka/instance:Instance default kafka-insbjwbbwb
70
+ * ```
71
+ */
72
+ export declare class Instance extends pulumi.CustomResource {
73
+ /**
74
+ * Get an existing Instance resource's state with the given name, ID, and optional extra
75
+ * properties used to qualify the lookup.
76
+ *
77
+ * @param name The _unique_ name of the resulting resource.
78
+ * @param id The _unique_ provider ID of the resource to lookup.
79
+ * @param state Any extra arguments used during the lookup.
80
+ * @param opts Optional settings to control the behavior of the CustomResource.
81
+ */
82
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: InstanceState, opts?: pulumi.CustomResourceOptions): Instance;
83
+ /**
84
+ * Returns true if the given object is an instance of Instance. This is designed to work even
85
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
86
+ */
87
+ static isInstance(obj: any): obj is Instance;
88
+ /**
89
+ * The auto renew flag of instance. Only effective when instanceChargeType is PrePaid. Default is false.
90
+ */
91
+ readonly autoRenew: pulumi.Output<boolean | undefined>;
92
+ /**
93
+ * The charge type of instance, the value can be `PrePaid` or `PostPaid`.
94
+ */
95
+ readonly chargeType: pulumi.Output<string>;
96
+ /**
97
+ * The compute spec of instance.
98
+ */
99
+ readonly computeSpec: pulumi.Output<string>;
100
+ /**
101
+ * The description of instance.
102
+ */
103
+ readonly instanceDescription: pulumi.Output<string>;
104
+ /**
105
+ * The name of instance.
106
+ */
107
+ readonly instanceName: pulumi.Output<string>;
108
+ /**
109
+ * Whether enable rebalance. Only effected in modify when computeSpec field is changed.
110
+ */
111
+ readonly needRebalance: pulumi.Output<boolean | undefined>;
112
+ /**
113
+ * Parameter of the instance.
114
+ */
115
+ readonly parameters: pulumi.Output<outputs.kafka.InstanceParameter[] | undefined>;
116
+ /**
117
+ * The partition number of instance.
118
+ */
119
+ readonly partitionNumber: pulumi.Output<number>;
120
+ /**
121
+ * The period of instance. Only effective when instanceChargeType is PrePaid. Unit is Month.
122
+ */
123
+ readonly period: pulumi.Output<number | undefined>;
124
+ /**
125
+ * The project name of instance.
126
+ */
127
+ readonly projectName: pulumi.Output<string>;
128
+ /**
129
+ * The rebalance time.
130
+ */
131
+ readonly rebalanceTime: pulumi.Output<string | undefined>;
132
+ /**
133
+ * The storage space of instance.
134
+ */
135
+ readonly storageSpace: pulumi.Output<number>;
136
+ /**
137
+ * The storage type of instance. The value can be ESSD_FlexPL or ESSD_PL0.
138
+ */
139
+ readonly storageType: pulumi.Output<string | undefined>;
140
+ /**
141
+ * The subnet id of instance.
142
+ */
143
+ readonly subnetId: pulumi.Output<string>;
144
+ /**
145
+ * The tags of instance.
146
+ */
147
+ readonly tags: pulumi.Output<outputs.kafka.InstanceTag[] | undefined>;
148
+ /**
149
+ * The user name of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
150
+ */
151
+ readonly userName: pulumi.Output<string>;
152
+ /**
153
+ * The user password of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
154
+ */
155
+ readonly userPassword: pulumi.Output<string>;
156
+ /**
157
+ * The version of instance, the value can be `2.2.2` or `2.8.2`.
158
+ */
159
+ readonly version: pulumi.Output<string>;
160
+ /**
161
+ * Create a Instance resource with the given unique name, arguments, and options.
162
+ *
163
+ * @param name The _unique_ name of the resource.
164
+ * @param args The arguments to use to populate this resource's properties.
165
+ * @param opts A bag of options that control this resource's behavior.
166
+ */
167
+ constructor(name: string, args: InstanceArgs, opts?: pulumi.CustomResourceOptions);
168
+ }
169
+ /**
170
+ * Input properties used for looking up and filtering Instance resources.
171
+ */
172
+ export interface InstanceState {
173
+ /**
174
+ * The auto renew flag of instance. Only effective when instanceChargeType is PrePaid. Default is false.
175
+ */
176
+ autoRenew?: pulumi.Input<boolean>;
177
+ /**
178
+ * The charge type of instance, the value can be `PrePaid` or `PostPaid`.
179
+ */
180
+ chargeType?: pulumi.Input<string>;
181
+ /**
182
+ * The compute spec of instance.
183
+ */
184
+ computeSpec?: pulumi.Input<string>;
185
+ /**
186
+ * The description of instance.
187
+ */
188
+ instanceDescription?: pulumi.Input<string>;
189
+ /**
190
+ * The name of instance.
191
+ */
192
+ instanceName?: pulumi.Input<string>;
193
+ /**
194
+ * Whether enable rebalance. Only effected in modify when computeSpec field is changed.
195
+ */
196
+ needRebalance?: pulumi.Input<boolean>;
197
+ /**
198
+ * Parameter of the instance.
199
+ */
200
+ parameters?: pulumi.Input<pulumi.Input<inputs.kafka.InstanceParameter>[]>;
201
+ /**
202
+ * The partition number of instance.
203
+ */
204
+ partitionNumber?: pulumi.Input<number>;
205
+ /**
206
+ * The period of instance. Only effective when instanceChargeType is PrePaid. Unit is Month.
207
+ */
208
+ period?: pulumi.Input<number>;
209
+ /**
210
+ * The project name of instance.
211
+ */
212
+ projectName?: pulumi.Input<string>;
213
+ /**
214
+ * The rebalance time.
215
+ */
216
+ rebalanceTime?: pulumi.Input<string>;
217
+ /**
218
+ * The storage space of instance.
219
+ */
220
+ storageSpace?: pulumi.Input<number>;
221
+ /**
222
+ * The storage type of instance. The value can be ESSD_FlexPL or ESSD_PL0.
223
+ */
224
+ storageType?: pulumi.Input<string>;
225
+ /**
226
+ * The subnet id of instance.
227
+ */
228
+ subnetId?: pulumi.Input<string>;
229
+ /**
230
+ * The tags of instance.
231
+ */
232
+ tags?: pulumi.Input<pulumi.Input<inputs.kafka.InstanceTag>[]>;
233
+ /**
234
+ * The user name of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
235
+ */
236
+ userName?: pulumi.Input<string>;
237
+ /**
238
+ * The user password of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
239
+ */
240
+ userPassword?: pulumi.Input<string>;
241
+ /**
242
+ * The version of instance, the value can be `2.2.2` or `2.8.2`.
243
+ */
244
+ version?: pulumi.Input<string>;
245
+ }
246
+ /**
247
+ * The set of arguments for constructing a Instance resource.
248
+ */
249
+ export interface InstanceArgs {
250
+ /**
251
+ * The auto renew flag of instance. Only effective when instanceChargeType is PrePaid. Default is false.
252
+ */
253
+ autoRenew?: pulumi.Input<boolean>;
254
+ /**
255
+ * The charge type of instance, the value can be `PrePaid` or `PostPaid`.
256
+ */
257
+ chargeType: pulumi.Input<string>;
258
+ /**
259
+ * The compute spec of instance.
260
+ */
261
+ computeSpec: pulumi.Input<string>;
262
+ /**
263
+ * The description of instance.
264
+ */
265
+ instanceDescription?: pulumi.Input<string>;
266
+ /**
267
+ * The name of instance.
268
+ */
269
+ instanceName?: pulumi.Input<string>;
270
+ /**
271
+ * Whether enable rebalance. Only effected in modify when computeSpec field is changed.
272
+ */
273
+ needRebalance?: pulumi.Input<boolean>;
274
+ /**
275
+ * Parameter of the instance.
276
+ */
277
+ parameters?: pulumi.Input<pulumi.Input<inputs.kafka.InstanceParameter>[]>;
278
+ /**
279
+ * The partition number of instance.
280
+ */
281
+ partitionNumber?: pulumi.Input<number>;
282
+ /**
283
+ * The period of instance. Only effective when instanceChargeType is PrePaid. Unit is Month.
284
+ */
285
+ period?: pulumi.Input<number>;
286
+ /**
287
+ * The project name of instance.
288
+ */
289
+ projectName?: pulumi.Input<string>;
290
+ /**
291
+ * The rebalance time.
292
+ */
293
+ rebalanceTime?: pulumi.Input<string>;
294
+ /**
295
+ * The storage space of instance.
296
+ */
297
+ storageSpace?: pulumi.Input<number>;
298
+ /**
299
+ * The storage type of instance. The value can be ESSD_FlexPL or ESSD_PL0.
300
+ */
301
+ storageType?: pulumi.Input<string>;
302
+ /**
303
+ * The subnet id of instance.
304
+ */
305
+ subnetId: pulumi.Input<string>;
306
+ /**
307
+ * The tags of instance.
308
+ */
309
+ tags?: pulumi.Input<pulumi.Input<inputs.kafka.InstanceTag>[]>;
310
+ /**
311
+ * The user name of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
312
+ */
313
+ userName: pulumi.Input<string>;
314
+ /**
315
+ * The user password of instance. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
316
+ */
317
+ userPassword: pulumi.Input<string>;
318
+ /**
319
+ * The version of instance, the value can be `2.2.2` or `2.8.2`.
320
+ */
321
+ version: pulumi.Input<string>;
322
+ }