@volcengine/pulumi 0.0.44-alpha.1768546977 → 0.0.44

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 (314) hide show
  1. package/alb/accessLog.d.ts +19 -0
  2. package/alb/accessLog.js +19 -0
  3. package/alb/accessLog.js.map +1 -1
  4. package/alb/allCertificates.d.ts +102 -0
  5. package/alb/allCertificates.js +42 -0
  6. package/alb/allCertificates.js.map +1 -1
  7. package/alb/getAllCertificates.d.ts +102 -0
  8. package/alb/getAllCertificates.js +42 -0
  9. package/alb/getAllCertificates.js.map +1 -1
  10. package/alb/getListenerHealths.d.ts +66 -0
  11. package/alb/getListenerHealths.js +36 -0
  12. package/alb/getListenerHealths.js.map +1 -1
  13. package/alb/healthLog.d.ts +20 -0
  14. package/alb/healthLog.js +20 -0
  15. package/alb/healthLog.js.map +1 -1
  16. package/alb/listener.d.ts +3 -3
  17. package/alb/listenerDomainExtension.d.ts +41 -5
  18. package/alb/listenerDomainExtension.js +6 -3
  19. package/alb/listenerDomainExtension.js.map +1 -1
  20. package/alb/listenerHealths.d.ts +66 -0
  21. package/alb/listenerHealths.js +36 -0
  22. package/alb/listenerHealths.js.map +1 -1
  23. package/alb/replaceCertificate.d.ts +67 -24
  24. package/alb/replaceCertificate.js +46 -0
  25. package/alb/replaceCertificate.js.map +1 -1
  26. package/alb/tlsAccessLog.d.ts +20 -0
  27. package/alb/tlsAccessLog.js +20 -0
  28. package/alb/tlsAccessLog.js.map +1 -1
  29. package/clb/accessLog.d.ts +122 -0
  30. package/clb/accessLog.js +86 -0
  31. package/clb/accessLog.js.map +1 -0
  32. package/clb/acl.d.ts +16 -0
  33. package/clb/acl.js +6 -0
  34. package/clb/acl.js.map +1 -1
  35. package/clb/acls.d.ts +21 -0
  36. package/clb/acls.js +9 -0
  37. package/clb/acls.js.map +1 -1
  38. package/clb/clb.d.ts +78 -2
  39. package/clb/clb.js +13 -1
  40. package/clb/clb.js.map +1 -1
  41. package/clb/clbs.d.ts +79 -1
  42. package/clb/clbs.js +7 -0
  43. package/clb/clbs.js.map +1 -1
  44. package/clb/getAcls.d.ts +21 -0
  45. package/clb/getAcls.js +9 -0
  46. package/clb/getAcls.js.map +1 -1
  47. package/clb/getClbs.d.ts +79 -1
  48. package/clb/getClbs.js +7 -0
  49. package/clb/getClbs.js.map +1 -1
  50. package/clb/getHealthCheckLogProjects.d.ts +62 -0
  51. package/clb/getHealthCheckLogProjects.js +42 -0
  52. package/clb/getHealthCheckLogProjects.js.map +1 -0
  53. package/clb/getHealthCheckLogTopics.d.ts +75 -0
  54. package/clb/getHealthCheckLogTopics.js +46 -0
  55. package/clb/getHealthCheckLogTopics.js.map +1 -0
  56. package/clb/getListenerHealths.d.ts +84 -0
  57. package/clb/getListenerHealths.js +47 -0
  58. package/clb/getListenerHealths.js.map +1 -0
  59. package/clb/getListeners.d.ts +28 -0
  60. package/clb/getListeners.js +2 -0
  61. package/clb/getListeners.js.map +1 -1
  62. package/clb/getRules.d.ts +13 -0
  63. package/clb/getRules.js +1 -0
  64. package/clb/getRules.js.map +1 -1
  65. package/clb/getServerGroups.d.ts +28 -0
  66. package/clb/getServerGroups.js +2 -0
  67. package/clb/getServerGroups.js.map +1 -1
  68. package/clb/healthCheckLogProject.d.ts +63 -0
  69. package/clb/healthCheckLogProject.js +68 -0
  70. package/clb/healthCheckLogProject.js.map +1 -0
  71. package/clb/healthCheckLogProjects.d.ts +64 -0
  72. package/clb/healthCheckLogProjects.js +45 -0
  73. package/clb/healthCheckLogProjects.js.map +1 -0
  74. package/clb/healthCheckLogTopic.d.ts +86 -0
  75. package/clb/healthCheckLogTopic.js +83 -0
  76. package/clb/healthCheckLogTopic.js.map +1 -0
  77. package/clb/healthCheckLogTopics.d.ts +77 -0
  78. package/clb/healthCheckLogTopics.js +49 -0
  79. package/clb/healthCheckLogTopics.js.map +1 -0
  80. package/clb/index.d.ts +27 -0
  81. package/clb/index.js +35 -1
  82. package/clb/index.js.map +1 -1
  83. package/clb/listener.d.ts +254 -3
  84. package/clb/listener.js +71 -0
  85. package/clb/listener.js.map +1 -1
  86. package/clb/listenerHealths.d.ts +86 -0
  87. package/clb/listenerHealths.js +50 -0
  88. package/clb/listenerHealths.js.map +1 -0
  89. package/clb/listeners.d.ts +28 -0
  90. package/clb/listeners.js +2 -0
  91. package/clb/listeners.js.map +1 -1
  92. package/clb/rule.d.ts +59 -4
  93. package/clb/rule.js +23 -3
  94. package/clb/rule.js.map +1 -1
  95. package/clb/rules.d.ts +13 -0
  96. package/clb/rules.js +1 -0
  97. package/clb/rules.js.map +1 -1
  98. package/clb/serverGroup.d.ts +43 -0
  99. package/clb/serverGroup.js +11 -0
  100. package/clb/serverGroup.js.map +1 -1
  101. package/clb/serverGroupServer.d.ts +30 -6
  102. package/clb/serverGroupServer.js +24 -0
  103. package/clb/serverGroupServer.js.map +1 -1
  104. package/clb/serverGroups.d.ts +28 -0
  105. package/clb/serverGroups.js +2 -0
  106. package/clb/serverGroups.js.map +1 -1
  107. package/package.json +1 -1
  108. package/redis/getPitrTimeWindows.d.ts +0 -50
  109. package/redis/getPitrTimeWindows.js +0 -32
  110. package/redis/getPitrTimeWindows.js.map +1 -1
  111. package/redis/pitrTimeWindows.d.ts +0 -50
  112. package/redis/pitrTimeWindows.js +0 -32
  113. package/redis/pitrTimeWindows.js.map +1 -1
  114. package/tls/account.d.ts +71 -0
  115. package/tls/account.js +70 -0
  116. package/tls/account.js.map +1 -0
  117. package/tls/accounts.d.ts +64 -0
  118. package/tls/accounts.js +45 -0
  119. package/tls/accounts.js.map +1 -0
  120. package/tls/alarm.d.ts +74 -14
  121. package/tls/alarm.js +33 -13
  122. package/tls/alarm.js.map +1 -1
  123. package/tls/alarmContentTemplate.d.ts +219 -0
  124. package/tls/alarmContentTemplate.js +135 -0
  125. package/tls/alarmContentTemplate.js.map +1 -0
  126. package/tls/alarmContentTemplates.d.ts +115 -0
  127. package/tls/alarmContentTemplates.js +50 -0
  128. package/tls/alarmContentTemplates.js.map +1 -0
  129. package/tls/alarmNotifyGroup.d.ts +16 -27
  130. package/tls/alarmNotifyGroup.js +2 -29
  131. package/tls/alarmNotifyGroup.js.map +1 -1
  132. package/tls/alarmWebhookIntegration.d.ts +155 -0
  133. package/tls/alarmWebhookIntegration.js +103 -0
  134. package/tls/alarmWebhookIntegration.js.map +1 -0
  135. package/tls/alarmWebhookIntegrations.d.ts +100 -0
  136. package/tls/alarmWebhookIntegrations.js +48 -0
  137. package/tls/alarmWebhookIntegrations.js.map +1 -0
  138. package/tls/alarms.d.ts +7 -11
  139. package/tls/alarms.js +3 -6
  140. package/tls/alarms.js.map +1 -1
  141. package/tls/consumerGroup.d.ts +3 -3
  142. package/tls/consumerGroup.js +3 -3
  143. package/tls/consumerGroups.d.ts +38 -2
  144. package/tls/consumerGroups.js +38 -2
  145. package/tls/consumerGroups.js.map +1 -1
  146. package/tls/describeTraces.d.ts +91 -0
  147. package/tls/describeTraces.js +52 -0
  148. package/tls/describeTraces.js.map +1 -0
  149. package/tls/downloadTask.d.ts +239 -0
  150. package/tls/downloadTask.js +125 -0
  151. package/tls/downloadTask.js.map +1 -0
  152. package/tls/downloadTasks.d.ts +105 -0
  153. package/tls/downloadTasks.js +56 -0
  154. package/tls/downloadTasks.js.map +1 -0
  155. package/tls/downloadUrls.d.ts +95 -0
  156. package/tls/downloadUrls.js +80 -0
  157. package/tls/downloadUrls.js.map +1 -0
  158. package/tls/etlTask.d.ts +4 -4
  159. package/tls/etlTask.js +4 -4
  160. package/tls/getAccounts.d.ts +62 -0
  161. package/tls/getAccounts.js +42 -0
  162. package/tls/getAccounts.js.map +1 -0
  163. package/tls/getAlarmContentTemplates.d.ts +113 -0
  164. package/tls/getAlarmContentTemplates.js +47 -0
  165. package/tls/getAlarmContentTemplates.js.map +1 -0
  166. package/tls/getAlarmWebhookIntegrations.d.ts +98 -0
  167. package/tls/getAlarmWebhookIntegrations.js +45 -0
  168. package/tls/getAlarmWebhookIntegrations.js.map +1 -0
  169. package/tls/getAlarms.d.ts +7 -11
  170. package/tls/getAlarms.js +3 -6
  171. package/tls/getAlarms.js.map +1 -1
  172. package/tls/getConsumerGroups.d.ts +38 -2
  173. package/tls/getConsumerGroups.js +38 -2
  174. package/tls/getConsumerGroups.js.map +1 -1
  175. package/tls/getDescribeTraces.d.ts +89 -0
  176. package/tls/getDescribeTraces.js +49 -0
  177. package/tls/getDescribeTraces.js.map +1 -0
  178. package/tls/getDownloadTasks.d.ts +103 -0
  179. package/tls/getDownloadTasks.js +53 -0
  180. package/tls/getDownloadTasks.js.map +1 -0
  181. package/tls/getDownloadUrls.d.ts +93 -0
  182. package/tls/getDownloadUrls.js +77 -0
  183. package/tls/getDownloadUrls.js.map +1 -0
  184. package/tls/getHostGroupRules.d.ts +75 -0
  185. package/tls/getHostGroupRules.js +46 -0
  186. package/tls/getHostGroupRules.js.map +1 -0
  187. package/tls/getHostGroups.d.ts +11 -8
  188. package/tls/getHostGroups.js +3 -8
  189. package/tls/getHostGroups.js.map +1 -1
  190. package/tls/getHosts.d.ts +2 -2
  191. package/tls/getHosts.js +2 -2
  192. package/tls/getIndexes.d.ts +2 -2
  193. package/tls/getIndexes.js +2 -2
  194. package/tls/getLogContexts.d.ts +105 -0
  195. package/tls/getLogContexts.js +32 -0
  196. package/tls/getLogContexts.js.map +1 -0
  197. package/tls/getLogHistograms.d.ts +120 -0
  198. package/tls/getLogHistograms.js +57 -0
  199. package/tls/getLogHistograms.js.map +1 -0
  200. package/tls/getLogSearches.d.ts +164 -0
  201. package/tls/getLogSearches.js +62 -0
  202. package/tls/getLogSearches.js.map +1 -0
  203. package/tls/getRuleAppliers.d.ts +251 -17
  204. package/tls/getRuleAppliers.js +239 -5
  205. package/tls/getRuleAppliers.js.map +1 -1
  206. package/tls/getRuleBoundHostGroups.d.ts +75 -0
  207. package/tls/getRuleBoundHostGroups.js +46 -0
  208. package/tls/getRuleBoundHostGroups.js.map +1 -0
  209. package/tls/getRules.d.ts +54 -7
  210. package/tls/getRules.js +15 -2
  211. package/tls/getRules.js.map +1 -1
  212. package/tls/getSearchTraces.d.ts +85 -0
  213. package/tls/getSearchTraces.js +47 -0
  214. package/tls/getSearchTraces.js.map +1 -0
  215. package/tls/getShards.d.ts +2 -2
  216. package/tls/getShards.js +2 -2
  217. package/tls/getTagResources.d.ts +167 -0
  218. package/tls/getTagResources.js +106 -0
  219. package/tls/getTagResources.js.map +1 -0
  220. package/tls/getTags.d.ts +115 -0
  221. package/tls/getTags.js +54 -0
  222. package/tls/getTags.js.map +1 -0
  223. package/tls/getTopics.d.ts +4 -13
  224. package/tls/getTopics.js +4 -5
  225. package/tls/getTopics.js.map +1 -1
  226. package/tls/getTraceInstances.d.ts +154 -0
  227. package/tls/getTraceInstances.js +63 -0
  228. package/tls/getTraceInstances.js.map +1 -0
  229. package/tls/host.d.ts +23 -10
  230. package/tls/host.js +21 -11
  231. package/tls/host.js.map +1 -1
  232. package/tls/hostGroup.d.ts +20 -27
  233. package/tls/hostGroup.js +20 -9
  234. package/tls/hostGroup.js.map +1 -1
  235. package/tls/hostGroupRules.d.ts +77 -0
  236. package/tls/hostGroupRules.js +49 -0
  237. package/tls/hostGroupRules.js.map +1 -0
  238. package/tls/hostGroups.d.ts +11 -8
  239. package/tls/hostGroups.js +3 -8
  240. package/tls/hostGroups.js.map +1 -1
  241. package/tls/hosts.d.ts +2 -2
  242. package/tls/hosts.js +2 -2
  243. package/tls/index.d.ts +117 -0
  244. package/tls/index.js +138 -2
  245. package/tls/index.js.map +1 -1
  246. package/tls/index_.d.ts +55 -32
  247. package/tls/index_.js +35 -32
  248. package/tls/index_.js.map +1 -1
  249. package/tls/indexes.d.ts +2 -2
  250. package/tls/indexes.js +2 -2
  251. package/tls/logContexts.d.ts +107 -0
  252. package/tls/logContexts.js +35 -0
  253. package/tls/logContexts.js.map +1 -0
  254. package/tls/logHistograms.d.ts +122 -0
  255. package/tls/logHistograms.js +60 -0
  256. package/tls/logHistograms.js.map +1 -0
  257. package/tls/logSearches.d.ts +166 -0
  258. package/tls/logSearches.js +65 -0
  259. package/tls/logSearches.js.map +1 -0
  260. package/tls/project.d.ts +24 -29
  261. package/tls/project.js +17 -11
  262. package/tls/project.js.map +1 -1
  263. package/tls/rule.d.ts +79 -36
  264. package/tls/rule.js +79 -36
  265. package/tls/rule.js.map +1 -1
  266. package/tls/ruleAppliers.d.ts +251 -17
  267. package/tls/ruleAppliers.js +239 -5
  268. package/tls/ruleAppliers.js.map +1 -1
  269. package/tls/ruleBoundHostGroup.d.ts +82 -0
  270. package/tls/ruleBoundHostGroup.js +79 -0
  271. package/tls/ruleBoundHostGroup.js.map +1 -0
  272. package/tls/ruleBoundHostGroups.d.ts +77 -0
  273. package/tls/ruleBoundHostGroups.js +49 -0
  274. package/tls/ruleBoundHostGroups.js.map +1 -0
  275. package/tls/rules.d.ts +54 -7
  276. package/tls/rules.js +15 -2
  277. package/tls/rules.js.map +1 -1
  278. package/tls/searchTraces.d.ts +87 -0
  279. package/tls/searchTraces.js +50 -0
  280. package/tls/searchTraces.js.map +1 -0
  281. package/tls/shard.d.ts +101 -0
  282. package/tls/shard.js +83 -0
  283. package/tls/shard.js.map +1 -0
  284. package/tls/shards.d.ts +2 -2
  285. package/tls/shards.js +2 -2
  286. package/tls/shipper.d.ts +17 -6
  287. package/tls/shipper.js +7 -6
  288. package/tls/shipper.js.map +1 -1
  289. package/tls/tag.d.ts +112 -0
  290. package/tls/tag.js +100 -0
  291. package/tls/tag.js.map +1 -0
  292. package/tls/tagResource.d.ts +111 -0
  293. package/tls/tagResource.js +99 -0
  294. package/tls/tagResource.js.map +1 -0
  295. package/tls/tagResources.d.ts +169 -0
  296. package/tls/tagResources.js +109 -0
  297. package/tls/tagResources.js.map +1 -0
  298. package/tls/tags.d.ts +117 -0
  299. package/tls/tags.js +57 -0
  300. package/tls/tags.js.map +1 -0
  301. package/tls/topic.d.ts +84 -3
  302. package/tls/topic.js +24 -3
  303. package/tls/topic.js.map +1 -1
  304. package/tls/topics.d.ts +4 -13
  305. package/tls/topics.js +4 -5
  306. package/tls/topics.js.map +1 -1
  307. package/tls/traceInstance.d.ts +122 -0
  308. package/tls/traceInstance.js +97 -0
  309. package/tls/traceInstance.js.map +1 -0
  310. package/tls/traceInstances.d.ts +156 -0
  311. package/tls/traceInstances.js +66 -0
  312. package/tls/traceInstances.js.map +1 -0
  313. package/types/input.d.ts +1038 -28
  314. package/types/output.d.ts +4112 -516
