@volcengine/pulumi 0.0.33 → 0.0.34

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 (246) 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/cen/interRegionBandwidth.d.ts +12 -0
  68. package/cen/interRegionBandwidth.js +2 -0
  69. package/cen/interRegionBandwidth.js.map +1 -1
  70. package/index.d.ts +3 -1
  71. package/index.js +6 -2
  72. package/index.js.map +1 -1
  73. package/package.json +1 -1
  74. package/types/input.d.ts +5918 -4016
  75. package/types/output.d.ts +35080 -27674
  76. package/vpc/cidrBlockAssociate.d.ts +83 -0
  77. package/vpc/cidrBlockAssociate.js +80 -0
  78. package/vpc/cidrBlockAssociate.js.map +1 -0
  79. package/vpc/flowLog.d.ts +266 -0
  80. package/vpc/flowLog.js +148 -0
  81. package/vpc/flowLog.js.map +1 -0
  82. package/vpc/flowLogActive.d.ts +103 -0
  83. package/vpc/flowLogActive.js +101 -0
  84. package/vpc/flowLogActive.js.map +1 -0
  85. package/vpc/flowLogs.d.ts +231 -0
  86. package/vpc/flowLogs.js +63 -0
  87. package/vpc/flowLogs.js.map +1 -0
  88. package/vpc/getFlowLogs.d.ts +229 -0
  89. package/vpc/getFlowLogs.js +60 -0
  90. package/vpc/getFlowLogs.js.map +1 -0
  91. package/vpc/getSubnets.d.ts +9 -0
  92. package/vpc/getSubnets.js +1 -0
  93. package/vpc/getSubnets.js.map +1 -1
  94. package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
  95. package/vpc/getTrafficMirrorFilterRules.js +50 -0
  96. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  97. package/vpc/getTrafficMirrorFilters.d.ts +118 -0
  98. package/vpc/getTrafficMirrorFilters.js +51 -0
  99. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  100. package/vpc/getTrafficMirrorSessions.d.ts +187 -0
  101. package/vpc/getTrafficMirrorSessions.js +57 -0
  102. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  103. package/vpc/getTrafficMirrorTargets.d.ts +121 -0
  104. package/vpc/getTrafficMirrorTargets.js +51 -0
  105. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  106. package/vpc/getVpcs.d.ts +9 -0
  107. package/vpc/getVpcs.js +1 -0
  108. package/vpc/getVpcs.js.map +1 -1
  109. package/vpc/index.d.ts +51 -0
  110. package/vpc/index.js +67 -2
  111. package/vpc/index.js.map +1 -1
  112. package/vpc/subnets.d.ts +9 -0
  113. package/vpc/subnets.js +1 -0
  114. package/vpc/subnets.js.map +1 -1
  115. package/vpc/trafficMirrorFilter.d.ts +137 -0
  116. package/vpc/trafficMirrorFilter.js +88 -0
  117. package/vpc/trafficMirrorFilter.js.map +1 -0
  118. package/vpc/trafficMirrorFilterRule.d.ts +245 -0
  119. package/vpc/trafficMirrorFilterRule.js +144 -0
  120. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  121. package/vpc/trafficMirrorFilterRules.d.ts +105 -0
  122. package/vpc/trafficMirrorFilterRules.js +53 -0
  123. package/vpc/trafficMirrorFilterRules.js.map +1 -0
  124. package/vpc/trafficMirrorFilters.d.ts +120 -0
  125. package/vpc/trafficMirrorFilters.js +54 -0
  126. package/vpc/trafficMirrorFilters.js.map +1 -0
  127. package/vpc/trafficMirrorSession.d.ts +330 -0
  128. package/vpc/trafficMirrorSession.js +221 -0
  129. package/vpc/trafficMirrorSession.js.map +1 -0
  130. package/vpc/trafficMirrorSessions.d.ts +189 -0
  131. package/vpc/trafficMirrorSessions.js +60 -0
  132. package/vpc/trafficMirrorSessions.js.map +1 -0
  133. package/vpc/trafficMirrorTarget.d.ts +222 -0
  134. package/vpc/trafficMirrorTarget.js +159 -0
  135. package/vpc/trafficMirrorTarget.js.map +1 -0
  136. package/vpc/trafficMirrorTargets.d.ts +123 -0
  137. package/vpc/trafficMirrorTargets.js +54 -0
  138. package/vpc/trafficMirrorTargets.js.map +1 -0
  139. package/vpc/vpc.d.ts +8 -0
  140. package/vpc/vpc.js +2 -0
  141. package/vpc/vpc.js.map +1 -1
  142. package/vpc/vpcs.d.ts +9 -0
  143. package/vpc/vpcs.js +1 -0
  144. package/vpc/vpcs.js.map +1 -1
  145. package/waf/aclRule.d.ts +326 -0
  146. package/waf/aclRule.js +150 -0
  147. package/waf/aclRule.js.map +1 -0
  148. package/waf/aclRules.d.ts +170 -0
  149. package/waf/aclRules.js +69 -0
  150. package/waf/aclRules.js.map +1 -0
  151. package/waf/botAnalyseProtectRule.d.ts +320 -0
  152. package/waf/botAnalyseProtectRule.js +171 -0
  153. package/waf/botAnalyseProtectRule.js.map +1 -0
  154. package/waf/botAnalyseProtectRules.d.ts +145 -0
  155. package/waf/botAnalyseProtectRules.js +57 -0
  156. package/waf/botAnalyseProtectRules.js.map +1 -0
  157. package/waf/ccRule.d.ts +337 -0
  158. package/waf/ccRule.js +182 -0
  159. package/waf/ccRule.js.map +1 -0
  160. package/waf/ccRules.d.ts +149 -0
  161. package/waf/ccRules.js +61 -0
  162. package/waf/ccRules.js.map +1 -0
  163. package/waf/customBot.d.ts +191 -0
  164. package/waf/customBot.js +127 -0
  165. package/waf/customBot.js.map +1 -0
  166. package/waf/customBots.d.ts +86 -0
  167. package/waf/customBots.js +51 -0
  168. package/waf/customBots.js.map +1 -0
  169. package/waf/customPage.d.ts +310 -0
  170. package/waf/customPage.js +160 -0
  171. package/waf/customPage.js.map +1 -0
  172. package/waf/customPages.d.ts +110 -0
  173. package/waf/customPages.js +52 -0
  174. package/waf/customPages.js.map +1 -0
  175. package/waf/domains.d.ts +94 -0
  176. package/waf/domains.js +48 -0
  177. package/waf/domains.js.map +1 -0
  178. package/waf/getAclRules.d.ts +168 -0
  179. package/waf/getAclRules.js +66 -0
  180. package/waf/getAclRules.js.map +1 -0
  181. package/waf/getBotAnalyseProtectRules.d.ts +143 -0
  182. package/waf/getBotAnalyseProtectRules.js +54 -0
  183. package/waf/getBotAnalyseProtectRules.js.map +1 -0
  184. package/waf/getCcRules.d.ts +147 -0
  185. package/waf/getCcRules.js +58 -0
  186. package/waf/getCcRules.js.map +1 -0
  187. package/waf/getCustomBots.d.ts +84 -0
  188. package/waf/getCustomBots.js +48 -0
  189. package/waf/getCustomBots.js.map +1 -0
  190. package/waf/getCustomPages.d.ts +108 -0
  191. package/waf/getCustomPages.js +49 -0
  192. package/waf/getCustomPages.js.map +1 -0
  193. package/waf/getDomains.d.ts +92 -0
  194. package/waf/getDomains.js +45 -0
  195. package/waf/getDomains.js.map +1 -0
  196. package/waf/getHostGroups.d.ts +146 -0
  197. package/waf/getHostGroups.js +55 -0
  198. package/waf/getHostGroups.js.map +1 -0
  199. package/waf/getIpGroups.d.ts +105 -0
  200. package/waf/getIpGroups.js +49 -0
  201. package/waf/getIpGroups.js.map +1 -0
  202. package/waf/getProhibitions.d.ts +127 -0
  203. package/waf/getProhibitions.js +55 -0
  204. package/waf/getProhibitions.js.map +1 -0
  205. package/waf/getServiceCertificates.d.ts +71 -0
  206. package/waf/getServiceCertificates.js +43 -0
  207. package/waf/getServiceCertificates.js.map +1 -0
  208. package/waf/getSystemBots.d.ts +84 -0
  209. package/waf/getSystemBots.js +47 -0
  210. package/waf/getSystemBots.js.map +1 -0
  211. package/waf/hostGroup.d.ts +152 -0
  212. package/waf/hostGroup.js +90 -0
  213. package/waf/hostGroup.js.map +1 -0
  214. package/waf/hostGroups.d.ts +148 -0
  215. package/waf/hostGroups.js +58 -0
  216. package/waf/hostGroups.js.map +1 -0
  217. package/waf/index.d.ts +99 -0
  218. package/waf/index.js +139 -0
  219. package/waf/index.js.map +1 -0
  220. package/waf/instanceCtl.d.ts +95 -0
  221. package/waf/instanceCtl.js +76 -0
  222. package/waf/instanceCtl.js.map +1 -0
  223. package/waf/ipGroup.d.ts +132 -0
  224. package/waf/ipGroup.js +93 -0
  225. package/waf/ipGroup.js.map +1 -0
  226. package/waf/ipGroups.d.ts +107 -0
  227. package/waf/ipGroups.js +52 -0
  228. package/waf/ipGroups.js.map +1 -0
  229. package/waf/prohibitions.d.ts +129 -0
  230. package/waf/prohibitions.js +58 -0
  231. package/waf/prohibitions.js.map +1 -0
  232. package/waf/serviceCertificates.d.ts +73 -0
  233. package/waf/serviceCertificates.js +46 -0
  234. package/waf/serviceCertificates.js.map +1 -0
  235. package/waf/systemBot.d.ts +137 -0
  236. package/waf/systemBot.js +92 -0
  237. package/waf/systemBot.js.map +1 -0
  238. package/waf/systemBots.d.ts +86 -0
  239. package/waf/systemBots.js +50 -0
  240. package/waf/systemBots.js.map +1 -0
  241. package/waf/vulnerability.d.ts +116 -0
  242. package/waf/vulnerability.js +72 -0
  243. package/waf/vulnerability.js.map +1 -0
  244. package/waf/wafDomain.d.ts +877 -0
  245. package/waf/wafDomain.js +252 -0
  246. package/waf/wafDomain.js.map +1 -0
