@volcengine/pulumi 0.0.33 → 0.0.35

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 (303) hide show
  1. package/apig/apigCustomDomain.d.ts +244 -0
  2. package/apig/apigCustomDomain.js +167 -0
  3. package/apig/apigCustomDomain.js.map +1 -0
  4. package/apig/apigGateway.d.ts +262 -0
  5. package/apig/apigGateway.js +150 -0
  6. package/apig/apigGateway.js.map +1 -0
  7. package/apig/apigGatewayService.d.ts +206 -0
  8. package/apig/apigGatewayService.js +159 -0
  9. package/apig/apigGatewayService.js.map +1 -0
  10. package/apig/apigRoute.d.ts +397 -0
  11. package/apig/apigRoute.js +299 -0
  12. package/apig/apigRoute.js.map +1 -0
  13. package/apig/apigUpstream.d.ts +375 -0
  14. package/apig/apigUpstream.js +278 -0
  15. package/apig/apigUpstream.js.map +1 -0
  16. package/apig/apigUpstreamSource.d.ts +214 -0
  17. package/apig/apigUpstreamSource.js +182 -0
  18. package/apig/apigUpstreamSource.js.map +1 -0
  19. package/apig/apigUpstreamVersion.d.ts +211 -0
  20. package/apig/apigUpstreamVersion.js +206 -0
  21. package/apig/apigUpstreamVersion.js.map +1 -0
  22. package/apig/customDomains.d.ts +112 -0
  23. package/apig/customDomains.js +55 -0
  24. package/apig/customDomains.js.map +1 -0
  25. package/apig/gatewayServices.d.ts +104 -0
  26. package/apig/gatewayServices.js +52 -0
  27. package/apig/gatewayServices.js.map +1 -0
  28. package/apig/gateways.d.ts +162 -0
  29. package/apig/gateways.js +63 -0
  30. package/apig/gateways.js.map +1 -0
  31. package/apig/getCustomDomains.d.ts +110 -0
  32. package/apig/getCustomDomains.js +52 -0
  33. package/apig/getCustomDomains.js.map +1 -0
  34. package/apig/getGatewayServices.d.ts +102 -0
  35. package/apig/getGatewayServices.js +49 -0
  36. package/apig/getGatewayServices.js.map +1 -0
  37. package/apig/getGateways.d.ts +160 -0
  38. package/apig/getGateways.js +60 -0
  39. package/apig/getGateways.js.map +1 -0
  40. package/apig/getRoutes.d.ts +153 -0
  41. package/apig/getRoutes.js +54 -0
  42. package/apig/getRoutes.js.map +1 -0
  43. package/apig/getUpstreamSources.d.ts +123 -0
  44. package/apig/getUpstreamSources.js +51 -0
  45. package/apig/getUpstreamSources.js.map +1 -0
  46. package/apig/getUpstreamVersions.d.ts +84 -0
  47. package/apig/getUpstreamVersions.js +47 -0
  48. package/apig/getUpstreamVersions.js.map +1 -0
  49. package/apig/getUpstreams.d.ts +140 -0
  50. package/apig/getUpstreams.js +60 -0
  51. package/apig/getUpstreams.js.map +1 -0
  52. package/apig/index.d.ts +63 -0
  53. package/apig/index.js +94 -0
  54. package/apig/index.js.map +1 -0
  55. package/apig/routes.d.ts +155 -0
  56. package/apig/routes.js +57 -0
  57. package/apig/routes.js.map +1 -0
  58. package/apig/upstreamSources.d.ts +125 -0
  59. package/apig/upstreamSources.js +54 -0
  60. package/apig/upstreamSources.js.map +1 -0
  61. package/apig/upstreamVersions.d.ts +86 -0
  62. package/apig/upstreamVersions.js +50 -0
  63. package/apig/upstreamVersions.js.map +1 -0
  64. package/apig/upstreams.d.ts +142 -0
  65. package/apig/upstreams.js +63 -0
  66. package/apig/upstreams.js.map +1 -0
  67. package/autoscaling/scalingGroup.d.ts +24 -0
  68. package/autoscaling/scalingGroup.js +4 -0
  69. package/autoscaling/scalingGroup.js.map +1 -1
  70. package/cen/interRegionBandwidth.d.ts +12 -0
  71. package/cen/interRegionBandwidth.js +2 -0
  72. package/cen/interRegionBandwidth.js.map +1 -1
  73. package/config/vars.d.ts +4 -0
  74. package/config/vars.js +6 -0
  75. package/config/vars.js.map +1 -1
  76. package/ecs/command.d.ts +65 -18
  77. package/ecs/command.js +10 -15
  78. package/ecs/command.js.map +1 -1
  79. package/ecs/commands.d.ts +26 -1
  80. package/ecs/commands.js +2 -0
  81. package/ecs/commands.js.map +1 -1
  82. package/ecs/getCommands.d.ts +26 -1
  83. package/ecs/getCommands.js +2 -0
  84. package/ecs/getCommands.js.map +1 -1
  85. package/ecs/getInvocations.d.ts +25 -0
  86. package/ecs/getInvocations.js +2 -0
  87. package/ecs/getInvocations.js.map +1 -1
  88. package/ecs/instance.d.ts +20 -0
  89. package/ecs/instance.js +4 -0
  90. package/ecs/instance.js.map +1 -1
  91. package/ecs/invocation.d.ts +53 -6
  92. package/ecs/invocation.js +15 -0
  93. package/ecs/invocation.js.map +1 -1
  94. package/ecs/invocations.d.ts +25 -0
  95. package/ecs/invocations.js +2 -0
  96. package/ecs/invocations.js.map +1 -1
  97. package/index.d.ts +3 -1
  98. package/index.js +6 -2
  99. package/index.js.map +1 -1
  100. package/kafka/instance.d.ts +12 -0
  101. package/kafka/instance.js +2 -0
  102. package/kafka/instance.js.map +1 -1
  103. package/package.json +1 -1
  104. package/provider.d.ts +4 -0
  105. package/provider.js +1 -0
  106. package/provider.js.map +1 -1
  107. package/redis/getParameterGroups.d.ts +22 -0
  108. package/redis/getParameterGroups.js +22 -0
  109. package/redis/getParameterGroups.js.map +1 -1
  110. package/redis/parameterGroups.d.ts +22 -0
  111. package/redis/parameterGroups.js +22 -0
  112. package/redis/parameterGroups.js.map +1 -1
  113. package/tos/bucketCors.d.ts +120 -0
  114. package/tos/bucketCors.js +115 -0
  115. package/tos/bucketCors.js.map +1 -0
  116. package/tos/bucketEncryption.d.ts +105 -0
  117. package/tos/bucketEncryption.js +100 -0
  118. package/tos/bucketEncryption.js.map +1 -0
  119. package/tos/bucketNotification.d.ts +166 -0
  120. package/tos/bucketNotification.js +155 -0
  121. package/tos/bucketNotification.js.map +1 -0
  122. package/tos/index.d.ts +9 -0
  123. package/tos/index.js +16 -1
  124. package/tos/index.js.map +1 -1
  125. package/types/input.d.ts +6104 -3944
  126. package/types/output.d.ts +35681 -27825
  127. package/vke/node.d.ts +12 -0
  128. package/vke/node.js +2 -0
  129. package/vke/node.js.map +1 -1
  130. package/vpc/cidrBlockAssociate.d.ts +83 -0
  131. package/vpc/cidrBlockAssociate.js +80 -0
  132. package/vpc/cidrBlockAssociate.js.map +1 -0
  133. package/vpc/flowLog.d.ts +266 -0
  134. package/vpc/flowLog.js +148 -0
  135. package/vpc/flowLog.js.map +1 -0
  136. package/vpc/flowLogActive.d.ts +103 -0
  137. package/vpc/flowLogActive.js +101 -0
  138. package/vpc/flowLogActive.js.map +1 -0
  139. package/vpc/flowLogs.d.ts +231 -0
  140. package/vpc/flowLogs.js +63 -0
  141. package/vpc/flowLogs.js.map +1 -0
  142. package/vpc/getFlowLogs.d.ts +229 -0
  143. package/vpc/getFlowLogs.js +60 -0
  144. package/vpc/getFlowLogs.js.map +1 -0
  145. package/vpc/getSubnets.d.ts +9 -0
  146. package/vpc/getSubnets.js +1 -0
  147. package/vpc/getSubnets.js.map +1 -1
  148. package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
  149. package/vpc/getTrafficMirrorFilterRules.js +50 -0
  150. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  151. package/vpc/getTrafficMirrorFilters.d.ts +118 -0
  152. package/vpc/getTrafficMirrorFilters.js +51 -0
  153. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  154. package/vpc/getTrafficMirrorSessions.d.ts +187 -0
  155. package/vpc/getTrafficMirrorSessions.js +57 -0
  156. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  157. package/vpc/getTrafficMirrorTargets.d.ts +121 -0
  158. package/vpc/getTrafficMirrorTargets.js +51 -0
  159. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  160. package/vpc/getVpcs.d.ts +9 -0
  161. package/vpc/getVpcs.js +1 -0
  162. package/vpc/getVpcs.js.map +1 -1
  163. package/vpc/index.d.ts +51 -0
  164. package/vpc/index.js +67 -2
  165. package/vpc/index.js.map +1 -1
  166. package/vpc/networkInterface.d.ts +27 -7
  167. package/vpc/networkInterface.js +27 -7
  168. package/vpc/networkInterface.js.map +1 -1
  169. package/vpc/subnets.d.ts +9 -0
  170. package/vpc/subnets.js +1 -0
  171. package/vpc/subnets.js.map +1 -1
  172. package/vpc/trafficMirrorFilter.d.ts +137 -0
  173. package/vpc/trafficMirrorFilter.js +88 -0
  174. package/vpc/trafficMirrorFilter.js.map +1 -0
  175. package/vpc/trafficMirrorFilterRule.d.ts +245 -0
  176. package/vpc/trafficMirrorFilterRule.js +144 -0
  177. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  178. package/vpc/trafficMirrorFilterRules.d.ts +105 -0
  179. package/vpc/trafficMirrorFilterRules.js +53 -0
  180. package/vpc/trafficMirrorFilterRules.js.map +1 -0
  181. package/vpc/trafficMirrorFilters.d.ts +120 -0
  182. package/vpc/trafficMirrorFilters.js +54 -0
  183. package/vpc/trafficMirrorFilters.js.map +1 -0
  184. package/vpc/trafficMirrorSession.d.ts +330 -0
  185. package/vpc/trafficMirrorSession.js +221 -0
  186. package/vpc/trafficMirrorSession.js.map +1 -0
  187. package/vpc/trafficMirrorSessions.d.ts +189 -0
  188. package/vpc/trafficMirrorSessions.js +60 -0
  189. package/vpc/trafficMirrorSessions.js.map +1 -0
  190. package/vpc/trafficMirrorTarget.d.ts +222 -0
  191. package/vpc/trafficMirrorTarget.js +159 -0
  192. package/vpc/trafficMirrorTarget.js.map +1 -0
  193. package/vpc/trafficMirrorTargets.d.ts +123 -0
  194. package/vpc/trafficMirrorTargets.js +54 -0
  195. package/vpc/trafficMirrorTargets.js.map +1 -0
  196. package/vpc/vpc.d.ts +8 -0
  197. package/vpc/vpc.js +2 -0
  198. package/vpc/vpc.js.map +1 -1
  199. package/vpc/vpcs.d.ts +9 -0
  200. package/vpc/vpcs.js +1 -0
  201. package/vpc/vpcs.js.map +1 -1
  202. package/waf/aclRule.d.ts +326 -0
  203. package/waf/aclRule.js +150 -0
  204. package/waf/aclRule.js.map +1 -0
  205. package/waf/aclRules.d.ts +170 -0
  206. package/waf/aclRules.js +69 -0
  207. package/waf/aclRules.js.map +1 -0
  208. package/waf/botAnalyseProtectRule.d.ts +320 -0
  209. package/waf/botAnalyseProtectRule.js +171 -0
  210. package/waf/botAnalyseProtectRule.js.map +1 -0
  211. package/waf/botAnalyseProtectRules.d.ts +145 -0
  212. package/waf/botAnalyseProtectRules.js +57 -0
  213. package/waf/botAnalyseProtectRules.js.map +1 -0
  214. package/waf/ccRule.d.ts +337 -0
  215. package/waf/ccRule.js +182 -0
  216. package/waf/ccRule.js.map +1 -0
  217. package/waf/ccRules.d.ts +149 -0
  218. package/waf/ccRules.js +61 -0
  219. package/waf/ccRules.js.map +1 -0
  220. package/waf/customBot.d.ts +191 -0
  221. package/waf/customBot.js +127 -0
  222. package/waf/customBot.js.map +1 -0
  223. package/waf/customBots.d.ts +86 -0
  224. package/waf/customBots.js +51 -0
  225. package/waf/customBots.js.map +1 -0
  226. package/waf/customPage.d.ts +310 -0
  227. package/waf/customPage.js +160 -0
  228. package/waf/customPage.js.map +1 -0
  229. package/waf/customPages.d.ts +110 -0
  230. package/waf/customPages.js +52 -0
  231. package/waf/customPages.js.map +1 -0
  232. package/waf/domains.d.ts +94 -0
  233. package/waf/domains.js +48 -0
  234. package/waf/domains.js.map +1 -0
  235. package/waf/getAclRules.d.ts +168 -0
  236. package/waf/getAclRules.js +66 -0
  237. package/waf/getAclRules.js.map +1 -0
  238. package/waf/getBotAnalyseProtectRules.d.ts +143 -0
  239. package/waf/getBotAnalyseProtectRules.js +54 -0
  240. package/waf/getBotAnalyseProtectRules.js.map +1 -0
  241. package/waf/getCcRules.d.ts +147 -0
  242. package/waf/getCcRules.js +58 -0
  243. package/waf/getCcRules.js.map +1 -0
  244. package/waf/getCustomBots.d.ts +84 -0
  245. package/waf/getCustomBots.js +48 -0
  246. package/waf/getCustomBots.js.map +1 -0
  247. package/waf/getCustomPages.d.ts +108 -0
  248. package/waf/getCustomPages.js +49 -0
  249. package/waf/getCustomPages.js.map +1 -0
  250. package/waf/getDomains.d.ts +92 -0
  251. package/waf/getDomains.js +45 -0
  252. package/waf/getDomains.js.map +1 -0
  253. package/waf/getHostGroups.d.ts +146 -0
  254. package/waf/getHostGroups.js +55 -0
  255. package/waf/getHostGroups.js.map +1 -0
  256. package/waf/getIpGroups.d.ts +105 -0
  257. package/waf/getIpGroups.js +49 -0
  258. package/waf/getIpGroups.js.map +1 -0
  259. package/waf/getProhibitions.d.ts +127 -0
  260. package/waf/getProhibitions.js +55 -0
  261. package/waf/getProhibitions.js.map +1 -0
  262. package/waf/getServiceCertificates.d.ts +71 -0
  263. package/waf/getServiceCertificates.js +43 -0
  264. package/waf/getServiceCertificates.js.map +1 -0
  265. package/waf/getSystemBots.d.ts +84 -0
  266. package/waf/getSystemBots.js +47 -0
  267. package/waf/getSystemBots.js.map +1 -0
  268. package/waf/hostGroup.d.ts +152 -0
  269. package/waf/hostGroup.js +90 -0
  270. package/waf/hostGroup.js.map +1 -0
  271. package/waf/hostGroups.d.ts +148 -0
  272. package/waf/hostGroups.js +58 -0
  273. package/waf/hostGroups.js.map +1 -0
  274. package/waf/index.d.ts +99 -0
  275. package/waf/index.js +139 -0
  276. package/waf/index.js.map +1 -0
  277. package/waf/instanceCtl.d.ts +95 -0
  278. package/waf/instanceCtl.js +76 -0
  279. package/waf/instanceCtl.js.map +1 -0
  280. package/waf/ipGroup.d.ts +132 -0
  281. package/waf/ipGroup.js +93 -0
  282. package/waf/ipGroup.js.map +1 -0
  283. package/waf/ipGroups.d.ts +107 -0
  284. package/waf/ipGroups.js +52 -0
  285. package/waf/ipGroups.js.map +1 -0
  286. package/waf/prohibitions.d.ts +129 -0
  287. package/waf/prohibitions.js +58 -0
  288. package/waf/prohibitions.js.map +1 -0
  289. package/waf/serviceCertificates.d.ts +73 -0
  290. package/waf/serviceCertificates.js +46 -0
  291. package/waf/serviceCertificates.js.map +1 -0
  292. package/waf/systemBot.d.ts +137 -0
  293. package/waf/systemBot.js +92 -0
  294. package/waf/systemBot.js.map +1 -0
  295. package/waf/systemBots.d.ts +86 -0
  296. package/waf/systemBots.js +50 -0
  297. package/waf/systemBots.js.map +1 -0
  298. package/waf/vulnerability.d.ts +116 -0
  299. package/waf/vulnerability.js +72 -0
  300. package/waf/vulnerability.js.map +1 -0
  301. package/waf/wafDomain.d.ts +877 -0
  302. package/waf/wafDomain.js +252 -0
  303. package/waf/wafDomain.js.map +1 -0