@@ -0,0 +1,103 @@
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.AlarmWebhookIntegration = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage tls alarm webhook integration
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@volcengine/pulumi";
15
+ *
16
+ * const foo = new volcengine.tls.AlarmWebhookIntegration("foo", {
17
+ * webhookHeaders: [{
18
+ * key: "Content-Type",
19
+ * value: "application/json",
20
+ * }],
21
+ * webhookMethod: "PUT",
22
+ * webhookName: "terraform-tf-webhook",
23
+ * webhookSecret: "your secret",
24
+ * webhookType: "lark",
25
+ * webhookUrl: "http://zijie.com",
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * tls alarm webhook integration can be imported using the alarm_webhook_integration_id, e.g.
32
+ *
33
+ * ```sh
34
+ * $ pulumi import volcengine:tls/alarmWebhookIntegration:AlarmWebhookIntegration default alarm-webhook-integration-123456
35
+ * ```
36
+ */
37
+ class AlarmWebhookIntegration extends pulumi.CustomResource {
38
+ /**
39
+ * Get an existing AlarmWebhookIntegration resource's state with the given name, ID, and optional extra
40
+ * properties used to qualify the lookup.
41
+ *
42
+ * @param name The _unique_ name of the resulting resource.
43
+ * @param id The _unique_ provider ID of the resource to lookup.
44
+ * @param state Any extra arguments used during the lookup.
45
+ * @param opts Optional settings to control the behavior of the CustomResource.
46
+ */
47
+ static get(name, id, state, opts) {
48
+ return new AlarmWebhookIntegration(name, state, Object.assign(Object.assign({}, opts), { id: id }));
49
+ }
50
+ /**
51
+ * Returns true if the given object is an instance of AlarmWebhookIntegration. This is designed to work even
52
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
53
+ */
54
+ static isInstance(obj) {
55
+ if (obj === undefined || obj === null) {
56
+ return false;
57
+ }
58
+ return obj['__pulumiType'] === AlarmWebhookIntegration.__pulumiType;
59
+ }
60
+ constructor(name, argsOrState, opts) {
61
+ let resourceInputs = {};
62
+ opts = opts || {};
63
+ if (opts.id) {
64
+ const state = argsOrState;
65
+ resourceInputs["createTime"] = state ? state.createTime : undefined;
66
+ resourceInputs["modifyTime"] = state ? state.modifyTime : undefined;
67
+ resourceInputs["webhookHeaders"] = state ? state.webhookHeaders : undefined;
68
+ resourceInputs["webhookMethod"] = state ? state.webhookMethod : undefined;
69
+ resourceInputs["webhookName"] = state ? state.webhookName : undefined;
70
+ resourceInputs["webhookSecret"] = state ? state.webhookSecret : undefined;
71
+ resourceInputs["webhookType"] = state ? state.webhookType : undefined;
72
+ resourceInputs["webhookUrl"] = state ? state.webhookUrl : undefined;
73
+ }
74
+ else {
75
+ const args = argsOrState;
76
+ if ((!args || args.webhookName === undefined) && !opts.urn) {
77
+ throw new Error("Missing required property 'webhookName'");
78
+ }
79
+ if ((!args || args.webhookType === undefined) && !opts.urn) {
80
+ throw new Error("Missing required property 'webhookType'");
81
+ }
82
+ if ((!args || args.webhookUrl === undefined) && !opts.urn) {
83
+ throw new Error("Missing required property 'webhookUrl'");
84
+ }
85
+ resourceInputs["webhookHeaders"] = args ? args.webhookHeaders : undefined;
86
+ resourceInputs["webhookMethod"] = args ? args.webhookMethod : undefined;
87
+ resourceInputs["webhookName"] = args ? args.webhookName : undefined;
88
+ resourceInputs["webhookSecret"] = (args === null || args === void 0 ? void 0 : args.webhookSecret) ? pulumi.secret(args.webhookSecret) : undefined;
89
+ resourceInputs["webhookType"] = args ? args.webhookType : undefined;
90
+ resourceInputs["webhookUrl"] = args ? args.webhookUrl : undefined;
91
+ resourceInputs["createTime"] = undefined /*out*/;
92
+ resourceInputs["modifyTime"] = undefined /*out*/;
93
+ }
94
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
95
+ const secretOpts = { additionalSecretOutputs: ["webhookSecret"] };
96
+ opts = pulumi.mergeOptions(opts, secretOpts);
97
+ super(AlarmWebhookIntegration.__pulumiType, name, resourceInputs, opts);
98
+ }
99
+ }
100
+ exports.AlarmWebhookIntegration = AlarmWebhookIntegration;
101
+ /** @internal */
102
+ AlarmWebhookIntegration.__pulumiType = 'volcengine:tls/alarmWebhookIntegration:AlarmWebhookIntegration';
103
+ //# sourceMappingURL=alarmWebhookIntegration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alarmWebhookIntegration.js","sourceRoot":"","sources":["../../tls/alarmWebhookIntegration.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,100 @@
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 tls alarm webhook integrations
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const foo = volcengine.tls.getAlarmWebhookIntegrations({});
12
+ * ```
13
+ */
14
+ /** @deprecated volcengine.tls.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations */
15
+ export declare function alarmWebhookIntegrations(args?: AlarmWebhookIntegrationsArgs, opts?: pulumi.InvokeOptions): Promise<AlarmWebhookIntegrationsResult>;
16
+ /**
17
+ * A collection of arguments for invoking AlarmWebhookIntegrations.
18
+ */
19
+ export interface AlarmWebhookIntegrationsArgs {
20
+ /**
21
+ * File name where to save data source results.
22
+ */
23
+ outputFile?: string;
24
+ /**
25
+ * The ID of the alarm webhook integration.
26
+ */
27
+ webhookId?: string;
28
+ /**
29
+ * The name of the webhook integration. Fuzzy matching is supported.
30
+ */
31
+ webhookName?: string;
32
+ /**
33
+ * The type of the webhook integration.
34
+ */
35
+ webhookType?: string;
36
+ }
37
+ /**
38
+ * A collection of values returned by AlarmWebhookIntegrations.
39
+ */
40
+ export interface AlarmWebhookIntegrationsResult {
41
+ /**
42
+ * The provider-assigned unique ID for this managed resource.
43
+ */
44
+ readonly id: string;
45
+ /**
46
+ * The list of alarm webhook integrations.
47
+ */
48
+ readonly integrations: outputs.tls.AlarmWebhookIntegrationsIntegration[];
49
+ readonly outputFile?: string;
50
+ /**
51
+ * The total count of alarm webhook integrations.
52
+ */
53
+ readonly totalCount: number;
54
+ /**
55
+ * The ID of the alarm webhook integration.
56
+ */
57
+ readonly webhookId?: string;
58
+ /**
59
+ * The name of the webhook integration.
60
+ */
61
+ readonly webhookName?: string;
62
+ /**
63
+ * The type of the webhook.
64
+ */
65
+ readonly webhookType?: string;
66
+ }
67
+ /**
68
+ * Use this data source to query detailed information of tls alarm webhook integrations
69
+ * ## Example Usage
70
+ *
71
+ * ```typescript
72
+ * import * as pulumi from "@pulumi/pulumi";
73
+ * import * as volcengine from "@pulumi/volcengine";
74
+ *
75
+ * const foo = volcengine.tls.getAlarmWebhookIntegrations({});
76
+ * ```
77
+ */
78
+ /** @deprecated volcengine.tls.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations */
79
+ export declare function alarmWebhookIntegrationsOutput(args?: AlarmWebhookIntegrationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AlarmWebhookIntegrationsResult>;
80
+ /**
81
+ * A collection of arguments for invoking AlarmWebhookIntegrations.
82
+ */
83
+ export interface AlarmWebhookIntegrationsOutputArgs {
84
+ /**
85
+ * File name where to save data source results.
86
+ */
87
+ outputFile?: pulumi.Input<string>;
88
+ /**
89
+ * The ID of the alarm webhook integration.
90
+ */
91
+ webhookId?: pulumi.Input<string>;
92
+ /**
93
+ * The name of the webhook integration. Fuzzy matching is supported.
94
+ */
95
+ webhookName?: pulumi.Input<string>;
96
+ /**
97
+ * The type of the webhook integration.
98
+ */
99
+ webhookType?: pulumi.Input<string>;
100
+ }
@@ -0,0 +1,48 @@
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.alarmWebhookIntegrationsOutput = exports.alarmWebhookIntegrations = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of tls alarm webhook integrations
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.tls.getAlarmWebhookIntegrations({});
17
+ * ```
18
+ */
19
+ /** @deprecated volcengine.tls.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations */
20
+ function alarmWebhookIntegrations(args, opts) {
21
+ pulumi.log.warn("alarmWebhookIntegrations is deprecated: volcengine.tls.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations");
22
+ args = args || {};
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("volcengine:tls/alarmWebhookIntegrations:AlarmWebhookIntegrations", {
25
+ "outputFile": args.outputFile,
26
+ "webhookId": args.webhookId,
27
+ "webhookName": args.webhookName,
28
+ "webhookType": args.webhookType,
29
+ }, opts);
30
+ }
31
+ exports.alarmWebhookIntegrations = alarmWebhookIntegrations;
32
+ /**
33
+ * Use this data source to query detailed information of tls alarm webhook integrations
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as volcengine from "@pulumi/volcengine";
39
+ *
40
+ * const foo = volcengine.tls.getAlarmWebhookIntegrations({});
41
+ * ```
42
+ */
43
+ /** @deprecated volcengine.tls.AlarmWebhookIntegrations has been deprecated in favor of volcengine.tls.getAlarmWebhookIntegrations */
44
+ function alarmWebhookIntegrationsOutput(args, opts) {
45
+ return pulumi.output(args).apply((a) => alarmWebhookIntegrations(a, opts));
46
+ }
47
+ exports.alarmWebhookIntegrationsOutput = alarmWebhookIntegrationsOutput;
48
+ //# sourceMappingURL=alarmWebhookIntegrations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alarmWebhookIntegrations.js","sourceRoot":"","sources":["../../tls/alarmWebhookIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,qIAAqI;AACrI,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4JAA4J,CAAC,CAAA;IAC7K,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,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4DAWC;AAsDD;;;;;;;;;;GAUG;AACH,qIAAqI;AACrI,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
package/tls/alarms.d.ts CHANGED
@@ -8,13 +8,11 @@ import * as outputs from "../types/output";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
- * const default = volcengine.tls.getAlarms({
12
- * projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
13
- * });
11
+ * const default = volcengine.tls.getAlarms({});
14
12
  * ```
15
13
  */
16
14
  /** @deprecated volcengine.tls.Alarms has been deprecated in favor of volcengine.tls.getAlarms */
17
- export declare function alarms(args: AlarmsArgs, opts?: pulumi.InvokeOptions): Promise<AlarmsResult>;
15
+ export declare function alarms(args?: AlarmsArgs, opts?: pulumi.InvokeOptions): Promise<AlarmsResult>;
18
16
  /**
19
17
  * A collection of arguments for invoking Alarms.
20
18
  */
@@ -34,7 +32,7 @@ export interface AlarmsArgs {
34
32
  /**
35
33
  * The project id.
36
34
  */
37
- projectId: string;
35
+ projectId?: string;
38
36
  /**
39
37
  * The status.
40
38
  */
@@ -72,7 +70,7 @@ export interface AlarmsResult {
72
70
  /**
73
71
  * The project id.
74
72
  */
75
- readonly projectId: string;
73
+ readonly projectId?: string;
76
74
  /**
77
75
  * Whether to enable the alert policy. The default value is true, that is, on.
78
76
  */
@@ -98,13 +96,11 @@ export interface AlarmsResult {
98
96
  * import * as pulumi from "@pulumi/pulumi";
99
97
  * import * as volcengine from "@pulumi/volcengine";
100
98
  *
101
- * const default = volcengine.tls.getAlarms({
102
- * projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
103
- * });
99
+ * const default = volcengine.tls.getAlarms({});
104
100
  * ```
105
101
  */
106
102
  /** @deprecated volcengine.tls.Alarms has been deprecated in favor of volcengine.tls.getAlarms */
107
- export declare function alarmsOutput(args: AlarmsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AlarmsResult>;
103
+ export declare function alarmsOutput(args?: AlarmsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AlarmsResult>;
108
104
  /**
109
105
  * A collection of arguments for invoking Alarms.
110
106
  */
@@ -124,7 +120,7 @@ export interface AlarmsOutputArgs {
124
120
  /**
125
121
  * The project id.
126
122
  */
127
- projectId: pulumi.Input<string>;
123
+ projectId?: pulumi.Input<string>;
128
124
  /**
129
125
  * The status.
130
126
  */
package/tls/alarms.js CHANGED
@@ -13,14 +13,13 @@ const utilities = require("../utilities");
13
13
  * import * as pulumi from "@pulumi/pulumi";
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
- * const default = volcengine.tls.getAlarms({
17
- * projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
18
- * });
16
+ * const default = volcengine.tls.getAlarms({});
19
17
  * ```
20
18
  */
21
19
  /** @deprecated volcengine.tls.Alarms has been deprecated in favor of volcengine.tls.getAlarms */
22
20
  function alarms(args, opts) {
23
21
  pulumi.log.warn("alarms is deprecated: volcengine.tls.Alarms has been deprecated in favor of volcengine.tls.getAlarms");
22
+ args = args || {};
24
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
24
  return pulumi.runtime.invoke("volcengine:tls/alarms:Alarms", {
26
25
  "alarmId": args.alarmId,
@@ -41,9 +40,7 @@ exports.alarms = alarms;
41
40
  * import * as pulumi from "@pulumi/pulumi";
42
41
  * import * as volcengine from "@pulumi/volcengine";
43
42
  *
44
- * const default = volcengine.tls.getAlarms({
45
- * projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
46
- * });
43
+ * const default = volcengine.tls.getAlarms({});
47
44
  * ```
48
45
  */
49
46
  /** @deprecated volcengine.tls.Alarms has been deprecated in favor of volcengine.tls.getAlarms */
package/tls/alarms.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"alarms.js","sourceRoot":"","sources":["../../tls/alarms.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,iGAAiG;AACjG,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,sGAAsG,CAAC,CAAA;IAEvH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wBAaC;AA8ED;;;;;;;;;;;;GAYG;AACH,iGAAiG;AACjG,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
1
+ {"version":3,"file":"alarms.js","sourceRoot":"","sources":["../../tls/alarms.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,iGAAiG;AACjG,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,sGAAsG,CAAC,CAAA;IACvH,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,8BAA8B,EAAE;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wBAcC;AA8ED;;;;;;;;;;GAUG;AACH,iGAAiG;AACjG,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
@@ -8,11 +8,11 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as volcengine from "@volcengine/pulumi";
9
9
  *
10
10
  * const foo = new volcengine.tls.ConsumerGroup("foo", {
11
- * consumerGroupName: "tf-test-consumer-group",
11
+ * consumerGroupName: "tf-consumer-group-t",
12
12
  * heartbeatTtl: 120,
13
13
  * orderedConsume: false,
14
- * projectId: "17ba378d-de43-495e-8906-03aexxxxxx",
15
- * topicIdLists: ["0ed72ac8-9531-4967-b216-ac30xxxxxx"],
14
+ * projectId: "7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
15
+ * topicIdLists: ["33124cc3-15c4-4cdc-9a8a-cc64a9d593dd"],
16
16
  * });
17
17
  * ```
18
18
  *
@@ -14,11 +14,11 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@volcengine/pulumi";
15
15
  *
16
16
  * const foo = new volcengine.tls.ConsumerGroup("foo", {
17
- * consumerGroupName: "tf-test-consumer-group",
17
+ * consumerGroupName: "tf-consumer-group-t",
18
18
  * heartbeatTtl: 120,
19
19
  * orderedConsume: false,
20
- * projectId: "17ba378d-de43-495e-8906-03aexxxxxx",
21
- * topicIdLists: ["0ed72ac8-9531-4967-b216-ac30xxxxxx"],
20
+ * projectId: "7a8ac13e-8e3e-4392-ae77-aea8efa49bbf",
21
+ * topicIdLists: ["33124cc3-15c4-4cdc-9a8a-cc64a9d593dd"],
22
22
  * });
23
23
  * ```
24
24
  *
@@ -8,7 +8,25 @@ import * as outputs from "../types/output";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
- * const default = volcengine.tls.getConsumerGroups({});
11
+ * const all = volcengine.tls.getConsumerGroups({});
12
+ * export const allConsumerGroups = all.then(all => all.consumerGroups);
13
+ * const byName = volcengine.tls.getConsumerGroups({
14
+ * consumerGroupName: "test-consumer-group",
15
+ * });
16
+ * export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
17
+ * const byProject = volcengine.tls.getConsumerGroups({
18
+ * projectId: "project-123456",
19
+ * });
20
+ * export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
21
+ * const byTopic = volcengine.tls.getConsumerGroups({
22
+ * topicId: "topic-123456",
23
+ * });
24
+ * export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
25
+ * const withMultipleFilters = volcengine.tls.getConsumerGroups({
26
+ * projectId: "project-123456",
27
+ * consumerGroupName: "test",
28
+ * });
29
+ * export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
12
30
  * ```
13
31
  */
14
32
  /** @deprecated volcengine.tls.ConsumerGroups has been deprecated in favor of volcengine.tls.getConsumerGroups */
@@ -95,7 +113,25 @@ export interface ConsumerGroupsResult {
95
113
  * import * as pulumi from "@pulumi/pulumi";
96
114
  * import * as volcengine from "@pulumi/volcengine";
97
115
  *
98
- * const default = volcengine.tls.getConsumerGroups({});
116
+ * const all = volcengine.tls.getConsumerGroups({});
117
+ * export const allConsumerGroups = all.then(all => all.consumerGroups);
118
+ * const byName = volcengine.tls.getConsumerGroups({
119
+ * consumerGroupName: "test-consumer-group",
120
+ * });
121
+ * export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
122
+ * const byProject = volcengine.tls.getConsumerGroups({
123
+ * projectId: "project-123456",
124
+ * });
125
+ * export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
126
+ * const byTopic = volcengine.tls.getConsumerGroups({
127
+ * topicId: "topic-123456",
128
+ * });
129
+ * export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
130
+ * const withMultipleFilters = volcengine.tls.getConsumerGroups({
131
+ * projectId: "project-123456",
132
+ * consumerGroupName: "test",
133
+ * });
134
+ * export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
99
135
  * ```
100
136
  */
101
137
  /** @deprecated volcengine.tls.ConsumerGroups has been deprecated in favor of volcengine.tls.getConsumerGroups */
@@ -13,7 +13,25 @@ const utilities = require("../utilities");
13
13
  * import * as pulumi from "@pulumi/pulumi";
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
- * const default = volcengine.tls.getConsumerGroups({});
16
+ * const all = volcengine.tls.getConsumerGroups({});
17
+ * export const allConsumerGroups = all.then(all => all.consumerGroups);
18
+ * const byName = volcengine.tls.getConsumerGroups({
19
+ * consumerGroupName: "test-consumer-group",
20
+ * });
21
+ * export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
22
+ * const byProject = volcengine.tls.getConsumerGroups({
23
+ * projectId: "project-123456",
24
+ * });
25
+ * export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
26
+ * const byTopic = volcengine.tls.getConsumerGroups({
27
+ * topicId: "topic-123456",
28
+ * });
29
+ * export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
30
+ * const withMultipleFilters = volcengine.tls.getConsumerGroups({
31
+ * projectId: "project-123456",
32
+ * consumerGroupName: "test",
33
+ * });
34
+ * export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
17
35
  * ```
18
36
  */
19
37
  /** @deprecated volcengine.tls.ConsumerGroups has been deprecated in favor of volcengine.tls.getConsumerGroups */
@@ -41,7 +59,25 @@ exports.consumerGroups = consumerGroups;
41
59
  * import * as pulumi from "@pulumi/pulumi";
42
60
  * import * as volcengine from "@pulumi/volcengine";
43
61
  *
44
- * const default = volcengine.tls.getConsumerGroups({});
62
+ * const all = volcengine.tls.getConsumerGroups({});
63
+ * export const allConsumerGroups = all.then(all => all.consumerGroups);
64
+ * const byName = volcengine.tls.getConsumerGroups({
65
+ * consumerGroupName: "test-consumer-group",
66
+ * });
67
+ * export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
68
+ * const byProject = volcengine.tls.getConsumerGroups({
69
+ * projectId: "project-123456",
70
+ * });
71
+ * export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
72
+ * const byTopic = volcengine.tls.getConsumerGroups({
73
+ * topicId: "topic-123456",
74
+ * });
75
+ * export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
76
+ * const withMultipleFilters = volcengine.tls.getConsumerGroups({
77
+ * projectId: "project-123456",
78
+ * consumerGroupName: "test",
79
+ * });
80
+ * export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
45
81
  * ```
46
82
  */
47
83
  /** @deprecated volcengine.tls.ConsumerGroups has been deprecated in favor of volcengine.tls.getConsumerGroups */
@@ -1 +1 @@
1
- {"version":3,"file":"consumerGroups.js","sourceRoot":"","sources":["../../tls/consumerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,iHAAiH;AACjH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;IAC/I,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,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,wCAeC;AA6ED;;;;;;;;;;GAUG;AACH,iHAAiH;AACjH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"consumerGroups.js","sourceRoot":"","sources":["../../tls/consumerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,iHAAiH;AACjH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;IAC/I,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,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,wCAeC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,iHAAiH;AACjH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,91 @@
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 tls describe traces
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const example = volcengine.tls.getDescribeTraces({
12
+ * traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
13
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
14
+ * });
15
+ * ```
16
+ */
17
+ /** @deprecated volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces */
18
+ export declare function describeTraces(args: DescribeTracesArgs, opts?: pulumi.InvokeOptions): Promise<DescribeTracesResult>;
19
+ /**
20
+ * A collection of arguments for invoking DescribeTraces.
21
+ */
22
+ export interface DescribeTracesArgs {
23
+ /**
24
+ * File name where to save data source results.
25
+ */
26
+ outputFile?: string;
27
+ /**
28
+ * Trace ID.
29
+ */
30
+ traceId: string;
31
+ /**
32
+ * Trace instance ID.
33
+ */
34
+ traceInstanceId: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by DescribeTraces.
38
+ */
39
+ export interface DescribeTracesResult {
40
+ /**
41
+ * The provider-assigned unique ID for this managed resource.
42
+ */
43
+ readonly id: string;
44
+ readonly outputFile?: string;
45
+ /**
46
+ * The total count of tls trace query.
47
+ */
48
+ readonly totalCount: number;
49
+ /**
50
+ * Trace ID.
51
+ */
52
+ readonly traceId: string;
53
+ readonly traceInstanceId: string;
54
+ /**
55
+ * The collection of tls trace query.
56
+ */
57
+ readonly traces: outputs.tls.DescribeTracesTrace[];
58
+ }
59
+ /**
60
+ * Use this data source to query detailed information of tls describe traces
61
+ * ## Example Usage
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as volcengine from "@pulumi/volcengine";
66
+ *
67
+ * const example = volcengine.tls.getDescribeTraces({
68
+ * traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
69
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
70
+ * });
71
+ * ```
72
+ */
73
+ /** @deprecated volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces */
74
+ export declare function describeTracesOutput(args: DescribeTracesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<DescribeTracesResult>;
75
+ /**
76
+ * A collection of arguments for invoking DescribeTraces.
77
+ */
78
+ export interface DescribeTracesOutputArgs {
79
+ /**
80
+ * File name where to save data source results.
81
+ */
82
+ outputFile?: pulumi.Input<string>;
83
+ /**
84
+ * Trace ID.
85
+ */
86
+ traceId: pulumi.Input<string>;
87
+ /**
88
+ * Trace instance ID.
89
+ */
90
+ traceInstanceId: pulumi.Input<string>;
91
+ }
@@ -0,0 +1,52 @@
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.describeTracesOutput = exports.describeTraces = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of tls describe traces
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const example = volcengine.tls.getDescribeTraces({
17
+ * traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
18
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
19
+ * });
20
+ * ```
21
+ */
22
+ /** @deprecated volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces */
23
+ function describeTraces(args, opts) {
24
+ pulumi.log.warn("describeTraces is deprecated: volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces");
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("volcengine:tls/describeTraces:DescribeTraces", {
27
+ "outputFile": args.outputFile,
28
+ "traceId": args.traceId,
29
+ "traceInstanceId": args.traceInstanceId,
30
+ }, opts);
31
+ }
32
+ exports.describeTraces = describeTraces;
33
+ /**
34
+ * Use this data source to query detailed information of tls describe traces
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as volcengine from "@pulumi/volcengine";
40
+ *
41
+ * const example = volcengine.tls.getDescribeTraces({
42
+ * traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
43
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
44
+ * });
45
+ * ```
46
+ */
47
+ /** @deprecated volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces */
48
+ function describeTracesOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => describeTraces(a, opts));
50
+ }
51
+ exports.describeTracesOutput = describeTracesOutput;
52
+ //# sourceMappingURL=describeTraces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describeTraces.js","sourceRoot":"","sources":["../../tls/describeTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,iHAAiH;AACjH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;IAE/I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AA2CD;;;;;;;;;;;;;GAaG;AACH,iHAAiH;AACjH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}