@volcengine/pulumi 0.0.12

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 (839) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +68 -0
  3. package/autoscaling/index.d.ts +13 -0
  4. package/autoscaling/index.js +73 -0
  5. package/autoscaling/index.js.map +1 -0
  6. package/autoscaling/scalingActivities.d.ts +104 -0
  7. package/autoscaling/scalingActivities.js +40 -0
  8. package/autoscaling/scalingActivities.js.map +1 -0
  9. package/autoscaling/scalingConfiguration.d.ts +368 -0
  10. package/autoscaling/scalingConfiguration.js +175 -0
  11. package/autoscaling/scalingConfiguration.js.map +1 -0
  12. package/autoscaling/scalingConfigurationAttachment.d.ts +69 -0
  13. package/autoscaling/scalingConfigurationAttachment.js +73 -0
  14. package/autoscaling/scalingConfigurationAttachment.js.map +1 -0
  15. package/autoscaling/scalingConfigurations.d.ts +92 -0
  16. package/autoscaling/scalingConfigurations.js +40 -0
  17. package/autoscaling/scalingConfigurations.js.map +1 -0
  18. package/autoscaling/scalingGroup.d.ts +290 -0
  19. package/autoscaling/scalingGroup.js +134 -0
  20. package/autoscaling/scalingGroup.js.map +1 -0
  21. package/autoscaling/scalingGroupEnabler.d.ts +116 -0
  22. package/autoscaling/scalingGroupEnabler.js +120 -0
  23. package/autoscaling/scalingGroupEnabler.js.map +1 -0
  24. package/autoscaling/scalingGroups.d.ts +80 -0
  25. package/autoscaling/scalingGroups.js +39 -0
  26. package/autoscaling/scalingGroups.js.map +1 -0
  27. package/autoscaling/scalingInstanceAttachment.d.ts +121 -0
  28. package/autoscaling/scalingInstanceAttachment.js +88 -0
  29. package/autoscaling/scalingInstanceAttachment.js.map +1 -0
  30. package/autoscaling/scalingInstances.d.ts +117 -0
  31. package/autoscaling/scalingInstances.js +47 -0
  32. package/autoscaling/scalingInstances.js.map +1 -0
  33. package/autoscaling/scalingLifecycleHook.d.ts +129 -0
  34. package/autoscaling/scalingLifecycleHook.js +99 -0
  35. package/autoscaling/scalingLifecycleHook.js.map +1 -0
  36. package/autoscaling/scalingLifecycleHooks.d.ts +92 -0
  37. package/autoscaling/scalingLifecycleHooks.js +39 -0
  38. package/autoscaling/scalingLifecycleHooks.js.map +1 -0
  39. package/autoscaling/scalingPolicies.d.ts +105 -0
  40. package/autoscaling/scalingPolicies.js +41 -0
  41. package/autoscaling/scalingPolicies.js.map +1 -0
  42. package/autoscaling/scalingPolicy.d.ts +306 -0
  43. package/autoscaling/scalingPolicy.js +135 -0
  44. package/autoscaling/scalingPolicy.js.map +1 -0
  45. package/bioos/cluster.d.ts +121 -0
  46. package/bioos/cluster.js +85 -0
  47. package/bioos/cluster.js.map +1 -0
  48. package/bioos/clusterBind.d.ts +95 -0
  49. package/bioos/clusterBind.js +85 -0
  50. package/bioos/clusterBind.js.map +1 -0
  51. package/bioos/clusters.d.ts +90 -0
  52. package/bioos/clusters.js +38 -0
  53. package/bioos/clusters.js.map +1 -0
  54. package/bioos/index.d.ts +5 -0
  55. package/bioos/index.js +49 -0
  56. package/bioos/index.js.map +1 -0
  57. package/bioos/workspace.d.ts +110 -0
  58. package/bioos/workspace.js +82 -0
  59. package/bioos/workspace.js.map +1 -0
  60. package/bioos/workspaces.d.ts +87 -0
  61. package/bioos/workspaces.js +38 -0
  62. package/bioos/workspaces.js.map +1 -0
  63. package/cen/attachInstance.d.ts +142 -0
  64. package/cen/attachInstance.js +103 -0
  65. package/cen/attachInstance.js.map +1 -0
  66. package/cen/attachInstances.d.ts +101 -0
  67. package/cen/attachInstances.js +40 -0
  68. package/cen/attachInstances.js.map +1 -0
  69. package/cen/bandwidthPackage.d.ts +268 -0
  70. package/cen/bandwidthPackage.js +115 -0
  71. package/cen/bandwidthPackage.js.map +1 -0
  72. package/cen/bandwidthPackageAssociate.d.ts +82 -0
  73. package/cen/bandwidthPackageAssociate.js +79 -0
  74. package/cen/bandwidthPackageAssociate.js.map +1 -0
  75. package/cen/bandwidthPackages.d.ts +126 -0
  76. package/cen/bandwidthPackages.js +44 -0
  77. package/cen/bandwidthPackages.js.map +1 -0
  78. package/cen/cen.d.ts +156 -0
  79. package/cen/cen.js +90 -0
  80. package/cen/cen.js.map +1 -0
  81. package/cen/cens.d.ts +92 -0
  82. package/cen/cens.js +40 -0
  83. package/cen/cens.js.map +1 -0
  84. package/cen/grantInstance.d.ts +121 -0
  85. package/cen/grantInstance.js +97 -0
  86. package/cen/grantInstance.js.map +1 -0
  87. package/cen/index.d.ts +14 -0
  88. package/cen/index.js +78 -0
  89. package/cen/index.js.map +1 -0
  90. package/cen/interRegionBandwidth.d.ts +140 -0
  91. package/cen/interRegionBandwidth.js +99 -0
  92. package/cen/interRegionBandwidth.js.map +1 -0
  93. package/cen/interRegionBandwidths.d.ts +62 -0
  94. package/cen/interRegionBandwidths.js +37 -0
  95. package/cen/interRegionBandwidths.js.map +1 -0
  96. package/cen/routeEntries.d.ts +113 -0
  97. package/cen/routeEntries.js +40 -0
  98. package/cen/routeEntries.js.map +1 -0
  99. package/cen/routeEntry.d.ts +152 -0
  100. package/cen/routeEntry.js +107 -0
  101. package/cen/routeEntry.js.map +1 -0
  102. package/cen/serviceRouteEntries.d.ts +101 -0
  103. package/cen/serviceRouteEntries.js +40 -0
  104. package/cen/serviceRouteEntries.js.map +1 -0
  105. package/cen/serviceRouteEntry.d.ts +215 -0
  106. package/cen/serviceRouteEntry.js +155 -0
  107. package/cen/serviceRouteEntry.js.map +1 -0
  108. package/clb/acl.d.ts +125 -0
  109. package/clb/acl.js +89 -0
  110. package/clb/acl.js.map +1 -0
  111. package/clb/aclEntry.d.ts +99 -0
  112. package/clb/aclEntry.js +86 -0
  113. package/clb/aclEntry.js.map +1 -0
  114. package/clb/acls.d.ts +95 -0
  115. package/clb/acls.js +40 -0
  116. package/clb/acls.js.map +1 -0
  117. package/clb/certificate.d.ts +166 -0
  118. package/clb/certificate.js +122 -0
  119. package/clb/certificate.js.map +1 -0
  120. package/clb/certificates.d.ts +150 -0
  121. package/clb/certificates.js +84 -0
  122. package/clb/certificates.js.map +1 -0
  123. package/clb/clb.d.ts +348 -0
  124. package/clb/clb.js +179 -0
  125. package/clb/clb.js.map +1 -0
  126. package/clb/clbs.d.ts +163 -0
  127. package/clb/clbs.js +75 -0
  128. package/clb/clbs.js.map +1 -0
  129. package/clb/index.d.ts +16 -0
  130. package/clb/index.js +80 -0
  131. package/clb/index.js.map +1 -0
  132. package/clb/listener.d.ts +279 -0
  133. package/clb/listener.js +155 -0
  134. package/clb/listener.js.map +1 -0
  135. package/clb/listeners.d.ts +140 -0
  136. package/clb/listeners.js +88 -0
  137. package/clb/listeners.js.map +1 -0
  138. package/clb/rule.d.ts +168 -0
  139. package/clb/rule.js +135 -0
  140. package/clb/rule.js.map +1 -0
  141. package/clb/rules.d.ts +122 -0
  142. package/clb/rules.js +92 -0
  143. package/clb/rules.js.map +1 -0
  144. package/clb/serverGroup.d.ts +131 -0
  145. package/clb/serverGroup.js +105 -0
  146. package/clb/serverGroup.js.map +1 -0
  147. package/clb/serverGroupServer.d.ts +198 -0
  148. package/clb/serverGroupServer.js +145 -0
  149. package/clb/serverGroupServer.js.map +1 -0
  150. package/clb/serverGroupServers.d.ts +133 -0
  151. package/clb/serverGroupServers.js +91 -0
  152. package/clb/serverGroupServers.js.map +1 -0
  153. package/clb/serverGroups.d.ts +121 -0
  154. package/clb/serverGroups.js +69 -0
  155. package/clb/serverGroups.js.map +1 -0
  156. package/clb/zones.d.ts +51 -0
  157. package/clb/zones.js +34 -0
  158. package/clb/zones.js.map +1 -0
  159. package/config/index.d.ts +1 -0
  160. package/config/index.js +21 -0
  161. package/config/index.js.map +1 -0
  162. package/config/vars.d.ts +36 -0
  163. package/config/vars.js +66 -0
  164. package/config/vars.js.map +1 -0
  165. package/cr/authorizationTokens.d.ts +62 -0
  166. package/cr/authorizationTokens.js +36 -0
  167. package/cr/authorizationTokens.js.map +1 -0
  168. package/cr/endpoint.d.ts +90 -0
  169. package/cr/endpoint.js +78 -0
  170. package/cr/endpoint.js.map +1 -0
  171. package/cr/endpoints.d.ts +65 -0
  172. package/cr/endpoints.js +36 -0
  173. package/cr/endpoints.js.map +1 -0
  174. package/cr/index.d.ts +14 -0
  175. package/cr/index.js +74 -0
  176. package/cr/index.js.map +1 -0
  177. package/cr/namespace.d.ts +92 -0
  178. package/cr/namespace.js +80 -0
  179. package/cr/namespace.js.map +1 -0
  180. package/cr/namespaces.d.ts +72 -0
  181. package/cr/namespaces.js +38 -0
  182. package/cr/namespaces.js.map +1 -0
  183. package/cr/registries.d.ts +85 -0
  184. package/cr/registries.js +44 -0
  185. package/cr/registries.js.map +1 -0
  186. package/cr/registry.d.ts +151 -0
  187. package/cr/registry.js +89 -0
  188. package/cr/registry.js.map +1 -0
  189. package/cr/repositories.d.ts +92 -0
  190. package/cr/repositories.js +42 -0
  191. package/cr/repositories.js.map +1 -0
  192. package/cr/repository.d.ts +136 -0
  193. package/cr/repository.js +91 -0
  194. package/cr/repository.js.map +1 -0
  195. package/cr/state.d.ts +90 -0
  196. package/cr/state.js +77 -0
  197. package/cr/state.js.map +1 -0
  198. package/cr/tag.d.ts +157 -0
  199. package/cr/tag.js +100 -0
  200. package/cr/tag.js.map +1 -0
  201. package/cr/tags.d.ts +101 -0
  202. package/cr/tags.js +43 -0
  203. package/cr/tags.js.map +1 -0
  204. package/cr/vpcEndpoint.d.ts +92 -0
  205. package/cr/vpcEndpoint.js +88 -0
  206. package/cr/vpcEndpoint.js.map +1 -0
  207. package/cr/vpcEndpoints.d.ts +80 -0
  208. package/cr/vpcEndpoints.js +43 -0
  209. package/cr/vpcEndpoints.js.map +1 -0
  210. package/ebs/index.d.ts +3 -0
  211. package/ebs/index.js +43 -0
  212. package/ebs/index.js.map +1 -0
  213. package/ebs/volume.d.ts +219 -0
  214. package/ebs/volume.js +127 -0
  215. package/ebs/volume.js.map +1 -0
  216. package/ebs/volumeAttach.d.ts +118 -0
  217. package/ebs/volumeAttach.js +87 -0
  218. package/ebs/volumeAttach.js.map +1 -0
  219. package/ebs/volumes.d.ts +125 -0
  220. package/ebs/volumes.js +44 -0
  221. package/ebs/volumes.js.map +1 -0
  222. package/ecs/deploymentSet.d.ts +116 -0
  223. package/ecs/deploymentSet.js +84 -0
  224. package/ecs/deploymentSet.js.map +1 -0
  225. package/ecs/deploymentSetAssociate.d.ts +127 -0
  226. package/ecs/deploymentSetAssociate.js +124 -0
  227. package/ecs/deploymentSetAssociate.js.map +1 -0
  228. package/ecs/deploymentSets.d.ts +94 -0
  229. package/ecs/deploymentSets.js +50 -0
  230. package/ecs/deploymentSets.js.map +1 -0
  231. package/ecs/images.d.ts +130 -0
  232. package/ecs/images.js +45 -0
  233. package/ecs/images.js.map +1 -0
  234. package/ecs/index.d.ts +13 -0
  235. package/ecs/index.js +73 -0
  236. package/ecs/index.js.map +1 -0
  237. package/ecs/instance.d.ts +595 -0
  238. package/ecs/instance.js +218 -0
  239. package/ecs/instance.js.map +1 -0
  240. package/ecs/instances.d.ts +232 -0
  241. package/ecs/instances.js +95 -0
  242. package/ecs/instances.js.map +1 -0
  243. package/ecs/keyPair.d.ts +122 -0
  244. package/ecs/keyPair.js +84 -0
  245. package/ecs/keyPair.js.map +1 -0
  246. package/ecs/keyPairAssociate.d.ts +118 -0
  247. package/ecs/keyPairAssociate.js +115 -0
  248. package/ecs/keyPairAssociate.js.map +1 -0
  249. package/ecs/keyPairs.d.ts +109 -0
  250. package/ecs/keyPairs.js +46 -0
  251. package/ecs/keyPairs.js.map +1 -0
  252. package/ecs/launchTemplate.d.ts +328 -0
  253. package/ecs/launchTemplate.js +125 -0
  254. package/ecs/launchTemplate.js.map +1 -0
  255. package/ecs/launchTemplates.d.ts +95 -0
  256. package/ecs/launchTemplates.js +54 -0
  257. package/ecs/launchTemplates.js.map +1 -0
  258. package/ecs/state.d.ts +135 -0
  259. package/ecs/state.js +116 -0
  260. package/ecs/state.js.map +1 -0
  261. package/ecs/zones.d.ts +62 -0
  262. package/ecs/zones.js +37 -0
  263. package/ecs/zones.js.map +1 -0
  264. package/eip/address.d.ts +197 -0
  265. package/eip/address.js +100 -0
  266. package/eip/address.js.map +1 -0
  267. package/eip/addresses.d.ts +151 -0
  268. package/eip/addresses.js +47 -0
  269. package/eip/addresses.js.map +1 -0
  270. package/eip/associate.d.ts +140 -0
  271. package/eip/associate.js +120 -0
  272. package/eip/associate.js.map +1 -0
  273. package/eip/index.d.ts +3 -0
  274. package/eip/index.js +43 -0
  275. package/eip/index.js.map +1 -0
  276. package/escloud/index.d.ts +4 -0
  277. package/escloud/index.js +40 -0
  278. package/escloud/index.js.map +1 -0
  279. package/escloud/instance.d.ts +104 -0
  280. package/escloud/instance.js +107 -0
  281. package/escloud/instance.js.map +1 -0
  282. package/escloud/instances.d.ts +108 -0
  283. package/escloud/instances.js +43 -0
  284. package/escloud/instances.js.map +1 -0
  285. package/escloud/regions.d.ts +51 -0
  286. package/escloud/regions.js +34 -0
  287. package/escloud/regions.js.map +1 -0
  288. package/escloud/zones.d.ts +62 -0
  289. package/escloud/zones.js +36 -0
  290. package/escloud/zones.js.map +1 -0
  291. package/iam/accessKey.d.ts +135 -0
  292. package/iam/accessKey.js +82 -0
  293. package/iam/accessKey.js.map +1 -0
  294. package/iam/index.d.ts +10 -0
  295. package/iam/index.js +70 -0
  296. package/iam/index.js.map +1 -0
  297. package/iam/loginProfile.d.ts +108 -0
  298. package/iam/loginProfile.js +85 -0
  299. package/iam/loginProfile.js.map +1 -0
  300. package/iam/policies.d.ts +113 -0
  301. package/iam/policies.js +42 -0
  302. package/iam/policies.js.map +1 -0
  303. package/iam/policy.d.ts +127 -0
  304. package/iam/policy.js +90 -0
  305. package/iam/policy.js.map +1 -0
  306. package/iam/role.d.ts +129 -0
  307. package/iam/role.js +93 -0
  308. package/iam/role.js.map +1 -0
  309. package/iam/rolePolicyAttachment.d.ts +107 -0
  310. package/iam/rolePolicyAttachment.js +97 -0
  311. package/iam/rolePolicyAttachment.js.map +1 -0
  312. package/iam/roles.d.ts +81 -0
  313. package/iam/roles.js +37 -0
  314. package/iam/roles.js.map +1 -0
  315. package/iam/user.d.ts +151 -0
  316. package/iam/user.js +91 -0
  317. package/iam/user.js.map +1 -0
  318. package/iam/userPolicyAttachment.d.ts +104 -0
  319. package/iam/userPolicyAttachment.js +94 -0
  320. package/iam/userPolicyAttachment.js.map +1 -0
  321. package/iam/users.d.ts +69 -0
  322. package/iam/users.js +36 -0
  323. package/iam/users.js.map +1 -0
  324. package/index.d.ts +27 -0
  325. package/index.js +85 -0
  326. package/index.js.map +1 -0
  327. package/mongodb/accounts.d.ts +74 -0
  328. package/mongodb/accounts.js +37 -0
  329. package/mongodb/accounts.js.map +1 -0
  330. package/mongodb/endpoint.d.ts +128 -0
  331. package/mongodb/endpoint.js +86 -0
  332. package/mongodb/endpoint.js.map +1 -0
  333. package/mongodb/endpoints.d.ts +62 -0
  334. package/mongodb/endpoints.js +37 -0
  335. package/mongodb/endpoints.js.map +1 -0
  336. package/mongodb/index.d.ts +16 -0
  337. package/mongodb/index.js +72 -0
  338. package/mongodb/index.js.map +1 -0
  339. package/mongodb/instance.d.ts +289 -0
  340. package/mongodb/instance.js +128 -0
  341. package/mongodb/instance.js.map +1 -0
  342. package/mongodb/instanceParameter.d.ts +113 -0
  343. package/mongodb/instanceParameter.js +96 -0
  344. package/mongodb/instanceParameter.js.map +1 -0
  345. package/mongodb/instanceParameterLogs.d.ts +82 -0
  346. package/mongodb/instanceParameterLogs.js +40 -0
  347. package/mongodb/instanceParameterLogs.js.map +1 -0
  348. package/mongodb/instanceParameters.d.ts +88 -0
  349. package/mongodb/instanceParameters.js +40 -0
  350. package/mongodb/instanceParameters.js.map +1 -0
  351. package/mongodb/instances.d.ts +206 -0
  352. package/mongodb/instances.js +50 -0
  353. package/mongodb/instances.js.map +1 -0
  354. package/mongodb/mongoAllowList.d.ts +120 -0
  355. package/mongodb/mongoAllowList.js +87 -0
  356. package/mongodb/mongoAllowList.js.map +1 -0
  357. package/mongodb/mongoAllowListAssociate.d.ts +82 -0
  358. package/mongodb/mongoAllowListAssociate.js +79 -0
  359. package/mongodb/mongoAllowListAssociate.js.map +1 -0
  360. package/mongodb/mongoAllowLists.d.ts +84 -0
  361. package/mongodb/mongoAllowLists.js +39 -0
  362. package/mongodb/mongoAllowLists.js.map +1 -0
  363. package/mongodb/regions.d.ts +51 -0
  364. package/mongodb/regions.js +34 -0
  365. package/mongodb/regions.js.map +1 -0
  366. package/mongodb/specs.d.ts +60 -0
  367. package/mongodb/specs.js +35 -0
  368. package/mongodb/specs.js.map +1 -0
  369. package/mongodb/sslState.d.ts +111 -0
  370. package/mongodb/sslState.js +84 -0
  371. package/mongodb/sslState.js.map +1 -0
  372. package/mongodb/sslStates.d.ts +65 -0
  373. package/mongodb/sslStates.js +36 -0
  374. package/mongodb/sslStates.js.map +1 -0
  375. package/mongodb/zones.d.ts +62 -0
  376. package/mongodb/zones.js +36 -0
  377. package/mongodb/zones.js.map +1 -0
  378. package/nat/dnatEntries.d.ts +144 -0
  379. package/nat/dnatEntries.js +42 -0
  380. package/nat/dnatEntries.js.map +1 -0
  381. package/nat/dnatEntry.d.ts +155 -0
  382. package/nat/dnatEntry.js +108 -0
  383. package/nat/dnatEntry.js.map +1 -0
  384. package/nat/gateway.d.ts +171 -0
  385. package/nat/gateway.js +97 -0
  386. package/nat/gateway.js.map +1 -0
  387. package/nat/gateways.d.ts +146 -0
  388. package/nat/gateways.js +47 -0
  389. package/nat/gateways.js.map +1 -0
  390. package/nat/index.d.ts +6 -0
  391. package/nat/index.js +50 -0
  392. package/nat/index.js.map +1 -0
  393. package/nat/snatEntries.d.ts +122 -0
  394. package/nat/snatEntries.js +42 -0
  395. package/nat/snatEntries.js.map +1 -0
  396. package/nat/snatEntry.d.ts +128 -0
  397. package/nat/snatEntry.js +89 -0
  398. package/nat/snatEntry.js.map +1 -0
  399. package/package.json +29 -0
  400. package/package.json.bak +29 -0
  401. package/privatelink/index.d.ts +12 -0
  402. package/privatelink/index.js +72 -0
  403. package/privatelink/index.js.map +1 -0
  404. package/privatelink/securityGroup.d.ts +82 -0
  405. package/privatelink/securityGroup.js +79 -0
  406. package/privatelink/securityGroup.js.map +1 -0
  407. package/privatelink/vpcEndpoint.d.ts +197 -0
  408. package/privatelink/vpcEndpoint.js +110 -0
  409. package/privatelink/vpcEndpoint.js.map +1 -0
  410. package/privatelink/vpcEndpointConnection.d.ts +131 -0
  411. package/privatelink/vpcEndpointConnection.js +91 -0
  412. package/privatelink/vpcEndpointConnection.js.map +1 -0
  413. package/privatelink/vpcEndpointConnections.d.ts +90 -0
  414. package/privatelink/vpcEndpointConnections.js +39 -0
  415. package/privatelink/vpcEndpointConnections.js.map +1 -0
  416. package/privatelink/vpcEndpointService.d.ts +171 -0
  417. package/privatelink/vpcEndpointService.js +100 -0
  418. package/privatelink/vpcEndpointService.js.map +1 -0
  419. package/privatelink/vpcEndpointServicePermission.d.ts +86 -0
  420. package/privatelink/vpcEndpointServicePermission.js +83 -0
  421. package/privatelink/vpcEndpointServicePermission.js.map +1 -0
  422. package/privatelink/vpcEndpointServicePermissions.d.ts +74 -0
  423. package/privatelink/vpcEndpointServicePermissions.js +37 -0
  424. package/privatelink/vpcEndpointServicePermissions.js.map +1 -0
  425. package/privatelink/vpcEndpointServiceResource.d.ts +90 -0
  426. package/privatelink/vpcEndpointServiceResource.js +87 -0
  427. package/privatelink/vpcEndpointServiceResource.js.map +1 -0
  428. package/privatelink/vpcEndpointServices.d.ts +86 -0
  429. package/privatelink/vpcEndpointServices.js +42 -0
  430. package/privatelink/vpcEndpointServices.js.map +1 -0
  431. package/privatelink/vpcEndpointZone.d.ts +127 -0
  432. package/privatelink/vpcEndpointZone.js +90 -0
  433. package/privatelink/vpcEndpointZone.js.map +1 -0
  434. package/privatelink/vpcEndpointZones.d.ts +62 -0
  435. package/privatelink/vpcEndpointZones.js +37 -0
  436. package/privatelink/vpcEndpointZones.js.map +1 -0
  437. package/privatelink/vpcEndpoints.d.ts +119 -0
  438. package/privatelink/vpcEndpoints.js +42 -0
  439. package/privatelink/vpcEndpoints.js.map +1 -0
  440. package/provider.d.ts +95 -0
  441. package/provider.js +54 -0
  442. package/provider.js.map +1 -0
  443. package/rds/account.d.ts +144 -0
  444. package/rds/account.js +91 -0
  445. package/rds/account.js.map +1 -0
  446. package/rds/accountPrivilege.d.ts +131 -0
  447. package/rds/accountPrivilege.js +105 -0
  448. package/rds/accountPrivilege.js.map +1 -0
  449. package/rds/accounts.d.ts +83 -0
  450. package/rds/accounts.js +38 -0
  451. package/rds/accounts.js.map +1 -0
  452. package/rds/database.d.ts +113 -0
  453. package/rds/database.js +85 -0
  454. package/rds/database.js.map +1 -0
  455. package/rds/databases.d.ts +83 -0
  456. package/rds/databases.js +38 -0
  457. package/rds/databases.js.map +1 -0
  458. package/rds/index.d.ts +11 -0
  459. package/rds/index.js +67 -0
  460. package/rds/index.js.map +1 -0
  461. package/rds/instance.d.ts +403 -0
  462. package/rds/instance.js +145 -0
  463. package/rds/instance.js.map +1 -0
  464. package/rds/instances.d.ts +140 -0
  465. package/rds/instances.js +44 -0
  466. package/rds/instances.js.map +1 -0
  467. package/rds/ipList.d.ts +98 -0
  468. package/rds/ipList.js +88 -0
  469. package/rds/ipList.js.map +1 -0
  470. package/rds/ipLists.d.ts +71 -0
  471. package/rds/ipLists.js +37 -0
  472. package/rds/ipLists.js.map +1 -0
  473. package/rds/parameterTemplate.d.ts +144 -0
  474. package/rds/parameterTemplate.js +101 -0
  475. package/rds/parameterTemplate.js.map +1 -0
  476. package/rds/parameterTemplates.d.ts +117 -0
  477. package/rds/parameterTemplates.js +39 -0
  478. package/rds/parameterTemplates.js.map +1 -0
  479. package/rds_mysql/account.d.ts +157 -0
  480. package/rds_mysql/account.js +93 -0
  481. package/rds_mysql/account.js.map +1 -0
  482. package/rds_mysql/accounts.d.ts +84 -0
  483. package/rds_mysql/accounts.js +39 -0
  484. package/rds_mysql/accounts.js.map +1 -0
  485. package/rds_mysql/allowlist.d.ts +115 -0
  486. package/rds_mysql/allowlist.js +86 -0
  487. package/rds_mysql/allowlist.js.map +1 -0
  488. package/rds_mysql/allowlistAssociate.d.ts +82 -0
  489. package/rds_mysql/allowlistAssociate.js +79 -0
  490. package/rds_mysql/allowlistAssociate.js.map +1 -0
  491. package/rds_mysql/allowlists.d.ts +74 -0
  492. package/rds_mysql/allowlists.js +37 -0
  493. package/rds_mysql/allowlists.js.map +1 -0
  494. package/rds_mysql/database.d.ts +113 -0
  495. package/rds_mysql/database.js +82 -0
  496. package/rds_mysql/database.js.map +1 -0
  497. package/rds_mysql/databases.d.ts +84 -0
  498. package/rds_mysql/databases.js +39 -0
  499. package/rds_mysql/databases.js.map +1 -0
  500. package/rds_mysql/index.d.ts +10 -0
  501. package/rds_mysql/index.js +66 -0
  502. package/rds_mysql/index.js.map +1 -0
  503. package/rds_mysql/instance.d.ts +412 -0
  504. package/rds_mysql/instance.js +179 -0
  505. package/rds_mysql/instance.js.map +1 -0
  506. package/rds_mysql/instanceReadonlyNode.d.ts +103 -0
  507. package/rds_mysql/instanceReadonlyNode.js +87 -0
  508. package/rds_mysql/instanceReadonlyNode.js.map +1 -0
  509. package/rds_mysql/instances.d.ts +154 -0
  510. package/rds_mysql/instances.js +45 -0
  511. package/rds_mysql/instances.js.map +1 -0
  512. package/rds_v2/index.d.ts +2 -0
  513. package/rds_v2/index.js +38 -0
  514. package/rds_v2/index.js.map +1 -0
  515. package/rds_v2/rdsInstanceV2.d.ts +289 -0
  516. package/rds_v2/rdsInstanceV2.js +145 -0
  517. package/rds_v2/rdsInstanceV2.js.map +1 -0
  518. package/rds_v2/rdsInstancesV2.d.ts +234 -0
  519. package/rds_v2/rdsInstancesV2.js +44 -0
  520. package/rds_v2/rdsInstancesV2.js.map +1 -0
  521. package/redis/account.d.ts +121 -0
  522. package/redis/account.js +94 -0
  523. package/redis/account.js.map +1 -0
  524. package/redis/accounts.d.ts +77 -0
  525. package/redis/accounts.js +37 -0
  526. package/redis/accounts.js.map +1 -0
  527. package/redis/allowList.d.ts +141 -0
  528. package/redis/allowList.js +97 -0
  529. package/redis/allowList.js.map +1 -0
  530. package/redis/allowListAssociate.d.ts +86 -0
  531. package/redis/allowListAssociate.js +83 -0
  532. package/redis/allowListAssociate.js.map +1 -0
  533. package/redis/allowLists.d.ts +83 -0
  534. package/redis/allowLists.js +38 -0
  535. package/redis/allowLists.js.map +1 -0
  536. package/redis/backup.d.ts +134 -0
  537. package/redis/backup.js +89 -0
  538. package/redis/backup.js.map +1 -0
  539. package/redis/backupRestore.d.ts +94 -0
  540. package/redis/backupRestore.js +81 -0
  541. package/redis/backupRestore.js.map +1 -0
  542. package/redis/backups.d.ts +99 -0
  543. package/redis/backups.js +40 -0
  544. package/redis/backups.js.map +1 -0
  545. package/redis/continuousBackup.d.ts +69 -0
  546. package/redis/continuousBackup.js +73 -0
  547. package/redis/continuousBackup.js.map +1 -0
  548. package/redis/endpoint.d.ts +82 -0
  549. package/redis/endpoint.js +79 -0
  550. package/redis/endpoint.js.map +1 -0
  551. package/redis/index.d.ts +16 -0
  552. package/redis/index.js +84 -0
  553. package/redis/index.js.map +1 -0
  554. package/redis/instance.d.ts +392 -0
  555. package/redis/instance.js +181 -0
  556. package/redis/instance.js.map +1 -0
  557. package/redis/instances.d.ts +179 -0
  558. package/redis/instances.js +47 -0
  559. package/redis/instances.js.map +1 -0
  560. package/redis/pitrTimeWindows.d.ts +31 -0
  561. package/redis/pitrTimeWindows.js +23 -0
  562. package/redis/pitrTimeWindows.js.map +1 -0
  563. package/redis/regions.d.ts +65 -0
  564. package/redis/regions.js +37 -0
  565. package/redis/regions.js.map +1 -0
  566. package/redis/state.d.ts +82 -0
  567. package/redis/state.js +79 -0
  568. package/redis/state.js.map +1 -0
  569. package/redis/zones.d.ts +62 -0
  570. package/redis/zones.js +36 -0
  571. package/redis/zones.js.map +1 -0
  572. package/scripts/install-pulumi-plugin.js +26 -0
  573. package/tls/alarm.d.ts +222 -0
  574. package/tls/alarm.js +134 -0
  575. package/tls/alarm.js.map +1 -0
  576. package/tls/alarmNotifyGroup.d.ts +126 -0
  577. package/tls/alarmNotifyGroup.js +99 -0
  578. package/tls/alarmNotifyGroup.js.map +1 -0
  579. package/tls/alarmNotifyGroups.d.ts +96 -0
  580. package/tls/alarmNotifyGroups.js +38 -0
  581. package/tls/alarmNotifyGroups.js.map +1 -0
  582. package/tls/alarms.d.ts +125 -0
  583. package/tls/alarms.js +41 -0
  584. package/tls/alarms.js.map +1 -0
  585. package/tls/host.d.ts +82 -0
  586. package/tls/host.js +79 -0
  587. package/tls/host.js.map +1 -0
  588. package/tls/hostGroup.d.ts +225 -0
  589. package/tls/hostGroup.js +110 -0
  590. package/tls/hostGroup.js.map +1 -0
  591. package/tls/hostGroups.d.ts +126 -0
  592. package/tls/hostGroups.js +43 -0
  593. package/tls/hostGroups.js.map +1 -0
  594. package/tls/hosts.d.ts +89 -0
  595. package/tls/hosts.js +38 -0
  596. package/tls/hosts.js.map +1 -0
  597. package/tls/index.d.ts +21 -0
  598. package/tls/index.js +93 -0
  599. package/tls/index.js.map +1 -0
  600. package/tls/index_.d.ts +143 -0
  601. package/tls/index_.js +114 -0
  602. package/tls/index_.js.map +1 -0
  603. package/tls/indexes.d.ts +62 -0
  604. package/tls/indexes.js +36 -0
  605. package/tls/indexes.js.map +1 -0
  606. package/tls/kafkaConsumer.d.ts +85 -0
  607. package/tls/kafkaConsumer.js +77 -0
  608. package/tls/kafkaConsumer.js.map +1 -0
  609. package/tls/kafkaConsumers.d.ts +66 -0
  610. package/tls/kafkaConsumers.js +41 -0
  611. package/tls/kafkaConsumers.js.map +1 -0
  612. package/tls/project.d.ts +136 -0
  613. package/tls/project.js +91 -0
  614. package/tls/project.js.map +1 -0
  615. package/tls/projects.d.ts +119 -0
  616. package/tls/projects.js +42 -0
  617. package/tls/projects.js.map +1 -0
  618. package/tls/rule.d.ts +284 -0
  619. package/tls/rule.js +194 -0
  620. package/tls/rule.js.map +1 -0
  621. package/tls/ruleApplier.d.ts +82 -0
  622. package/tls/ruleApplier.js +79 -0
  623. package/tls/ruleApplier.js.map +1 -0
  624. package/tls/ruleAppliers.d.ts +62 -0
  625. package/tls/ruleAppliers.js +36 -0
  626. package/tls/ruleAppliers.js.map +1 -0
  627. package/tls/rules.d.ts +110 -0
  628. package/tls/rules.js +40 -0
  629. package/tls/rules.js.map +1 -0
  630. package/tls/shards.d.ts +65 -0
  631. package/tls/shards.js +36 -0
  632. package/tls/shards.js.map +1 -0
  633. package/tls/topic.d.ts +219 -0
  634. package/tls/topic.js +119 -0
  635. package/tls/topic.js.map +1 -0
  636. package/tls/topics.d.ts +120 -0
  637. package/tls/topics.js +42 -0
  638. package/tls/topics.js.map +1 -0
  639. package/tos/bucket.d.ts +163 -0
  640. package/tos/bucket.js +102 -0
  641. package/tos/bucket.js.map +1 -0
  642. package/tos/bucketObject.d.ts +198 -0
  643. package/tos/bucketObject.js +115 -0
  644. package/tos/bucketObject.js.map +1 -0
  645. package/tos/bucketObjects.d.ts +80 -0
  646. package/tos/bucketObjects.js +38 -0
  647. package/tos/bucketObjects.js.map +1 -0
  648. package/tos/bucketPolicy.d.ts +93 -0
  649. package/tos/bucketPolicy.js +87 -0
  650. package/tos/bucketPolicy.js.map +1 -0
  651. package/tos/buckets.d.ts +71 -0
  652. package/tos/buckets.js +38 -0
  653. package/tos/buckets.js.map +1 -0
  654. package/tos/index.d.ts +5 -0
  655. package/tos/index.js +49 -0
  656. package/tos/index.js.map +1 -0
  657. package/types/index.d.ts +3 -0
  658. package/types/index.js +11 -0
  659. package/types/index.js.map +1 -0
  660. package/types/input.d.ts +2754 -0
  661. package/types/input.js +5 -0
  662. package/types/input.js.map +1 -0
  663. package/types/output.d.ts +11698 -0
  664. package/types/output.js +5 -0
  665. package/types/output.js.map +1 -0
  666. package/utilities.d.ts +4 -0
  667. package/utilities.js +57 -0
  668. package/utilities.js.map +1 -0
  669. package/veenedge/availableResources.d.ts +82 -0
  670. package/veenedge/availableResources.js +40 -0
  671. package/veenedge/availableResources.js.map +1 -0
  672. package/veenedge/cloudServer.d.ts +267 -0
  673. package/veenedge/cloudServer.js +161 -0
  674. package/veenedge/cloudServer.js.map +1 -0
  675. package/veenedge/cloudServers.d.ts +69 -0
  676. package/veenedge/cloudServers.js +36 -0
  677. package/veenedge/cloudServers.js.map +1 -0
  678. package/veenedge/index.d.ts +8 -0
  679. package/veenedge/index.js +52 -0
  680. package/veenedge/index.js.map +1 -0
  681. package/veenedge/instance.d.ts +170 -0
  682. package/veenedge/instance.js +91 -0
  683. package/veenedge/instance.js.map +1 -0
  684. package/veenedge/instanceTypes.d.ts +51 -0
  685. package/veenedge/instanceTypes.js +34 -0
  686. package/veenedge/instanceTypes.js.map +1 -0
  687. package/veenedge/instances.d.ts +92 -0
  688. package/veenedge/instances.js +43 -0
  689. package/veenedge/instances.js.map +1 -0
  690. package/veenedge/vpc.d.ts +108 -0
  691. package/veenedge/vpc.js +88 -0
  692. package/veenedge/vpc.js.map +1 -0
  693. package/veenedge/vpcs.d.ts +69 -0
  694. package/veenedge/vpcs.js +36 -0
  695. package/veenedge/vpcs.js.map +1 -0
  696. package/vke/addon.d.ts +135 -0
  697. package/vke/addon.js +89 -0
  698. package/vke/addon.js.map +1 -0
  699. package/vke/addons.d.ts +125 -0
  700. package/vke/addons.js +44 -0
  701. package/vke/addons.js.map +1 -0
  702. package/vke/cluster.d.ts +243 -0
  703. package/vke/cluster.js +144 -0
  704. package/vke/cluster.js.map +1 -0
  705. package/vke/clusters.d.ts +165 -0
  706. package/vke/clusters.js +51 -0
  707. package/vke/clusters.js.map +1 -0
  708. package/vke/defaultNodePool.d.ts +185 -0
  709. package/vke/defaultNodePool.js +148 -0
  710. package/vke/defaultNodePool.js.map +1 -0
  711. package/vke/defaultNodePoolBatchAttach.d.ts +248 -0
  712. package/vke/defaultNodePoolBatchAttach.js +206 -0
  713. package/vke/defaultNodePoolBatchAttach.js.map +1 -0
  714. package/vke/index.d.ts +13 -0
  715. package/vke/index.js +73 -0
  716. package/vke/index.js.map +1 -0
  717. package/vke/kubeconfig.d.ts +94 -0
  718. package/vke/kubeconfig.js +81 -0
  719. package/vke/kubeconfig.js.map +1 -0
  720. package/vke/kubeconfigs.d.ts +111 -0
  721. package/vke/kubeconfigs.js +46 -0
  722. package/vke/kubeconfigs.js.map +1 -0
  723. package/vke/node.d.ts +294 -0
  724. package/vke/node.js +210 -0
  725. package/vke/node.js.map +1 -0
  726. package/vke/nodePool.d.ts +187 -0
  727. package/vke/nodePool.js +133 -0
  728. package/vke/nodePool.js.map +1 -0
  729. package/vke/nodePools.d.ts +159 -0
  730. package/vke/nodePools.js +47 -0
  731. package/vke/nodePools.js.map +1 -0
  732. package/vke/nodes.d.ts +145 -0
  733. package/vke/nodes.js +58 -0
  734. package/vke/nodes.js.map +1 -0
  735. package/vke/supportAddons.d.ts +126 -0
  736. package/vke/supportAddons.js +44 -0
  737. package/vke/supportAddons.js.map +1 -0
  738. package/vpc/index.d.ts +24 -0
  739. package/vpc/index.js +108 -0
  740. package/vpc/index.js.map +1 -0
  741. package/vpc/ipv6AddressBandwidth.d.ts +197 -0
  742. package/vpc/ipv6AddressBandwidth.js +112 -0
  743. package/vpc/ipv6AddressBandwidth.js.map +1 -0
  744. package/vpc/ipv6AddressBandwidths.d.ts +122 -0
  745. package/vpc/ipv6AddressBandwidths.js +43 -0
  746. package/vpc/ipv6AddressBandwidths.js.map +1 -0
  747. package/vpc/ipv6Addresses.d.ts +62 -0
  748. package/vpc/ipv6Addresses.js +37 -0
  749. package/vpc/ipv6Addresses.js.map +1 -0
  750. package/vpc/ipv6Gateway.d.ts +126 -0
  751. package/vpc/ipv6Gateway.js +86 -0
  752. package/vpc/ipv6Gateway.js.map +1 -0
  753. package/vpc/ipv6Gateways.d.ts +92 -0
  754. package/vpc/ipv6Gateways.js +40 -0
  755. package/vpc/ipv6Gateways.js.map +1 -0
  756. package/vpc/networkAcl.d.ts +153 -0
  757. package/vpc/networkAcl.js +106 -0
  758. package/vpc/networkAcl.js.map +1 -0
  759. package/vpc/networkAclAssociate.d.ts +86 -0
  760. package/vpc/networkAclAssociate.js +83 -0
  761. package/vpc/networkAclAssociate.js.map +1 -0
  762. package/vpc/networkAcls.d.ts +107 -0
  763. package/vpc/networkAcls.js +44 -0
  764. package/vpc/networkAcls.js.map +1 -0
  765. package/vpc/networkInterface.d.ts +193 -0
  766. package/vpc/networkInterface.js +103 -0
  767. package/vpc/networkInterface.js.map +1 -0
  768. package/vpc/networkInterfaceAttach.d.ts +82 -0
  769. package/vpc/networkInterfaceAttach.js +79 -0
  770. package/vpc/networkInterfaceAttach.js.map +1 -0
  771. package/vpc/networkInterfaces.d.ts +203 -0
  772. package/vpc/networkInterfaces.js +50 -0
  773. package/vpc/networkInterfaces.js.map +1 -0
  774. package/vpc/routeEntries.d.ts +132 -0
  775. package/vpc/routeEntries.js +43 -0
  776. package/vpc/routeEntries.js.map +1 -0
  777. package/vpc/routeEntry.d.ts +150 -0
  778. package/vpc/routeEntry.js +101 -0
  779. package/vpc/routeEntry.js.map +1 -0
  780. package/vpc/routeTable.d.ts +108 -0
  781. package/vpc/routeTable.js +82 -0
  782. package/vpc/routeTable.js.map +1 -0
  783. package/vpc/routeTableAssociate.d.ts +82 -0
  784. package/vpc/routeTableAssociate.js +79 -0
  785. package/vpc/routeTableAssociate.js.map +1 -0
  786. package/vpc/routeTables.d.ts +102 -0
  787. package/vpc/routeTables.js +44 -0
  788. package/vpc/routeTables.js.map +1 -0
  789. package/vpc/securityGroup.d.ts +135 -0
  790. package/vpc/securityGroup.js +86 -0
  791. package/vpc/securityGroup.js.map +1 -0
  792. package/vpc/securityGroupRule.d.ts +230 -0
  793. package/vpc/securityGroupRule.js +150 -0
  794. package/vpc/securityGroupRule.js.map +1 -0
  795. package/vpc/securityGroupRules.d.ts +109 -0
  796. package/vpc/securityGroupRules.js +40 -0
  797. package/vpc/securityGroupRules.js.map +1 -0
  798. package/vpc/securityGroups.d.ts +116 -0
  799. package/vpc/securityGroups.js +42 -0
  800. package/vpc/securityGroups.js.map +1 -0
  801. package/vpc/subnet.d.ts +160 -0
  802. package/vpc/subnet.js +98 -0
  803. package/vpc/subnet.js.map +1 -0
  804. package/vpc/subnets.d.ts +119 -0
  805. package/vpc/subnets.js +42 -0
  806. package/vpc/subnets.js.map +1 -0
  807. package/vpc/vpc.d.ts +248 -0
  808. package/vpc/vpc.js +115 -0
  809. package/vpc/vpc.js.map +1 -0
  810. package/vpc/vpcs.d.ts +107 -0
  811. package/vpc/vpcs.js +41 -0
  812. package/vpc/vpcs.js.map +1 -0
  813. package/vpn/connection.d.ts +482 -0
  814. package/vpn/connection.js +177 -0
  815. package/vpn/connection.js.map +1 -0
  816. package/vpn/connections.d.ts +104 -0
  817. package/vpn/connections.js +41 -0
  818. package/vpn/connections.js.map +1 -0
  819. package/vpn/customerGateway.d.ts +156 -0
  820. package/vpn/customerGateway.js +94 -0
  821. package/vpn/customerGateway.js.map +1 -0
  822. package/vpn/customerGateways.d.ts +92 -0
  823. package/vpn/customerGateways.js +40 -0
  824. package/vpn/customerGateways.js.map +1 -0
  825. package/vpn/gateway.d.ts +281 -0
  826. package/vpn/gateway.js +126 -0
  827. package/vpn/gateway.js.map +1 -0
  828. package/vpn/gatewayRoute.d.ts +127 -0
  829. package/vpn/gatewayRoute.js +93 -0
  830. package/vpn/gatewayRoute.js.map +1 -0
  831. package/vpn/gatewayRoutes.d.ts +98 -0
  832. package/vpn/gatewayRoutes.js +40 -0
  833. package/vpn/gatewayRoutes.js.map +1 -0
  834. package/vpn/gateways.d.ts +125 -0
  835. package/vpn/gateways.js +43 -0
  836. package/vpn/gateways.js.map +1 -0
  837. package/vpn/index.d.ts +8 -0
  838. package/vpn/index.js +56 -0
  839. package/vpn/index.js.map +1 -0
