@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.4

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 (287) hide show
  1. package/alb/acl.d.ts +149 -0
  2. package/alb/acl.js +96 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/getAcl.d.ts +81 -0
  5. package/alb/getAcl.js +28 -0
  6. package/alb/getAcl.js.map +1 -0
  7. package/alb/getAcls.d.ts +22 -0
  8. package/alb/getAcls.js +24 -0
  9. package/alb/getAcls.js.map +1 -0
  10. package/alb/getListener.d.ts +157 -0
  11. package/alb/getListener.js +28 -0
  12. package/alb/getListener.js.map +1 -0
  13. package/alb/getListeners.d.ts +22 -0
  14. package/alb/getListeners.js +24 -0
  15. package/alb/getListeners.js.map +1 -0
  16. package/alb/getLoadBalancer.d.ts +153 -0
  17. package/alb/getLoadBalancer.js +28 -0
  18. package/alb/getLoadBalancer.js.map +1 -0
  19. package/alb/getLoadBalancers.d.ts +22 -0
  20. package/alb/getLoadBalancers.js +24 -0
  21. package/alb/getLoadBalancers.js.map +1 -0
  22. package/alb/getServerGroup.d.ts +109 -0
  23. package/alb/getServerGroup.js +28 -0
  24. package/alb/getServerGroup.js.map +1 -0
  25. package/alb/getServerGroups.d.ts +22 -0
  26. package/alb/getServerGroups.js +24 -0
  27. package/alb/getServerGroups.js.map +1 -0
  28. package/alb/index.d.ts +36 -0
  29. package/alb/index.js +45 -1
  30. package/alb/index.js.map +1 -1
  31. package/alb/listener.d.ts +360 -0
  32. package/alb/listener.js +128 -0
  33. package/alb/listener.js.map +1 -0
  34. package/alb/loadBalancer.d.ts +341 -0
  35. package/alb/loadBalancer.js +120 -0
  36. package/alb/loadBalancer.js.map +1 -0
  37. package/alb/serverGroup.d.ts +219 -0
  38. package/alb/serverGroup.js +95 -0
  39. package/alb/serverGroup.js.map +1 -0
  40. package/apig/gatewayService.d.ts +179 -0
  41. package/apig/gatewayService.js +114 -0
  42. package/apig/gatewayService.js.map +1 -0
  43. package/apig/getGatewayService.d.ts +89 -0
  44. package/apig/getGatewayService.js +28 -0
  45. package/apig/getGatewayService.js.map +1 -0
  46. package/apig/getGatewayServices.d.ts +22 -0
  47. package/apig/getGatewayServices.js +24 -0
  48. package/apig/getGatewayServices.js.map +1 -0
  49. package/apig/getUpstreamSource.d.ts +81 -0
  50. package/apig/getUpstreamSource.js +28 -0
  51. package/apig/getUpstreamSource.js.map +1 -0
  52. package/apig/getUpstreamSources.d.ts +22 -0
  53. package/apig/getUpstreamSources.js +24 -0
  54. package/apig/getUpstreamSources.js.map +1 -0
  55. package/apig/index.d.ts +18 -0
  56. package/apig/index.js +39 -0
  57. package/apig/index.js.map +1 -0
  58. package/apig/upstreamSource.d.ts +159 -0
  59. package/apig/upstreamSource.js +87 -0
  60. package/apig/upstreamSource.js.map +1 -0
  61. package/autoscaling/getScalingConfiguration.d.ts +140 -0
  62. package/autoscaling/getScalingConfiguration.js +28 -0
  63. package/autoscaling/getScalingConfiguration.js.map +1 -0
  64. package/autoscaling/getScalingConfigurations.d.ts +22 -0
  65. package/autoscaling/getScalingConfigurations.js +24 -0
  66. package/autoscaling/getScalingConfigurations.js.map +1 -0
  67. package/autoscaling/index.d.ts +9 -0
  68. package/autoscaling/index.js +28 -0
  69. package/autoscaling/index.js.map +1 -0
  70. package/autoscaling/scalingConfiguration.d.ts +318 -0
  71. package/autoscaling/scalingConfiguration.js +108 -0
  72. package/autoscaling/scalingConfiguration.js.map +1 -0
  73. package/clb/acl.d.ts +166 -0
  74. package/clb/acl.js +107 -0
  75. package/clb/acl.js.map +1 -0
  76. package/clb/certificate.d.ts +187 -0
  77. package/clb/certificate.js +109 -0
  78. package/clb/certificate.js.map +1 -0
  79. package/clb/getAcl.d.ts +85 -0
  80. package/clb/getAcl.js +28 -0
  81. package/clb/getAcl.js.map +1 -0
  82. package/clb/getAcls.d.ts +22 -0
  83. package/clb/getAcls.js +24 -0
  84. package/clb/getAcls.js.map +1 -0
  85. package/clb/getCertificate.d.ts +89 -0
  86. package/clb/getCertificate.js +28 -0
  87. package/clb/getCertificate.js.map +1 -0
  88. package/clb/getCertificates.d.ts +22 -0
  89. package/clb/getCertificates.js +24 -0
  90. package/clb/getCertificates.js.map +1 -0
  91. package/clb/getListener.d.ts +213 -0
  92. package/clb/getListener.js +28 -0
  93. package/clb/getListener.js.map +1 -0
  94. package/clb/getListeners.d.ts +22 -0
  95. package/clb/getListeners.js +24 -0
  96. package/clb/getListeners.js.map +1 -0
  97. package/clb/getRule.d.ts +73 -0
  98. package/clb/getRule.js +28 -0
  99. package/clb/getRule.js.map +1 -0
  100. package/clb/getRules.d.ts +22 -0
  101. package/clb/getRules.js +24 -0
  102. package/clb/getRules.js.map +1 -0
  103. package/clb/index.d.ts +36 -0
  104. package/clb/index.js +45 -1
  105. package/clb/index.js.map +1 -1
  106. package/clb/listener.d.ts +546 -0
  107. package/clb/listener.js +156 -0
  108. package/clb/listener.js.map +1 -0
  109. package/clb/rule.d.ts +162 -0
  110. package/clb/rule.js +97 -0
  111. package/clb/rule.js.map +1 -0
  112. package/cr/getNameSpace.d.ts +52 -0
  113. package/cr/getNameSpace.js +28 -0
  114. package/cr/getNameSpace.js.map +1 -0
  115. package/cr/getNameSpaces.d.ts +22 -0
  116. package/cr/getNameSpaces.js +24 -0
  117. package/cr/getNameSpaces.js.map +1 -0
  118. package/cr/getRegistries.d.ts +22 -0
  119. package/cr/getRegistries.js +24 -0
  120. package/cr/getRegistries.js.map +1 -0
  121. package/cr/getRegistry.d.ts +81 -0
  122. package/cr/getRegistry.js +28 -0
  123. package/cr/getRegistry.js.map +1 -0
  124. package/cr/index.d.ts +18 -0
  125. package/cr/index.js +23 -1
  126. package/cr/index.js.map +1 -1
  127. package/cr/nameSpace.d.ts +102 -0
  128. package/cr/nameSpace.js +83 -0
  129. package/cr/nameSpace.js.map +1 -0
  130. package/cr/registry.d.ts +159 -0
  131. package/cr/registry.js +98 -0
  132. package/cr/registry.js.map +1 -0
  133. package/directconnect/directConnectGateway.d.ts +191 -0
  134. package/directconnect/directConnectGateway.js +104 -0
  135. package/directconnect/directConnectGateway.js.map +1 -0
  136. package/directconnect/getDirectConnectGateway.d.ts +97 -0
  137. package/directconnect/getDirectConnectGateway.js +28 -0
  138. package/directconnect/getDirectConnectGateway.js.map +1 -0
  139. package/directconnect/getDirectConnectGateways.d.ts +22 -0
  140. package/directconnect/getDirectConnectGateways.js +24 -0
  141. package/directconnect/getDirectConnectGateways.js.map +1 -0
  142. package/directconnect/index.d.ts +9 -0
  143. package/directconnect/index.js +28 -0
  144. package/directconnect/index.js.map +1 -0
  145. package/ecs/getInstance.d.ts +66 -0
  146. package/ecs/getInstance.js +28 -0
  147. package/ecs/getInstance.js.map +1 -0
  148. package/ecs/getInstances.d.ts +22 -0
  149. package/ecs/getInstances.js +24 -0
  150. package/ecs/getInstances.js.map +1 -0
  151. package/ecs/index.d.ts +9 -0
  152. package/ecs/index.js +12 -1
  153. package/ecs/index.js.map +1 -1
  154. package/ecs/instance.d.ts +582 -0
  155. package/ecs/instance.js +150 -0
  156. package/ecs/instance.js.map +1 -0
  157. package/index.d.ts +10 -1
  158. package/index.js +19 -1
  159. package/index.js.map +1 -1
  160. package/package.json +2 -2
  161. package/rdsmysql/database.d.ts +100 -0
  162. package/rdsmysql/database.js +74 -0
  163. package/rdsmysql/database.js.map +1 -0
  164. package/rdsmysql/getDatabase.d.ts +58 -0
  165. package/rdsmysql/getDatabase.js +28 -0
  166. package/rdsmysql/getDatabase.js.map +1 -0
  167. package/rdsmysql/getDatabases.d.ts +22 -0
  168. package/rdsmysql/getDatabases.js +24 -0
  169. package/rdsmysql/getDatabases.js.map +1 -0
  170. package/rdsmysql/index.d.ts +9 -0
  171. package/rdsmysql/index.js +28 -0
  172. package/rdsmysql/index.js.map +1 -0
  173. package/redis/getInstance.d.ts +205 -0
  174. package/redis/getInstance.js +28 -0
  175. package/redis/getInstance.js.map +1 -0
  176. package/redis/getInstances.d.ts +22 -0
  177. package/redis/getInstances.js +24 -0
  178. package/redis/getInstances.js.map +1 -0
  179. package/redis/index.d.ts +9 -0
  180. package/redis/index.js +28 -0
  181. package/redis/index.js.map +1 -0
  182. package/redis/instance.d.ts +485 -0
  183. package/redis/instance.js +200 -0
  184. package/redis/instance.js.map +1 -0
  185. package/storageebs/getVolume.d.ts +4 -0
  186. package/storageebs/getVolume.js.map +1 -1
  187. package/storageebs/volume.d.ts +3 -0
  188. package/storageebs/volume.js +2 -0
  189. package/storageebs/volume.js.map +1 -1
  190. package/tls/getTopic.d.ts +113 -0
  191. package/tls/getTopic.js +28 -0
  192. package/tls/getTopic.js.map +1 -0
  193. package/tls/getTopics.d.ts +22 -0
  194. package/tls/getTopics.js +24 -0
  195. package/tls/getTopics.js.map +1 -0
  196. package/tls/index.d.ts +9 -0
  197. package/tls/index.js +28 -0
  198. package/tls/index.js.map +1 -0
  199. package/tls/topic.d.ts +280 -0
  200. package/tls/topic.js +129 -0
  201. package/tls/topic.js.map +1 -0
  202. package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
  203. package/transitrouter/getTransitRouterRouteEntries.js +24 -0
  204. package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
  205. package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
  206. package/transitrouter/getTransitRouterRouteEntry.js +28 -0
  207. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
  208. package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
  209. package/transitrouter/getTransitRouterRouteTable.js +28 -0
  210. package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
  211. package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
  212. package/transitrouter/getTransitRouterRouteTables.js +24 -0
  213. package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
  214. package/transitrouter/index.d.ts +18 -0
  215. package/transitrouter/index.js +23 -1
  216. package/transitrouter/index.js.map +1 -1
  217. package/transitrouter/transitRouterRouteEntry.d.ts +186 -0
  218. package/transitrouter/transitRouterRouteEntry.js +106 -0
  219. package/transitrouter/transitRouterRouteEntry.js.map +1 -0
  220. package/transitrouter/transitRouterRouteTable.d.ts +159 -0
  221. package/transitrouter/transitRouterRouteTable.js +98 -0
  222. package/transitrouter/transitRouterRouteTable.js.map +1 -0
  223. package/types/input.d.ts +1375 -43
  224. package/types/output.d.ts +3534 -723
  225. package/vefaas/getKafkaTrigger.d.ts +101 -0
  226. package/vefaas/getKafkaTrigger.js +28 -0
  227. package/vefaas/getKafkaTrigger.js.map +1 -0
  228. package/vefaas/getKafkaTriggers.d.ts +22 -0
  229. package/vefaas/getKafkaTriggers.js +24 -0
  230. package/vefaas/getKafkaTriggers.js.map +1 -0
  231. package/vefaas/getSandbox.d.ts +117 -0
  232. package/vefaas/getSandbox.js +28 -0
  233. package/vefaas/getSandbox.js.map +1 -0
  234. package/vefaas/getSandboxes.d.ts +22 -0
  235. package/vefaas/getSandboxes.js +24 -0
  236. package/vefaas/getSandboxes.js.map +1 -0
  237. package/vefaas/index.d.ts +18 -0
  238. package/vefaas/index.js +39 -0
  239. package/vefaas/index.js.map +1 -0
  240. package/vefaas/kafkaTrigger.d.ts +244 -0
  241. package/vefaas/kafkaTrigger.js +128 -0
  242. package/vefaas/kafkaTrigger.js.map +1 -0
  243. package/vefaas/sandbox.d.ts +229 -0
  244. package/vefaas/sandbox.js +99 -0
  245. package/vefaas/sandbox.js.map +1 -0
  246. package/vke/addon.d.ts +159 -0
  247. package/vke/addon.js +90 -0
  248. package/vke/addon.js.map +1 -0
  249. package/vke/getAddon.d.ts +73 -0
  250. package/vke/getAddon.js +28 -0
  251. package/vke/getAddon.js.map +1 -0
  252. package/vke/getAddons.d.ts +22 -0
  253. package/vke/getAddons.js +24 -0
  254. package/vke/getAddons.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +28 -0
  257. package/vke/index.js.map +1 -0
  258. package/vpc/getNetworkAcl.d.ts +93 -0
  259. package/vpc/getNetworkAcl.js +28 -0
  260. package/vpc/getNetworkAcl.js.map +1 -0
  261. package/vpc/getNetworkAcls.d.ts +22 -0
  262. package/vpc/getNetworkAcls.js +24 -0
  263. package/vpc/getNetworkAcls.js.map +1 -0
  264. package/vpc/getPrefixList.d.ts +93 -0
  265. package/vpc/getPrefixList.js +28 -0
  266. package/vpc/getPrefixList.js.map +1 -0
  267. package/vpc/getPrefixLists.d.ts +22 -0
  268. package/vpc/getPrefixLists.js +24 -0
  269. package/vpc/getPrefixLists.js.map +1 -0
  270. package/vpc/index.d.ts +18 -0
  271. package/vpc/index.js +23 -1
  272. package/vpc/index.js.map +1 -1
  273. package/vpc/networkAcl.d.ts +143 -0
  274. package/vpc/networkAcl.js +87 -0
  275. package/vpc/networkAcl.js.map +1 -0
  276. package/vpc/prefixList.d.ts +180 -0
  277. package/vpc/prefixList.js +110 -0
  278. package/vpc/prefixList.js.map +1 -0
  279. package/waf/getDomain.d.ts +344 -0
  280. package/waf/getDomain.js +28 -0
  281. package/waf/getDomain.js.map +1 -0
  282. package/waf/getDomains.d.ts +22 -0
  283. package/waf/getDomains.js +24 -0
  284. package/waf/getDomains.js.map +1 -0
  285. package/waf/index.d.ts +6 -0
  286. package/waf/index.js +13 -0
  287. package/waf/index.js.map +1 -0
