@volcengine/pulumi 0.0.32 → 0.0.33

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 (482) hide show
  1. package/cen/bandwidthPackage.d.ts +15 -3
  2. package/cen/bandwidthPackage.js +2 -0
  3. package/cen/bandwidthPackage.js.map +1 -1
  4. package/cen/getGrantInstances.d.ts +106 -0
  5. package/cen/getGrantInstances.js +53 -0
  6. package/cen/getGrantInstances.js.map +1 -0
  7. package/cen/getInterRegionBandwidths.d.ts +12 -0
  8. package/cen/getInterRegionBandwidths.js +1 -0
  9. package/cen/getInterRegionBandwidths.js.map +1 -1
  10. package/cen/grantInstances.d.ts +108 -0
  11. package/cen/grantInstances.js +56 -0
  12. package/cen/grantInstances.js.map +1 -0
  13. package/cen/index.d.ts +6 -0
  14. package/cen/index.js +7 -1
  15. package/cen/index.js.map +1 -1
  16. package/cen/interRegionBandwidths.d.ts +12 -0
  17. package/cen/interRegionBandwidths.js +1 -0
  18. package/cen/interRegionBandwidths.js.map +1 -1
  19. package/cen/serviceRouteEntry.d.ts +2 -2
  20. package/cen/serviceRouteEntry.js +2 -2
  21. package/cr/getNamespaces.d.ts +9 -0
  22. package/cr/getNamespaces.js +1 -0
  23. package/cr/getNamespaces.js.map +1 -1
  24. package/cr/getRegistries.d.ts +9 -0
  25. package/cr/getRegistries.js +1 -0
  26. package/cr/getRegistries.js.map +1 -1
  27. package/cr/namespace.d.ts +12 -0
  28. package/cr/namespace.js +2 -0
  29. package/cr/namespace.js.map +1 -1
  30. package/cr/namespaces.d.ts +9 -0
  31. package/cr/namespaces.js +1 -0
  32. package/cr/namespaces.js.map +1 -1
  33. package/cr/registries.d.ts +9 -0
  34. package/cr/registries.js +1 -0
  35. package/cr/registries.js.map +1 -1
  36. package/cr/registry.d.ts +35 -3
  37. package/cr/registry.js +6 -2
  38. package/cr/registry.js.map +1 -1
  39. package/ebs/getMaxExtraPerformances.d.ts +22 -0
  40. package/ebs/getMaxExtraPerformances.js +22 -0
  41. package/ebs/getMaxExtraPerformances.js.map +1 -1
  42. package/ebs/maxExtraPerformances.d.ts +22 -0
  43. package/ebs/maxExtraPerformances.js +22 -0
  44. package/ebs/maxExtraPerformances.js.map +1 -1
  45. package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
  46. package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
  47. package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
  48. package/escloud_v2/escloudZonesV2.d.ts +64 -0
  49. package/escloud_v2/escloudZonesV2.js +45 -0
  50. package/escloud_v2/escloudZonesV2.js.map +1 -0
  51. package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
  52. package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
  53. package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
  54. package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
  55. package/escloud_v2/getEscloudZonesV2.js +42 -0
  56. package/escloud_v2/getEscloudZonesV2.js.map +1 -0
  57. package/escloud_v2/index.d.ts +12 -0
  58. package/escloud_v2/index.js +13 -1
  59. package/escloud_v2/index.js.map +1 -1
  60. package/index.d.ts +4 -1
  61. package/index.js +8 -1
  62. package/index.js.map +1 -1
  63. package/kafka/allowList.d.ts +98 -0
  64. package/kafka/allowList.js +85 -0
  65. package/kafka/allowList.js.map +1 -0
  66. package/kafka/allowListAssociate.d.ts +90 -0
  67. package/kafka/allowListAssociate.js +87 -0
  68. package/kafka/allowListAssociate.js.map +1 -0
  69. package/kafka/allowLists.d.ts +91 -0
  70. package/kafka/allowLists.js +52 -0
  71. package/kafka/allowLists.js.map +1 -0
  72. package/kafka/getAllowLists.d.ts +89 -0
  73. package/kafka/getAllowLists.js +49 -0
  74. package/kafka/getAllowLists.js.map +1 -0
  75. package/kafka/index.d.ts +12 -0
  76. package/kafka/index.js +17 -1
  77. package/kafka/index.js.map +1 -1
  78. package/kms/getKeyrings.d.ts +154 -0
  79. package/kms/getKeyrings.js +69 -0
  80. package/kms/getKeyrings.js.map +1 -0
  81. package/kms/getKeys.d.ts +263 -0
  82. package/kms/getKeys.js +106 -0
  83. package/kms/getKeys.js.map +1 -0
  84. package/kms/getSecrets.d.ts +202 -0
  85. package/kms/getSecrets.js +73 -0
  86. package/kms/getSecrets.js.map +1 -0
  87. package/kms/index.d.ts +36 -0
  88. package/kms/index.js +65 -0
  89. package/kms/index.js.map +1 -0
  90. package/kms/key.d.ts +282 -0
  91. package/kms/key.js +127 -0
  92. package/kms/key.js.map +1 -0
  93. package/kms/keyArchive.d.ts +119 -0
  94. package/kms/keyArchive.js +94 -0
  95. package/kms/keyArchive.js.map +1 -0
  96. package/kms/keyEnable.d.ts +105 -0
  97. package/kms/keyEnable.js +80 -0
  98. package/kms/keyEnable.js.map +1 -0
  99. package/kms/keyRotation.d.ts +105 -0
  100. package/kms/keyRotation.js +80 -0
  101. package/kms/keyRotation.js.map +1 -0
  102. package/kms/keyring.d.ts +139 -0
  103. package/kms/keyring.js +89 -0
  104. package/kms/keyring.js.map +1 -0
  105. package/kms/keyrings.d.ts +156 -0
  106. package/kms/keyrings.js +72 -0
  107. package/kms/keyrings.js.map +1 -0
  108. package/kms/keys.d.ts +265 -0
  109. package/kms/keys.js +109 -0
  110. package/kms/keys.js.map +1 -0
  111. package/kms/secret.d.ts +264 -0
  112. package/kms/secret.js +122 -0
  113. package/kms/secret.js.map +1 -0
  114. package/kms/secrets.d.ts +204 -0
  115. package/kms/secrets.js +76 -0
  116. package/kms/secrets.js.map +1 -0
  117. package/mongodb/getInstanceParameterLogs.d.ts +1 -1
  118. package/mongodb/instanceParameter.d.ts +1 -1
  119. package/mongodb/instanceParameter.js +1 -1
  120. package/mongodb/instanceParameterLogs.d.ts +1 -1
  121. package/nas/autoSnapshotPolicies.d.ts +115 -0
  122. package/nas/autoSnapshotPolicies.js +66 -0
  123. package/nas/autoSnapshotPolicies.js.map +1 -0
  124. package/nas/autoSnapshotPolicy.d.ts +132 -0
  125. package/nas/autoSnapshotPolicy.js +94 -0
  126. package/nas/autoSnapshotPolicy.js.map +1 -0
  127. package/nas/autoSnapshotPolicyApply.d.ts +101 -0
  128. package/nas/autoSnapshotPolicyApply.js +98 -0
  129. package/nas/autoSnapshotPolicyApply.js.map +1 -0
  130. package/nas/getAutoSnapshotPolicies.d.ts +113 -0
  131. package/nas/getAutoSnapshotPolicies.js +63 -0
  132. package/nas/getAutoSnapshotPolicies.js.map +1 -0
  133. package/nas/index.d.ts +12 -0
  134. package/nas/index.js +17 -1
  135. package/nas/index.js.map +1 -1
  136. package/package.json +1 -1
  137. package/private_zone/getPrivateZones.d.ts +31 -0
  138. package/private_zone/getPrivateZones.js +3 -0
  139. package/private_zone/getPrivateZones.js.map +1 -1
  140. package/private_zone/getRecords.d.ts +19 -4
  141. package/private_zone/getRecords.js +1 -0
  142. package/private_zone/getRecords.js.map +1 -1
  143. package/private_zone/getResolverEndpoints.d.ts +22 -0
  144. package/private_zone/getResolverEndpoints.js +2 -0
  145. package/private_zone/getResolverEndpoints.js.map +1 -1
  146. package/private_zone/getResolverRules.d.ts +22 -0
  147. package/private_zone/getResolverRules.js +2 -0
  148. package/private_zone/getResolverRules.js.map +1 -1
  149. package/private_zone/privateZone.d.ts +44 -0
  150. package/private_zone/privateZone.js +11 -0
  151. package/private_zone/privateZone.js.map +1 -1
  152. package/private_zone/privateZones.d.ts +31 -0
  153. package/private_zone/privateZones.js +3 -0
  154. package/private_zone/privateZones.js.map +1 -1
  155. package/private_zone/record.d.ts +24 -0
  156. package/private_zone/record.js +4 -0
  157. package/private_zone/record.js.map +1 -1
  158. package/private_zone/records.d.ts +19 -4
  159. package/private_zone/records.js +1 -0
  160. package/private_zone/records.js.map +1 -1
  161. package/private_zone/resolverEndpoint.d.ts +45 -2
  162. package/private_zone/resolverEndpoint.js +11 -4
  163. package/private_zone/resolverEndpoint.js.map +1 -1
  164. package/private_zone/resolverEndpoints.d.ts +22 -0
  165. package/private_zone/resolverEndpoints.js +2 -0
  166. package/private_zone/resolverEndpoints.js.map +1 -1
  167. package/private_zone/resolverRule.d.ts +62 -3
  168. package/private_zone/resolverRule.js +13 -0
  169. package/private_zone/resolverRule.js.map +1 -1
  170. package/private_zone/resolverRules.d.ts +22 -0
  171. package/private_zone/resolverRules.js +2 -0
  172. package/private_zone/resolverRules.js.map +1 -1
  173. package/private_zone/userVpcAuthorization.d.ts +24 -0
  174. package/private_zone/userVpcAuthorization.js +4 -0
  175. package/private_zone/userVpcAuthorization.js.map +1 -1
  176. package/rabbitmq/getRegions.d.ts +62 -0
  177. package/rabbitmq/getRegions.js +42 -0
  178. package/rabbitmq/getRegions.js.map +1 -0
  179. package/rabbitmq/getZones.d.ts +62 -0
  180. package/rabbitmq/getZones.js +42 -0
  181. package/rabbitmq/getZones.js.map +1 -0
  182. package/rabbitmq/index.d.ts +12 -0
  183. package/rabbitmq/index.js +13 -1
  184. package/rabbitmq/index.js.map +1 -1
  185. package/rabbitmq/regions.d.ts +64 -0
  186. package/rabbitmq/regions.js +45 -0
  187. package/rabbitmq/regions.js.map +1 -0
  188. package/rabbitmq/zones.d.ts +64 -0
  189. package/rabbitmq/zones.js +45 -0
  190. package/rabbitmq/zones.js.map +1 -0
  191. package/rds_mysql/account.d.ts +53 -3
  192. package/rds_mysql/account.js +20 -0
  193. package/rds_mysql/account.js.map +1 -1
  194. package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
  195. package/rds_mysql/accountTableColumnInfos.js +57 -0
  196. package/rds_mysql/accountTableColumnInfos.js.map +1 -0
  197. package/rds_mysql/backupPolicy.d.ts +30 -1
  198. package/rds_mysql/backupPolicy.js +12 -1
  199. package/rds_mysql/backupPolicy.js.map +1 -1
  200. package/rds_mysql/backups.d.ts +2 -16
  201. package/rds_mysql/backups.js +2 -16
  202. package/rds_mysql/backups.js.map +1 -1
  203. package/rds_mysql/database.d.ts +13 -0
  204. package/rds_mysql/database.js +3 -0
  205. package/rds_mysql/database.js.map +1 -1
  206. package/rds_mysql/endpoint.d.ts +32 -34
  207. package/rds_mysql/endpoint.js +10 -19
  208. package/rds_mysql/endpoint.js.map +1 -1
  209. package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
  210. package/rds_mysql/getAccountTableColumnInfos.js +54 -0
  211. package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
  212. package/rds_mysql/getBackups.d.ts +2 -16
  213. package/rds_mysql/getBackups.js +2 -16
  214. package/rds_mysql/getBackups.js.map +1 -1
  215. package/rds_mysql/getInstances.d.ts +75 -0
  216. package/rds_mysql/getInstances.js +7 -0
  217. package/rds_mysql/getInstances.js.map +1 -1
  218. package/rds_mysql/getPlannedEvents.d.ts +132 -0
  219. package/rds_mysql/getPlannedEvents.js +52 -0
  220. package/rds_mysql/getPlannedEvents.js.map +1 -0
  221. package/rds_mysql/getTasks.d.ts +175 -0
  222. package/rds_mysql/getTasks.js +60 -0
  223. package/rds_mysql/getTasks.js.map +1 -0
  224. package/rds_mysql/index.d.ts +18 -0
  225. package/rds_mysql/index.js +20 -2
  226. package/rds_mysql/index.js.map +1 -1
  227. package/rds_mysql/instance.d.ts +167 -12
  228. package/rds_mysql/instance.js +40 -3
  229. package/rds_mysql/instance.js.map +1 -1
  230. package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
  231. package/rds_mysql/instanceReadonlyNode.js +2 -0
  232. package/rds_mysql/instanceReadonlyNode.js.map +1 -1
  233. package/rds_mysql/instances.d.ts +75 -0
  234. package/rds_mysql/instances.js +7 -0
  235. package/rds_mysql/instances.js.map +1 -1
  236. package/rds_mysql/plannedEvents.d.ts +134 -0
  237. package/rds_mysql/plannedEvents.js +55 -0
  238. package/rds_mysql/plannedEvents.js.map +1 -0
  239. package/rds_mysql/tasks.d.ts +177 -0
  240. package/rds_mysql/tasks.js +63 -0
  241. package/rds_mysql/tasks.js.map +1 -0
  242. package/redis/allowList.d.ts +24 -0
  243. package/redis/allowList.js +6 -0
  244. package/redis/allowList.js.map +1 -1
  245. package/redis/allowLists.d.ts +39 -0
  246. package/redis/allowLists.js +4 -0
  247. package/redis/allowLists.js.map +1 -1
  248. package/redis/backup.d.ts +46 -7
  249. package/redis/backup.js +14 -3
  250. package/redis/backup.js.map +1 -1
  251. package/redis/backupRestore.d.ts +14 -2
  252. package/redis/backupRestore.js +2 -3
  253. package/redis/backupRestore.js.map +1 -1
  254. package/redis/backups.d.ts +47 -5
  255. package/redis/backups.js +5 -0
  256. package/redis/backups.js.map +1 -1
  257. package/redis/bigKeys.d.ts +181 -0
  258. package/redis/bigKeys.js +110 -0
  259. package/redis/bigKeys.js.map +1 -0
  260. package/redis/getAllowLists.d.ts +39 -0
  261. package/redis/getAllowLists.js +4 -0
  262. package/redis/getAllowLists.js.map +1 -1
  263. package/redis/getBackups.d.ts +47 -5
  264. package/redis/getBackups.js +5 -0
  265. package/redis/getBackups.js.map +1 -1
  266. package/redis/getBigKeys.d.ts +179 -0
  267. package/redis/getBigKeys.js +107 -0
  268. package/redis/getBigKeys.js.map +1 -0
  269. package/redis/getInstanceSpecs.d.ts +76 -0
  270. package/redis/getInstanceSpecs.js +29 -0
  271. package/redis/getInstanceSpecs.js.map +1 -0
  272. package/redis/getInstances.d.ts +3 -0
  273. package/redis/getInstances.js.map +1 -1
  274. package/redis/getParameterGroups.d.ts +79 -0
  275. package/redis/getParameterGroups.js +29 -0
  276. package/redis/getParameterGroups.js.map +1 -0
  277. package/redis/getPlannedEvents.d.ts +161 -0
  278. package/redis/getPlannedEvents.js +106 -0
  279. package/redis/getPlannedEvents.js.map +1 -0
  280. package/redis/index.d.ts +27 -0
  281. package/redis/index.js +31 -1
  282. package/redis/index.js.map +1 -1
  283. package/redis/instance.d.ts +85 -1
  284. package/redis/instance.js +14 -0
  285. package/redis/instance.js.map +1 -1
  286. package/redis/instanceSpecs.d.ts +78 -0
  287. package/redis/instanceSpecs.js +32 -0
  288. package/redis/instanceSpecs.js.map +1 -0
  289. package/redis/instances.d.ts +3 -0
  290. package/redis/instances.js.map +1 -1
  291. package/redis/parameterGroup.d.ts +118 -0
  292. package/redis/parameterGroup.js +93 -0
  293. package/redis/parameterGroup.js.map +1 -0
  294. package/redis/parameterGroups.d.ts +81 -0
  295. package/redis/parameterGroups.js +32 -0
  296. package/redis/parameterGroups.js.map +1 -0
  297. package/redis/plannedEvents.d.ts +163 -0
  298. package/redis/plannedEvents.js +109 -0
  299. package/redis/plannedEvents.js.map +1 -0
  300. package/tls/consumerGroup.d.ts +121 -0
  301. package/tls/consumerGroup.js +97 -0
  302. package/tls/consumerGroup.js.map +1 -0
  303. package/tls/consumerGroups.d.ts +139 -0
  304. package/tls/consumerGroups.js +52 -0
  305. package/tls/consumerGroups.js.map +1 -0
  306. package/tls/etlTask.d.ts +196 -0
  307. package/tls/etlTask.js +123 -0
  308. package/tls/etlTask.js.map +1 -0
  309. package/tls/etlTasks.d.ts +160 -0
  310. package/tls/etlTasks.js +54 -0
  311. package/tls/etlTasks.js.map +1 -0
  312. package/tls/getConsumerGroups.d.ts +137 -0
  313. package/tls/getConsumerGroups.js +49 -0
  314. package/tls/getConsumerGroups.js.map +1 -0
  315. package/tls/getEtlTasks.d.ts +158 -0
  316. package/tls/getEtlTasks.js +51 -0
  317. package/tls/getEtlTasks.js.map +1 -0
  318. package/tls/getImportTasks.d.ts +173 -0
  319. package/tls/getImportTasks.js +52 -0
  320. package/tls/getImportTasks.js.map +1 -0
  321. package/tls/getScheduleSqlTasks.d.ts +155 -0
  322. package/tls/getScheduleSqlTasks.js +51 -0
  323. package/tls/getScheduleSqlTasks.js.map +1 -0
  324. package/tls/getShippers.d.ts +164 -0
  325. package/tls/getShippers.js +51 -0
  326. package/tls/getShippers.js.map +1 -0
  327. package/tls/importTask.d.ts +175 -0
  328. package/tls/importTask.js +110 -0
  329. package/tls/importTask.js.map +1 -0
  330. package/tls/importTasks.d.ts +175 -0
  331. package/tls/importTasks.js +55 -0
  332. package/tls/importTasks.js.map +1 -0
  333. package/tls/index.d.ts +45 -0
  334. package/tls/index.js +57 -2
  335. package/tls/index.js.map +1 -1
  336. package/tls/scheduleSqlTask.d.ts +219 -0
  337. package/tls/scheduleSqlTask.js +135 -0
  338. package/tls/scheduleSqlTask.js.map +1 -0
  339. package/tls/scheduleSqlTasks.d.ts +157 -0
  340. package/tls/scheduleSqlTasks.js +54 -0
  341. package/tls/scheduleSqlTasks.js.map +1 -0
  342. package/tls/shipper.d.ts +191 -0
  343. package/tls/shipper.js +119 -0
  344. package/tls/shipper.js.map +1 -0
  345. package/tls/shippers.d.ts +166 -0
  346. package/tls/shippers.js +54 -0
  347. package/tls/shippers.js.map +1 -0
  348. package/types/input.d.ts +1107 -31
  349. package/types/output.d.ts +8576 -1522
  350. package/vefaas/function.d.ts +346 -0
  351. package/vefaas/function.js +126 -0
  352. package/vefaas/function.js.map +1 -0
  353. package/vefaas/functions.d.ts +73 -0
  354. package/vefaas/functions.js +46 -0
  355. package/vefaas/functions.js.map +1 -0
  356. package/vefaas/getFunctions.d.ts +71 -0
  357. package/vefaas/getFunctions.js +43 -0
  358. package/vefaas/getFunctions.js.map +1 -0
  359. package/vefaas/getKafkaTriggers.d.ts +87 -0
  360. package/vefaas/getKafkaTriggers.js +47 -0
  361. package/vefaas/getKafkaTriggers.js.map +1 -0
  362. package/vefaas/getReleases.d.ts +106 -0
  363. package/vefaas/getReleases.js +49 -0
  364. package/vefaas/getReleases.js.map +1 -0
  365. package/vefaas/getTimers.d.ts +87 -0
  366. package/vefaas/getTimers.js +47 -0
  367. package/vefaas/getTimers.js.map +1 -0
  368. package/vefaas/index.d.ts +36 -0
  369. package/vefaas/index.js +61 -0
  370. package/vefaas/index.js.map +1 -0
  371. package/vefaas/kafkaTrigger.d.ts +232 -0
  372. package/vefaas/kafkaTrigger.js +119 -0
  373. package/vefaas/kafkaTrigger.js.map +1 -0
  374. package/vefaas/kafkaTriggers.d.ts +89 -0
  375. package/vefaas/kafkaTriggers.js +50 -0
  376. package/vefaas/kafkaTriggers.js.map +1 -0
  377. package/vefaas/release.d.ts +211 -0
  378. package/vefaas/release.js +108 -0
  379. package/vefaas/release.js.map +1 -0
  380. package/vefaas/releases.d.ts +108 -0
  381. package/vefaas/releases.js +52 -0
  382. package/vefaas/releases.js.map +1 -0
  383. package/vefaas/timer.d.ts +170 -0
  384. package/vefaas/timer.js +95 -0
  385. package/vefaas/timer.js.map +1 -0
  386. package/vefaas/timers.d.ts +89 -0
  387. package/vefaas/timers.js +50 -0
  388. package/vefaas/timers.js.map +1 -0
  389. package/vmp/alertingRule.d.ts +300 -0
  390. package/vmp/alertingRule.js +220 -0
  391. package/vmp/alertingRule.js.map +1 -0
  392. package/vmp/alertingRules.d.ts +386 -0
  393. package/vmp/alertingRules.js +291 -0
  394. package/vmp/alertingRules.js.map +1 -0
  395. package/vmp/alerts.d.ts +119 -0
  396. package/vmp/alerts.js +54 -0
  397. package/vmp/alerts.js.map +1 -0
  398. package/vmp/contact.d.ts +181 -0
  399. package/vmp/contact.js +102 -0
  400. package/vmp/contact.js.map +1 -0
  401. package/vmp/contactGroup.d.ts +124 -0
  402. package/vmp/contactGroup.js +109 -0
  403. package/vmp/contactGroup.js.map +1 -0
  404. package/vmp/contactGroups.d.ts +167 -0
  405. package/vmp/contactGroups.js +129 -0
  406. package/vmp/contactGroups.js.map +1 -0
  407. package/vmp/contacts.d.ts +137 -0
  408. package/vmp/contacts.js +88 -0
  409. package/vmp/contacts.js.map +1 -0
  410. package/vmp/getAlertingRules.d.ts +384 -0
  411. package/vmp/getAlertingRules.js +288 -0
  412. package/vmp/getAlertingRules.js.map +1 -0
  413. package/vmp/getAlerts.d.ts +117 -0
  414. package/vmp/getAlerts.js +51 -0
  415. package/vmp/getAlerts.js.map +1 -0
  416. package/vmp/getContactGroups.d.ts +165 -0
  417. package/vmp/getContactGroups.js +126 -0
  418. package/vmp/getContactGroups.js.map +1 -0
  419. package/vmp/getContacts.d.ts +135 -0
  420. package/vmp/getContacts.js +85 -0
  421. package/vmp/getContacts.js.map +1 -0
  422. package/vmp/getInstanceTypes.d.ts +75 -0
  423. package/vmp/getInstanceTypes.js +47 -0
  424. package/vmp/getInstanceTypes.js.map +1 -0
  425. package/vmp/getNotifyGroupPolicies.d.ts +141 -0
  426. package/vmp/getNotifyGroupPolicies.js +102 -0
  427. package/vmp/getNotifyGroupPolicies.js.map +1 -0
  428. package/vmp/getNotifyPolicies.d.ts +221 -0
  429. package/vmp/getNotifyPolicies.js +160 -0
  430. package/vmp/getNotifyPolicies.js.map +1 -0
  431. package/vmp/getNotifyTemplates.d.ts +134 -0
  432. package/vmp/getNotifyTemplates.js +76 -0
  433. package/vmp/getNotifyTemplates.js.map +1 -0
  434. package/vmp/getRuleFiles.d.ts +152 -0
  435. package/vmp/getRuleFiles.js +93 -0
  436. package/vmp/getRuleFiles.js.map +1 -0
  437. package/vmp/getRules.d.ts +131 -0
  438. package/vmp/getRules.js +53 -0
  439. package/vmp/getRules.js.map +1 -0
  440. package/vmp/getWorkspaces.d.ts +146 -0
  441. package/vmp/getWorkspaces.js +68 -0
  442. package/vmp/getWorkspaces.js.map +1 -0
  443. package/vmp/index.d.ts +90 -0
  444. package/vmp/index.js +124 -0
  445. package/vmp/index.js.map +1 -0
  446. package/vmp/instanceTypes.d.ts +77 -0
  447. package/vmp/instanceTypes.js +50 -0
  448. package/vmp/instanceTypes.js.map +1 -0
  449. package/vmp/notifyGroupPolicies.d.ts +143 -0
  450. package/vmp/notifyGroupPolicies.js +105 -0
  451. package/vmp/notifyGroupPolicies.js.map +1 -0
  452. package/vmp/notifyGroupPolicy.d.ts +118 -0
  453. package/vmp/notifyGroupPolicy.js +100 -0
  454. package/vmp/notifyGroupPolicy.js.map +1 -0
  455. package/vmp/notifyPolicies.d.ts +223 -0
  456. package/vmp/notifyPolicies.js +163 -0
  457. package/vmp/notifyPolicies.js.map +1 -0
  458. package/vmp/notifyPolicy.d.ts +158 -0
  459. package/vmp/notifyPolicy.js +130 -0
  460. package/vmp/notifyPolicy.js.map +1 -0
  461. package/vmp/notifyTemplate.d.ts +144 -0
  462. package/vmp/notifyTemplate.js +100 -0
  463. package/vmp/notifyTemplate.js.map +1 -0
  464. package/vmp/notifyTemplates.d.ts +136 -0
  465. package/vmp/notifyTemplates.js +79 -0
  466. package/vmp/notifyTemplates.js.map +1 -0
  467. package/vmp/ruleFile.d.ts +163 -0
  468. package/vmp/ruleFile.js +110 -0
  469. package/vmp/ruleFile.js.map +1 -0
  470. package/vmp/ruleFiles.d.ts +154 -0
  471. package/vmp/ruleFiles.js +96 -0
  472. package/vmp/ruleFiles.js.map +1 -0
  473. package/vmp/rules.d.ts +133 -0
  474. package/vmp/rules.js +56 -0
  475. package/vmp/rules.js.map +1 -0
  476. package/vmp/workspace.d.ts +212 -0
  477. package/vmp/workspace.js +110 -0
  478. package/vmp/workspace.js.map +1 -0
  479. package/vmp/workspaces.d.ts +148 -0
  480. package/vmp/workspaces.js +71 -0
  481. package/vmp/workspaces.js.map +1 -0
  482. package/vpc/routeEntry.d.ts +3 -3
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getNotifyGroupPoliciesOutput = exports.getNotifyGroupPolicies = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of vmp notify group policies
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ * import * as volcengine from "@volcengine/pulumi";
16
+ *
17
+ * const fooNotifyGroupPolicy = new volcengine.vmp.NotifyGroupPolicy("fooNotifyGroupPolicy", {
18
+ * description: "acc-test-1",
19
+ * levels: [
20
+ * {
21
+ * level: "P2",
22
+ * groupBies: ["__rule__"],
23
+ * groupWait: "35",
24
+ * groupInterval: "30",
25
+ * repeatInterval: "30",
26
+ * },
27
+ * {
28
+ * level: "P0",
29
+ * groupBies: ["__rule__"],
30
+ * groupWait: "30",
31
+ * groupInterval: "30",
32
+ * repeatInterval: "30",
33
+ * },
34
+ * {
35
+ * level: "P1",
36
+ * groupBies: ["__rule__"],
37
+ * groupWait: "40",
38
+ * groupInterval: "45",
39
+ * repeatInterval: "30",
40
+ * },
41
+ * ],
42
+ * });
43
+ * const fooNotifyGroupPolicies = volcengine.vmp.getNotifyGroupPoliciesOutput({
44
+ * ids: [fooNotifyGroupPolicy.id],
45
+ * });
46
+ * ```
47
+ */
48
+ function getNotifyGroupPolicies(args, opts) {
49
+ args = args || {};
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
+ return pulumi.runtime.invoke("volcengine:vmp/getNotifyGroupPolicies:getNotifyGroupPolicies", {
52
+ "ids": args.ids,
53
+ "name": args.name,
54
+ "outputFile": args.outputFile,
55
+ }, opts);
56
+ }
57
+ exports.getNotifyGroupPolicies = getNotifyGroupPolicies;
58
+ /**
59
+ * Use this data source to query detailed information of vmp notify group policies
60
+ * ## Example Usage
61
+ *
62
+ * ```typescript
63
+ * import * as pulumi from "@pulumi/pulumi";
64
+ * import * as volcengine from "@pulumi/volcengine";
65
+ * import * as volcengine from "@volcengine/pulumi";
66
+ *
67
+ * const fooNotifyGroupPolicy = new volcengine.vmp.NotifyGroupPolicy("fooNotifyGroupPolicy", {
68
+ * description: "acc-test-1",
69
+ * levels: [
70
+ * {
71
+ * level: "P2",
72
+ * groupBies: ["__rule__"],
73
+ * groupWait: "35",
74
+ * groupInterval: "30",
75
+ * repeatInterval: "30",
76
+ * },
77
+ * {
78
+ * level: "P0",
79
+ * groupBies: ["__rule__"],
80
+ * groupWait: "30",
81
+ * groupInterval: "30",
82
+ * repeatInterval: "30",
83
+ * },
84
+ * {
85
+ * level: "P1",
86
+ * groupBies: ["__rule__"],
87
+ * groupWait: "40",
88
+ * groupInterval: "45",
89
+ * repeatInterval: "30",
90
+ * },
91
+ * ],
92
+ * });
93
+ * const fooNotifyGroupPolicies = volcengine.vmp.getNotifyGroupPoliciesOutput({
94
+ * ids: [fooNotifyGroupPolicy.id],
95
+ * });
96
+ * ```
97
+ */
98
+ function getNotifyGroupPoliciesOutput(args, opts) {
99
+ return pulumi.output(args).apply((a) => getNotifyGroupPolicies(a, opts));
100
+ }
101
+ exports.getNotifyGroupPoliciesOutput = getNotifyGroupPoliciesOutput;
102
+ //# sourceMappingURL=getNotifyGroupPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNotifyGroupPolicies.js","sourceRoot":"","sources":["../../vmp/getNotifyGroupPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
@@ -0,0 +1,221 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Use this data source to query detailed information of vmp notify policies
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const fooContact = new volcengine.vmp.Contact("fooContact", {
13
+ * email: "acctest1@tftest.com",
14
+ * webhook: {
15
+ * address: "https://www.acctest1.com",
16
+ * },
17
+ * larkBotWebhook: {
18
+ * address: "https://www.acctest1.com",
19
+ * },
20
+ * dingTalkBotWebhook: {
21
+ * address: "https://www.dingacctest1.com",
22
+ * atMobiles: ["18046891812"],
23
+ * },
24
+ * phoneNumber: {
25
+ * countryCode: "+86",
26
+ * number: "18310101010",
27
+ * },
28
+ * });
29
+ * const foo1Contact = new volcengine.vmp.Contact("foo1Contact", {
30
+ * email: "acctest2@tftest.com",
31
+ * webhook: {
32
+ * address: "https://www.acctest2.com",
33
+ * },
34
+ * larkBotWebhook: {
35
+ * address: "https://www.acctest2.com",
36
+ * },
37
+ * dingTalkBotWebhook: {
38
+ * address: "https://www.dingacctest2.com",
39
+ * atMobiles: ["18046891813"],
40
+ * },
41
+ * phoneNumber: {
42
+ * countryCode: "+86",
43
+ * number: "18310101011",
44
+ * },
45
+ * });
46
+ * const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [fooContact.id]});
47
+ * const foo1ContactGroup = new volcengine.vmp.ContactGroup("foo1ContactGroup", {contactIds: [foo1Contact.id]});
48
+ * const fooNotifyPolicy = new volcengine.vmp.NotifyPolicy("fooNotifyPolicy", {
49
+ * description: "acc-test-1",
50
+ * levels: [
51
+ * {
52
+ * level: "P1",
53
+ * contactGroupIds: [fooContactGroup.id],
54
+ * channels: [
55
+ * "Email",
56
+ * "Webhook",
57
+ * ],
58
+ * },
59
+ * {
60
+ * level: "P0",
61
+ * contactGroupIds: [foo1ContactGroup.id],
62
+ * channels: ["LarkBotWebhook"],
63
+ * },
64
+ * ],
65
+ * });
66
+ * const fooNotifyPolicies = volcengine.vmp.getNotifyPoliciesOutput({
67
+ * ids: [fooNotifyPolicy.id],
68
+ * });
69
+ * ```
70
+ */
71
+ export declare function getNotifyPolicies(args?: GetNotifyPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetNotifyPoliciesResult>;
72
+ /**
73
+ * A collection of arguments for invoking getNotifyPolicies.
74
+ */
75
+ export interface GetNotifyPoliciesArgs {
76
+ /**
77
+ * The channel notify template for the alarm notification policy.
78
+ */
79
+ channelNotifyTemplateIds?: string[];
80
+ /**
81
+ * The contact group for the alarm notification policy.
82
+ */
83
+ contactGroupIds?: string[];
84
+ /**
85
+ * A list of notify policy ids.
86
+ */
87
+ ids?: string[];
88
+ /**
89
+ * The name of notify policy.
90
+ */
91
+ name?: string;
92
+ /**
93
+ * File name where to save data source results.
94
+ */
95
+ outputFile?: string;
96
+ }
97
+ /**
98
+ * A collection of values returned by getNotifyPolicies.
99
+ */
100
+ export interface GetNotifyPoliciesResult {
101
+ /**
102
+ * The channel notify template for the alarm notification policy.
103
+ */
104
+ readonly channelNotifyTemplateIds?: string[];
105
+ /**
106
+ * The contact group for the alarm notification policy.
107
+ */
108
+ readonly contactGroupIds?: string[];
109
+ /**
110
+ * The provider-assigned unique ID for this managed resource.
111
+ */
112
+ readonly id: string;
113
+ readonly ids?: string[];
114
+ /**
115
+ * The name of notify policy.
116
+ */
117
+ readonly name?: string;
118
+ /**
119
+ * The list of notify policies.
120
+ */
121
+ readonly notifyPolicies: outputs.vmp.GetNotifyPoliciesNotifyPolicy[];
122
+ readonly outputFile?: string;
123
+ /**
124
+ * The total count of query.
125
+ */
126
+ readonly totalCount: number;
127
+ }
128
+ /**
129
+ * Use this data source to query detailed information of vmp notify policies
130
+ * ## Example Usage
131
+ *
132
+ * ```typescript
133
+ * import * as pulumi from "@pulumi/pulumi";
134
+ * import * as volcengine from "@pulumi/volcengine";
135
+ * import * as volcengine from "@volcengine/pulumi";
136
+ *
137
+ * const fooContact = new volcengine.vmp.Contact("fooContact", {
138
+ * email: "acctest1@tftest.com",
139
+ * webhook: {
140
+ * address: "https://www.acctest1.com",
141
+ * },
142
+ * larkBotWebhook: {
143
+ * address: "https://www.acctest1.com",
144
+ * },
145
+ * dingTalkBotWebhook: {
146
+ * address: "https://www.dingacctest1.com",
147
+ * atMobiles: ["18046891812"],
148
+ * },
149
+ * phoneNumber: {
150
+ * countryCode: "+86",
151
+ * number: "18310101010",
152
+ * },
153
+ * });
154
+ * const foo1Contact = new volcengine.vmp.Contact("foo1Contact", {
155
+ * email: "acctest2@tftest.com",
156
+ * webhook: {
157
+ * address: "https://www.acctest2.com",
158
+ * },
159
+ * larkBotWebhook: {
160
+ * address: "https://www.acctest2.com",
161
+ * },
162
+ * dingTalkBotWebhook: {
163
+ * address: "https://www.dingacctest2.com",
164
+ * atMobiles: ["18046891813"],
165
+ * },
166
+ * phoneNumber: {
167
+ * countryCode: "+86",
168
+ * number: "18310101011",
169
+ * },
170
+ * });
171
+ * const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [fooContact.id]});
172
+ * const foo1ContactGroup = new volcengine.vmp.ContactGroup("foo1ContactGroup", {contactIds: [foo1Contact.id]});
173
+ * const fooNotifyPolicy = new volcengine.vmp.NotifyPolicy("fooNotifyPolicy", {
174
+ * description: "acc-test-1",
175
+ * levels: [
176
+ * {
177
+ * level: "P1",
178
+ * contactGroupIds: [fooContactGroup.id],
179
+ * channels: [
180
+ * "Email",
181
+ * "Webhook",
182
+ * ],
183
+ * },
184
+ * {
185
+ * level: "P0",
186
+ * contactGroupIds: [foo1ContactGroup.id],
187
+ * channels: ["LarkBotWebhook"],
188
+ * },
189
+ * ],
190
+ * });
191
+ * const fooNotifyPolicies = volcengine.vmp.getNotifyPoliciesOutput({
192
+ * ids: [fooNotifyPolicy.id],
193
+ * });
194
+ * ```
195
+ */
196
+ export declare function getNotifyPoliciesOutput(args?: GetNotifyPoliciesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNotifyPoliciesResult>;
197
+ /**
198
+ * A collection of arguments for invoking getNotifyPolicies.
199
+ */
200
+ export interface GetNotifyPoliciesOutputArgs {
201
+ /**
202
+ * The channel notify template for the alarm notification policy.
203
+ */
204
+ channelNotifyTemplateIds?: pulumi.Input<pulumi.Input<string>[]>;
205
+ /**
206
+ * The contact group for the alarm notification policy.
207
+ */
208
+ contactGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
209
+ /**
210
+ * A list of notify policy ids.
211
+ */
212
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
213
+ /**
214
+ * The name of notify policy.
215
+ */
216
+ name?: pulumi.Input<string>;
217
+ /**
218
+ * File name where to save data source results.
219
+ */
220
+ outputFile?: pulumi.Input<string>;
221
+ }
@@ -0,0 +1,160 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getNotifyPoliciesOutput = exports.getNotifyPolicies = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of vmp notify policies
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ * import * as volcengine from "@volcengine/pulumi";
16
+ *
17
+ * const fooContact = new volcengine.vmp.Contact("fooContact", {
18
+ * email: "acctest1@tftest.com",
19
+ * webhook: {
20
+ * address: "https://www.acctest1.com",
21
+ * },
22
+ * larkBotWebhook: {
23
+ * address: "https://www.acctest1.com",
24
+ * },
25
+ * dingTalkBotWebhook: {
26
+ * address: "https://www.dingacctest1.com",
27
+ * atMobiles: ["18046891812"],
28
+ * },
29
+ * phoneNumber: {
30
+ * countryCode: "+86",
31
+ * number: "18310101010",
32
+ * },
33
+ * });
34
+ * const foo1Contact = new volcengine.vmp.Contact("foo1Contact", {
35
+ * email: "acctest2@tftest.com",
36
+ * webhook: {
37
+ * address: "https://www.acctest2.com",
38
+ * },
39
+ * larkBotWebhook: {
40
+ * address: "https://www.acctest2.com",
41
+ * },
42
+ * dingTalkBotWebhook: {
43
+ * address: "https://www.dingacctest2.com",
44
+ * atMobiles: ["18046891813"],
45
+ * },
46
+ * phoneNumber: {
47
+ * countryCode: "+86",
48
+ * number: "18310101011",
49
+ * },
50
+ * });
51
+ * const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [fooContact.id]});
52
+ * const foo1ContactGroup = new volcengine.vmp.ContactGroup("foo1ContactGroup", {contactIds: [foo1Contact.id]});
53
+ * const fooNotifyPolicy = new volcengine.vmp.NotifyPolicy("fooNotifyPolicy", {
54
+ * description: "acc-test-1",
55
+ * levels: [
56
+ * {
57
+ * level: "P1",
58
+ * contactGroupIds: [fooContactGroup.id],
59
+ * channels: [
60
+ * "Email",
61
+ * "Webhook",
62
+ * ],
63
+ * },
64
+ * {
65
+ * level: "P0",
66
+ * contactGroupIds: [foo1ContactGroup.id],
67
+ * channels: ["LarkBotWebhook"],
68
+ * },
69
+ * ],
70
+ * });
71
+ * const fooNotifyPolicies = volcengine.vmp.getNotifyPoliciesOutput({
72
+ * ids: [fooNotifyPolicy.id],
73
+ * });
74
+ * ```
75
+ */
76
+ function getNotifyPolicies(args, opts) {
77
+ args = args || {};
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
79
+ return pulumi.runtime.invoke("volcengine:vmp/getNotifyPolicies:getNotifyPolicies", {
80
+ "channelNotifyTemplateIds": args.channelNotifyTemplateIds,
81
+ "contactGroupIds": args.contactGroupIds,
82
+ "ids": args.ids,
83
+ "name": args.name,
84
+ "outputFile": args.outputFile,
85
+ }, opts);
86
+ }
87
+ exports.getNotifyPolicies = getNotifyPolicies;
88
+ /**
89
+ * Use this data source to query detailed information of vmp notify policies
90
+ * ## Example Usage
91
+ *
92
+ * ```typescript
93
+ * import * as pulumi from "@pulumi/pulumi";
94
+ * import * as volcengine from "@pulumi/volcengine";
95
+ * import * as volcengine from "@volcengine/pulumi";
96
+ *
97
+ * const fooContact = new volcengine.vmp.Contact("fooContact", {
98
+ * email: "acctest1@tftest.com",
99
+ * webhook: {
100
+ * address: "https://www.acctest1.com",
101
+ * },
102
+ * larkBotWebhook: {
103
+ * address: "https://www.acctest1.com",
104
+ * },
105
+ * dingTalkBotWebhook: {
106
+ * address: "https://www.dingacctest1.com",
107
+ * atMobiles: ["18046891812"],
108
+ * },
109
+ * phoneNumber: {
110
+ * countryCode: "+86",
111
+ * number: "18310101010",
112
+ * },
113
+ * });
114
+ * const foo1Contact = new volcengine.vmp.Contact("foo1Contact", {
115
+ * email: "acctest2@tftest.com",
116
+ * webhook: {
117
+ * address: "https://www.acctest2.com",
118
+ * },
119
+ * larkBotWebhook: {
120
+ * address: "https://www.acctest2.com",
121
+ * },
122
+ * dingTalkBotWebhook: {
123
+ * address: "https://www.dingacctest2.com",
124
+ * atMobiles: ["18046891813"],
125
+ * },
126
+ * phoneNumber: {
127
+ * countryCode: "+86",
128
+ * number: "18310101011",
129
+ * },
130
+ * });
131
+ * const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [fooContact.id]});
132
+ * const foo1ContactGroup = new volcengine.vmp.ContactGroup("foo1ContactGroup", {contactIds: [foo1Contact.id]});
133
+ * const fooNotifyPolicy = new volcengine.vmp.NotifyPolicy("fooNotifyPolicy", {
134
+ * description: "acc-test-1",
135
+ * levels: [
136
+ * {
137
+ * level: "P1",
138
+ * contactGroupIds: [fooContactGroup.id],
139
+ * channels: [
140
+ * "Email",
141
+ * "Webhook",
142
+ * ],
143
+ * },
144
+ * {
145
+ * level: "P0",
146
+ * contactGroupIds: [foo1ContactGroup.id],
147
+ * channels: ["LarkBotWebhook"],
148
+ * },
149
+ * ],
150
+ * });
151
+ * const fooNotifyPolicies = volcengine.vmp.getNotifyPoliciesOutput({
152
+ * ids: [fooNotifyPolicy.id],
153
+ * });
154
+ * ```
155
+ */
156
+ function getNotifyPoliciesOutput(args, opts) {
157
+ return pulumi.output(args).apply((a) => getNotifyPolicies(a, opts));
158
+ }
159
+ exports.getNotifyPoliciesOutput = getNotifyPoliciesOutput;
160
+ //# sourceMappingURL=getNotifyPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNotifyPolicies.js","sourceRoot":"","sources":["../../vmp/getNotifyPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC;AA2DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
@@ -0,0 +1,134 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Use this data source to query detailed information of vmp notify templates
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const foo = new volcengine.vmp.NotifyTemplate("foo", {
13
+ * description: "acc-test-vmp",
14
+ * channel: "WeComBotWebhook",
15
+ * active: {
16
+ * title: "acc-test-active-template-title",
17
+ * content: "acc-test-active-template-content",
18
+ * },
19
+ * resolved: {
20
+ * title: "acc-test-resolved-template-title",
21
+ * content: "acc-test-resolved-template-content",
22
+ * },
23
+ * });
24
+ * const default = volcengine.vmp.getNotifyTemplatesOutput({
25
+ * ids: [foo.id],
26
+ * });
27
+ * ```
28
+ */
29
+ export declare function getNotifyTemplates(args?: GetNotifyTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetNotifyTemplatesResult>;
30
+ /**
31
+ * A collection of arguments for invoking getNotifyTemplates.
32
+ */
33
+ export interface GetNotifyTemplatesArgs {
34
+ /**
35
+ * The channel of notify template. Valid values: `LarkBotWebhook`, `DingTalkBotWebhook`, `WeComBotWebhook`.
36
+ */
37
+ channel?: string;
38
+ /**
39
+ * A list of IDs.
40
+ */
41
+ ids?: string[];
42
+ /**
43
+ * The name of notify template. This field support fuzzy query.
44
+ */
45
+ name?: string;
46
+ /**
47
+ * A Name Regex of Resource.
48
+ */
49
+ nameRegex?: string;
50
+ /**
51
+ * File name where to save data source results.
52
+ */
53
+ outputFile?: string;
54
+ }
55
+ /**
56
+ * A collection of values returned by getNotifyTemplates.
57
+ */
58
+ export interface GetNotifyTemplatesResult {
59
+ /**
60
+ * The channel of notify template. Valid values: `LarkBotWebhook`, `DingTalkBotWebhook`, `WeComBotWebhook`.
61
+ */
62
+ readonly channel?: string;
63
+ /**
64
+ * The provider-assigned unique ID for this managed resource.
65
+ */
66
+ readonly id: string;
67
+ readonly ids?: string[];
68
+ /**
69
+ * The name of notify template.
70
+ */
71
+ readonly name?: string;
72
+ readonly nameRegex?: string;
73
+ /**
74
+ * The collection of query.
75
+ */
76
+ readonly notifyTemplates: outputs.vmp.GetNotifyTemplatesNotifyTemplate[];
77
+ readonly outputFile?: string;
78
+ /**
79
+ * The total count of query.
80
+ */
81
+ readonly totalCount: number;
82
+ }
83
+ /**
84
+ * Use this data source to query detailed information of vmp notify templates
85
+ * ## Example Usage
86
+ *
87
+ * ```typescript
88
+ * import * as pulumi from "@pulumi/pulumi";
89
+ * import * as volcengine from "@pulumi/volcengine";
90
+ * import * as volcengine from "@volcengine/pulumi";
91
+ *
92
+ * const foo = new volcengine.vmp.NotifyTemplate("foo", {
93
+ * description: "acc-test-vmp",
94
+ * channel: "WeComBotWebhook",
95
+ * active: {
96
+ * title: "acc-test-active-template-title",
97
+ * content: "acc-test-active-template-content",
98
+ * },
99
+ * resolved: {
100
+ * title: "acc-test-resolved-template-title",
101
+ * content: "acc-test-resolved-template-content",
102
+ * },
103
+ * });
104
+ * const default = volcengine.vmp.getNotifyTemplatesOutput({
105
+ * ids: [foo.id],
106
+ * });
107
+ * ```
108
+ */
109
+ export declare function getNotifyTemplatesOutput(args?: GetNotifyTemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNotifyTemplatesResult>;
110
+ /**
111
+ * A collection of arguments for invoking getNotifyTemplates.
112
+ */
113
+ export interface GetNotifyTemplatesOutputArgs {
114
+ /**
115
+ * The channel of notify template. Valid values: `LarkBotWebhook`, `DingTalkBotWebhook`, `WeComBotWebhook`.
116
+ */
117
+ channel?: pulumi.Input<string>;
118
+ /**
119
+ * A list of IDs.
120
+ */
121
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
122
+ /**
123
+ * The name of notify template. This field support fuzzy query.
124
+ */
125
+ name?: pulumi.Input<string>;
126
+ /**
127
+ * A Name Regex of Resource.
128
+ */
129
+ nameRegex?: pulumi.Input<string>;
130
+ /**
131
+ * File name where to save data source results.
132
+ */
133
+ outputFile?: pulumi.Input<string>;
134
+ }