package/waf/index.d.ts ADDED
@@ -0,0 +1,99 @@
1
+ export { AclRuleArgs, AclRuleState } from "./aclRule";
2
+ export type AclRule = import("./aclRule").AclRule;
3
+ export declare const AclRule: typeof import("./aclRule").AclRule;
4
+ export { AclRulesArgs, AclRulesResult, AclRulesOutputArgs } from "./aclRules";
5
+ export declare const aclRules: typeof import("./aclRules").aclRules;
6
+ export declare const aclRulesOutput: typeof import("./aclRules").aclRulesOutput;
7
+ export { BotAnalyseProtectRuleArgs, BotAnalyseProtectRuleState } from "./botAnalyseProtectRule";
8
+ export type BotAnalyseProtectRule = import("./botAnalyseProtectRule").BotAnalyseProtectRule;
9
+ export declare const BotAnalyseProtectRule: typeof import("./botAnalyseProtectRule").BotAnalyseProtectRule;
10
+ export { BotAnalyseProtectRulesArgs, BotAnalyseProtectRulesResult, BotAnalyseProtectRulesOutputArgs } from "./botAnalyseProtectRules";
11
+ export declare const botAnalyseProtectRules: typeof import("./botAnalyseProtectRules").botAnalyseProtectRules;
12
+ export declare const botAnalyseProtectRulesOutput: typeof import("./botAnalyseProtectRules").botAnalyseProtectRulesOutput;
13
+ export { CcRuleArgs, CcRuleState } from "./ccRule";
14
+ export type CcRule = import("./ccRule").CcRule;
15
+ export declare const CcRule: typeof import("./ccRule").CcRule;
16
+ export { CcRulesArgs, CcRulesResult, CcRulesOutputArgs } from "./ccRules";
17
+ export declare const ccRules: typeof import("./ccRules").ccRules;
18
+ export declare const ccRulesOutput: typeof import("./ccRules").ccRulesOutput;
19
+ export { CustomBotArgs, CustomBotState } from "./customBot";
20
+ export type CustomBot = import("./customBot").CustomBot;
21
+ export declare const CustomBot: typeof import("./customBot").CustomBot;
22
+ export { CustomBotsArgs, CustomBotsResult, CustomBotsOutputArgs } from "./customBots";
23
+ export declare const customBots: typeof import("./customBots").customBots;
24
+ export declare const customBotsOutput: typeof import("./customBots").customBotsOutput;
25
+ export { CustomPageArgs, CustomPageState } from "./customPage";
26
+ export type CustomPage = import("./customPage").CustomPage;
27
+ export declare const CustomPage: typeof import("./customPage").CustomPage;
28
+ export { CustomPagesArgs, CustomPagesResult, CustomPagesOutputArgs } from "./customPages";
29
+ export declare const customPages: typeof import("./customPages").customPages;
30
+ export declare const customPagesOutput: typeof import("./customPages").customPagesOutput;
31
+ export { DomainsArgs, DomainsResult, DomainsOutputArgs } from "./domains";
32
+ export declare const domains: typeof import("./domains").domains;
33
+ export declare const domainsOutput: typeof import("./domains").domainsOutput;
34
+ export { GetAclRulesArgs, GetAclRulesResult, GetAclRulesOutputArgs } from "./getAclRules";
35
+ export declare const getAclRules: typeof import("./getAclRules").getAclRules;
36
+ export declare const getAclRulesOutput: typeof import("./getAclRules").getAclRulesOutput;
37
+ export { GetBotAnalyseProtectRulesArgs, GetBotAnalyseProtectRulesResult, GetBotAnalyseProtectRulesOutputArgs } from "./getBotAnalyseProtectRules";
38
+ export declare const getBotAnalyseProtectRules: typeof import("./getBotAnalyseProtectRules").getBotAnalyseProtectRules;
39
+ export declare const getBotAnalyseProtectRulesOutput: typeof import("./getBotAnalyseProtectRules").getBotAnalyseProtectRulesOutput;
40
+ export { GetCcRulesArgs, GetCcRulesResult, GetCcRulesOutputArgs } from "./getCcRules";
41
+ export declare const getCcRules: typeof import("./getCcRules").getCcRules;
42
+ export declare const getCcRulesOutput: typeof import("./getCcRules").getCcRulesOutput;
43
+ export { GetCustomBotsArgs, GetCustomBotsResult, GetCustomBotsOutputArgs } from "./getCustomBots";
44
+ export declare const getCustomBots: typeof import("./getCustomBots").getCustomBots;
45
+ export declare const getCustomBotsOutput: typeof import("./getCustomBots").getCustomBotsOutput;
46
+ export { GetCustomPagesArgs, GetCustomPagesResult, GetCustomPagesOutputArgs } from "./getCustomPages";
47
+ export declare const getCustomPages: typeof import("./getCustomPages").getCustomPages;
48
+ export declare const getCustomPagesOutput: typeof import("./getCustomPages").getCustomPagesOutput;
49
+ export { GetDomainsArgs, GetDomainsResult, GetDomainsOutputArgs } from "./getDomains";
50
+ export declare const getDomains: typeof import("./getDomains").getDomains;
51
+ export declare const getDomainsOutput: typeof import("./getDomains").getDomainsOutput;
52
+ export { GetHostGroupsArgs, GetHostGroupsResult, GetHostGroupsOutputArgs } from "./getHostGroups";
53
+ export declare const getHostGroups: typeof import("./getHostGroups").getHostGroups;
54
+ export declare const getHostGroupsOutput: typeof import("./getHostGroups").getHostGroupsOutput;
55
+ export { GetIpGroupsArgs, GetIpGroupsResult, GetIpGroupsOutputArgs } from "./getIpGroups";
56
+ export declare const getIpGroups: typeof import("./getIpGroups").getIpGroups;
57
+ export declare const getIpGroupsOutput: typeof import("./getIpGroups").getIpGroupsOutput;
58
+ export { GetProhibitionsArgs, GetProhibitionsResult, GetProhibitionsOutputArgs } from "./getProhibitions";
59
+ export declare const getProhibitions: typeof import("./getProhibitions").getProhibitions;
60
+ export declare const getProhibitionsOutput: typeof import("./getProhibitions").getProhibitionsOutput;
61
+ export { GetServiceCertificatesArgs, GetServiceCertificatesResult, GetServiceCertificatesOutputArgs } from "./getServiceCertificates";
62
+ export declare const getServiceCertificates: typeof import("./getServiceCertificates").getServiceCertificates;
63
+ export declare const getServiceCertificatesOutput: typeof import("./getServiceCertificates").getServiceCertificatesOutput;
64
+ export { GetSystemBotsArgs, GetSystemBotsResult, GetSystemBotsOutputArgs } from "./getSystemBots";
65
+ export declare const getSystemBots: typeof import("./getSystemBots").getSystemBots;
66
+ export declare const getSystemBotsOutput: typeof import("./getSystemBots").getSystemBotsOutput;
67
+ export { HostGroupArgs, HostGroupState } from "./hostGroup";
68
+ export type HostGroup = import("./hostGroup").HostGroup;
69
+ export declare const HostGroup: typeof import("./hostGroup").HostGroup;
70
+ export { HostGroupsArgs, HostGroupsResult, HostGroupsOutputArgs } from "./hostGroups";
71
+ export declare const hostGroups: typeof import("./hostGroups").hostGroups;
72
+ export declare const hostGroupsOutput: typeof import("./hostGroups").hostGroupsOutput;
73
+ export { InstanceCtlArgs, InstanceCtlState } from "./instanceCtl";
74
+ export type InstanceCtl = import("./instanceCtl").InstanceCtl;
75
+ export declare const InstanceCtl: typeof import("./instanceCtl").InstanceCtl;
76
+ export { IpGroupArgs, IpGroupState } from "./ipGroup";
77
+ export type IpGroup = import("./ipGroup").IpGroup;
78
+ export declare const IpGroup: typeof import("./ipGroup").IpGroup;
79
+ export { IpGroupsArgs, IpGroupsResult, IpGroupsOutputArgs } from "./ipGroups";
80
+ export declare const ipGroups: typeof import("./ipGroups").ipGroups;
81
+ export declare const ipGroupsOutput: typeof import("./ipGroups").ipGroupsOutput;
82
+ export { ProhibitionsArgs, ProhibitionsResult, ProhibitionsOutputArgs } from "./prohibitions";
83
+ export declare const prohibitions: typeof import("./prohibitions").prohibitions;
84
+ export declare const prohibitionsOutput: typeof import("./prohibitions").prohibitionsOutput;
85
+ export { ServiceCertificatesArgs, ServiceCertificatesResult, ServiceCertificatesOutputArgs } from "./serviceCertificates";
86
+ export declare const serviceCertificates: typeof import("./serviceCertificates").serviceCertificates;
87
+ export declare const serviceCertificatesOutput: typeof import("./serviceCertificates").serviceCertificatesOutput;
88
+ export { SystemBotArgs, SystemBotState } from "./systemBot";
89
+ export type SystemBot = import("./systemBot").SystemBot;
90
+ export declare const SystemBot: typeof import("./systemBot").SystemBot;
91
+ export { SystemBotsArgs, SystemBotsResult, SystemBotsOutputArgs } from "./systemBots";
92
+ export declare const systemBots: typeof import("./systemBots").systemBots;
93
+ export declare const systemBotsOutput: typeof import("./systemBots").systemBotsOutput;
94
+ export { VulnerabilityArgs, VulnerabilityState } from "./vulnerability";
95
+ export type Vulnerability = import("./vulnerability").Vulnerability;
96
+ export declare const Vulnerability: typeof import("./vulnerability").Vulnerability;
97
+ export { WafDomainArgs, WafDomainState } from "./wafDomain";
98
+ export type WafDomain = import("./wafDomain").WafDomain;
99
+ export declare const WafDomain: typeof import("./wafDomain").WafDomain;
package/waf/index.js ADDED
@@ -0,0 +1,139 @@
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 = exports.prohibitionsOutput = exports.prohibitions = exports.ipGroupsOutput = exports.ipGroups = exports.IpGroup = exports.InstanceCtl = exports.hostGroupsOutput = exports.hostGroups = exports.HostGroup = exports.getSystemBotsOutput = exports.getSystemBots = exports.getServiceCertificatesOutput = exports.getServiceCertificates = exports.getProhibitionsOutput = exports.getProhibitions = exports.getIpGroupsOutput = exports.getIpGroups = exports.getHostGroupsOutput = exports.getHostGroups = exports.getDomainsOutput = exports.getDomains = exports.getCustomPagesOutput = exports.getCustomPages = exports.getCustomBotsOutput = exports.getCustomBots = exports.getCcRulesOutput = exports.getCcRules = exports.getBotAnalyseProtectRulesOutput = exports.getBotAnalyseProtectRules = exports.getAclRulesOutput = exports.getAclRules = exports.domainsOutput = exports.domains = exports.customPagesOutput = exports.customPages = exports.CustomPage = exports.customBotsOutput = exports.customBots = exports.CustomBot = exports.ccRulesOutput = exports.ccRules = exports.CcRule = exports.botAnalyseProtectRulesOutput = exports.botAnalyseProtectRules = exports.BotAnalyseProtectRule = exports.aclRulesOutput = exports.aclRules = exports.AclRule = void 0;
6
+ exports.WafDomain = exports.Vulnerability = exports.systemBotsOutput = exports.systemBots = exports.SystemBot = void 0;
7
+ const pulumi = require("@pulumi/pulumi");
8
+ const utilities = require("../utilities");
9
+ exports.AclRule = null;
10
+ utilities.lazyLoad(exports, ["AclRule"], () => require("./aclRule"));
11
+ exports.aclRules = null;
12
+ exports.aclRulesOutput = null;
13
+ utilities.lazyLoad(exports, ["aclRules", "aclRulesOutput"], () => require("./aclRules"));
14
+ exports.BotAnalyseProtectRule = null;
15
+ utilities.lazyLoad(exports, ["BotAnalyseProtectRule"], () => require("./botAnalyseProtectRule"));
16
+ exports.botAnalyseProtectRules = null;
17
+ exports.botAnalyseProtectRulesOutput = null;
18
+ utilities.lazyLoad(exports, ["botAnalyseProtectRules", "botAnalyseProtectRulesOutput"], () => require("./botAnalyseProtectRules"));
19
+ exports.CcRule = null;
20
+ utilities.lazyLoad(exports, ["CcRule"], () => require("./ccRule"));
21
+ exports.ccRules = null;
22
+ exports.ccRulesOutput = null;
23
+ utilities.lazyLoad(exports, ["ccRules", "ccRulesOutput"], () => require("./ccRules"));
24
+ exports.CustomBot = null;
25
+ utilities.lazyLoad(exports, ["CustomBot"], () => require("./customBot"));
26
+ exports.customBots = null;
27
+ exports.customBotsOutput = null;
28
+ utilities.lazyLoad(exports, ["customBots", "customBotsOutput"], () => require("./customBots"));
29
+ exports.CustomPage = null;
30
+ utilities.lazyLoad(exports, ["CustomPage"], () => require("./customPage"));
31
+ exports.customPages = null;
32
+ exports.customPagesOutput = null;
33
+ utilities.lazyLoad(exports, ["customPages", "customPagesOutput"], () => require("./customPages"));
34
+ exports.domains = null;
35
+ exports.domainsOutput = null;
36
+ utilities.lazyLoad(exports, ["domains", "domainsOutput"], () => require("./domains"));
37
+ exports.getAclRules = null;
38
+ exports.getAclRulesOutput = null;
39
+ utilities.lazyLoad(exports, ["getAclRules", "getAclRulesOutput"], () => require("./getAclRules"));
40
+ exports.getBotAnalyseProtectRules = null;
41
+ exports.getBotAnalyseProtectRulesOutput = null;
42
+ utilities.lazyLoad(exports, ["getBotAnalyseProtectRules", "getBotAnalyseProtectRulesOutput"], () => require("./getBotAnalyseProtectRules"));
43
+ exports.getCcRules = null;
44
+ exports.getCcRulesOutput = null;
45
+ utilities.lazyLoad(exports, ["getCcRules", "getCcRulesOutput"], () => require("./getCcRules"));
46
+ exports.getCustomBots = null;
47
+ exports.getCustomBotsOutput = null;
48
+ utilities.lazyLoad(exports, ["getCustomBots", "getCustomBotsOutput"], () => require("./getCustomBots"));
49
+ exports.getCustomPages = null;
50
+ exports.getCustomPagesOutput = null;
51
+ utilities.lazyLoad(exports, ["getCustomPages", "getCustomPagesOutput"], () => require("./getCustomPages"));
52
+ exports.getDomains = null;
53
+ exports.getDomainsOutput = null;
54
+ utilities.lazyLoad(exports, ["getDomains", "getDomainsOutput"], () => require("./getDomains"));
55
+ exports.getHostGroups = null;
56
+ exports.getHostGroupsOutput = null;
57
+ utilities.lazyLoad(exports, ["getHostGroups", "getHostGroupsOutput"], () => require("./getHostGroups"));
58
+ exports.getIpGroups = null;
59
+ exports.getIpGroupsOutput = null;
60
+ utilities.lazyLoad(exports, ["getIpGroups", "getIpGroupsOutput"], () => require("./getIpGroups"));
61
+ exports.getProhibitions = null;
62
+ exports.getProhibitionsOutput = null;
63
+ utilities.lazyLoad(exports, ["getProhibitions", "getProhibitionsOutput"], () => require("./getProhibitions"));
64
+ exports.getServiceCertificates = null;
65
+ exports.getServiceCertificatesOutput = null;
66
+ utilities.lazyLoad(exports, ["getServiceCertificates", "getServiceCertificatesOutput"], () => require("./getServiceCertificates"));
67
+ exports.getSystemBots = null;
68
+ exports.getSystemBotsOutput = null;
69
+ utilities.lazyLoad(exports, ["getSystemBots", "getSystemBotsOutput"], () => require("./getSystemBots"));
70
+ exports.HostGroup = null;
71
+ utilities.lazyLoad(exports, ["HostGroup"], () => require("./hostGroup"));
72
+ exports.hostGroups = null;
73
+ exports.hostGroupsOutput = null;
74
+ utilities.lazyLoad(exports, ["hostGroups", "hostGroupsOutput"], () => require("./hostGroups"));
75
+ exports.InstanceCtl = null;
76
+ utilities.lazyLoad(exports, ["InstanceCtl"], () => require("./instanceCtl"));
77
+ exports.IpGroup = null;
78
+ utilities.lazyLoad(exports, ["IpGroup"], () => require("./ipGroup"));
79
+ exports.ipGroups = null;
80
+ exports.ipGroupsOutput = null;
81
+ utilities.lazyLoad(exports, ["ipGroups", "ipGroupsOutput"], () => require("./ipGroups"));
82
+ exports.prohibitions = null;
83
+ exports.prohibitionsOutput = null;
84
+ utilities.lazyLoad(exports, ["prohibitions", "prohibitionsOutput"], () => require("./prohibitions"));
85
+ exports.serviceCertificates = null;
86
+ exports.serviceCertificatesOutput = null;
87
+ utilities.lazyLoad(exports, ["serviceCertificates", "serviceCertificatesOutput"], () => require("./serviceCertificates"));
88
+ exports.SystemBot = null;
89
+ utilities.lazyLoad(exports, ["SystemBot"], () => require("./systemBot"));
90
+ exports.systemBots = null;
91
+ exports.systemBotsOutput = null;
92
+ utilities.lazyLoad(exports, ["systemBots", "systemBotsOutput"], () => require("./systemBots"));
93
+ exports.Vulnerability = null;
94
+ utilities.lazyLoad(exports, ["Vulnerability"], () => require("./vulnerability"));
95
+ exports.WafDomain = null;
96
+ utilities.lazyLoad(exports, ["WafDomain"], () => require("./wafDomain"));
97
+ const _module = {
98
+ version: utilities.getVersion(),
99
+ construct: (name, type, urn) => {
100
+ switch (type) {
101
+ case "volcengine:waf/aclRule:AclRule":
102
+ return new exports.AclRule(name, undefined, { urn });
103
+ case "volcengine:waf/botAnalyseProtectRule:BotAnalyseProtectRule":
104
+ return new exports.BotAnalyseProtectRule(name, undefined, { urn });
105
+ case "volcengine:waf/ccRule:CcRule":
106
+ return new exports.CcRule(name, undefined, { urn });
107
+ case "volcengine:waf/customBot:CustomBot":
108
+ return new exports.CustomBot(name, undefined, { urn });
109
+ case "volcengine:waf/customPage:CustomPage":
110
+ return new exports.CustomPage(name, undefined, { urn });
111
+ case "volcengine:waf/hostGroup:HostGroup":
112
+ return new exports.HostGroup(name, undefined, { urn });
113
+ case "volcengine:waf/instanceCtl:InstanceCtl":
114
+ return new exports.InstanceCtl(name, undefined, { urn });
115
+ case "volcengine:waf/ipGroup:IpGroup":
116
+ return new exports.IpGroup(name, undefined, { urn });
117
+ case "volcengine:waf/systemBot:SystemBot":
118
+ return new exports.SystemBot(name, undefined, { urn });
119
+ case "volcengine:waf/vulnerability:Vulnerability":
120
+ return new exports.Vulnerability(name, undefined, { urn });
121
+ case "volcengine:waf/wafDomain:WafDomain":
122
+ return new exports.WafDomain(name, undefined, { urn });
123
+ default:
124
+ throw new Error(`unknown resource type ${type}`);
125
+ }
126
+ },
127
+ };
128
+ pulumi.runtime.registerResourceModule("volcengine", "waf/aclRule", _module);
129
+ pulumi.runtime.registerResourceModule("volcengine", "waf/botAnalyseProtectRule", _module);
130
+ pulumi.runtime.registerResourceModule("volcengine", "waf/ccRule", _module);
131
+ pulumi.runtime.registerResourceModule("volcengine", "waf/customBot", _module);
132
+ pulumi.runtime.registerResourceModule("volcengine", "waf/customPage", _module);
133
+ pulumi.runtime.registerResourceModule("volcengine", "waf/hostGroup", _module);
134
+ pulumi.runtime.registerResourceModule("volcengine", "waf/instanceCtl", _module);
135
+ pulumi.runtime.registerResourceModule("volcengine", "waf/ipGroup", _module);
136
+ pulumi.runtime.registerResourceModule("volcengine", "waf/systemBot", _module);
137
+ pulumi.runtime.registerResourceModule("volcengine", "waf/vulnerability", _module);
138
+ pulumi.runtime.registerResourceModule("volcengine", "waf/wafDomain", _module);
139
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../waf/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,95 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a resource to manage waf instance ctl
4
+ * ## Example Usage
5
+ *
6
+ * ```typescript
7
+ * import * as pulumi from "@pulumi/pulumi";
8
+ * import * as volcengine from "@volcengine/pulumi";
9
+ *
10
+ * const foo = new volcengine.waf.InstanceCtl("foo", {
11
+ * allowEnable: 0,
12
+ * blockEnable: 1,
13
+ * projectName: "default",
14
+ * });
15
+ * ```
16
+ *
17
+ * ## Import
18
+ *
19
+ * WafInstanceCtl can be imported using the id, e.g.
20
+ *
21
+ * ```sh
22
+ * $ pulumi import volcengine:waf/instanceCtl:InstanceCtl default resource_id
23
+ * ```
24
+ */
25
+ export declare class InstanceCtl extends pulumi.CustomResource {
26
+ /**
27
+ * Get an existing InstanceCtl resource's state with the given name, ID, and optional extra
28
+ * properties used to qualify the lookup.
29
+ *
30
+ * @param name The _unique_ name of the resulting resource.
31
+ * @param id The _unique_ provider ID of the resource to lookup.
32
+ * @param state Any extra arguments used during the lookup.
33
+ * @param opts Optional settings to control the behavior of the CustomResource.
34
+ */
35
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: InstanceCtlState, opts?: pulumi.CustomResourceOptions): InstanceCtl;
36
+ /**
37
+ * Returns true if the given object is an instance of InstanceCtl. This is designed to work even
38
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
39
+ */
40
+ static isInstance(obj: any): obj is InstanceCtl;
41
+ /**
42
+ * Whether to enable the allowed access list policy for the instance corresponding to the current region.
43
+ */
44
+ readonly allowEnable: pulumi.Output<number>;
45
+ /**
46
+ * Whether to enable the prohibited access list policy for the instance corresponding to the current region.
47
+ */
48
+ readonly blockEnable: pulumi.Output<number>;
49
+ /**
50
+ * The name of the project associated with the current resource.
51
+ */
52
+ readonly projectName: pulumi.Output<string | undefined>;
53
+ /**
54
+ * Create a InstanceCtl resource with the given unique name, arguments, and options.
55
+ *
56
+ * @param name The _unique_ name of the resource.
57
+ * @param args The arguments to use to populate this resource's properties.
58
+ * @param opts A bag of options that control this resource's behavior.
59
+ */
60
+ constructor(name: string, args?: InstanceCtlArgs, opts?: pulumi.CustomResourceOptions);
61
+ }
62
+ /**
63
+ * Input properties used for looking up and filtering InstanceCtl resources.
64
+ */
65
+ export interface InstanceCtlState {
66
+ /**
67
+ * Whether to enable the allowed access list policy for the instance corresponding to the current region.
68
+ */
69
+ allowEnable?: pulumi.Input<number>;
70
+ /**
71
+ * Whether to enable the prohibited access list policy for the instance corresponding to the current region.
72
+ */
73
+ blockEnable?: pulumi.Input<number>;
74
+ /**
75
+ * The name of the project associated with the current resource.
76
+ */
77
+ projectName?: pulumi.Input<string>;
78
+ }
79
+ /**
80
+ * The set of arguments for constructing a InstanceCtl resource.
81
+ */
82
+ export interface InstanceCtlArgs {
83
+ /**
84
+ * Whether to enable the allowed access list policy for the instance corresponding to the current region.
85
+ */
86
+ allowEnable?: pulumi.Input<number>;
87
+ /**
88
+ * Whether to enable the prohibited access list policy for the instance corresponding to the current region.
89
+ */
90
+ blockEnable?: pulumi.Input<number>;
91
+ /**
92
+ * The name of the project associated with the current resource.
93
+ */
94
+ projectName?: pulumi.Input<string>;
95
+ }
@@ -0,0 +1,76 @@
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.InstanceCtl = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage waf instance ctl
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.InstanceCtl("foo", {
17
+ * allowEnable: 0,
18
+ * blockEnable: 1,
19
+ * projectName: "default",
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * WafInstanceCtl can be imported using the id, e.g.
26
+ *
27
+ * ```sh
28
+ * $ pulumi import volcengine:waf/instanceCtl:InstanceCtl default resource_id
29
+ * ```
30
+ */
31
+ class InstanceCtl extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing InstanceCtl resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new InstanceCtl(name, state, Object.assign(Object.assign({}, opts), { id: id }));
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of InstanceCtl. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === InstanceCtl.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["allowEnable"] = state ? state.allowEnable : undefined;
60
+ resourceInputs["blockEnable"] = state ? state.blockEnable : undefined;
61
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
62
+ }
63
+ else {
64
+ const args = argsOrState;
65
+ resourceInputs["allowEnable"] = args ? args.allowEnable : undefined;
66
+ resourceInputs["blockEnable"] = args ? args.blockEnable : undefined;
67
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
68
+ }
69
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
70
+ super(InstanceCtl.__pulumiType, name, resourceInputs, opts);
71
+ }
72
+ }
73
+ exports.InstanceCtl = InstanceCtl;
74
+ /** @internal */
75
+ InstanceCtl.__pulumiType = 'volcengine:waf/instanceCtl:InstanceCtl';
76
+ //# sourceMappingURL=instanceCtl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instanceCtl.js","sourceRoot":"","sources":["../../waf/instanceCtl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAjEL,kCAkEC;AApDG,gBAAgB;AACO,wBAAY,GAAG,wCAAwC,CAAC"}
@@ -0,0 +1,132 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Provides a resource to manage waf ip group
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const foo = new volcengine.waf.IpGroup("foo", {
13
+ * addType: "List",
14
+ * ipLists: [
15
+ * "1.1.1.1",
16
+ * "1.1.1.2",
17
+ * "1.1.1.3",
18
+ * ],
19
+ * });
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * WafIpGroup can be imported using the id, e.g.
25
+ *
26
+ * ```sh
27
+ * $ pulumi import volcengine:waf/ipGroup:IpGroup default resource_id
28
+ * ```
29
+ */
30
+ export declare class IpGroup extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing IpGroup resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IpGroupState, opts?: pulumi.CustomResourceOptions): IpGroup;
41
+ /**
42
+ * Returns true if the given object is an instance of IpGroup. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is IpGroup;
46
+ /**
47
+ * The way of addition.
48
+ */
49
+ readonly addType: pulumi.Output<string>;
50
+ /**
51
+ * The number of IP addresses within the address group.
52
+ */
53
+ readonly ipCount: pulumi.Output<number>;
54
+ /**
55
+ * The ID of the ip group.
56
+ */
57
+ readonly ipGroupId: pulumi.Output<number>;
58
+ /**
59
+ * The IP address to be added.
60
+ */
61
+ readonly ipLists: pulumi.Output<string[]>;
62
+ /**
63
+ * The name of ip group.
64
+ */
65
+ readonly name: pulumi.Output<string>;
66
+ /**
67
+ * The list of associated rules.
68
+ */
69
+ readonly relatedRules: pulumi.Output<outputs.waf.IpGroupRelatedRule[]>;
70
+ /**
71
+ * ip group update time.
72
+ */
73
+ readonly updateTime: pulumi.Output<string>;
74
+ /**
75
+ * Create a IpGroup resource with the given unique name, arguments, and options.
76
+ *
77
+ * @param name The _unique_ name of the resource.
78
+ * @param args The arguments to use to populate this resource's properties.
79
+ * @param opts A bag of options that control this resource's behavior.
80
+ */
81
+ constructor(name: string, args: IpGroupArgs, opts?: pulumi.CustomResourceOptions);
82
+ }
83
+ /**
84
+ * Input properties used for looking up and filtering IpGroup resources.
85
+ */
86
+ export interface IpGroupState {
87
+ /**
88
+ * The way of addition.
89
+ */
90
+ addType?: pulumi.Input<string>;
91
+ /**
92
+ * The number of IP addresses within the address group.
93
+ */
94
+ ipCount?: pulumi.Input<number>;
95
+ /**
96
+ * The ID of the ip group.
97
+ */
98
+ ipGroupId?: pulumi.Input<number>;
99
+ /**
100
+ * The IP address to be added.
101
+ */
102
+ ipLists?: pulumi.Input<pulumi.Input<string>[]>;
103
+ /**
104
+ * The name of ip group.
105
+ */
106
+ name?: pulumi.Input<string>;
107
+ /**
108
+ * The list of associated rules.
109
+ */
110
+ relatedRules?: pulumi.Input<pulumi.Input<inputs.waf.IpGroupRelatedRule>[]>;
111
+ /**
112
+ * ip group update time.
113
+ */
114
+ updateTime?: pulumi.Input<string>;
115
+ }
116
+ /**
117
+ * The set of arguments for constructing a IpGroup resource.
118
+ */
119
+ export interface IpGroupArgs {
120
+ /**
121
+ * The way of addition.
122
+ */
123
+ addType: pulumi.Input<string>;
124
+ /**
125
+ * The IP address to be added.
126
+ */
127
+ ipLists: pulumi.Input<pulumi.Input<string>[]>;
128
+ /**
129
+ * The name of ip group.
130
+ */
131
+ name?: pulumi.Input<string>;
132
+ }