package/waf/ipGroup.js ADDED
@@ -0,0 +1,93 @@
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.IpGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage waf ip group
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.waf.IpGroup("foo", {
17
+ * addType: "List",
18
+ * ipLists: [
19
+ * "1.1.1.1",
20
+ * "1.1.1.2",
21
+ * "1.1.1.3",
22
+ * ],
23
+ * });
24
+ * ```
25
+ *
26
+ * ## Import
27
+ *
28
+ * WafIpGroup can be imported using the id, e.g.
29
+ *
30
+ * ```sh
31
+ * $ pulumi import volcengine:waf/ipGroup:IpGroup default resource_id
32
+ * ```
33
+ */
34
+ class IpGroup extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing IpGroup resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name, id, state, opts) {
45
+ return new IpGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
46
+ }
47
+ /**
48
+ * Returns true if the given object is an instance of IpGroup. This is designed to work even
49
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
50
+ */
51
+ static isInstance(obj) {
52
+ if (obj === undefined || obj === null) {
53
+ return false;
54
+ }
55
+ return obj['__pulumiType'] === IpGroup.__pulumiType;
56
+ }
57
+ constructor(name, argsOrState, opts) {
58
+ let resourceInputs = {};
59
+ opts = opts || {};
60
+ if (opts.id) {
61
+ const state = argsOrState;
62
+ resourceInputs["addType"] = state ? state.addType : undefined;
63
+ resourceInputs["ipCount"] = state ? state.ipCount : undefined;
64
+ resourceInputs["ipGroupId"] = state ? state.ipGroupId : undefined;
65
+ resourceInputs["ipLists"] = state ? state.ipLists : undefined;
66
+ resourceInputs["name"] = state ? state.name : undefined;
67
+ resourceInputs["relatedRules"] = state ? state.relatedRules : undefined;
68
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
69
+ }
70
+ else {
71
+ const args = argsOrState;
72
+ if ((!args || args.addType === undefined) && !opts.urn) {
73
+ throw new Error("Missing required property 'addType'");
74
+ }
75
+ if ((!args || args.ipLists === undefined) && !opts.urn) {
76
+ throw new Error("Missing required property 'ipLists'");
77
+ }
78
+ resourceInputs["addType"] = args ? args.addType : undefined;
79
+ resourceInputs["ipLists"] = args ? args.ipLists : undefined;
80
+ resourceInputs["name"] = args ? args.name : undefined;
81
+ resourceInputs["ipCount"] = undefined /*out*/;
82
+ resourceInputs["ipGroupId"] = undefined /*out*/;
83
+ resourceInputs["relatedRules"] = undefined /*out*/;
84
+ resourceInputs["updateTime"] = undefined /*out*/;
85
+ }
86
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
87
+ super(IpGroup.__pulumiType, name, resourceInputs, opts);
88
+ }
89
+ }
90
+ exports.IpGroup = IpGroup;
91
+ /** @internal */
92
+ IpGroup.__pulumiType = 'volcengine:waf/ipGroup:IpGroup';
93
+ //# sourceMappingURL=ipGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ipGroup.js","sourceRoot":"","sources":["../../waf/ipGroup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,107 @@
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 waf ip groups
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.waf.getIpGroups({
12
+ * timeOrderBy: "DESC",
13
+ * });
14
+ * ```
15
+ */
16
+ /** @deprecated volcengine.waf.IpGroups has been deprecated in favor of volcengine.waf.getIpGroups */
17
+ export declare function ipGroups(args: IpGroupsArgs, opts?: pulumi.InvokeOptions): Promise<IpGroupsResult>;
18
+ /**
19
+ * A collection of arguments for invoking IpGroups.
20
+ */
21
+ export interface IpGroupsArgs {
22
+ /**
23
+ * The address or address segment of the query.
24
+ */
25
+ ip?: string;
26
+ /**
27
+ * A Name Regex of Resource.
28
+ */
29
+ nameRegex?: string;
30
+ /**
31
+ * File name where to save data source results.
32
+ */
33
+ outputFile?: string;
34
+ /**
35
+ * Query the association rule ID.
36
+ */
37
+ ruleTag?: string;
38
+ /**
39
+ * The arrangement order of the address group.
40
+ */
41
+ timeOrderBy: string;
42
+ }
43
+ /**
44
+ * A collection of values returned by IpGroups.
45
+ */
46
+ export interface IpGroupsResult {
47
+ /**
48
+ * The provider-assigned unique ID for this managed resource.
49
+ */
50
+ readonly id: string;
51
+ readonly ip?: string;
52
+ /**
53
+ * Address group list information.
54
+ */
55
+ readonly ipGroupLists: outputs.waf.IpGroupsIpGroupList[];
56
+ readonly nameRegex?: string;
57
+ readonly outputFile?: string;
58
+ /**
59
+ * The ID of the rule.
60
+ */
61
+ readonly ruleTag?: string;
62
+ readonly timeOrderBy: string;
63
+ /**
64
+ * The total count of query.
65
+ */
66
+ readonly totalCount: number;
67
+ }
68
+ /**
69
+ * Use this data source to query detailed information of waf ip groups
70
+ * ## Example Usage
71
+ *
72
+ * ```typescript
73
+ * import * as pulumi from "@pulumi/pulumi";
74
+ * import * as volcengine from "@pulumi/volcengine";
75
+ *
76
+ * const foo = volcengine.waf.getIpGroups({
77
+ * timeOrderBy: "DESC",
78
+ * });
79
+ * ```
80
+ */
81
+ /** @deprecated volcengine.waf.IpGroups has been deprecated in favor of volcengine.waf.getIpGroups */
82
+ export declare function ipGroupsOutput(args: IpGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<IpGroupsResult>;
83
+ /**
84
+ * A collection of arguments for invoking IpGroups.
85
+ */
86
+ export interface IpGroupsOutputArgs {
87
+ /**
88
+ * The address or address segment of the query.
89
+ */
90
+ ip?: pulumi.Input<string>;
91
+ /**
92
+ * A Name Regex of Resource.
93
+ */
94
+ nameRegex?: pulumi.Input<string>;
95
+ /**
96
+ * File name where to save data source results.
97
+ */
98
+ outputFile?: pulumi.Input<string>;
99
+ /**
100
+ * Query the association rule ID.
101
+ */
102
+ ruleTag?: pulumi.Input<string>;
103
+ /**
104
+ * The arrangement order of the address group.
105
+ */
106
+ timeOrderBy: pulumi.Input<string>;
107
+ }
@@ -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.ipGroupsOutput = exports.ipGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf ip groups
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.waf.getIpGroups({
17
+ * timeOrderBy: "DESC",
18
+ * });
19
+ * ```
20
+ */
21
+ /** @deprecated volcengine.waf.IpGroups has been deprecated in favor of volcengine.waf.getIpGroups */
22
+ function ipGroups(args, opts) {
23
+ pulumi.log.warn("ipGroups is deprecated: volcengine.waf.IpGroups has been deprecated in favor of volcengine.waf.getIpGroups");
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("volcengine:waf/ipGroups:IpGroups", {
26
+ "ip": args.ip,
27
+ "nameRegex": args.nameRegex,
28
+ "outputFile": args.outputFile,
29
+ "ruleTag": args.ruleTag,
30
+ "timeOrderBy": args.timeOrderBy,
31
+ }, opts);
32
+ }
33
+ exports.ipGroups = ipGroups;
34
+ /**
35
+ * Use this data source to query detailed information of waf ip groups
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as volcengine from "@pulumi/volcengine";
41
+ *
42
+ * const foo = volcengine.waf.getIpGroups({
43
+ * timeOrderBy: "DESC",
44
+ * });
45
+ * ```
46
+ */
47
+ /** @deprecated volcengine.waf.IpGroups has been deprecated in favor of volcengine.waf.getIpGroups */
48
+ function ipGroupsOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => ipGroups(a, opts));
50
+ }
51
+ exports.ipGroupsOutput = ipGroupsOutput;
52
+ //# sourceMappingURL=ipGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ipGroups.js","sourceRoot":"","sources":["../../waf/ipGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,qGAAqG;AACrG,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4GAA4G,CAAC,CAAA;IAE7H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AAqDD;;;;;;;;;;;;GAYG;AACH,qGAAqG;AACrG,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
@@ -0,0 +1,129 @@
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 waf prohibitions
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.waf.getProhibitions({
12
+ * endTime: 1749808824,
13
+ * host: "www.tf-test.com",
14
+ * startTime: 1749805224,
15
+ * });
16
+ * ```
17
+ */
18
+ /** @deprecated volcengine.waf.Prohibitions has been deprecated in favor of volcengine.waf.getProhibitions */
19
+ export declare function prohibitions(args: ProhibitionsArgs, opts?: pulumi.InvokeOptions): Promise<ProhibitionsResult>;
20
+ /**
21
+ * A collection of arguments for invoking Prohibitions.
22
+ */
23
+ export interface ProhibitionsArgs {
24
+ /**
25
+ * end time.
26
+ */
27
+ endTime: number;
28
+ /**
29
+ * The domain name of the website that needs to be queried.
30
+ */
31
+ host: string;
32
+ /**
33
+ * The list shows the order.
34
+ */
35
+ letterOrderBy?: string;
36
+ /**
37
+ * A Name Regex of Resource.
38
+ */
39
+ nameRegex?: string;
40
+ /**
41
+ * File name where to save data source results.
42
+ */
43
+ outputFile?: string;
44
+ /**
45
+ * Attack type filtering.
46
+ */
47
+ reasons?: string[];
48
+ /**
49
+ * starting time.
50
+ */
51
+ startTime: number;
52
+ }
53
+ /**
54
+ * A collection of values returned by Prohibitions.
55
+ */
56
+ export interface ProhibitionsResult {
57
+ readonly endTime: number;
58
+ readonly host: string;
59
+ /**
60
+ * The provider-assigned unique ID for this managed resource.
61
+ */
62
+ readonly id: string;
63
+ /**
64
+ * Details of the attack IP.
65
+ */
66
+ readonly ipAggGroups: outputs.waf.ProhibitionsIpAggGroup[];
67
+ readonly letterOrderBy?: string;
68
+ readonly nameRegex?: string;
69
+ readonly outputFile?: string;
70
+ /**
71
+ * Reason for the ban.
72
+ */
73
+ readonly reasons?: string[];
74
+ readonly startTime: number;
75
+ /**
76
+ * The total count of query.
77
+ */
78
+ readonly totalCount: number;
79
+ }
80
+ /**
81
+ * Use this data source to query detailed information of waf prohibitions
82
+ * ## Example Usage
83
+ *
84
+ * ```typescript
85
+ * import * as pulumi from "@pulumi/pulumi";
86
+ * import * as volcengine from "@pulumi/volcengine";
87
+ *
88
+ * const foo = volcengine.waf.getProhibitions({
89
+ * endTime: 1749808824,
90
+ * host: "www.tf-test.com",
91
+ * startTime: 1749805224,
92
+ * });
93
+ * ```
94
+ */
95
+ /** @deprecated volcengine.waf.Prohibitions has been deprecated in favor of volcengine.waf.getProhibitions */
96
+ export declare function prohibitionsOutput(args: ProhibitionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ProhibitionsResult>;
97
+ /**
98
+ * A collection of arguments for invoking Prohibitions.
99
+ */
100
+ export interface ProhibitionsOutputArgs {
101
+ /**
102
+ * end time.
103
+ */
104
+ endTime: pulumi.Input<number>;
105
+ /**
106
+ * The domain name of the website that needs to be queried.
107
+ */
108
+ host: pulumi.Input<string>;
109
+ /**
110
+ * The list shows the order.
111
+ */
112
+ letterOrderBy?: pulumi.Input<string>;
113
+ /**
114
+ * A Name Regex of Resource.
115
+ */
116
+ nameRegex?: pulumi.Input<string>;
117
+ /**
118
+ * File name where to save data source results.
119
+ */
120
+ outputFile?: pulumi.Input<string>;
121
+ /**
122
+ * Attack type filtering.
123
+ */
124
+ reasons?: pulumi.Input<pulumi.Input<string>[]>;
125
+ /**
126
+ * starting time.
127
+ */
128
+ startTime: pulumi.Input<number>;
129
+ }
@@ -0,0 +1,58 @@
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.prohibitionsOutput = exports.prohibitions = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf prohibitions
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.waf.getProhibitions({
17
+ * endTime: 1749808824,
18
+ * host: "www.tf-test.com",
19
+ * startTime: 1749805224,
20
+ * });
21
+ * ```
22
+ */
23
+ /** @deprecated volcengine.waf.Prohibitions has been deprecated in favor of volcengine.waf.getProhibitions */
24
+ function prohibitions(args, opts) {
25
+ pulumi.log.warn("prohibitions is deprecated: volcengine.waf.Prohibitions has been deprecated in favor of volcengine.waf.getProhibitions");
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("volcengine:waf/prohibitions:Prohibitions", {
28
+ "endTime": args.endTime,
29
+ "host": args.host,
30
+ "letterOrderBy": args.letterOrderBy,
31
+ "nameRegex": args.nameRegex,
32
+ "outputFile": args.outputFile,
33
+ "reasons": args.reasons,
34
+ "startTime": args.startTime,
35
+ }, opts);
36
+ }
37
+ exports.prohibitions = prohibitions;
38
+ /**
39
+ * Use this data source to query detailed information of waf prohibitions
40
+ * ## Example Usage
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as volcengine from "@pulumi/volcengine";
45
+ *
46
+ * const foo = volcengine.waf.getProhibitions({
47
+ * endTime: 1749808824,
48
+ * host: "www.tf-test.com",
49
+ * startTime: 1749805224,
50
+ * });
51
+ * ```
52
+ */
53
+ /** @deprecated volcengine.waf.Prohibitions has been deprecated in favor of volcengine.waf.getProhibitions */
54
+ function prohibitionsOutput(args, opts) {
55
+ return pulumi.output(args).apply((a) => prohibitions(a, opts));
56
+ }
57
+ exports.prohibitionsOutput = prohibitionsOutput;
58
+ //# sourceMappingURL=prohibitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prohibitions.js","sourceRoot":"","sources":["../../waf/prohibitions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,6GAA6G;AAC7G,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wHAAwH,CAAC,CAAA;IAEzI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oCAaC;AA+DD;;;;;;;;;;;;;;GAcG;AACH,6GAA6G;AAC7G,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
@@ -0,0 +1,73 @@
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 waf service certificates
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.waf.getServiceCertificates({});
12
+ * ```
13
+ */
14
+ /** @deprecated volcengine.waf.ServiceCertificates has been deprecated in favor of volcengine.waf.getServiceCertificates */
15
+ export declare function serviceCertificates(args?: ServiceCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<ServiceCertificatesResult>;
16
+ /**
17
+ * A collection of arguments for invoking ServiceCertificates.
18
+ */
19
+ export interface ServiceCertificatesArgs {
20
+ /**
21
+ * A Name Regex of Resource.
22
+ */
23
+ nameRegex?: string;
24
+ /**
25
+ * File name where to save data source results.
26
+ */
27
+ outputFile?: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by ServiceCertificates.
31
+ */
32
+ export interface ServiceCertificatesResult {
33
+ /**
34
+ * The Information of the certificate.
35
+ */
36
+ readonly datas: outputs.waf.ServiceCertificatesData[];
37
+ /**
38
+ * The provider-assigned unique ID for this managed resource.
39
+ */
40
+ readonly id: string;
41
+ readonly nameRegex?: string;
42
+ readonly outputFile?: string;
43
+ /**
44
+ * The total count of query.
45
+ */
46
+ readonly totalCount: number;
47
+ }
48
+ /**
49
+ * Use this data source to query detailed information of waf service certificates
50
+ * ## Example Usage
51
+ *
52
+ * ```typescript
53
+ * import * as pulumi from "@pulumi/pulumi";
54
+ * import * as volcengine from "@pulumi/volcengine";
55
+ *
56
+ * const foo = volcengine.waf.getServiceCertificates({});
57
+ * ```
58
+ */
59
+ /** @deprecated volcengine.waf.ServiceCertificates has been deprecated in favor of volcengine.waf.getServiceCertificates */
60
+ export declare function serviceCertificatesOutput(args?: ServiceCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ServiceCertificatesResult>;
61
+ /**
62
+ * A collection of arguments for invoking ServiceCertificates.
63
+ */
64
+ export interface ServiceCertificatesOutputArgs {
65
+ /**
66
+ * A Name Regex of Resource.
67
+ */
68
+ nameRegex?: pulumi.Input<string>;
69
+ /**
70
+ * File name where to save data source results.
71
+ */
72
+ outputFile?: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,46 @@
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.serviceCertificatesOutput = exports.serviceCertificates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf service certificates
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.waf.getServiceCertificates({});
17
+ * ```
18
+ */
19
+ /** @deprecated volcengine.waf.ServiceCertificates has been deprecated in favor of volcengine.waf.getServiceCertificates */
20
+ function serviceCertificates(args, opts) {
21
+ pulumi.log.warn("serviceCertificates is deprecated: volcengine.waf.ServiceCertificates has been deprecated in favor of volcengine.waf.getServiceCertificates");
22
+ args = args || {};
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("volcengine:waf/serviceCertificates:ServiceCertificates", {
25
+ "nameRegex": args.nameRegex,
26
+ "outputFile": args.outputFile,
27
+ }, opts);
28
+ }
29
+ exports.serviceCertificates = serviceCertificates;
30
+ /**
31
+ * Use this data source to query detailed information of waf service certificates
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as volcengine from "@pulumi/volcengine";
37
+ *
38
+ * const foo = volcengine.waf.getServiceCertificates({});
39
+ * ```
40
+ */
41
+ /** @deprecated volcengine.waf.ServiceCertificates has been deprecated in favor of volcengine.waf.getServiceCertificates */
42
+ function serviceCertificatesOutput(args, opts) {
43
+ return pulumi.output(args).apply((a) => serviceCertificates(a, opts));
44
+ }
45
+ exports.serviceCertificatesOutput = serviceCertificatesOutput;
46
+ //# sourceMappingURL=serviceCertificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serviceCertificates.js","sourceRoot":"","sources":["../../waf/serviceCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,2HAA2H;AAC3H,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6IAA6I,CAAC,CAAA;IAC9J,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,wDAAwD,EAAE;QACnF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC;AAmCD;;;;;;;;;;GAUG;AACH,2HAA2H;AAC3H,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}