@@ -0,0 +1,101 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VEFAAS::KafkaTrigger
5
+ */
6
+ export declare function getKafkaTrigger(args: GetKafkaTriggerArgs, opts?: pulumi.InvokeOptions): Promise<GetKafkaTriggerResult>;
7
+ /**
8
+ * A collection of arguments for invoking getKafkaTrigger.
9
+ */
10
+ export interface GetKafkaTriggerArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getKafkaTrigger.
18
+ */
19
+ export interface GetKafkaTriggerResult {
20
+ /**
21
+ * 触发器批量消费的最长等待时间。单位为毫秒(ms),取值范围为 1000 ~ 60000 ms,默认值为 1000 ms。
22
+ */
23
+ readonly batchFlushDurationMilliseconds: number;
24
+ /**
25
+ * 触发器批量消费的每批次消息数。
26
+ */
27
+ readonly batchSize: number;
28
+ /**
29
+ * 消息队列 Kafka 实例的消费组名字。
30
+ */
31
+ readonly consumerGroup: string;
32
+ /**
33
+ * Kafka 触发器创建时间。
34
+ */
35
+ readonly createdTime: string;
36
+ /**
37
+ * Kafka 触发器描述。长度限制为 200 个字符以内。
38
+ */
39
+ readonly description: string;
40
+ /**
41
+ * 是否在创建触发器的同时启用触发器。取值:true:启用。false:关闭。
42
+ */
43
+ readonly enabled: boolean;
44
+ /**
45
+ * 函数 ID。
46
+ */
47
+ readonly functionId: string;
48
+ /**
49
+ * Uniquely identifies the resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * Kafka 身份认证。函数服务将通过 Kafka ACL 权限策略,对 PLAIN 和 SCRAM-SHA-256 两种类型的 SASL 用户进行消息消费鉴权。
54
+ */
55
+ readonly kafkaCredentials: outputs.vefaas.GetKafkaTriggerKafkaCredentials;
56
+ /**
57
+ * Kafka 触发器 ID。
58
+ */
59
+ readonly kafkaTriggerId: string;
60
+ /**
61
+ * 函数发生运行错误(包括用户代码错误和 Runtime 错误)时的最大重试次数。取值范围为 0~100 的正整数。
62
+ */
63
+ readonly maximumRetryAttempts: number;
64
+ /**
65
+ * 消息队列 Kafka 实例 ID。
66
+ */
67
+ readonly mqInstanceId: string;
68
+ /**
69
+ * Kafka 触发器名字。同一函数下,触发器名称不可重复。只能包含大小写字母、数字、下划线,并且以字母开头,长度限制为 4~63 个字符。
70
+ */
71
+ readonly name: string;
72
+ /**
73
+ * 指定开始消费 Topic 中消息的位置。取值:Latest:只消费订阅 Topic 后产生的消息。Earliest:从 Topic 中生产的第一条消息开始消费。
74
+ */
75
+ readonly startingPosition: string;
76
+ /**
77
+ * Kafka 触发器状态。参数值说明:ready:运行,failed:失败,pending:启动中
78
+ */
79
+ readonly status: string;
80
+ /**
81
+ * 消息队列 Kafka 实例的 Topic 名称。
82
+ */
83
+ readonly topicName: string;
84
+ /**
85
+ * Kafka 触发器最近一次更新时间。
86
+ */
87
+ readonly updatedTime: string;
88
+ }
89
+ /**
90
+ * Data Source schema for Volcengine::VEFAAS::KafkaTrigger
91
+ */
92
+ export declare function getKafkaTriggerOutput(args: GetKafkaTriggerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKafkaTriggerResult>;
93
+ /**
94
+ * A collection of arguments for invoking getKafkaTrigger.
95
+ */
96
+ export interface GetKafkaTriggerOutputArgs {
97
+ /**
98
+ * Uniquely identifies the resource.
99
+ */
100
+ id: pulumi.Input<string>;
101
+ }
@@ -0,0 +1,28 @@
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.getKafkaTriggerOutput = exports.getKafkaTrigger = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VEFAAS::KafkaTrigger
10
+ */
11
+ function getKafkaTrigger(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vefaas/getKafkaTrigger:getKafkaTrigger", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getKafkaTrigger = getKafkaTrigger;
18
+ /**
19
+ * Data Source schema for Volcengine::VEFAAS::KafkaTrigger
20
+ */
21
+ function getKafkaTriggerOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vefaas/getKafkaTrigger:getKafkaTrigger", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getKafkaTriggerOutput = getKafkaTriggerOutput;
28
+ //# sourceMappingURL=getKafkaTrigger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKafkaTrigger.js","sourceRoot":"","sources":["../../vefaas/getKafkaTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAqFD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VEFAAS::KafkaTrigger
4
+ */
5
+ export declare function getKafkaTriggers(opts?: pulumi.InvokeOptions): Promise<GetKafkaTriggersResult>;
6
+ /**
7
+ * A collection of values returned by getKafkaTriggers.
8
+ */
9
+ export interface GetKafkaTriggersResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::VEFAAS::KafkaTrigger
21
+ */
22
+ export declare function getKafkaTriggersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKafkaTriggersResult>;
@@ -0,0 +1,24 @@
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.getKafkaTriggersOutput = exports.getKafkaTriggers = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VEFAAS::KafkaTrigger
10
+ */
11
+ function getKafkaTriggers(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vefaas/getKafkaTriggers:getKafkaTriggers", {}, opts);
14
+ }
15
+ exports.getKafkaTriggers = getKafkaTriggers;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VEFAAS::KafkaTrigger
18
+ */
19
+ function getKafkaTriggersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vefaas/getKafkaTriggers:getKafkaTriggers", {}, opts);
22
+ }
23
+ exports.getKafkaTriggersOutput = getKafkaTriggersOutput;
24
+ //# sourceMappingURL=getKafkaTriggers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKafkaTriggers.js","sourceRoot":"","sources":["../../vefaas/getKafkaTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE,EACrF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
@@ -0,0 +1,117 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VEFAAS::Sandbox
5
+ */
6
+ export declare function getSandbox(args: GetSandboxArgs, opts?: pulumi.InvokeOptions): Promise<GetSandboxResult>;
7
+ /**
8
+ * A collection of arguments for invoking getSandbox.
9
+ */
10
+ export interface GetSandboxArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getSandbox.
18
+ */
19
+ export interface GetSandboxResult {
20
+ /**
21
+ * 沙箱实例所在可用区 ID。
22
+ */
23
+ readonly availabilityZone: string;
24
+ /**
25
+ * 沙箱实例 CPU 规格:单位:milli cpu取值范围:250~16000,默认值:1000。
26
+ */
27
+ readonly cpuMilli: number;
28
+ /**
29
+ * 沙箱实例创建时间。
30
+ */
31
+ readonly createdTime: string;
32
+ /**
33
+ * 沙箱实例环境变量。
34
+ */
35
+ readonly envs: outputs.vefaas.GetSandboxEnv[];
36
+ /**
37
+ * 沙箱实例启动失败错误码。参数值说明:internal*load*request*error:系统内部错误,function*initialize*failed:业务进程初始化错误,function*health*check*failed:健康检查错误,route_terminating:路由删除中,正常启动沙箱实例时,该字段为空。
38
+ */
39
+ readonly errorCode: string;
40
+ /**
41
+ * 沙箱实例启动失败的错误码详情。正常启动沙箱实例时,该字段为空。
42
+ */
43
+ readonly errorMessage: string;
44
+ /**
45
+ * 沙箱实例存活时长。
46
+ */
47
+ readonly expireAt: string;
48
+ /**
49
+ * 沙箱实例所属的沙箱应用 ID。
50
+ */
51
+ readonly functionId: string;
52
+ /**
53
+ * Uniquely identifies the resource.
54
+ */
55
+ readonly id: string;
56
+ /**
57
+ * 沙箱实例镜像信息,包括镜像地址、启动命令、监听端口。
58
+ */
59
+ readonly instanceImageInfo: outputs.vefaas.GetSandboxInstanceImageInfo;
60
+ /**
61
+ * 沙箱实例级别对象存储(TOS)存储挂载配置。
62
+ */
63
+ readonly instanceTosMountConfig: outputs.vefaas.GetSandboxInstanceTosMountConfig;
64
+ /**
65
+ * 沙箱实例类型 。参数值说明:elastic:弹性实例,frozen:冻结实例,activated:激活实例,reserved:预留实例。
66
+ */
67
+ readonly instanceType: string;
68
+ /**
69
+ * 单实例请求最大并发数:取值范围:10~1000,默认值:100。
70
+ */
71
+ readonly maxConcurrency: number;
72
+ /**
73
+ * 沙箱实例内存规格:单位:MiB,取值范围:512~131072,默认值:2048
74
+ */
75
+ readonly memoryMb: number;
76
+ /**
77
+ * 沙箱实例标签(Label)元信息,用于标记、筛选实例。格式为<"key":"value">。
78
+ */
79
+ readonly metadatas: outputs.vefaas.GetSandboxMetadata[];
80
+ /**
81
+ * 沙箱实例是否处于 Pending 状态。参数值说明:true:是,false:否。
82
+ */
83
+ readonly pending: boolean;
84
+ /**
85
+ * 请求超时时间:单位:秒,取值范围:1~900,正整数。默认值:30。
86
+ */
87
+ readonly requestTimeout: number;
88
+ /**
89
+ * 函数实例版本编号。
90
+ */
91
+ readonly revisionNumber: number;
92
+ /**
93
+ * 沙箱实例 ID。
94
+ */
95
+ readonly sandboxId: string;
96
+ /**
97
+ * 沙箱实例状态。 参数值说明:Starting:开始启动,Ready:启动完成,Failed:启动失败,Terminating:终止中。
98
+ */
99
+ readonly status: string;
100
+ /**
101
+ * 沙箱实例存活时长:单位:分钟,取值范围:3~1440,默认值:60。
102
+ */
103
+ readonly timeout: number;
104
+ }
105
+ /**
106
+ * Data Source schema for Volcengine::VEFAAS::Sandbox
107
+ */
108
+ export declare function getSandboxOutput(args: GetSandboxOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSandboxResult>;
109
+ /**
110
+ * A collection of arguments for invoking getSandbox.
111
+ */
112
+ export interface GetSandboxOutputArgs {
113
+ /**
114
+ * Uniquely identifies the resource.
115
+ */
116
+ id: pulumi.Input<string>;
117
+ }
@@ -0,0 +1,28 @@
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.getSandboxOutput = exports.getSandbox = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VEFAAS::Sandbox
10
+ */
11
+ function getSandbox(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vefaas/getSandbox:getSandbox", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getSandbox = getSandbox;
18
+ /**
19
+ * Data Source schema for Volcengine::VEFAAS::Sandbox
20
+ */
21
+ function getSandboxOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vefaas/getSandbox:getSandbox", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getSandboxOutput = getSandboxOutput;
28
+ //# sourceMappingURL=getSandbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSandbox.js","sourceRoot":"","sources":["../../vefaas/getSandbox.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAqGD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VEFAAS::Sandbox
4
+ */
5
+ export declare function getSandboxes(opts?: pulumi.InvokeOptions): Promise<GetSandboxesResult>;
6
+ /**
7
+ * A collection of values returned by getSandboxes.
8
+ */
9
+ export interface GetSandboxesResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::VEFAAS::Sandbox
21
+ */
22
+ export declare function getSandboxesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSandboxesResult>;
@@ -0,0 +1,24 @@
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.getSandboxesOutput = exports.getSandboxes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VEFAAS::Sandbox
10
+ */
11
+ function getSandboxes(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vefaas/getSandboxes:getSandboxes", {}, opts);
14
+ }
15
+ exports.getSandboxes = getSandboxes;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VEFAAS::Sandbox
18
+ */
19
+ function getSandboxesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vefaas/getSandboxes:getSandboxes", {}, opts);
22
+ }
23
+ exports.getSandboxesOutput = getSandboxesOutput;
24
+ //# sourceMappingURL=getSandboxes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSandboxes.js","sourceRoot":"","sources":["../../vefaas/getSandboxes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE,EAC7E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE,EACnF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
@@ -0,0 +1,18 @@
1
+ export { GetKafkaTriggerArgs, GetKafkaTriggerResult, GetKafkaTriggerOutputArgs } from "./getKafkaTrigger";
2
+ export declare const getKafkaTrigger: typeof import("./getKafkaTrigger").getKafkaTrigger;
3
+ export declare const getKafkaTriggerOutput: typeof import("./getKafkaTrigger").getKafkaTriggerOutput;
4
+ export { GetKafkaTriggersResult } from "./getKafkaTriggers";
5
+ export declare const getKafkaTriggers: typeof import("./getKafkaTriggers").getKafkaTriggers;
6
+ export declare const getKafkaTriggersOutput: typeof import("./getKafkaTriggers").getKafkaTriggersOutput;
7
+ export { GetSandboxArgs, GetSandboxResult, GetSandboxOutputArgs } from "./getSandbox";
8
+ export declare const getSandbox: typeof import("./getSandbox").getSandbox;
9
+ export declare const getSandboxOutput: typeof import("./getSandbox").getSandboxOutput;
10
+ export { GetSandboxesResult } from "./getSandboxes";
11
+ export declare const getSandboxes: typeof import("./getSandboxes").getSandboxes;
12
+ export declare const getSandboxesOutput: typeof import("./getSandboxes").getSandboxesOutput;
13
+ export { KafkaTriggerArgs, KafkaTriggerState } from "./kafkaTrigger";
14
+ export type KafkaTrigger = import("./kafkaTrigger").KafkaTrigger;
15
+ export declare const KafkaTrigger: typeof import("./kafkaTrigger").KafkaTrigger;
16
+ export { SandboxArgs, SandboxState } from "./sandbox";
17
+ export type Sandbox = import("./sandbox").Sandbox;
18
+ export declare const Sandbox: typeof import("./sandbox").Sandbox;
@@ -0,0 +1,39 @@
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.Sandbox = exports.KafkaTrigger = exports.getSandboxesOutput = exports.getSandboxes = exports.getSandboxOutput = exports.getSandbox = exports.getKafkaTriggersOutput = exports.getKafkaTriggers = exports.getKafkaTriggerOutput = exports.getKafkaTrigger = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getKafkaTrigger = null;
9
+ exports.getKafkaTriggerOutput = null;
10
+ utilities.lazyLoad(exports, ["getKafkaTrigger", "getKafkaTriggerOutput"], () => require("./getKafkaTrigger"));
11
+ exports.getKafkaTriggers = null;
12
+ exports.getKafkaTriggersOutput = null;
13
+ utilities.lazyLoad(exports, ["getKafkaTriggers", "getKafkaTriggersOutput"], () => require("./getKafkaTriggers"));
14
+ exports.getSandbox = null;
15
+ exports.getSandboxOutput = null;
16
+ utilities.lazyLoad(exports, ["getSandbox", "getSandboxOutput"], () => require("./getSandbox"));
17
+ exports.getSandboxes = null;
18
+ exports.getSandboxesOutput = null;
19
+ utilities.lazyLoad(exports, ["getSandboxes", "getSandboxesOutput"], () => require("./getSandboxes"));
20
+ exports.KafkaTrigger = null;
21
+ utilities.lazyLoad(exports, ["KafkaTrigger"], () => require("./kafkaTrigger"));
22
+ exports.Sandbox = null;
23
+ utilities.lazyLoad(exports, ["Sandbox"], () => require("./sandbox"));
24
+ const _module = {
25
+ version: utilities.getVersion(),
26
+ construct: (name, type, urn) => {
27
+ switch (type) {
28
+ case "volcenginecc:vefaas/kafkaTrigger:KafkaTrigger":
29
+ return new exports.KafkaTrigger(name, undefined, { urn });
30
+ case "volcenginecc:vefaas/sandbox:Sandbox":
31
+ return new exports.Sandbox(name, undefined, { urn });
32
+ default:
33
+ throw new Error(`unknown resource type ${type}`);
34
+ }
35
+ },
36
+ };
37
+ pulumi.runtime.registerResourceModule("volcenginecc", "vefaas/kafkaTrigger", _module);
38
+ pulumi.runtime.registerResourceModule("volcenginecc", "vefaas/sandbox", _module);
39
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../vefaas/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGrE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,+CAA+C;gBAChD,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}