@@ -0,0 +1,2754 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs } from "../types";
3
+ export declare namespace autoscaling {
4
+ interface ScalingConfigurationTag {
5
+ /**
6
+ * The Key of Tags.
7
+ */
8
+ key: pulumi.Input<string>;
9
+ /**
10
+ * The Value of Tags.
11
+ */
12
+ value: pulumi.Input<string>;
13
+ }
14
+ interface ScalingConfigurationVolume {
15
+ /**
16
+ * The delete with instance flag of volume. Valid values: true, false. Default value: true.
17
+ */
18
+ deleteWithInstance?: pulumi.Input<boolean>;
19
+ /**
20
+ * The size of volume. System disk value range: 10 - 500. The value range of the data disk: 10 - 8192.
21
+ */
22
+ size: pulumi.Input<number>;
23
+ /**
24
+ * The type of volume.
25
+ */
26
+ volumeType: pulumi.Input<string>;
27
+ }
28
+ interface ScalingGroupServerGroupAttribute {
29
+ loadBalancerId?: pulumi.Input<string>;
30
+ /**
31
+ * The port receiving request of the server group. Value range: 1 ~ 65535.
32
+ */
33
+ port: pulumi.Input<number>;
34
+ /**
35
+ * The id of the server group.
36
+ */
37
+ serverGroupId: pulumi.Input<string>;
38
+ /**
39
+ * The weight of the instance. Value range: 0 ~ 100.
40
+ */
41
+ weight: pulumi.Input<number>;
42
+ }
43
+ interface ScalingGroupTag {
44
+ /**
45
+ * The Key of Tags.
46
+ */
47
+ key: pulumi.Input<string>;
48
+ /**
49
+ * The Value of Tags.
50
+ */
51
+ value: pulumi.Input<string>;
52
+ }
53
+ }
54
+ export declare namespace bioos {
55
+ interface ClusterSharedConfig {
56
+ /**
57
+ * Whether to enable a shared cluster.
58
+ */
59
+ enable: pulumi.Input<boolean>;
60
+ }
61
+ interface ClusterVkeConfig {
62
+ /**
63
+ * The id of the vke cluster.
64
+ */
65
+ clusterId: pulumi.Input<string>;
66
+ /**
67
+ * The name of the StorageClass that the vke cluster has installed.
68
+ */
69
+ storageClass: pulumi.Input<string>;
70
+ }
71
+ }
72
+ export declare namespace cen {
73
+ interface BandwidthPackageTag {
74
+ /**
75
+ * The Key of Tags.
76
+ */
77
+ key: pulumi.Input<string>;
78
+ /**
79
+ * The Value of Tags.
80
+ */
81
+ value: pulumi.Input<string>;
82
+ }
83
+ interface BandwidthPackagesTag {
84
+ /**
85
+ * The Key of Tags.
86
+ */
87
+ key: string;
88
+ /**
89
+ * The Value of Tags.
90
+ */
91
+ value: string;
92
+ }
93
+ interface BandwidthPackagesTagArgs {
94
+ /**
95
+ * The Key of Tags.
96
+ */
97
+ key: pulumi.Input<string>;
98
+ /**
99
+ * The Value of Tags.
100
+ */
101
+ value: pulumi.Input<string>;
102
+ }
103
+ interface CenTag {
104
+ /**
105
+ * The Key of Tags.
106
+ */
107
+ key: pulumi.Input<string>;
108
+ /**
109
+ * The Value of Tags.
110
+ */
111
+ value: pulumi.Input<string>;
112
+ }
113
+ interface CensTag {
114
+ /**
115
+ * The Key of Tags.
116
+ */
117
+ key: string;
118
+ /**
119
+ * The Value of Tags.
120
+ */
121
+ value: string;
122
+ }
123
+ interface CensTagArgs {
124
+ /**
125
+ * The Key of Tags.
126
+ */
127
+ key: pulumi.Input<string>;
128
+ /**
129
+ * The Value of Tags.
130
+ */
131
+ value: pulumi.Input<string>;
132
+ }
133
+ interface ServiceRouteEntryPublishToInstance {
134
+ /**
135
+ * Cloud service access routes need to publish the network instance ID.
136
+ */
137
+ instanceId?: pulumi.Input<string>;
138
+ /**
139
+ * The region where the cloud service access route needs to be published.
140
+ */
141
+ instanceRegionId?: pulumi.Input<string>;
142
+ /**
143
+ * The network instance type that needs to be published for cloud service access routes. The values are as follows: `VPC`, `DCGW`.
144
+ */
145
+ instanceType?: pulumi.Input<string>;
146
+ }
147
+ }
148
+ export declare namespace clb {
149
+ interface AclAclEntry {
150
+ /**
151
+ * The description of the AclEntry.
152
+ */
153
+ description?: pulumi.Input<string>;
154
+ /**
155
+ * The content of the AclEntry.
156
+ */
157
+ entry: pulumi.Input<string>;
158
+ }
159
+ interface CertificateTag {
160
+ /**
161
+ * The Key of Tags.
162
+ */
163
+ key: pulumi.Input<string>;
164
+ /**
165
+ * The Value of Tags.
166
+ */
167
+ value: pulumi.Input<string>;
168
+ }
169
+ interface CertificatesTag {
170
+ /**
171
+ * The Key of Tags.
172
+ */
173
+ key: string;
174
+ /**
175
+ * The Value of Tags.
176
+ */
177
+ value: string;
178
+ }
179
+ interface CertificatesTagArgs {
180
+ /**
181
+ * The Key of Tags.
182
+ */
183
+ key: pulumi.Input<string>;
184
+ /**
185
+ * The Value of Tags.
186
+ */
187
+ value: pulumi.Input<string>;
188
+ }
189
+ interface ClbEipBillingConfig {
190
+ /**
191
+ * The peek bandwidth of the EIP which automatically assigned to CLB. The value range in 1~500 for PostPaidByBandwidth, and 1~200 for PostPaidByTraffic.
192
+ */
193
+ bandwidth?: pulumi.Input<number>;
194
+ /**
195
+ * The billing type of the EIP which automatically assigned to CLB. And optional choice contains `PostPaidByBandwidth` or `PostPaidByTraffic` or `PrePaid`.When creating a `PrePaid` public CLB, this field must be specified as `PrePaid` simultaneously.When the LoadBalancerBillingType changes from `PostPaid` to `PrePaid`, please manually modify the value of this field to `PrePaid` simultaneously.
196
+ */
197
+ eipBillingType: pulumi.Input<string>;
198
+ /**
199
+ * The ISP of the EIP which automatically associated to CLB, the value can be `BGP`.
200
+ */
201
+ isp: pulumi.Input<string>;
202
+ }
203
+ interface ClbTag {
204
+ /**
205
+ * The Key of Tags.
206
+ */
207
+ key: pulumi.Input<string>;
208
+ /**
209
+ * The Value of Tags.
210
+ */
211
+ value: pulumi.Input<string>;
212
+ }
213
+ interface ClbsTag {
214
+ /**
215
+ * The Key of Tags.
216
+ */
217
+ key: string;
218
+ /**
219
+ * The Value of Tags.
220
+ */
221
+ value: string;
222
+ }
223
+ interface ClbsTagArgs {
224
+ /**
225
+ * The Key of Tags.
226
+ */
227
+ key: pulumi.Input<string>;
228
+ /**
229
+ * The Value of Tags.
230
+ */
231
+ value: pulumi.Input<string>;
232
+ }
233
+ interface ListenerHealthCheck {
234
+ /**
235
+ * The domain of health check.
236
+ */
237
+ domain?: pulumi.Input<string>;
238
+ /**
239
+ * The enable status of health check function. Optional choice contains `on`, `off`.
240
+ */
241
+ enabled?: pulumi.Input<string>;
242
+ /**
243
+ * The healthy threshold of health check, default 3, range in 2~10.
244
+ */
245
+ healthyThreshold?: pulumi.Input<number>;
246
+ /**
247
+ * The normal http status code of health check, the value can be `http2xx` or `http3xx` or `http4xx` or `http5xx`.
248
+ */
249
+ httpCode?: pulumi.Input<string>;
250
+ /**
251
+ * The interval executing health check, default 2, range in 1~300.
252
+ */
253
+ interval?: pulumi.Input<number>;
254
+ /**
255
+ * The method of health check, the value can be `GET` or `HEAD`.
256
+ */
257
+ method?: pulumi.Input<string>;
258
+ /**
259
+ * The response timeout of health check, default 2, range in 1~60..
260
+ */
261
+ timeout?: pulumi.Input<number>;
262
+ /**
263
+ * The UDP expect of health check. This field must be specified simultaneously with field `udpRequest`.
264
+ */
265
+ udpExpect?: pulumi.Input<string>;
266
+ /**
267
+ * The UDP request of health check. This field must be specified simultaneously with field `udpExpect`.
268
+ */
269
+ udpRequest?: pulumi.Input<string>;
270
+ /**
271
+ * The unhealthy threshold of health check, default 3, range in 2~10.
272
+ */
273
+ unHealthyThreshold?: pulumi.Input<number>;
274
+ /**
275
+ * The uri of health check.
276
+ */
277
+ uri?: pulumi.Input<string>;
278
+ }
279
+ }
280
+ export declare namespace cr {
281
+ interface RegistriesStatus {
282
+ /**
283
+ * The condition of registry.
284
+ */
285
+ condition?: string;
286
+ /**
287
+ * The phase of status.
288
+ */
289
+ phase?: string;
290
+ }
291
+ interface RegistriesStatusArgs {
292
+ /**
293
+ * The condition of registry.
294
+ */
295
+ condition?: pulumi.Input<string>;
296
+ /**
297
+ * The phase of status.
298
+ */
299
+ phase?: pulumi.Input<string>;
300
+ }
301
+ interface RegistryDomain {
302
+ /**
303
+ * The domain of registry.
304
+ */
305
+ domain?: pulumi.Input<string>;
306
+ /**
307
+ * The type of registry.
308
+ */
309
+ type?: pulumi.Input<string>;
310
+ }
311
+ interface RegistryStatus {
312
+ /**
313
+ * The condition of registry.
314
+ */
315
+ conditions?: pulumi.Input<pulumi.Input<string>[]>;
316
+ /**
317
+ * The phase status of registry.
318
+ */
319
+ phase?: pulumi.Input<string>;
320
+ }
321
+ interface StateStatus {
322
+ /**
323
+ * The condition of instance.
324
+ */
325
+ conditions?: pulumi.Input<pulumi.Input<string>[]>;
326
+ /**
327
+ * The phase status of instance.
328
+ */
329
+ phase?: pulumi.Input<string>;
330
+ }
331
+ interface TagChartAttribute {
332
+ /**
333
+ * The Helm version.
334
+ */
335
+ apiVersion?: pulumi.Input<string>;
336
+ /**
337
+ * The name of OCI product.
338
+ */
339
+ name?: pulumi.Input<string>;
340
+ /**
341
+ * The Helm Chart version.
342
+ */
343
+ version?: pulumi.Input<string>;
344
+ }
345
+ interface TagImageAttribute {
346
+ /**
347
+ * The image architecture.
348
+ */
349
+ architecture?: pulumi.Input<string>;
350
+ /**
351
+ * The image author.
352
+ */
353
+ author?: pulumi.Input<string>;
354
+ /**
355
+ * The digest of image.
356
+ */
357
+ digest?: pulumi.Input<string>;
358
+ /**
359
+ * The iamge os.
360
+ */
361
+ os?: pulumi.Input<string>;
362
+ }
363
+ interface VpcEndpointVpc {
364
+ /**
365
+ * The id of the account. When you need to expose the Enterprise Edition instance to a VPC under another primary account, you need to specify the ID of the primary account to which the VPC belongs.
366
+ */
367
+ accountId?: pulumi.Input<number>;
368
+ /**
369
+ * The id of the subnet. If not specified, the subnet with the most remaining IPs under the VPC will be automatically selected.
370
+ */
371
+ subnetId?: pulumi.Input<string>;
372
+ /**
373
+ * The id of the vpc.
374
+ */
375
+ vpcId?: pulumi.Input<string>;
376
+ }
377
+ }
378
+ export declare namespace ebs {
379
+ }
380
+ export declare namespace ecs {
381
+ interface InstanceCpuOptions {
382
+ /**
383
+ * The per core of threads.
384
+ */
385
+ threadsPerCore: pulumi.Input<number>;
386
+ }
387
+ interface InstanceDataVolume {
388
+ /**
389
+ * The delete with instance flag of volume.
390
+ */
391
+ deleteWithInstance?: pulumi.Input<boolean>;
392
+ /**
393
+ * The size of volume. The value range of the data volume size is ESSD_PL0: 10~32768, ESSD_FlexPL: 10~32768, PTSSD: 20~8192.
394
+ */
395
+ size: pulumi.Input<number>;
396
+ /**
397
+ * The type of volume, the value is `PTSSD` or `ESSD_PL0` or `ESSD_PL1` or `ESSD_PL2` or `ESSD_FlexPL`.
398
+ */
399
+ volumeType: pulumi.Input<string>;
400
+ }
401
+ interface InstanceGpuDevice {
402
+ /**
403
+ * The Count of GPU device.
404
+ */
405
+ count?: pulumi.Input<number>;
406
+ /**
407
+ * The Encrypted Memory Size of GPU device.
408
+ */
409
+ encryptedMemorySize?: pulumi.Input<number>;
410
+ /**
411
+ * The memory size of ECS instance.
412
+ */
413
+ memorySize?: pulumi.Input<number>;
414
+ /**
415
+ * The Product Name of GPU device.
416
+ */
417
+ productName?: pulumi.Input<string>;
418
+ }
419
+ interface InstanceSecondaryNetworkInterface {
420
+ /**
421
+ * The private ip address of primary networkInterface.
422
+ */
423
+ primaryIpAddress?: pulumi.Input<string>;
424
+ /**
425
+ * The security group ID set of secondary networkInterface.
426
+ */
427
+ securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
428
+ /**
429
+ * The subnet ID of secondary networkInterface.
430
+ */
431
+ subnetId: pulumi.Input<string>;
432
+ }
433
+ interface InstanceTag {
434
+ /**
435
+ * The Key of Tags.
436
+ */
437
+ key: pulumi.Input<string>;
438
+ /**
439
+ * The Value of Tags.
440
+ */
441
+ value: pulumi.Input<string>;
442
+ }
443
+ interface InstancesTag {
444
+ /**
445
+ * The Key of Tags.
446
+ */
447
+ key: string;
448
+ /**
449
+ * The Value of Tags.
450
+ */
451
+ value: string;
452
+ }
453
+ interface InstancesTagArgs {
454
+ /**
455
+ * The Key of Tags.
456
+ */
457
+ key: pulumi.Input<string>;
458
+ /**
459
+ * The Value of Tags.
460
+ */
461
+ value: pulumi.Input<string>;
462
+ }
463
+ interface LaunchTemplateNetworkInterface {
464
+ /**
465
+ * The security group ID associated with the NIC.
466
+ */
467
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
468
+ /**
469
+ * The private network subnet ID of the instance, when creating the instance, supports binding the secondary NIC at the same time.
470
+ */
471
+ subnetId?: pulumi.Input<string>;
472
+ }
473
+ interface LaunchTemplateVolume {
474
+ /**
475
+ * The delete with instance flag of volume. Valid values: true, false. Default value: true.
476
+ */
477
+ deleteWithInstance?: pulumi.Input<boolean>;
478
+ /**
479
+ * The size of volume.
480
+ */
481
+ size?: pulumi.Input<number>;
482
+ /**
483
+ * The type of volume.
484
+ */
485
+ volumeType?: pulumi.Input<string>;
486
+ }
487
+ }
488
+ export declare namespace eip {
489
+ interface AddressTag {
490
+ /**
491
+ * The Key of Tags.
492
+ */
493
+ key: pulumi.Input<string>;
494
+ /**
495
+ * The Value of Tags.
496
+ */
497
+ value: pulumi.Input<string>;
498
+ }
499
+ interface AddressesTag {
500
+ /**
501
+ * The Key of Tags.
502
+ */
503
+ key: string;
504
+ /**
505
+ * The Value of Tags.
506
+ */
507
+ value: string;
508
+ }
509
+ interface AddressesTagArgs {
510
+ /**
511
+ * The Key of Tags.
512
+ */
513
+ key: pulumi.Input<string>;
514
+ /**
515
+ * The Value of Tags.
516
+ */
517
+ value: pulumi.Input<string>;
518
+ }
519
+ }
520
+ export declare namespace escloud {
521
+ interface InstanceInstanceConfiguration {
522
+ /**
523
+ * The password of administrator account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
524
+ */
525
+ adminPassword: pulumi.Input<string>;
526
+ /**
527
+ * The name of administrator account(should be admin).
528
+ */
529
+ adminUserName: pulumi.Input<string>;
530
+ /**
531
+ * The charge type of ESCloud instance, the value can be PostPaid or PrePaid.
532
+ */
533
+ chargeType: pulumi.Input<string>;
534
+ /**
535
+ * Configuration code used for billing.
536
+ */
537
+ configurationCode: pulumi.Input<string>;
538
+ /**
539
+ * Whether Https access is enabled.
540
+ */
541
+ enableHttps: pulumi.Input<boolean>;
542
+ /**
543
+ * Whether the Master node is independent.
544
+ */
545
+ enablePureMaster: pulumi.Input<boolean>;
546
+ /**
547
+ * Whether to force restart when changes are made. If true, it means that the cluster will be forced to restart without paying attention to instance availability. Works only on modified the nodeSpecsAssigns field.
548
+ */
549
+ forceRestartAfterScale?: pulumi.Input<boolean>;
550
+ /**
551
+ * The name of ESCloud instance.
552
+ */
553
+ instanceName?: pulumi.Input<string>;
554
+ /**
555
+ * The maintainable date for the instance. Works only on modified scenes.
556
+ */
557
+ maintenanceDays?: pulumi.Input<pulumi.Input<string>[]>;
558
+ /**
559
+ * The maintainable time period for the instance. Works only on modified scenes.
560
+ */
561
+ maintenanceTime?: pulumi.Input<string>;
562
+ /**
563
+ * The number and configuration of various ESCloud instance node. Kibana NodeSpecsAssign should not be modified.
564
+ */
565
+ nodeSpecsAssigns: pulumi.Input<pulumi.Input<inputs.escloud.InstanceInstanceConfigurationNodeSpecsAssign>[]>;
566
+ /**
567
+ * The project name to which the ESCloud instance belongs.
568
+ */
569
+ projectName?: pulumi.Input<string>;
570
+ /**
571
+ * The region ID of ESCloud instance.
572
+ */
573
+ regionId?: pulumi.Input<string>;
574
+ /**
575
+ * The ID of subnet, the subnet must belong to the AZ selected.
576
+ */
577
+ subnetId: pulumi.Input<string>;
578
+ /**
579
+ * The version of ESCloud instance, the value is V6_7 or V7_10.
580
+ */
581
+ version: pulumi.Input<string>;
582
+ /**
583
+ * The available zone ID of ESCloud instance.
584
+ */
585
+ zoneId?: pulumi.Input<string>;
586
+ /**
587
+ * The zone count of the ESCloud instance used.
588
+ */
589
+ zoneNumber: pulumi.Input<number>;
590
+ }
591
+ interface InstanceInstanceConfigurationNodeSpecsAssign {
592
+ /**
593
+ * The number of node.
594
+ */
595
+ number: pulumi.Input<number>;
596
+ /**
597
+ * The name of compute resource spec, the value is `kibana.x2.small` or `es.x4.medium` or `es.x4.large` or `es.x4.xlarge` or `es.x2.2xlarge` or `es.x4.2xlarge` or `es.x2.3xlarge`.
598
+ */
599
+ resourceSpecName: pulumi.Input<string>;
600
+ /**
601
+ * The size of storage. Kibana NodeSpecsAssign should not specify this field.
602
+ */
603
+ storageSize?: pulumi.Input<number>;
604
+ /**
605
+ * The name of storage spec. Kibana NodeSpecsAssign should not specify this field.
606
+ */
607
+ storageSpecName?: pulumi.Input<string>;
608
+ /**
609
+ * The type of node, the value is `Master` or `Hot` or `Kibana`.
610
+ */
611
+ type: pulumi.Input<string>;
612
+ }
613
+ }
614
+ export declare namespace iam {
615
+ }
616
+ export declare namespace mongodb {
617
+ interface InstanceTag {
618
+ /**
619
+ * The Key of Tags.
620
+ */
621
+ key: pulumi.Input<string>;
622
+ /**
623
+ * The Value of Tags.
624
+ */
625
+ value: pulumi.Input<string>;
626
+ }
627
+ interface InstancesTag {
628
+ /**
629
+ * The Key of Tags.
630
+ */
631
+ key: string;
632
+ /**
633
+ * The Value of Tags.
634
+ */
635
+ value: string;
636
+ }
637
+ interface InstancesTagArgs {
638
+ /**
639
+ * The Key of Tags.
640
+ */
641
+ key: pulumi.Input<string>;
642
+ /**
643
+ * The Value of Tags.
644
+ */
645
+ value: pulumi.Input<string>;
646
+ }
647
+ }
648
+ export declare namespace nat {
649
+ interface GatewayTag {
650
+ /**
651
+ * The Key of Tags.
652
+ */
653
+ key: pulumi.Input<string>;
654
+ /**
655
+ * The Value of Tags.
656
+ */
657
+ value: pulumi.Input<string>;
658
+ }
659
+ interface GatewaysTag {
660
+ /**
661
+ * The Key of Tags.
662
+ */
663
+ key: string;
664
+ /**
665
+ * The Value of Tags.
666
+ */
667
+ value: string;
668
+ }
669
+ interface GatewaysTagArgs {
670
+ /**
671
+ * The Key of Tags.
672
+ */
673
+ key: pulumi.Input<string>;
674
+ /**
675
+ * The Value of Tags.
676
+ */
677
+ value: pulumi.Input<string>;
678
+ }
679
+ }
680
+ export declare namespace privatelink {
681
+ interface VpcEndpointConnectionZone {
682
+ /**
683
+ * The id of the network interface.
684
+ */
685
+ networkInterfaceId?: pulumi.Input<string>;
686
+ /**
687
+ * The ip address of the network interface.
688
+ */
689
+ networkInterfaceIp?: pulumi.Input<string>;
690
+ /**
691
+ * The id of the resource.
692
+ */
693
+ resourceId?: pulumi.Input<string>;
694
+ /**
695
+ * The id of the subnet.
696
+ */
697
+ subnetId?: pulumi.Input<string>;
698
+ /**
699
+ * The domain of the zone.
700
+ */
701
+ zoneDomain?: pulumi.Input<string>;
702
+ /**
703
+ * The id of the zone.
704
+ */
705
+ zoneId?: pulumi.Input<string>;
706
+ /**
707
+ * The status of the zone.
708
+ */
709
+ zoneStatus?: pulumi.Input<string>;
710
+ }
711
+ interface VpcEndpointServiceResource {
712
+ /**
713
+ * The id of resource.
714
+ */
715
+ resourceId: pulumi.Input<string>;
716
+ /**
717
+ * The type of resource.
718
+ */
719
+ resourceType: pulumi.Input<string>;
720
+ }
721
+ }
722
+ export declare namespace rds {
723
+ interface AccountPrivilegeDbPrivilege {
724
+ /**
725
+ * The privilege type of the account.
726
+ */
727
+ accountPrivilege: pulumi.Input<string>;
728
+ /**
729
+ * The privilege string of the account.
730
+ */
731
+ accountPrivilegeStr?: pulumi.Input<string>;
732
+ /**
733
+ * The name of database.
734
+ */
735
+ dbName: pulumi.Input<string>;
736
+ }
737
+ interface InstanceConnectionInfo {
738
+ /**
739
+ * Whether global read-only is enabled.
740
+ */
741
+ enableReadOnly?: pulumi.Input<string>;
742
+ /**
743
+ * Whether read-write separation is enabled.
744
+ */
745
+ enableReadWriteSplitting?: pulumi.Input<string>;
746
+ /**
747
+ * The internal domain of the RDS instance.
748
+ */
749
+ internalDomain?: pulumi.Input<string>;
750
+ /**
751
+ * The interval port of the RDS instance.
752
+ */
753
+ internalPort?: pulumi.Input<string>;
754
+ /**
755
+ * The public domain of the RDS instance.
756
+ */
757
+ publicDomain?: pulumi.Input<string>;
758
+ /**
759
+ * The public port of the RDS instance.
760
+ */
761
+ publicPort?: pulumi.Input<string>;
762
+ }
763
+ interface ParameterTemplateTemplateParam {
764
+ /**
765
+ * Parameter name.
766
+ */
767
+ name?: pulumi.Input<string>;
768
+ /**
769
+ * Parameter running value.
770
+ */
771
+ runningValue?: pulumi.Input<string>;
772
+ }
773
+ }
774
+ export declare namespace rds_mysql {
775
+ interface AccountAccountPrivilege {
776
+ /**
777
+ * The privilege type of the account.
778
+ */
779
+ accountPrivilege: pulumi.Input<string>;
780
+ /**
781
+ * The privilege detail of the account.
782
+ */
783
+ accountPrivilegeDetail?: pulumi.Input<string>;
784
+ /**
785
+ * The name of database.
786
+ */
787
+ dbName: pulumi.Input<string>;
788
+ }
789
+ interface InstanceChargeDetail {
790
+ /**
791
+ * Whether to automatically renew in prepaid scenarios.
792
+ */
793
+ autoRenew?: pulumi.Input<boolean>;
794
+ /**
795
+ * Billing expiry time (yearly and monthly only).
796
+ */
797
+ chargeEndTime?: pulumi.Input<string>;
798
+ /**
799
+ * Billing start time (pay-as-you-go & monthly subscription).
800
+ */
801
+ chargeStartTime?: pulumi.Input<string>;
802
+ /**
803
+ * Pay status. Value:
804
+ * normal - normal
805
+ * overdue - overdue
806
+ * .
807
+ */
808
+ chargeStatus?: pulumi.Input<string>;
809
+ /**
810
+ * Payment type. Value:
811
+ * PostPaid - Pay-As-You-Go
812
+ * PrePaid - Yearly and monthly (default).
813
+ */
814
+ chargeType?: pulumi.Input<string>;
815
+ /**
816
+ * Estimated release time when arrears are closed (pay-as-you-go & monthly subscription).
817
+ */
818
+ overdueReclaimTime?: pulumi.Input<string>;
819
+ /**
820
+ * Shutdown time in arrears (pay-as-you-go & monthly subscription).
821
+ */
822
+ overdueTime?: pulumi.Input<string>;
823
+ /**
824
+ * Purchase duration in prepaid scenarios. Default: 1.
825
+ */
826
+ period?: pulumi.Input<number>;
827
+ /**
828
+ * The purchase cycle in the prepaid scenario.
829
+ * Month - monthly subscription (default)
830
+ * Year - Package year.
831
+ */
832
+ periodUnit?: pulumi.Input<string>;
833
+ }
834
+ interface InstanceChargeInfo {
835
+ /**
836
+ * Whether to automatically renew in prepaid scenarios.
837
+ */
838
+ autoRenew?: pulumi.Input<boolean>;
839
+ /**
840
+ * Payment type. Value:
841
+ * PostPaid - Pay-As-You-Go
842
+ * PrePaid - Yearly and monthly (default).
843
+ */
844
+ chargeType: pulumi.Input<string>;
845
+ /**
846
+ * Purchase duration in prepaid scenarios. Default: 1.
847
+ */
848
+ period?: pulumi.Input<number>;
849
+ /**
850
+ * The purchase cycle in the prepaid scenario.
851
+ * Month - monthly subscription (default)
852
+ * Year - Package year.
853
+ */
854
+ periodUnit?: pulumi.Input<string>;
855
+ }
856
+ interface InstanceEndpoint {
857
+ /**
858
+ * Address list.
859
+ */
860
+ addresses?: pulumi.Input<pulumi.Input<inputs.rds_mysql.InstanceEndpointAddress>[]>;
861
+ /**
862
+ * When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
863
+ */
864
+ autoAddNewNodes?: pulumi.Input<string>;
865
+ /**
866
+ * Address description.
867
+ */
868
+ description?: pulumi.Input<string>;
869
+ /**
870
+ * Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
871
+ */
872
+ enableReadOnly?: pulumi.Input<string>;
873
+ /**
874
+ * Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
875
+ */
876
+ enableReadWriteSplitting?: pulumi.Input<string>;
877
+ /**
878
+ * Instance connection terminal ID.
879
+ */
880
+ endpointId?: pulumi.Input<string>;
881
+ /**
882
+ * The instance connection terminal name.
883
+ */
884
+ endpointName?: pulumi.Input<string>;
885
+ /**
886
+ * Terminal type:
887
+ * Cluster: The default terminal. (created by default)
888
+ * Primary: Primary node terminal.
889
+ * Custom: Custom terminal.
890
+ * Direct: Direct connection to the terminal. (Only the operation and maintenance side)
891
+ * AllNode: All node terminals. (Only the operation and maintenance side).
892
+ */
893
+ endpointType?: pulumi.Input<string>;
894
+ /**
895
+ * The list of nodes configured by the connection terminal and the corresponding read-only weights.
896
+ */
897
+ nodeWeights?: pulumi.Input<pulumi.Input<inputs.rds_mysql.InstanceEndpointNodeWeight>[]>;
898
+ /**
899
+ * Read and write mode:
900
+ * ReadWrite: read and write
901
+ * ReadOnly: read only (default).
902
+ */
903
+ readWriteMode?: pulumi.Input<string>;
904
+ }
905
+ interface InstanceEndpointAddress {
906
+ /**
907
+ * DNS Visibility.
908
+ */
909
+ dnsVisibility?: pulumi.Input<boolean>;
910
+ /**
911
+ * Connect domain name.
912
+ */
913
+ domain?: pulumi.Input<string>;
914
+ /**
915
+ * The ID of the EIP, only valid for Public addresses.
916
+ */
917
+ eipId?: pulumi.Input<string>;
918
+ /**
919
+ * The IP Address.
920
+ */
921
+ ipAddress?: pulumi.Input<string>;
922
+ /**
923
+ * Network address type, temporarily Private, Public, PublicService.
924
+ */
925
+ networkType?: pulumi.Input<string>;
926
+ /**
927
+ * The Port.
928
+ */
929
+ port?: pulumi.Input<string>;
930
+ /**
931
+ * Subnet ID of the RDS instance.
932
+ */
933
+ subnetId?: pulumi.Input<string>;
934
+ }
935
+ interface InstanceEndpointNodeWeight {
936
+ /**
937
+ * Node ID.
938
+ */
939
+ nodeId?: pulumi.Input<string>;
940
+ /**
941
+ * Node type. Value: Primary: Primary node.
942
+ * Secondary: Standby node.
943
+ * ReadOnly: Read-only node.
944
+ */
945
+ nodeType?: pulumi.Input<string>;
946
+ /**
947
+ * The weight of the node.
948
+ */
949
+ weight?: pulumi.Input<number>;
950
+ }
951
+ interface InstanceMaintenanceWindow {
952
+ /**
953
+ * DayKind of maintainable window. Value: Week. Month.
954
+ */
955
+ dayKind?: pulumi.Input<string>;
956
+ /**
957
+ * Days of maintainable window of the month.
958
+ */
959
+ dayOfMonths?: pulumi.Input<pulumi.Input<number>[]>;
960
+ /**
961
+ * Days of maintainable window of the week.
962
+ */
963
+ dayOfWeeks?: pulumi.Input<pulumi.Input<string>[]>;
964
+ /**
965
+ * The maintainable time of the RDS instance.
966
+ */
967
+ maintenanceTime?: pulumi.Input<string>;
968
+ }
969
+ interface InstanceNode {
970
+ /**
971
+ * Node creation local time.
972
+ */
973
+ createTime?: pulumi.Input<string>;
974
+ /**
975
+ * Instance ID.
976
+ */
977
+ instanceId?: pulumi.Input<string>;
978
+ /**
979
+ * Memory size in GB.
980
+ */
981
+ memory?: pulumi.Input<number>;
982
+ /**
983
+ * Node ID.
984
+ */
985
+ nodeId?: pulumi.Input<string>;
986
+ /**
987
+ * The specification of primary node and secondary node.
988
+ */
989
+ nodeSpec?: pulumi.Input<string>;
990
+ /**
991
+ * Node state, value: aligned with instance state.
992
+ */
993
+ nodeStatus?: pulumi.Input<string>;
994
+ /**
995
+ * Node type. Value: Primary: Primary node.
996
+ * Secondary: Standby node.
997
+ * ReadOnly: Read-only node.
998
+ */
999
+ nodeType?: pulumi.Input<string>;
1000
+ /**
1001
+ * The region of the RDS instance.
1002
+ */
1003
+ regionId?: pulumi.Input<string>;
1004
+ /**
1005
+ * The update time of the RDS instance.
1006
+ */
1007
+ updateTime?: pulumi.Input<string>;
1008
+ /**
1009
+ * CPU size.
1010
+ */
1011
+ vCpu?: pulumi.Input<number>;
1012
+ /**
1013
+ * The available zone of the RDS instance.
1014
+ */
1015
+ zoneId?: pulumi.Input<string>;
1016
+ }
1017
+ interface InstanceParameter {
1018
+ /**
1019
+ * Parameter name.
1020
+ */
1021
+ parameterName: pulumi.Input<string>;
1022
+ /**
1023
+ * Parameter value.
1024
+ */
1025
+ parameterValue: pulumi.Input<string>;
1026
+ }
1027
+ }
1028
+ export declare namespace rds_v2 {
1029
+ interface RdsInstanceV2ChargeInfo {
1030
+ /**
1031
+ * Whether to automatically renew in prepaid scenarios.
1032
+ */
1033
+ autoRenew?: pulumi.Input<boolean>;
1034
+ /**
1035
+ * Payment type. Value:
1036
+ * PostPaid - Pay-As-You-Go
1037
+ * PrePaid - Yearly and monthly (default).
1038
+ */
1039
+ chargeType: pulumi.Input<string>;
1040
+ /**
1041
+ * Purchase duration in prepaid scenarios. Default: 1.
1042
+ */
1043
+ period?: pulumi.Input<number>;
1044
+ /**
1045
+ * The purchase cycle in the prepaid scenario.
1046
+ * Month - monthly subscription (default)
1047
+ * Year - Package year.
1048
+ */
1049
+ periodUnit?: pulumi.Input<string>;
1050
+ }
1051
+ interface RdsInstanceV2ConnectionInfo {
1052
+ /**
1053
+ * Address list.
1054
+ */
1055
+ addresses?: pulumi.Input<pulumi.Input<inputs.rds_v2.RdsInstanceV2ConnectionInfoAddress>[]>;
1056
+ /**
1057
+ * When the terminal type is read-write terminal or read-only terminal, it supports setting whether new nodes are automatically added.
1058
+ */
1059
+ autoAddNewNodes?: pulumi.Input<string>;
1060
+ /**
1061
+ * Address description.
1062
+ */
1063
+ description?: pulumi.Input<string>;
1064
+ /**
1065
+ * Whether global read-only is enabled, value: Enable: Enable. Disable: Disabled.
1066
+ */
1067
+ enableReadOnly?: pulumi.Input<string>;
1068
+ /**
1069
+ * Whether read-write separation is enabled, value: Enable: Enable. Disable: Disabled.
1070
+ */
1071
+ enableReadWriteSplitting?: pulumi.Input<string>;
1072
+ /**
1073
+ * Instance connection terminal ID.
1074
+ */
1075
+ endpointId?: pulumi.Input<string>;
1076
+ /**
1077
+ * The instance connection terminal name.
1078
+ */
1079
+ endpointName?: pulumi.Input<string>;
1080
+ /**
1081
+ * Terminal type:
1082
+ * Cluster: The default terminal. (created by default)
1083
+ * Primary: Primary node terminal.
1084
+ * Custom: Custom terminal.
1085
+ * Direct: Direct connection to the terminal. (Only the operation and maintenance side)
1086
+ * AllNode: All node terminals. (Only the operation and maintenance side).
1087
+ */
1088
+ endpointType?: pulumi.Input<string>;
1089
+ /**
1090
+ * The list of nodes configured by the connection terminal and the corresponding read-only weights.
1091
+ */
1092
+ readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rds_v2.RdsInstanceV2ConnectionInfoReadOnlyNodeWeight>[]>;
1093
+ /**
1094
+ * Read and write mode:
1095
+ * ReadWrite: read and write
1096
+ * ReadOnly: read only (default).
1097
+ */
1098
+ readWriteMode?: pulumi.Input<string>;
1099
+ }
1100
+ interface RdsInstanceV2ConnectionInfoAddress {
1101
+ /**
1102
+ * Connect domain name.
1103
+ */
1104
+ domain?: pulumi.Input<string>;
1105
+ /**
1106
+ * The ID of the EIP, only valid for Public addresses.
1107
+ */
1108
+ eipId?: pulumi.Input<string>;
1109
+ /**
1110
+ * The IP Address.
1111
+ */
1112
+ ipAddress?: pulumi.Input<string>;
1113
+ /**
1114
+ * Network address type, temporarily Private, Public, PublicService.
1115
+ */
1116
+ networkType?: pulumi.Input<string>;
1117
+ /**
1118
+ * The Port.
1119
+ */
1120
+ port?: pulumi.Input<string>;
1121
+ /**
1122
+ * Subnet ID.
1123
+ */
1124
+ subnetId?: pulumi.Input<string>;
1125
+ }
1126
+ interface RdsInstanceV2ConnectionInfoReadOnlyNodeWeight {
1127
+ /**
1128
+ * The ID of the node.
1129
+ */
1130
+ nodeId?: pulumi.Input<string>;
1131
+ /**
1132
+ * Node type, the value is "Primary", "Secondary", "ReadOnly".
1133
+ */
1134
+ nodeType?: pulumi.Input<string>;
1135
+ /**
1136
+ * The weight of the node.
1137
+ */
1138
+ weight?: pulumi.Input<number>;
1139
+ }
1140
+ interface RdsInstanceV2NodeInfo {
1141
+ /**
1142
+ * The ID of the node.
1143
+ */
1144
+ nodeId?: pulumi.Input<string>;
1145
+ /**
1146
+ * Masternode specs. Pass
1147
+ * DescribeDBInstanceSpecs Query the instance specifications that can be sold.
1148
+ */
1149
+ nodeSpec: pulumi.Input<string>;
1150
+ /**
1151
+ * Node type, the value is "Primary", "Secondary", "ReadOnly".
1152
+ */
1153
+ nodeType: pulumi.Input<string>;
1154
+ /**
1155
+ * Zone ID.
1156
+ */
1157
+ zoneId: pulumi.Input<string>;
1158
+ }
1159
+ }
1160
+ export declare namespace redis {
1161
+ interface AllowListAssociatedInstance {
1162
+ /**
1163
+ * Id of instance.
1164
+ */
1165
+ instanceId?: pulumi.Input<string>;
1166
+ /**
1167
+ * Name of instance.
1168
+ */
1169
+ instanceName?: pulumi.Input<string>;
1170
+ /**
1171
+ * Id of virtual private cloud.
1172
+ */
1173
+ vpc?: pulumi.Input<string>;
1174
+ }
1175
+ interface BackupInstanceDetail {
1176
+ /**
1177
+ * Id of account.
1178
+ */
1179
+ accountId?: pulumi.Input<number>;
1180
+ /**
1181
+ * Arch type of instance(Standard/Cluster).
1182
+ */
1183
+ archType?: pulumi.Input<string>;
1184
+ /**
1185
+ * Charge type of instance(Postpaid/Prepaid).
1186
+ */
1187
+ chargeType?: pulumi.Input<string>;
1188
+ /**
1189
+ * Engine version of instance.
1190
+ */
1191
+ engineVersion?: pulumi.Input<string>;
1192
+ /**
1193
+ * Expired time of instance.
1194
+ */
1195
+ expiredTime?: pulumi.Input<string>;
1196
+ /**
1197
+ * Id of instance to create backup.
1198
+ */
1199
+ instanceId?: pulumi.Input<string>;
1200
+ /**
1201
+ * Name of instance.
1202
+ */
1203
+ instanceName?: pulumi.Input<string>;
1204
+ /**
1205
+ * The maintainable period (in UTC) of the instance.
1206
+ */
1207
+ maintenanceTime?: pulumi.Input<string>;
1208
+ /**
1209
+ * Network type of instance.
1210
+ */
1211
+ networkType?: pulumi.Input<string>;
1212
+ /**
1213
+ * Project name of instance.
1214
+ */
1215
+ projectName?: pulumi.Input<string>;
1216
+ /**
1217
+ * Id of region.
1218
+ */
1219
+ regionId?: pulumi.Input<string>;
1220
+ /**
1221
+ * Count of replica in which shard.
1222
+ */
1223
+ replicas?: pulumi.Input<number>;
1224
+ /**
1225
+ * Count of cpu cores of instance.
1226
+ */
1227
+ serverCpu?: pulumi.Input<number>;
1228
+ /**
1229
+ * Capacity of shard.
1230
+ */
1231
+ shardCapacity?: pulumi.Input<number>;
1232
+ /**
1233
+ * Count of shard.
1234
+ */
1235
+ shardCount?: pulumi.Input<number>;
1236
+ /**
1237
+ * Total capacity of instance.
1238
+ */
1239
+ totalCapacity?: pulumi.Input<number>;
1240
+ /**
1241
+ * Capacity used of this instance.
1242
+ */
1243
+ usedCapacity?: pulumi.Input<number>;
1244
+ /**
1245
+ * Information of vpc.
1246
+ */
1247
+ vpcInfos?: pulumi.Input<pulumi.Input<inputs.redis.BackupInstanceDetailVpcInfo>[]>;
1248
+ /**
1249
+ * List of id of zone.
1250
+ */
1251
+ zoneIds?: pulumi.Input<pulumi.Input<string>[]>;
1252
+ }
1253
+ interface BackupInstanceDetailVpcInfo {
1254
+ /**
1255
+ * Id of vpc.
1256
+ */
1257
+ id?: pulumi.Input<string>;
1258
+ /**
1259
+ * Name of vpc.
1260
+ */
1261
+ name?: pulumi.Input<string>;
1262
+ }
1263
+ interface InstanceParamValue {
1264
+ /**
1265
+ * The name of configuration parameter.
1266
+ */
1267
+ name: pulumi.Input<string>;
1268
+ /**
1269
+ * The value of configuration parameter.
1270
+ */
1271
+ value: pulumi.Input<string>;
1272
+ }
1273
+ interface InstanceTag {
1274
+ /**
1275
+ * The Key of Tags.
1276
+ */
1277
+ key: pulumi.Input<string>;
1278
+ /**
1279
+ * The Value of Tags.
1280
+ */
1281
+ value: pulumi.Input<string>;
1282
+ }
1283
+ interface InstancesTag {
1284
+ /**
1285
+ * The Key of Tags.
1286
+ */
1287
+ key: string;
1288
+ /**
1289
+ * The Value of Tags.
1290
+ */
1291
+ value: string;
1292
+ }
1293
+ interface InstancesTagArgs {
1294
+ /**
1295
+ * The Key of Tags.
1296
+ */
1297
+ key: pulumi.Input<string>;
1298
+ /**
1299
+ * The Value of Tags.
1300
+ */
1301
+ value: pulumi.Input<string>;
1302
+ }
1303
+ }
1304
+ export declare namespace tls {
1305
+ interface AlarmAlarmPeriodDetail {
1306
+ /**
1307
+ * Email alarm period, the unit is minutes, and the value range is 1~1440.
1308
+ */
1309
+ email: pulumi.Input<number>;
1310
+ /**
1311
+ * Customize the webhook alarm period, the unit is minutes, and the value range is 1~1440.
1312
+ */
1313
+ generalWebhook: pulumi.Input<number>;
1314
+ /**
1315
+ * Telephone alarm cycle, the unit is minutes, and the value range is 10~1440.
1316
+ */
1317
+ phone: pulumi.Input<number>;
1318
+ /**
1319
+ * SMS alarm cycle, the unit is minutes, and the value range is 10~1440.
1320
+ */
1321
+ sms: pulumi.Input<number>;
1322
+ }
1323
+ interface AlarmNotifyGroupReceiver {
1324
+ /**
1325
+ * The end time.
1326
+ */
1327
+ endTime: pulumi.Input<string>;
1328
+ /**
1329
+ * The list of the receiver channels.
1330
+ */
1331
+ receiverChannels: pulumi.Input<pulumi.Input<string>[]>;
1332
+ /**
1333
+ * List of the receiver names.
1334
+ */
1335
+ receiverNames: pulumi.Input<pulumi.Input<string>[]>;
1336
+ /**
1337
+ * The receiver type, value can be User.
1338
+ */
1339
+ receiverType: pulumi.Input<string>;
1340
+ /**
1341
+ * The start time.
1342
+ */
1343
+ startTime: pulumi.Input<string>;
1344
+ }
1345
+ interface AlarmQueryRequest {
1346
+ /**
1347
+ * The end time of the query range is relative to the current historical time. The unit is minutes. The value is not positive and must be greater than StartTimeOffset. The maximum value is 0 and the minimum value is -1440.
1348
+ */
1349
+ endTimeOffset: pulumi.Input<number>;
1350
+ /**
1351
+ * Alarm object sequence number; increments from 1.
1352
+ */
1353
+ number: pulumi.Input<number>;
1354
+ /**
1355
+ * Query statement, the maximum supported length is 1024.
1356
+ */
1357
+ query: pulumi.Input<string>;
1358
+ /**
1359
+ * The start time of the query range is relative to the current historical time, in minutes. The value is non-positive, the maximum value is 0, and the minimum value is -1440.
1360
+ */
1361
+ startTimeOffset: pulumi.Input<number>;
1362
+ /**
1363
+ * The id of the topic.
1364
+ */
1365
+ topicId: pulumi.Input<string>;
1366
+ }
1367
+ interface AlarmRequestCycle {
1368
+ /**
1369
+ * The cycle of alarm task execution, or the time point of periodic execution. The unit is minutes, and the value range is 1~1440.
1370
+ */
1371
+ time: pulumi.Input<number>;
1372
+ /**
1373
+ * Execution cycle type.
1374
+ */
1375
+ type: pulumi.Input<string>;
1376
+ }
1377
+ interface IndexFullText {
1378
+ /**
1379
+ * Whether the FullTextInfo is case sensitive.
1380
+ */
1381
+ caseSensitive: pulumi.Input<boolean>;
1382
+ /**
1383
+ * The delimiter of the FullTextInfo.
1384
+ */
1385
+ delimiter?: pulumi.Input<string>;
1386
+ /**
1387
+ * Whether the FullTextInfo include chinese.
1388
+ */
1389
+ includeChinese?: pulumi.Input<boolean>;
1390
+ }
1391
+ interface IndexKeyValue {
1392
+ /**
1393
+ * Whether the value is case sensitive.
1394
+ */
1395
+ caseSensitive?: pulumi.Input<boolean>;
1396
+ /**
1397
+ * The delimiter of the value.
1398
+ */
1399
+ delimiter?: pulumi.Input<string>;
1400
+ /**
1401
+ * Whether the value include chinese.
1402
+ */
1403
+ includeChinese?: pulumi.Input<boolean>;
1404
+ /**
1405
+ * The JSON subfield key value index.
1406
+ */
1407
+ jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexKeyValueJsonKey>[]>;
1408
+ /**
1409
+ * The key of the KeyValueInfo.
1410
+ */
1411
+ key: pulumi.Input<string>;
1412
+ /**
1413
+ * Whether the filed is enabled for analysis.
1414
+ */
1415
+ sqlFlag?: pulumi.Input<boolean>;
1416
+ /**
1417
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
1418
+ */
1419
+ valueType: pulumi.Input<string>;
1420
+ }
1421
+ interface IndexKeyValueJsonKey {
1422
+ /**
1423
+ * The key of the subfield key value index.
1424
+ */
1425
+ key: pulumi.Input<string>;
1426
+ /**
1427
+ * The type of value. Valid values: `long`, `double`, `text`.
1428
+ */
1429
+ valueType: pulumi.Input<string>;
1430
+ }
1431
+ interface ProjectTag {
1432
+ /**
1433
+ * The Key of Tags.
1434
+ */
1435
+ key: pulumi.Input<string>;
1436
+ /**
1437
+ * The Value of Tags.
1438
+ */
1439
+ value: pulumi.Input<string>;
1440
+ }
1441
+ interface ProjectsTag {
1442
+ /**
1443
+ * The Key of Tags.
1444
+ */
1445
+ key: string;
1446
+ /**
1447
+ * The Value of Tags.
1448
+ */
1449
+ value: string;
1450
+ }
1451
+ interface ProjectsTagArgs {
1452
+ /**
1453
+ * The Key of Tags.
1454
+ */
1455
+ key: pulumi.Input<string>;
1456
+ /**
1457
+ * The Value of Tags.
1458
+ */
1459
+ value: pulumi.Input<string>;
1460
+ }
1461
+ interface RuleContainerRule {
1462
+ /**
1463
+ * The name of the container to be collected.
1464
+ */
1465
+ containerNameRegex?: pulumi.Input<string>;
1466
+ /**
1467
+ * Whether to add environment variables as log tags to raw log data.
1468
+ */
1469
+ envTag?: pulumi.Input<{
1470
+ [key: string]: pulumi.Input<string>;
1471
+ }>;
1472
+ /**
1473
+ * The container environment variable blacklist is used to specify the range of containers not to be collected.
1474
+ */
1475
+ excludeContainerEnvRegex?: pulumi.Input<{
1476
+ [key: string]: pulumi.Input<string>;
1477
+ }>;
1478
+ /**
1479
+ * The container Label blacklist is used to specify the range of containers not to be collected.
1480
+ */
1481
+ excludeContainerLabelRegex?: pulumi.Input<{
1482
+ [key: string]: pulumi.Input<string>;
1483
+ }>;
1484
+ /**
1485
+ * The container environment variable whitelist specifies the container to be collected through the container environment variable. If the whitelist is not enabled, it means that all containers are specified to be collected.
1486
+ */
1487
+ includeContainerEnvRegex?: pulumi.Input<{
1488
+ [key: string]: pulumi.Input<string>;
1489
+ }>;
1490
+ /**
1491
+ * The container label whitelist specifies the containers to be collected through the container label. If the whitelist is not enabled, all containers are specified to be collected.
1492
+ */
1493
+ includeContainerLabelRegex?: pulumi.Input<{
1494
+ [key: string]: pulumi.Input<string>;
1495
+ }>;
1496
+ /**
1497
+ * Collection rules for Kubernetes containers.
1498
+ */
1499
+ kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
1500
+ /**
1501
+ * The collection mode.
1502
+ */
1503
+ stream: pulumi.Input<string>;
1504
+ }
1505
+ interface RuleContainerRuleKubernetesRule {
1506
+ /**
1507
+ * Whether to add Kubernetes Annotation as a log tag to the raw log data.
1508
+ */
1509
+ annotationTag?: pulumi.Input<{
1510
+ [key: string]: pulumi.Input<string>;
1511
+ }>;
1512
+ /**
1513
+ * Specify the containers not to be collected through the Pod Label blacklist, and not enable means to collect all containers.
1514
+ */
1515
+ excludePodLabelRegex?: pulumi.Input<{
1516
+ [key: string]: pulumi.Input<string>;
1517
+ }>;
1518
+ /**
1519
+ * The Pod Label whitelist is used to specify containers to be collected. When the Pod Label whitelist is not enabled, it means that all containers are collected.
1520
+ */
1521
+ includePodLabelRegex?: pulumi.Input<{
1522
+ [key: string]: pulumi.Input<string>;
1523
+ }>;
1524
+ /**
1525
+ * Whether to add Kubernetes Label as a log label to the original log data.
1526
+ */
1527
+ labelTag?: pulumi.Input<{
1528
+ [key: string]: pulumi.Input<string>;
1529
+ }>;
1530
+ /**
1531
+ * The name of the Kubernetes Namespace to be collected. If no Namespace name is specified, all containers will be collected. Namespace names support regular matching.
1532
+ */
1533
+ namespaceNameRegex?: pulumi.Input<string>;
1534
+ /**
1535
+ * The Pod name is used to specify the container to be collected. When no Pod name is specified, it means to collect all containers.
1536
+ */
1537
+ podNameRegex?: pulumi.Input<string>;
1538
+ /**
1539
+ * Specify the container to be collected by the name of the workload. When no workload name is specified, all containers are collected. The workload name supports regular matching.
1540
+ */
1541
+ workloadNameRegex?: pulumi.Input<string>;
1542
+ /**
1543
+ * Specify the container to be collected by the type of workload. Only one type can be selected. When no type is specified, it means to collect all types of containers.
1544
+ */
1545
+ workloadType?: pulumi.Input<string>;
1546
+ }
1547
+ interface RuleExcludePath {
1548
+ /**
1549
+ * Collection path type. The path type can be `File` or `Path`.
1550
+ */
1551
+ type: pulumi.Input<string>;
1552
+ /**
1553
+ * Collection path.
1554
+ */
1555
+ value: pulumi.Input<string>;
1556
+ }
1557
+ interface RuleExtractRule {
1558
+ /**
1559
+ * The first log line needs to match the regular expression.
1560
+ */
1561
+ beginRegex?: pulumi.Input<string>;
1562
+ /**
1563
+ * The delimiter of the log.
1564
+ */
1565
+ delimiter?: pulumi.Input<string>;
1566
+ /**
1567
+ * The filter key list.
1568
+ */
1569
+ filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
1570
+ /**
1571
+ * A list of log field names (Key).
1572
+ */
1573
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
1574
+ /**
1575
+ * The entire log needs to match the regular expression.
1576
+ */
1577
+ logRegex?: pulumi.Input<string>;
1578
+ /**
1579
+ * Automatically extract log fields according to the specified log template.
1580
+ */
1581
+ logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
1582
+ /**
1583
+ * Parsing format of the time field.
1584
+ */
1585
+ timeFormat?: pulumi.Input<string>;
1586
+ /**
1587
+ * The field name of the log time field.
1588
+ */
1589
+ timeKey?: pulumi.Input<string>;
1590
+ /**
1591
+ * When uploading the failed log, the key name of the failed log.
1592
+ */
1593
+ unMatchLogKey?: pulumi.Input<string>;
1594
+ /**
1595
+ * Whether to upload the log of parsing failure.
1596
+ */
1597
+ unMatchUpLoadSwitch?: pulumi.Input<boolean>;
1598
+ }
1599
+ interface RuleExtractRuleFilterKeyRegex {
1600
+ /**
1601
+ * The name of the filter key.
1602
+ */
1603
+ key: pulumi.Input<string>;
1604
+ /**
1605
+ * The log content of the filter field needs to match the regular expression.
1606
+ */
1607
+ regex: pulumi.Input<string>;
1608
+ }
1609
+ interface RuleExtractRuleLogTemplate {
1610
+ /**
1611
+ * Log template content.
1612
+ */
1613
+ format: pulumi.Input<string>;
1614
+ /**
1615
+ * The type of the log template.
1616
+ */
1617
+ type: pulumi.Input<string>;
1618
+ }
1619
+ interface RuleUserDefineRule {
1620
+ /**
1621
+ * LogCollector extension configuration.
1622
+ */
1623
+ advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
1624
+ /**
1625
+ * Whether to upload raw logs.
1626
+ */
1627
+ enableRawLog?: pulumi.Input<boolean>;
1628
+ /**
1629
+ * Add constant fields to logs.
1630
+ */
1631
+ fields?: pulumi.Input<{
1632
+ [key: string]: pulumi.Input<string>;
1633
+ }>;
1634
+ /**
1635
+ * Rules for parsing collection paths. After the rules are set, the fields in the collection path will be extracted through the regular expressions specified in the rules, and added to the log data as metadata.
1636
+ */
1637
+ parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
1638
+ /**
1639
+ * Plugin configuration. After the plugin configuration is enabled, one or more LogCollector processor plugins can be added to parse logs with complex or variable structures.
1640
+ */
1641
+ plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
1642
+ /**
1643
+ * Rules for routing log partitions. Setting this parameter indicates that the HashKey routing shard mode is used when collecting logs, and Log Service will write the data to the shard containing the specified Key value.
1644
+ */
1645
+ shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
1646
+ /**
1647
+ * LogCollector collection strategy, which specifies whether LogCollector collects incremental logs or full logs. The default is false, which means to collect all logs.
1648
+ */
1649
+ tailFiles?: pulumi.Input<boolean>;
1650
+ }
1651
+ interface RuleUserDefineRuleAdvanced {
1652
+ /**
1653
+ * Whether to release the log file handle after reading to the end of the log file. The default is false.
1654
+ */
1655
+ closeEof?: pulumi.Input<boolean>;
1656
+ /**
1657
+ * The wait time to release the log file handle. When the log file has not written a new log for more than the specified time, release the handle of the log file.
1658
+ */
1659
+ closeInactive?: pulumi.Input<number>;
1660
+ /**
1661
+ * After the log file is removed, whether to release the handle of the log file. The default is false.
1662
+ */
1663
+ closeRemoved?: pulumi.Input<boolean>;
1664
+ /**
1665
+ * After the log file is renamed, whether to release the handle of the log file. The default is false.
1666
+ */
1667
+ closeRenamed?: pulumi.Input<boolean>;
1668
+ /**
1669
+ * The maximum length of time that LogCollector monitors log files. The unit is seconds, and the default is 0 seconds, which means that there is no limit to the length of time LogCollector monitors log files.
1670
+ */
1671
+ closeTimeout?: pulumi.Input<number>;
1672
+ }
1673
+ interface RuleUserDefineRuleParsePathRule {
1674
+ /**
1675
+ * A list of field names. Log Service will parse the path sample (PathSample) into multiple fields according to the regular expression (Regex), and Keys is used to specify the field name of each field.
1676
+ */
1677
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
1678
+ /**
1679
+ * Sample capture path for a real scene.
1680
+ */
1681
+ pathSample?: pulumi.Input<string>;
1682
+ /**
1683
+ * Regular expression for extracting path fields. It must match the collection path sample, otherwise it cannot be extracted successfully.
1684
+ */
1685
+ regex?: pulumi.Input<string>;
1686
+ }
1687
+ interface RuleUserDefineRulePlugin {
1688
+ /**
1689
+ * LogCollector plugin.
1690
+ */
1691
+ processors: pulumi.Input<pulumi.Input<string>[]>;
1692
+ }
1693
+ interface RuleUserDefineRuleShardHashKey {
1694
+ /**
1695
+ * The HashKey of the log group is used to specify the partition (shard) to be written to by the current log group.
1696
+ */
1697
+ hashKey: pulumi.Input<string>;
1698
+ }
1699
+ interface TopicTag {
1700
+ /**
1701
+ * The Key of Tags.
1702
+ */
1703
+ key: pulumi.Input<string>;
1704
+ /**
1705
+ * The Value of Tags.
1706
+ */
1707
+ value: pulumi.Input<string>;
1708
+ }
1709
+ interface TopicsTag {
1710
+ /**
1711
+ * The Key of Tags.
1712
+ */
1713
+ key: string;
1714
+ /**
1715
+ * The Value of Tags.
1716
+ */
1717
+ value: string;
1718
+ }
1719
+ interface TopicsTagArgs {
1720
+ /**
1721
+ * The Key of Tags.
1722
+ */
1723
+ key: pulumi.Input<string>;
1724
+ /**
1725
+ * The Value of Tags.
1726
+ */
1727
+ value: pulumi.Input<string>;
1728
+ }
1729
+ }
1730
+ export declare namespace tos {
1731
+ interface BucketAccountAcl {
1732
+ /**
1733
+ * The accountId to control.
1734
+ */
1735
+ accountId: pulumi.Input<string>;
1736
+ /**
1737
+ * The acl type to control.Valid value is CanonicalUser.
1738
+ */
1739
+ aclType?: pulumi.Input<string>;
1740
+ /**
1741
+ * The permission to control.Valid value is FULL_CONTROL|READ|READ_ACP|WRITE|WRITE_ACP.
1742
+ */
1743
+ permission: pulumi.Input<string>;
1744
+ }
1745
+ interface BucketObjectAccountAcl {
1746
+ /**
1747
+ * The accountId to control.
1748
+ */
1749
+ accountId: pulumi.Input<string>;
1750
+ /**
1751
+ * The acl type to control.Valid value is CanonicalUser.
1752
+ */
1753
+ aclType?: pulumi.Input<string>;
1754
+ /**
1755
+ * The permission to control.Valid value is FULL_CONTROL|READ|READ_ACP|WRITE|WRITE_ACP.
1756
+ */
1757
+ permission: pulumi.Input<string>;
1758
+ }
1759
+ }
1760
+ export declare namespace veenedge {
1761
+ interface CloudServerBillingConfig {
1762
+ /**
1763
+ * The method of bandwidth billing. The value can be `MonthlyP95` or `DailyPeak`.
1764
+ */
1765
+ bandwidthBillingMethod: pulumi.Input<string>;
1766
+ /**
1767
+ * The method of computing billing. The value can be `MonthlyPeak` or `DailyPeak`.
1768
+ */
1769
+ computingBillingMethod: pulumi.Input<string>;
1770
+ }
1771
+ interface CloudServerCustomData {
1772
+ /**
1773
+ * The custom data info.
1774
+ */
1775
+ data: pulumi.Input<string>;
1776
+ }
1777
+ interface CloudServerNetworkConfig {
1778
+ /**
1779
+ * The peak of bandwidth.
1780
+ */
1781
+ bandwidthPeak: pulumi.Input<string>;
1782
+ /**
1783
+ * The name of custom external interface.
1784
+ */
1785
+ customExternalInterfaceName?: pulumi.Input<string>;
1786
+ /**
1787
+ * The name of custom internal interface.
1788
+ */
1789
+ customInternalInterfaceName?: pulumi.Input<string>;
1790
+ /**
1791
+ * Whether enable ipv6.
1792
+ */
1793
+ enableIpv6?: pulumi.Input<boolean>;
1794
+ /**
1795
+ * The internal peak of bandwidth.
1796
+ */
1797
+ internalBandwidthPeak?: pulumi.Input<string>;
1798
+ }
1799
+ interface CloudServerScheduleStrategy {
1800
+ /**
1801
+ * The network strategy.
1802
+ */
1803
+ networkStrategy: pulumi.Input<string>;
1804
+ /**
1805
+ * The price strategy. The value can be `highPriority` or `lowPriority`.
1806
+ */
1807
+ priceStrategy: pulumi.Input<string>;
1808
+ /**
1809
+ * The type of schedule strategy. The value can be `dispersion` or `concentration`.
1810
+ */
1811
+ scheduleStrategy: pulumi.Input<string>;
1812
+ }
1813
+ interface CloudServerStorageConfig {
1814
+ /**
1815
+ * The disk list info of data.
1816
+ */
1817
+ dataDiskLists?: pulumi.Input<pulumi.Input<inputs.veenedge.CloudServerStorageConfigDataDiskList>[]>;
1818
+ /**
1819
+ * The disk info of system.
1820
+ */
1821
+ systemDisk: pulumi.Input<inputs.veenedge.CloudServerStorageConfigSystemDisk>;
1822
+ }
1823
+ interface CloudServerStorageConfigDataDiskList {
1824
+ /**
1825
+ * The capacity of storage.
1826
+ */
1827
+ capacity: pulumi.Input<string>;
1828
+ /**
1829
+ * The type of storage. The value can be `CloudBlockHDD` or `CloudBlockSSD`.
1830
+ */
1831
+ storageType: pulumi.Input<string>;
1832
+ }
1833
+ interface CloudServerStorageConfigSystemDisk {
1834
+ /**
1835
+ * The capacity of storage.
1836
+ */
1837
+ capacity: pulumi.Input<string>;
1838
+ /**
1839
+ * The type of storage. The value can be `CloudBlockHDD` or `CloudBlockSSD`.
1840
+ */
1841
+ storageType: pulumi.Input<string>;
1842
+ }
1843
+ }
1844
+ export declare namespace vke {
1845
+ interface AddonsStatus {
1846
+ /**
1847
+ * The state condition in the current main state of the addon, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`,`Unknown`, `ClusterNotRunning`, `CrashLoopBackOff`, `SchedulingFailed`, `NameConflict`, `ResourceCleanupFailed`, `ClusterVersionUpgrading`.
1848
+ */
1849
+ conditionsType?: string;
1850
+ /**
1851
+ * The status of addon. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Failed`.
1852
+ */
1853
+ phase?: string;
1854
+ }
1855
+ interface AddonsStatusArgs {
1856
+ /**
1857
+ * The state condition in the current main state of the addon, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`,`Unknown`, `ClusterNotRunning`, `CrashLoopBackOff`, `SchedulingFailed`, `NameConflict`, `ResourceCleanupFailed`, `ClusterVersionUpgrading`.
1858
+ */
1859
+ conditionsType?: pulumi.Input<string>;
1860
+ /**
1861
+ * The status of addon. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Failed`.
1862
+ */
1863
+ phase?: pulumi.Input<string>;
1864
+ }
1865
+ interface ClusterClusterConfig {
1866
+ /**
1867
+ * Cluster API Server public network access configuration.
1868
+ */
1869
+ apiServerPublicAccessConfig?: pulumi.Input<inputs.vke.ClusterClusterConfigApiServerPublicAccessConfig>;
1870
+ /**
1871
+ * Cluster API Server public network access configuration, the value is `true` or `false`.
1872
+ */
1873
+ apiServerPublicAccessEnabled?: pulumi.Input<boolean>;
1874
+ ipFamily?: pulumi.Input<string>;
1875
+ /**
1876
+ * Node public network access configuration, the value is `true` or `false`.
1877
+ */
1878
+ resourcePublicAccessDefaultEnabled?: pulumi.Input<boolean>;
1879
+ /**
1880
+ * The subnet ID for the cluster control plane to communicate within the private network.
1881
+ */
1882
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
1883
+ }
1884
+ interface ClusterClusterConfigApiServerPublicAccessConfig {
1885
+ /**
1886
+ * Public network access network configuration.
1887
+ */
1888
+ publicAccessNetworkConfig?: pulumi.Input<inputs.vke.ClusterClusterConfigApiServerPublicAccessConfigPublicAccessNetworkConfig>;
1889
+ }
1890
+ interface ClusterClusterConfigApiServerPublicAccessConfigPublicAccessNetworkConfig {
1891
+ /**
1892
+ * The peak bandwidth of the public IP, unit: Mbps.
1893
+ */
1894
+ bandwidth?: pulumi.Input<number>;
1895
+ /**
1896
+ * Billing type of public IP, the value is `PostPaidByBandwidth` or `PostPaidByTraffic`.
1897
+ */
1898
+ billingType?: pulumi.Input<string>;
1899
+ }
1900
+ interface ClusterLoggingConfig {
1901
+ /**
1902
+ * The TLS log item ID of the collection target.
1903
+ */
1904
+ logProjectId?: pulumi.Input<string>;
1905
+ /**
1906
+ * Cluster logging options. This structure can only be modified and added, and cannot be deleted. When encountering a `cannot be deleted` error, please query the log setups of the current cluster and fill in the current `tf` file.
1907
+ */
1908
+ logSetups?: pulumi.Input<pulumi.Input<inputs.vke.ClusterLoggingConfigLogSetup>[]>;
1909
+ }
1910
+ interface ClusterLoggingConfigLogSetup {
1911
+ /**
1912
+ * Whether to enable the log option, true means enable, false means not enable, the default is false. When Enabled is changed from false to true, a new Topic will be created.
1913
+ */
1914
+ enabled?: pulumi.Input<boolean>;
1915
+ /**
1916
+ * The storage time of logs in Log Service. After the specified log storage time is exceeded, the expired logs in this log topic will be automatically cleared. The unit is days, and the default is 30 days. The value range is 1 to 3650, specifying 3650 days means permanent storage.
1917
+ */
1918
+ logTtl?: pulumi.Input<number>;
1919
+ /**
1920
+ * The currently enabled log type.
1921
+ */
1922
+ logType: pulumi.Input<string>;
1923
+ }
1924
+ interface ClusterPodsConfig {
1925
+ /**
1926
+ * Flannel network configuration.
1927
+ */
1928
+ flannelConfig?: pulumi.Input<inputs.vke.ClusterPodsConfigFlannelConfig>;
1929
+ /**
1930
+ * The container network model of the cluster, the value is `Flannel` or `VpcCniShared`. Flannel: Flannel network model, an independent Underlay container network solution, combined with the global routing capability of VPC, to achieve a high-performance network experience for the cluster. VpcCniShared: VPC-CNI network model, an Underlay container network solution based on the ENI of the private network elastic network card, with high network communication performance.
1931
+ */
1932
+ podNetworkMode: pulumi.Input<string>;
1933
+ /**
1934
+ * VPC-CNI network configuration.
1935
+ */
1936
+ vpcCniConfig?: pulumi.Input<inputs.vke.ClusterPodsConfigVpcCniConfig>;
1937
+ }
1938
+ interface ClusterPodsConfigFlannelConfig {
1939
+ /**
1940
+ * The maximum number of single-node Pod instances for a Flannel container network, the value can be `16` or `32` or `64` or `128` or `256`.
1941
+ */
1942
+ maxPodsPerNode?: pulumi.Input<number>;
1943
+ /**
1944
+ * Pod CIDR for the Flannel container network.
1945
+ */
1946
+ podCidrs?: pulumi.Input<pulumi.Input<string>[]>;
1947
+ }
1948
+ interface ClusterPodsConfigVpcCniConfig {
1949
+ /**
1950
+ * A list of Pod subnet IDs for the VPC-CNI container network.
1951
+ */
1952
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
1953
+ /**
1954
+ * The private network where the cluster control plane network resides.
1955
+ */
1956
+ vpcId?: pulumi.Input<string>;
1957
+ }
1958
+ interface ClusterServicesConfig {
1959
+ /**
1960
+ * The IPv4 private network address exposed by the service.
1961
+ */
1962
+ serviceCidrsv4s: pulumi.Input<pulumi.Input<string>[]>;
1963
+ }
1964
+ interface ClusterTag {
1965
+ /**
1966
+ * The Key of Tags.
1967
+ */
1968
+ key: pulumi.Input<string>;
1969
+ /**
1970
+ * The Value of Tags.
1971
+ */
1972
+ value: pulumi.Input<string>;
1973
+ }
1974
+ interface ClustersStatus {
1975
+ /**
1976
+ * The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
1977
+ */
1978
+ conditionsType?: string;
1979
+ /**
1980
+ * The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
1981
+ */
1982
+ phase?: string;
1983
+ }
1984
+ interface ClustersStatusArgs {
1985
+ /**
1986
+ * The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
1987
+ */
1988
+ conditionsType?: pulumi.Input<string>;
1989
+ /**
1990
+ * The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
1991
+ */
1992
+ phase?: pulumi.Input<string>;
1993
+ }
1994
+ interface ClustersTag {
1995
+ /**
1996
+ * The Key of Tags.
1997
+ */
1998
+ key: string;
1999
+ /**
2000
+ * The Value of Tags.
2001
+ */
2002
+ value: string;
2003
+ }
2004
+ interface ClustersTagArgs {
2005
+ /**
2006
+ * The Key of Tags.
2007
+ */
2008
+ key: pulumi.Input<string>;
2009
+ /**
2010
+ * The Value of Tags.
2011
+ */
2012
+ value: pulumi.Input<string>;
2013
+ }
2014
+ interface DefaultNodePoolBatchAttachInstance {
2015
+ /**
2016
+ * The flag of additional container storage enable, the value is `true` or `false`..Default is `false`.
2017
+ */
2018
+ additionalContainerStorageEnabled?: pulumi.Input<boolean>;
2019
+ /**
2020
+ * The container storage path.When additionalContainerStorageEnabled is `false` will ignore.
2021
+ */
2022
+ containerStoragePath?: pulumi.Input<string>;
2023
+ /**
2024
+ * ID of the resource.
2025
+ */
2026
+ id?: pulumi.Input<string>;
2027
+ /**
2028
+ * The Image Id to the ECS Instance.
2029
+ */
2030
+ imageId?: pulumi.Input<string>;
2031
+ /**
2032
+ * The instance id.
2033
+ */
2034
+ instanceId: pulumi.Input<string>;
2035
+ /**
2036
+ * The flag of keep instance name, the value is `true` or `false`.Default is `false`.
2037
+ */
2038
+ keepInstanceName?: pulumi.Input<boolean>;
2039
+ phase?: pulumi.Input<string>;
2040
+ }
2041
+ interface DefaultNodePoolBatchAttachKubernetesConfig {
2042
+ /**
2043
+ * The Cordon of KubernetesConfig.
2044
+ */
2045
+ cordon?: pulumi.Input<boolean>;
2046
+ /**
2047
+ * The Labels of KubernetesConfig.
2048
+ */
2049
+ labels?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolBatchAttachKubernetesConfigLabel>[]>;
2050
+ /**
2051
+ * The Taints of KubernetesConfig.
2052
+ */
2053
+ taints?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolBatchAttachKubernetesConfigTaint>[]>;
2054
+ }
2055
+ interface DefaultNodePoolBatchAttachKubernetesConfigLabel {
2056
+ /**
2057
+ * The Key of Labels.
2058
+ */
2059
+ key: pulumi.Input<string>;
2060
+ /**
2061
+ * The Value of Labels.
2062
+ */
2063
+ value?: pulumi.Input<string>;
2064
+ }
2065
+ interface DefaultNodePoolBatchAttachKubernetesConfigTaint {
2066
+ /**
2067
+ * The Effect of Taints. The value can be one of the following: `NoSchedule`, `NoExecute`, `PreferNoSchedule`, default value is `NoSchedule`.
2068
+ */
2069
+ effect?: pulumi.Input<string>;
2070
+ /**
2071
+ * The Key of Taints.
2072
+ */
2073
+ key: pulumi.Input<string>;
2074
+ /**
2075
+ * The Value of Taints.
2076
+ */
2077
+ value?: pulumi.Input<string>;
2078
+ }
2079
+ interface DefaultNodePoolBatchAttachNodeConfig {
2080
+ /**
2081
+ * Tags for Ecs.
2082
+ */
2083
+ ecsTags?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolBatchAttachNodeConfigEcsTag>[]>;
2084
+ /**
2085
+ * The initializeScript of NodeConfig.
2086
+ */
2087
+ initializeScript?: pulumi.Input<string>;
2088
+ /**
2089
+ * The NamePrefix of NodeConfig.
2090
+ */
2091
+ namePrefix?: pulumi.Input<string>;
2092
+ /**
2093
+ * The Security of NodeConfig.
2094
+ */
2095
+ securities?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolBatchAttachNodeConfigSecurity>[]>;
2096
+ }
2097
+ interface DefaultNodePoolBatchAttachNodeConfigEcsTag {
2098
+ /**
2099
+ * The Key of Labels.
2100
+ */
2101
+ key?: pulumi.Input<string>;
2102
+ /**
2103
+ * The Value of Labels.
2104
+ */
2105
+ value?: pulumi.Input<string>;
2106
+ }
2107
+ interface DefaultNodePoolBatchAttachNodeConfigSecurity {
2108
+ /**
2109
+ * The Login of Security.
2110
+ */
2111
+ logins?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolBatchAttachNodeConfigSecurityLogin>[]>;
2112
+ /**
2113
+ * The SecurityGroupIds of Security.
2114
+ */
2115
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
2116
+ /**
2117
+ * The SecurityStrategies of Security.
2118
+ */
2119
+ securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
2120
+ }
2121
+ interface DefaultNodePoolBatchAttachNodeConfigSecurityLogin {
2122
+ /**
2123
+ * The Password of Security.
2124
+ */
2125
+ password?: pulumi.Input<string>;
2126
+ /**
2127
+ * The SshKeyPairName of Security.
2128
+ */
2129
+ sshKeyPairName?: pulumi.Input<string>;
2130
+ }
2131
+ interface DefaultNodePoolBatchAttachTag {
2132
+ /**
2133
+ * The Key of Labels.
2134
+ */
2135
+ key?: pulumi.Input<string>;
2136
+ /**
2137
+ * The Value of Labels.
2138
+ */
2139
+ value?: pulumi.Input<string>;
2140
+ }
2141
+ interface DefaultNodePoolInstance {
2142
+ /**
2143
+ * The flag of additional container storage enable, the value is `true` or `false`..Default is `false`.
2144
+ */
2145
+ additionalContainerStorageEnabled?: pulumi.Input<boolean>;
2146
+ /**
2147
+ * The container storage path.When additionalContainerStorageEnabled is `false` will ignore.
2148
+ */
2149
+ containerStoragePath?: pulumi.Input<string>;
2150
+ /**
2151
+ * ID of the resource.
2152
+ */
2153
+ id?: pulumi.Input<string>;
2154
+ /**
2155
+ * The Image Id to the ECS Instance.
2156
+ */
2157
+ imageId?: pulumi.Input<string>;
2158
+ /**
2159
+ * The instance id.
2160
+ */
2161
+ instanceId: pulumi.Input<string>;
2162
+ /**
2163
+ * The flag of keep instance name, the value is `true` or `false`.Default is `false`.
2164
+ */
2165
+ keepInstanceName?: pulumi.Input<boolean>;
2166
+ phase?: pulumi.Input<string>;
2167
+ }
2168
+ interface DefaultNodePoolKubernetesConfig {
2169
+ /**
2170
+ * The Cordon of KubernetesConfig.
2171
+ */
2172
+ cordon: pulumi.Input<boolean>;
2173
+ /**
2174
+ * The Labels of KubernetesConfig.
2175
+ */
2176
+ labels?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfigLabel>[]>;
2177
+ /**
2178
+ * The Taints of KubernetesConfig.
2179
+ */
2180
+ taints?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfigTaint>[]>;
2181
+ }
2182
+ interface DefaultNodePoolKubernetesConfigLabel {
2183
+ /**
2184
+ * The Key of Labels.
2185
+ */
2186
+ key?: pulumi.Input<string>;
2187
+ /**
2188
+ * The Value of Labels.
2189
+ */
2190
+ value?: pulumi.Input<string>;
2191
+ }
2192
+ interface DefaultNodePoolKubernetesConfigTaint {
2193
+ /**
2194
+ * The Effect of Taints.
2195
+ */
2196
+ effect?: pulumi.Input<string>;
2197
+ /**
2198
+ * The Key of Taints.
2199
+ */
2200
+ key?: pulumi.Input<string>;
2201
+ /**
2202
+ * The Value of Taints.
2203
+ */
2204
+ value?: pulumi.Input<string>;
2205
+ }
2206
+ interface DefaultNodePoolNodeConfig {
2207
+ /**
2208
+ * Tags for Ecs.
2209
+ */
2210
+ ecsTags?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigEcsTag>[]>;
2211
+ /**
2212
+ * The initializeScript of NodeConfig.
2213
+ */
2214
+ initializeScript?: pulumi.Input<string>;
2215
+ /**
2216
+ * The NamePrefix of NodeConfig.
2217
+ */
2218
+ namePrefix?: pulumi.Input<string>;
2219
+ /**
2220
+ * The Security of NodeConfig.
2221
+ */
2222
+ security: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigSecurity>;
2223
+ }
2224
+ interface DefaultNodePoolNodeConfigEcsTag {
2225
+ /**
2226
+ * The Key of Tags.
2227
+ */
2228
+ key: pulumi.Input<string>;
2229
+ /**
2230
+ * The Value of Tags.
2231
+ */
2232
+ value: pulumi.Input<string>;
2233
+ }
2234
+ interface DefaultNodePoolNodeConfigSecurity {
2235
+ /**
2236
+ * The Login of Security.
2237
+ */
2238
+ login: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigSecurityLogin>;
2239
+ /**
2240
+ * The SecurityGroupIds of Security.
2241
+ */
2242
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
2243
+ /**
2244
+ * The SecurityStrategies of Security.
2245
+ */
2246
+ securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
2247
+ }
2248
+ interface DefaultNodePoolNodeConfigSecurityLogin {
2249
+ /**
2250
+ * The Password of Security.
2251
+ */
2252
+ password?: pulumi.Input<string>;
2253
+ /**
2254
+ * The SshKeyPairName of Security.
2255
+ */
2256
+ sshKeyPairName?: pulumi.Input<string>;
2257
+ }
2258
+ interface DefaultNodePoolTag {
2259
+ /**
2260
+ * The Key of Tags.
2261
+ */
2262
+ key: pulumi.Input<string>;
2263
+ /**
2264
+ * The Value of Tags.
2265
+ */
2266
+ value: pulumi.Input<string>;
2267
+ }
2268
+ interface NodeKubernetesConfig {
2269
+ /**
2270
+ * The Cordon of KubernetesConfig.
2271
+ */
2272
+ cordon?: pulumi.Input<boolean>;
2273
+ /**
2274
+ * The Labels of KubernetesConfig.
2275
+ */
2276
+ labels?: pulumi.Input<pulumi.Input<inputs.vke.NodeKubernetesConfigLabel>[]>;
2277
+ /**
2278
+ * The Taints of KubernetesConfig.
2279
+ */
2280
+ taints?: pulumi.Input<pulumi.Input<inputs.vke.NodeKubernetesConfigTaint>[]>;
2281
+ }
2282
+ interface NodeKubernetesConfigLabel {
2283
+ /**
2284
+ * The Key of Labels.
2285
+ */
2286
+ key?: pulumi.Input<string>;
2287
+ /**
2288
+ * The Value of Labels.
2289
+ */
2290
+ value?: pulumi.Input<string>;
2291
+ }
2292
+ interface NodeKubernetesConfigTaint {
2293
+ /**
2294
+ * The Effect of Taints, the value can be `NoSchedule` or `NoExecute` or `PreferNoSchedule`.
2295
+ */
2296
+ effect?: pulumi.Input<string>;
2297
+ /**
2298
+ * The Key of Taints.
2299
+ */
2300
+ key?: pulumi.Input<string>;
2301
+ /**
2302
+ * The Value of Taints.
2303
+ */
2304
+ value?: pulumi.Input<string>;
2305
+ }
2306
+ interface NodePoolAutoScaling {
2307
+ /**
2308
+ * The DesiredReplicas of AutoScaling, default 0, range in minReplicas to max_replicas.
2309
+ */
2310
+ desiredReplicas?: pulumi.Input<number>;
2311
+ /**
2312
+ * Is Enabled of AutoScaling.
2313
+ */
2314
+ enabled?: pulumi.Input<boolean>;
2315
+ /**
2316
+ * The MaxReplicas of AutoScaling, default 10, range in 1~2000.
2317
+ */
2318
+ maxReplicas?: pulumi.Input<number>;
2319
+ /**
2320
+ * The MinReplicas of AutoScaling, default 0.
2321
+ */
2322
+ minReplicas?: pulumi.Input<number>;
2323
+ /**
2324
+ * The Priority of AutoScaling, default 10, rang in 0~100.
2325
+ */
2326
+ priority?: pulumi.Input<number>;
2327
+ /**
2328
+ * Multi-subnet scheduling strategy for nodes. The value can be `ZoneBalance` or `Priority`.
2329
+ */
2330
+ subnetPolicy?: pulumi.Input<string>;
2331
+ }
2332
+ interface NodePoolKubernetesConfig {
2333
+ /**
2334
+ * The Cordon of KubernetesConfig.
2335
+ */
2336
+ cordon: pulumi.Input<boolean>;
2337
+ /**
2338
+ * The Labels of KubernetesConfig.
2339
+ */
2340
+ labels?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigLabel>[]>;
2341
+ /**
2342
+ * The Taints of KubernetesConfig.
2343
+ */
2344
+ taints?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigTaint>[]>;
2345
+ }
2346
+ interface NodePoolKubernetesConfigLabel {
2347
+ /**
2348
+ * The Key of Labels.
2349
+ */
2350
+ key?: pulumi.Input<string>;
2351
+ /**
2352
+ * The Value of Labels.
2353
+ */
2354
+ value?: pulumi.Input<string>;
2355
+ }
2356
+ interface NodePoolKubernetesConfigTaint {
2357
+ /**
2358
+ * The Effect of Taints, the value can be `NoSchedule` or `NoExecute` or `PreferNoSchedule`.
2359
+ */
2360
+ effect?: pulumi.Input<string>;
2361
+ /**
2362
+ * The Key of Taints.
2363
+ */
2364
+ key?: pulumi.Input<string>;
2365
+ /**
2366
+ * The Value of Taints.
2367
+ */
2368
+ value?: pulumi.Input<string>;
2369
+ }
2370
+ interface NodePoolNodeConfig {
2371
+ /**
2372
+ * The AdditionalContainerStorageEnabled of NodeConfig.
2373
+ */
2374
+ additionalContainerStorageEnabled?: pulumi.Input<boolean>;
2375
+ /**
2376
+ * Is AutoRenew of PrePaid instance of NodeConfig. Valid values: true, false. when InstanceChargeType is PrePaid, default value is true.
2377
+ */
2378
+ autoRenew?: pulumi.Input<boolean>;
2379
+ /**
2380
+ * The AutoRenewPeriod of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 6, 12. Unit: month. when InstanceChargeType is PrePaid and AutoRenew enable, default value is 1.
2381
+ */
2382
+ autoRenewPeriod?: pulumi.Input<number>;
2383
+ /**
2384
+ * The DataVolumes of NodeConfig.
2385
+ */
2386
+ dataVolumes?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolNodeConfigDataVolume>[]>;
2387
+ /**
2388
+ * Tags for Ecs.
2389
+ */
2390
+ ecsTags?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolNodeConfigEcsTag>[]>;
2391
+ /**
2392
+ * The IDs of HpcCluster, only one ID is supported currently.
2393
+ */
2394
+ hpcClusterIds?: pulumi.Input<pulumi.Input<string>[]>;
2395
+ /**
2396
+ * The ImageId of NodeConfig.
2397
+ */
2398
+ imageId?: pulumi.Input<string>;
2399
+ /**
2400
+ * The initializeScript of NodeConfig.
2401
+ */
2402
+ initializeScript?: pulumi.Input<string>;
2403
+ /**
2404
+ * The InstanceChargeType of PrePaid instance of NodeConfig. Valid values: PostPaid, PrePaid. Default value: PostPaid.
2405
+ */
2406
+ instanceChargeType?: pulumi.Input<string>;
2407
+ /**
2408
+ * The InstanceTypeIds of NodeConfig.
2409
+ */
2410
+ instanceTypeIds: pulumi.Input<pulumi.Input<string>[]>;
2411
+ /**
2412
+ * The NamePrefix of NodeConfig.
2413
+ */
2414
+ namePrefix?: pulumi.Input<string>;
2415
+ /**
2416
+ * The Period of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. Unit: month. when InstanceChargeType is PrePaid, default value is 12.
2417
+ */
2418
+ period?: pulumi.Input<number>;
2419
+ /**
2420
+ * The Security of NodeConfig.
2421
+ */
2422
+ security: pulumi.Input<inputs.vke.NodePoolNodeConfigSecurity>;
2423
+ /**
2424
+ * The SubnetIds of NodeConfig.
2425
+ */
2426
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
2427
+ /**
2428
+ * The SystemVolume of NodeConfig.
2429
+ */
2430
+ systemVolume?: pulumi.Input<inputs.vke.NodePoolNodeConfigSystemVolume>;
2431
+ }
2432
+ interface NodePoolNodeConfigDataVolume {
2433
+ /**
2434
+ * The target mount directory of the disk. Must start with `/`.
2435
+ */
2436
+ mountPoint?: pulumi.Input<string>;
2437
+ /**
2438
+ * The Size of DataVolumes, the value range in 20~32768.
2439
+ */
2440
+ size?: pulumi.Input<number>;
2441
+ /**
2442
+ * The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
2443
+ */
2444
+ type?: pulumi.Input<string>;
2445
+ }
2446
+ interface NodePoolNodeConfigEcsTag {
2447
+ /**
2448
+ * The Key of Tags.
2449
+ */
2450
+ key: pulumi.Input<string>;
2451
+ /**
2452
+ * The Value of Tags.
2453
+ */
2454
+ value: pulumi.Input<string>;
2455
+ }
2456
+ interface NodePoolNodeConfigSecurity {
2457
+ /**
2458
+ * The Login of Security.
2459
+ */
2460
+ login?: pulumi.Input<inputs.vke.NodePoolNodeConfigSecurityLogin>;
2461
+ /**
2462
+ * The SecurityGroupIds of Security.
2463
+ */
2464
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
2465
+ /**
2466
+ * The SecurityStrategies of Security, the value can be empty or `Hids`.
2467
+ */
2468
+ securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
2469
+ }
2470
+ interface NodePoolNodeConfigSecurityLogin {
2471
+ /**
2472
+ * The Password of Security, this field must be encoded with base64.
2473
+ */
2474
+ password?: pulumi.Input<string>;
2475
+ /**
2476
+ * The SshKeyPairName of Security.
2477
+ */
2478
+ sshKeyPairName?: pulumi.Input<string>;
2479
+ }
2480
+ interface NodePoolNodeConfigSystemVolume {
2481
+ /**
2482
+ * The Size of SystemVolume, the value range in 20~2048.
2483
+ */
2484
+ size?: pulumi.Input<number>;
2485
+ /**
2486
+ * The Type of SystemVolume, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
2487
+ */
2488
+ type?: pulumi.Input<string>;
2489
+ }
2490
+ interface NodePoolTag {
2491
+ /**
2492
+ * The Key of Tags.
2493
+ */
2494
+ key: pulumi.Input<string>;
2495
+ /**
2496
+ * The Value of Tags.
2497
+ */
2498
+ value: pulumi.Input<string>;
2499
+ }
2500
+ interface NodePoolsStatus {
2501
+ /**
2502
+ * Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
2503
+ */
2504
+ conditionsType?: string;
2505
+ /**
2506
+ * The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
2507
+ */
2508
+ phase?: string;
2509
+ }
2510
+ interface NodePoolsStatusArgs {
2511
+ /**
2512
+ * Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
2513
+ */
2514
+ conditionsType?: pulumi.Input<string>;
2515
+ /**
2516
+ * The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
2517
+ */
2518
+ phase?: pulumi.Input<string>;
2519
+ }
2520
+ interface NodePoolsTag {
2521
+ /**
2522
+ * The Key of Tags.
2523
+ */
2524
+ key: string;
2525
+ /**
2526
+ * The Value of Tags.
2527
+ */
2528
+ value: string;
2529
+ }
2530
+ interface NodePoolsTagArgs {
2531
+ /**
2532
+ * The Key of Tags.
2533
+ */
2534
+ key: pulumi.Input<string>;
2535
+ /**
2536
+ * The Value of Tags.
2537
+ */
2538
+ value: pulumi.Input<string>;
2539
+ }
2540
+ interface NodesStatus {
2541
+ /**
2542
+ * The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
2543
+ */
2544
+ conditionsType?: string;
2545
+ /**
2546
+ * The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
2547
+ */
2548
+ phase?: string;
2549
+ }
2550
+ interface NodesStatusArgs {
2551
+ /**
2552
+ * The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
2553
+ */
2554
+ conditionsType?: pulumi.Input<string>;
2555
+ /**
2556
+ * The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
2557
+ */
2558
+ phase?: pulumi.Input<string>;
2559
+ }
2560
+ }
2561
+ export declare namespace vpc {
2562
+ interface NetworkAclEgressAclEntry {
2563
+ /**
2564
+ * The description of entry.
2565
+ */
2566
+ description?: pulumi.Input<string>;
2567
+ /**
2568
+ * The DestinationCidrIp of entry.
2569
+ */
2570
+ destinationCidrIp?: pulumi.Input<string>;
2571
+ networkAclEntryId?: pulumi.Input<string>;
2572
+ /**
2573
+ * The name of entry.
2574
+ */
2575
+ networkAclEntryName?: pulumi.Input<string>;
2576
+ /**
2577
+ * The policy of entry. Default is `accept`. The value can be `accept` or `drop`.
2578
+ */
2579
+ policy?: pulumi.Input<string>;
2580
+ /**
2581
+ * The port of entry. Default is `-1/-1`. When Protocol is `all`, `icmp` or `gre`, the port range is `-1/-1`, which means no port restriction.When the Protocol is `tcp` or `udp`, the port range is `1~65535`, and the format is `1/200`, `80/80`,which means port 1 to port 200, port 80.
2582
+ */
2583
+ port?: pulumi.Input<string>;
2584
+ priority?: pulumi.Input<number>;
2585
+ /**
2586
+ * The protocol of entry. The value can be `icmp` or `gre` or `tcp` or `udp` or `all`. Default is `all`.
2587
+ */
2588
+ protocol?: pulumi.Input<string>;
2589
+ }
2590
+ interface NetworkAclIngressAclEntry {
2591
+ /**
2592
+ * The description of entry.
2593
+ */
2594
+ description?: pulumi.Input<string>;
2595
+ networkAclEntryId?: pulumi.Input<string>;
2596
+ /**
2597
+ * The name of entry.
2598
+ */
2599
+ networkAclEntryName?: pulumi.Input<string>;
2600
+ /**
2601
+ * The policy of entry, default is `accept`. The value can be `accept` or `drop`.
2602
+ */
2603
+ policy?: pulumi.Input<string>;
2604
+ /**
2605
+ * The port of entry. Default is `-1/-1`. When Protocol is `all`, `icmp` or `gre`, the port range is `-1/-1`, which means no port restriction. When the Protocol is `tcp` or `udp`, the port range is `1~65535`, and the format is `1/200`, `80/80`, which means port 1 to port 200, port 80.
2606
+ */
2607
+ port?: pulumi.Input<string>;
2608
+ priority?: pulumi.Input<number>;
2609
+ /**
2610
+ * The protocol of entry, default is `all`. The value can be `icmp` or `gre` or `tcp` or `udp` or `all`.
2611
+ */
2612
+ protocol?: pulumi.Input<string>;
2613
+ /**
2614
+ * The SourceCidrIp of entry.
2615
+ */
2616
+ sourceCidrIp?: pulumi.Input<string>;
2617
+ }
2618
+ interface NetworkInterfaceTag {
2619
+ /**
2620
+ * The Key of Tags.
2621
+ */
2622
+ key: pulumi.Input<string>;
2623
+ /**
2624
+ * The Value of Tags.
2625
+ */
2626
+ value: pulumi.Input<string>;
2627
+ }
2628
+ interface NetworkInterfacesTag {
2629
+ /**
2630
+ * The Key of Tags.
2631
+ */
2632
+ key: string;
2633
+ /**
2634
+ * The Value of Tags.
2635
+ */
2636
+ value: string;
2637
+ }
2638
+ interface NetworkInterfacesTagArgs {
2639
+ /**
2640
+ * The Key of Tags.
2641
+ */
2642
+ key: pulumi.Input<string>;
2643
+ /**
2644
+ * The Value of Tags.
2645
+ */
2646
+ value: pulumi.Input<string>;
2647
+ }
2648
+ interface SecurityGroupTag {
2649
+ /**
2650
+ * The Key of Tags.
2651
+ */
2652
+ key: pulumi.Input<string>;
2653
+ /**
2654
+ * The Value of Tags.
2655
+ */
2656
+ value: pulumi.Input<string>;
2657
+ }
2658
+ interface SecurityGroupsTag {
2659
+ /**
2660
+ * The Key of Tags.
2661
+ */
2662
+ key: string;
2663
+ /**
2664
+ * The Value of Tags.
2665
+ */
2666
+ value: string;
2667
+ }
2668
+ interface SecurityGroupsTagArgs {
2669
+ /**
2670
+ * The Key of Tags.
2671
+ */
2672
+ key: pulumi.Input<string>;
2673
+ /**
2674
+ * The Value of Tags.
2675
+ */
2676
+ value: pulumi.Input<string>;
2677
+ }
2678
+ interface VpcAssociateCen {
2679
+ /**
2680
+ * The ID of CEN.
2681
+ */
2682
+ cenId?: pulumi.Input<string>;
2683
+ /**
2684
+ * The owner ID of CEN.
2685
+ */
2686
+ cenOwnerId?: pulumi.Input<string>;
2687
+ /**
2688
+ * The status of CEN.
2689
+ */
2690
+ cenStatus?: pulumi.Input<string>;
2691
+ }
2692
+ interface VpcTag {
2693
+ /**
2694
+ * The Key of Tags.
2695
+ */
2696
+ key: pulumi.Input<string>;
2697
+ /**
2698
+ * The Value of Tags.
2699
+ */
2700
+ value: pulumi.Input<string>;
2701
+ }
2702
+ interface VpcsTag {
2703
+ /**
2704
+ * The Key of Tags.
2705
+ */
2706
+ key: string;
2707
+ /**
2708
+ * The Value of Tags.
2709
+ */
2710
+ value: string;
2711
+ }
2712
+ interface VpcsTagArgs {
2713
+ /**
2714
+ * The Key of Tags.
2715
+ */
2716
+ key: pulumi.Input<string>;
2717
+ /**
2718
+ * The Value of Tags.
2719
+ */
2720
+ value: pulumi.Input<string>;
2721
+ }
2722
+ }
2723
+ export declare namespace vpn {
2724
+ interface GatewayTag {
2725
+ /**
2726
+ * The Key of Tags.
2727
+ */
2728
+ key: pulumi.Input<string>;
2729
+ /**
2730
+ * The Value of Tags.
2731
+ */
2732
+ value: pulumi.Input<string>;
2733
+ }
2734
+ interface GatewaysTag {
2735
+ /**
2736
+ * The Key of Tags.
2737
+ */
2738
+ key: string;
2739
+ /**
2740
+ * The Value of Tags.
2741
+ */
2742
+ value: string;
2743
+ }
2744
+ interface GatewaysTagArgs {
2745
+ /**
2746
+ * The Key of Tags.
2747
+ */
2748
+ key: pulumi.Input<string>;
2749
+ /**
2750
+ * The Value of Tags.
2751
+ */
2752
+ value: pulumi.Input<string>;
2753
+ }
2754
+ }