@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
@@ -0,0 +1,375 @@
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 apig upstream
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@pulumi/volcengine";
11
+ * import * as volcengine from "@volcengine/pulumi";
12
+ *
13
+ * const fooZones = volcengine.ecs.getZones({});
14
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
15
+ * vpcName: "acc-test-vpc",
16
+ * cidrBlock: "172.16.0.0/16",
17
+ * });
18
+ * const foo1 = new volcengine.vpc.Subnet("foo1", {
19
+ * subnetName: "acc-test-subnet",
20
+ * cidrBlock: "172.16.0.0/24",
21
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
22
+ * vpcId: fooVpc.id,
23
+ * });
24
+ * const foo2 = new volcengine.vpc.Subnet("foo2", {
25
+ * subnetName: "acc-test-subnet",
26
+ * cidrBlock: "172.16.1.0/24",
27
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[1]?.id),
28
+ * vpcId: fooVpc.id,
29
+ * });
30
+ * const fooApigGateway = new volcengine.apig.ApigGateway("fooApigGateway", {
31
+ * type: "standard",
32
+ * comments: "acc-test",
33
+ * projectName: "default",
34
+ * tags: [{
35
+ * key: "k1",
36
+ * value: "v1",
37
+ * }],
38
+ * networkSpec: {
39
+ * vpcId: fooVpc.id,
40
+ * subnetIds: [
41
+ * foo1.id,
42
+ * foo2.id,
43
+ * ],
44
+ * },
45
+ * resourceSpec: {
46
+ * replicas: 2,
47
+ * instanceSpecCode: "1c2g",
48
+ * clbSpecCode: "small_1",
49
+ * publicNetworkBillingType: "bandwidth",
50
+ * publicNetworkBandwidth: 1,
51
+ * networkType: {
52
+ * enablePublicNetwork: true,
53
+ * enablePrivateNetwork: true,
54
+ * },
55
+ * },
56
+ * logSpec: {
57
+ * enable: true,
58
+ * projectId: "d3cb87c0-faeb-4074-b1ee-9bd747865a76",
59
+ * topicId: "d339482e-d86d-4bd8-a9bb-f270417f00a1",
60
+ * },
61
+ * monitorSpec: {
62
+ * enable: true,
63
+ * workspaceId: "4ed1caf3-279d-4c5f-8301-87ea38e92ffc",
64
+ * },
65
+ * });
66
+ * const fooApigGatewayService = new volcengine.apig.ApigGatewayService("fooApigGatewayService", {
67
+ * gatewayId: fooApigGateway.id,
68
+ * serviceName: "acc-test-apig-service",
69
+ * comments: "acc-test",
70
+ * protocols: [
71
+ * "HTTP",
72
+ * "HTTPS",
73
+ * ],
74
+ * authSpec: {
75
+ * enable: false,
76
+ * },
77
+ * });
78
+ * const foo_fixed_ip = new volcengine.apig.ApigUpstream("foo-fixed-ip", {
79
+ * gatewayId: fooApigGateway.id,
80
+ * comments: "acc-test",
81
+ * resourceType: "Console",
82
+ * protocol: "HTTP",
83
+ * loadBalancerSettings: {
84
+ * lbPolicy: "ConsistentHashLB",
85
+ * consistentHashLb: {
86
+ * hashKey: "HTTPCookie",
87
+ * httpCookie: {
88
+ * name: "test",
89
+ * path: "/",
90
+ * ttl: 300,
91
+ * },
92
+ * },
93
+ * },
94
+ * tlsSettings: {
95
+ * tlsMode: "SIMPLE",
96
+ * sni: "test",
97
+ * },
98
+ * circuitBreakingSettings: {
99
+ * enable: false,
100
+ * consecutiveErrors: 5,
101
+ * interval: 10000,
102
+ * baseEjectionTime: 30000,
103
+ * maxEjectionPercent: 20,
104
+ * minHealthPercent: 60,
105
+ * },
106
+ * sourceType: "FixedIP",
107
+ * upstreamSpec: {
108
+ * fixedIpLists: [
109
+ * {
110
+ * ip: "172.16.0.10",
111
+ * port: 8080,
112
+ * },
113
+ * {
114
+ * ip: "172.16.0.20",
115
+ * port: 8090,
116
+ * },
117
+ * ],
118
+ * },
119
+ * });
120
+ * const foo_vefaas = new volcengine.apig.ApigUpstream("foo-vefaas", {
121
+ * gatewayId: fooApigGateway.id,
122
+ * comments: "acc-test",
123
+ * resourceType: "Console",
124
+ * protocol: "HTTP",
125
+ * sourceType: "VeFaas",
126
+ * upstreamSpec: {
127
+ * veFaas: {
128
+ * functionId: "crnrfajj",
129
+ * },
130
+ * },
131
+ * });
132
+ * const foo_k8sApigUpstreamSource = new volcengine.apig.ApigUpstreamSource("foo-k8sApigUpstreamSource", {
133
+ * gatewayId: fooApigGateway.id,
134
+ * comments: "acc-test-k8s",
135
+ * sourceType: "K8S",
136
+ * sourceSpec: {
137
+ * k8sSource: {
138
+ * clusterId: "cd197sac4mpmnruh7um80",
139
+ * },
140
+ * },
141
+ * ingressSettings: [{
142
+ * enableIngress: true,
143
+ * updateStatus: true,
144
+ * ingressClasses: ["test"],
145
+ * watchNamespaces: ["default"],
146
+ * }],
147
+ * });
148
+ * const foo_k8sApigUpstream = new volcengine.apig.ApigUpstream("foo-k8sApigUpstream", {
149
+ * gatewayId: fooApigGateway.id,
150
+ * comments: "acc-test",
151
+ * resourceType: "Console",
152
+ * protocol: "HTTP",
153
+ * loadBalancerSettings: {
154
+ * lbPolicy: "ConsistentHashLB",
155
+ * consistentHashLb: {
156
+ * hashKey: "HTTPCookie",
157
+ * httpCookie: {
158
+ * name: "test",
159
+ * path: "/",
160
+ * ttl: 300,
161
+ * },
162
+ * },
163
+ * },
164
+ * tlsSettings: {
165
+ * tlsMode: "SIMPLE",
166
+ * sni: "test",
167
+ * },
168
+ * circuitBreakingSettings: {
169
+ * enable: false,
170
+ * consecutiveErrors: 5,
171
+ * interval: 10000,
172
+ * baseEjectionTime: 30000,
173
+ * maxEjectionPercent: 20,
174
+ * minHealthPercent: 60,
175
+ * },
176
+ * sourceType: "K8S",
177
+ * upstreamSpec: {
178
+ * k8sService: {
179
+ * namespace: "default",
180
+ * name: "kubernetes",
181
+ * port: 443,
182
+ * },
183
+ * },
184
+ * }, {
185
+ * dependsOn: [foo_k8sApigUpstreamSource],
186
+ * });
187
+ * ```
188
+ *
189
+ * ## Import
190
+ *
191
+ * ApigUpstream can be imported using the id, e.g.
192
+ *
193
+ * ```sh
194
+ * $ pulumi import volcengine:apig/apigUpstream:ApigUpstream default resource_id
195
+ * ```
196
+ */
197
+ export declare class ApigUpstream extends pulumi.CustomResource {
198
+ /**
199
+ * Get an existing ApigUpstream resource's state with the given name, ID, and optional extra
200
+ * properties used to qualify the lookup.
201
+ *
202
+ * @param name The _unique_ name of the resulting resource.
203
+ * @param id The _unique_ provider ID of the resource to lookup.
204
+ * @param state Any extra arguments used during the lookup.
205
+ * @param opts Optional settings to control the behavior of the CustomResource.
206
+ */
207
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApigUpstreamState, opts?: pulumi.CustomResourceOptions): ApigUpstream;
208
+ /**
209
+ * Returns true if the given object is an instance of ApigUpstream. This is designed to work even
210
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
211
+ */
212
+ static isInstance(obj: any): obj is ApigUpstream;
213
+ /**
214
+ * The circuit breaking settings of apig upstream.
215
+ */
216
+ readonly circuitBreakingSettings: pulumi.Output<outputs.apig.ApigUpstreamCircuitBreakingSettings>;
217
+ /**
218
+ * The comments of the apig upstream.
219
+ */
220
+ readonly comments: pulumi.Output<string | undefined>;
221
+ /**
222
+ * The create time of apig upstream.
223
+ */
224
+ readonly createTime: pulumi.Output<string>;
225
+ /**
226
+ * The gateway id of the apig upstream.
227
+ */
228
+ readonly gatewayId: pulumi.Output<string>;
229
+ /**
230
+ * The load balancer settings of apig upstream.
231
+ */
232
+ readonly loadBalancerSettings: pulumi.Output<outputs.apig.ApigUpstreamLoadBalancerSettings>;
233
+ /**
234
+ * The name of the apig upstream.
235
+ */
236
+ readonly name: pulumi.Output<string>;
237
+ /**
238
+ * The protocol of the apig upstream. Valid values: `HTTP`, `HTTP2`, `GRPC`.
239
+ */
240
+ readonly protocol: pulumi.Output<string>;
241
+ /**
242
+ * The resource type of the apig upstream. Valid values: `Console`, `Ingress`.
243
+ */
244
+ readonly resourceType: pulumi.Output<string | undefined>;
245
+ /**
246
+ * The source type of the apig upstream. Valid values: `VeFaas`, `ECS`, `FixedIP`, `K8S`, `Nacos`, `Domain`, `AIProvider`, `VeMLP`.
247
+ */
248
+ readonly sourceType: pulumi.Output<string>;
249
+ /**
250
+ * The tls settings of apig upstream.
251
+ */
252
+ readonly tlsSettings: pulumi.Output<outputs.apig.ApigUpstreamTlsSettings>;
253
+ /**
254
+ * The update time of apig upstream version.
255
+ */
256
+ readonly updateTime: pulumi.Output<string>;
257
+ /**
258
+ * The upstream spec of apig upstream.
259
+ */
260
+ readonly upstreamSpec: pulumi.Output<outputs.apig.ApigUpstreamUpstreamSpec>;
261
+ /**
262
+ * The version details of apig upstream.
263
+ */
264
+ readonly versionDetails: pulumi.Output<outputs.apig.ApigUpstreamVersionDetail[]>;
265
+ /**
266
+ * Create a ApigUpstream resource with the given unique name, arguments, and options.
267
+ *
268
+ * @param name The _unique_ name of the resource.
269
+ * @param args The arguments to use to populate this resource's properties.
270
+ * @param opts A bag of options that control this resource's behavior.
271
+ */
272
+ constructor(name: string, args: ApigUpstreamArgs, opts?: pulumi.CustomResourceOptions);
273
+ }
274
+ /**
275
+ * Input properties used for looking up and filtering ApigUpstream resources.
276
+ */
277
+ export interface ApigUpstreamState {
278
+ /**
279
+ * The circuit breaking settings of apig upstream.
280
+ */
281
+ circuitBreakingSettings?: pulumi.Input<inputs.apig.ApigUpstreamCircuitBreakingSettings>;
282
+ /**
283
+ * The comments of the apig upstream.
284
+ */
285
+ comments?: pulumi.Input<string>;
286
+ /**
287
+ * The create time of apig upstream.
288
+ */
289
+ createTime?: pulumi.Input<string>;
290
+ /**
291
+ * The gateway id of the apig upstream.
292
+ */
293
+ gatewayId?: pulumi.Input<string>;
294
+ /**
295
+ * The load balancer settings of apig upstream.
296
+ */
297
+ loadBalancerSettings?: pulumi.Input<inputs.apig.ApigUpstreamLoadBalancerSettings>;
298
+ /**
299
+ * The name of the apig upstream.
300
+ */
301
+ name?: pulumi.Input<string>;
302
+ /**
303
+ * The protocol of the apig upstream. Valid values: `HTTP`, `HTTP2`, `GRPC`.
304
+ */
305
+ protocol?: pulumi.Input<string>;
306
+ /**
307
+ * The resource type of the apig upstream. Valid values: `Console`, `Ingress`.
308
+ */
309
+ resourceType?: pulumi.Input<string>;
310
+ /**
311
+ * The source type of the apig upstream. Valid values: `VeFaas`, `ECS`, `FixedIP`, `K8S`, `Nacos`, `Domain`, `AIProvider`, `VeMLP`.
312
+ */
313
+ sourceType?: pulumi.Input<string>;
314
+ /**
315
+ * The tls settings of apig upstream.
316
+ */
317
+ tlsSettings?: pulumi.Input<inputs.apig.ApigUpstreamTlsSettings>;
318
+ /**
319
+ * The update time of apig upstream version.
320
+ */
321
+ updateTime?: pulumi.Input<string>;
322
+ /**
323
+ * The upstream spec of apig upstream.
324
+ */
325
+ upstreamSpec?: pulumi.Input<inputs.apig.ApigUpstreamUpstreamSpec>;
326
+ /**
327
+ * The version details of apig upstream.
328
+ */
329
+ versionDetails?: pulumi.Input<pulumi.Input<inputs.apig.ApigUpstreamVersionDetail>[]>;
330
+ }
331
+ /**
332
+ * The set of arguments for constructing a ApigUpstream resource.
333
+ */
334
+ export interface ApigUpstreamArgs {
335
+ /**
336
+ * The circuit breaking settings of apig upstream.
337
+ */
338
+ circuitBreakingSettings?: pulumi.Input<inputs.apig.ApigUpstreamCircuitBreakingSettings>;
339
+ /**
340
+ * The comments of the apig upstream.
341
+ */
342
+ comments?: pulumi.Input<string>;
343
+ /**
344
+ * The gateway id of the apig upstream.
345
+ */
346
+ gatewayId: pulumi.Input<string>;
347
+ /**
348
+ * The load balancer settings of apig upstream.
349
+ */
350
+ loadBalancerSettings?: pulumi.Input<inputs.apig.ApigUpstreamLoadBalancerSettings>;
351
+ /**
352
+ * The name of the apig upstream.
353
+ */
354
+ name?: pulumi.Input<string>;
355
+ /**
356
+ * The protocol of the apig upstream. Valid values: `HTTP`, `HTTP2`, `GRPC`.
357
+ */
358
+ protocol: pulumi.Input<string>;
359
+ /**
360
+ * The resource type of the apig upstream. Valid values: `Console`, `Ingress`.
361
+ */
362
+ resourceType?: pulumi.Input<string>;
363
+ /**
364
+ * The source type of the apig upstream. Valid values: `VeFaas`, `ECS`, `FixedIP`, `K8S`, `Nacos`, `Domain`, `AIProvider`, `VeMLP`.
365
+ */
366
+ sourceType: pulumi.Input<string>;
367
+ /**
368
+ * The tls settings of apig upstream.
369
+ */
370
+ tlsSettings?: pulumi.Input<inputs.apig.ApigUpstreamTlsSettings>;
371
+ /**
372
+ * The upstream spec of apig upstream.
373
+ */
374
+ upstreamSpec: pulumi.Input<inputs.apig.ApigUpstreamUpstreamSpec>;
375
+ }
@@ -0,0 +1,278 @@
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.ApigUpstream = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage apig upstream
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ * import * as volcengine from "@volcengine/pulumi";
16
+ *
17
+ * const fooZones = volcengine.ecs.getZones({});
18
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
19
+ * vpcName: "acc-test-vpc",
20
+ * cidrBlock: "172.16.0.0/16",
21
+ * });
22
+ * const foo1 = new volcengine.vpc.Subnet("foo1", {
23
+ * subnetName: "acc-test-subnet",
24
+ * cidrBlock: "172.16.0.0/24",
25
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
26
+ * vpcId: fooVpc.id,
27
+ * });
28
+ * const foo2 = new volcengine.vpc.Subnet("foo2", {
29
+ * subnetName: "acc-test-subnet",
30
+ * cidrBlock: "172.16.1.0/24",
31
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[1]?.id),
32
+ * vpcId: fooVpc.id,
33
+ * });
34
+ * const fooApigGateway = new volcengine.apig.ApigGateway("fooApigGateway", {
35
+ * type: "standard",
36
+ * comments: "acc-test",
37
+ * projectName: "default",
38
+ * tags: [{
39
+ * key: "k1",
40
+ * value: "v1",
41
+ * }],
42
+ * networkSpec: {
43
+ * vpcId: fooVpc.id,
44
+ * subnetIds: [
45
+ * foo1.id,
46
+ * foo2.id,
47
+ * ],
48
+ * },
49
+ * resourceSpec: {
50
+ * replicas: 2,
51
+ * instanceSpecCode: "1c2g",
52
+ * clbSpecCode: "small_1",
53
+ * publicNetworkBillingType: "bandwidth",
54
+ * publicNetworkBandwidth: 1,
55
+ * networkType: {
56
+ * enablePublicNetwork: true,
57
+ * enablePrivateNetwork: true,
58
+ * },
59
+ * },
60
+ * logSpec: {
61
+ * enable: true,
62
+ * projectId: "d3cb87c0-faeb-4074-b1ee-9bd747865a76",
63
+ * topicId: "d339482e-d86d-4bd8-a9bb-f270417f00a1",
64
+ * },
65
+ * monitorSpec: {
66
+ * enable: true,
67
+ * workspaceId: "4ed1caf3-279d-4c5f-8301-87ea38e92ffc",
68
+ * },
69
+ * });
70
+ * const fooApigGatewayService = new volcengine.apig.ApigGatewayService("fooApigGatewayService", {
71
+ * gatewayId: fooApigGateway.id,
72
+ * serviceName: "acc-test-apig-service",
73
+ * comments: "acc-test",
74
+ * protocols: [
75
+ * "HTTP",
76
+ * "HTTPS",
77
+ * ],
78
+ * authSpec: {
79
+ * enable: false,
80
+ * },
81
+ * });
82
+ * const foo_fixed_ip = new volcengine.apig.ApigUpstream("foo-fixed-ip", {
83
+ * gatewayId: fooApigGateway.id,
84
+ * comments: "acc-test",
85
+ * resourceType: "Console",
86
+ * protocol: "HTTP",
87
+ * loadBalancerSettings: {
88
+ * lbPolicy: "ConsistentHashLB",
89
+ * consistentHashLb: {
90
+ * hashKey: "HTTPCookie",
91
+ * httpCookie: {
92
+ * name: "test",
93
+ * path: "/",
94
+ * ttl: 300,
95
+ * },
96
+ * },
97
+ * },
98
+ * tlsSettings: {
99
+ * tlsMode: "SIMPLE",
100
+ * sni: "test",
101
+ * },
102
+ * circuitBreakingSettings: {
103
+ * enable: false,
104
+ * consecutiveErrors: 5,
105
+ * interval: 10000,
106
+ * baseEjectionTime: 30000,
107
+ * maxEjectionPercent: 20,
108
+ * minHealthPercent: 60,
109
+ * },
110
+ * sourceType: "FixedIP",
111
+ * upstreamSpec: {
112
+ * fixedIpLists: [
113
+ * {
114
+ * ip: "172.16.0.10",
115
+ * port: 8080,
116
+ * },
117
+ * {
118
+ * ip: "172.16.0.20",
119
+ * port: 8090,
120
+ * },
121
+ * ],
122
+ * },
123
+ * });
124
+ * const foo_vefaas = new volcengine.apig.ApigUpstream("foo-vefaas", {
125
+ * gatewayId: fooApigGateway.id,
126
+ * comments: "acc-test",
127
+ * resourceType: "Console",
128
+ * protocol: "HTTP",
129
+ * sourceType: "VeFaas",
130
+ * upstreamSpec: {
131
+ * veFaas: {
132
+ * functionId: "crnrfajj",
133
+ * },
134
+ * },
135
+ * });
136
+ * const foo_k8sApigUpstreamSource = new volcengine.apig.ApigUpstreamSource("foo-k8sApigUpstreamSource", {
137
+ * gatewayId: fooApigGateway.id,
138
+ * comments: "acc-test-k8s",
139
+ * sourceType: "K8S",
140
+ * sourceSpec: {
141
+ * k8sSource: {
142
+ * clusterId: "cd197sac4mpmnruh7um80",
143
+ * },
144
+ * },
145
+ * ingressSettings: [{
146
+ * enableIngress: true,
147
+ * updateStatus: true,
148
+ * ingressClasses: ["test"],
149
+ * watchNamespaces: ["default"],
150
+ * }],
151
+ * });
152
+ * const foo_k8sApigUpstream = new volcengine.apig.ApigUpstream("foo-k8sApigUpstream", {
153
+ * gatewayId: fooApigGateway.id,
154
+ * comments: "acc-test",
155
+ * resourceType: "Console",
156
+ * protocol: "HTTP",
157
+ * loadBalancerSettings: {
158
+ * lbPolicy: "ConsistentHashLB",
159
+ * consistentHashLb: {
160
+ * hashKey: "HTTPCookie",
161
+ * httpCookie: {
162
+ * name: "test",
163
+ * path: "/",
164
+ * ttl: 300,
165
+ * },
166
+ * },
167
+ * },
168
+ * tlsSettings: {
169
+ * tlsMode: "SIMPLE",
170
+ * sni: "test",
171
+ * },
172
+ * circuitBreakingSettings: {
173
+ * enable: false,
174
+ * consecutiveErrors: 5,
175
+ * interval: 10000,
176
+ * baseEjectionTime: 30000,
177
+ * maxEjectionPercent: 20,
178
+ * minHealthPercent: 60,
179
+ * },
180
+ * sourceType: "K8S",
181
+ * upstreamSpec: {
182
+ * k8sService: {
183
+ * namespace: "default",
184
+ * name: "kubernetes",
185
+ * port: 443,
186
+ * },
187
+ * },
188
+ * }, {
189
+ * dependsOn: [foo_k8sApigUpstreamSource],
190
+ * });
191
+ * ```
192
+ *
193
+ * ## Import
194
+ *
195
+ * ApigUpstream can be imported using the id, e.g.
196
+ *
197
+ * ```sh
198
+ * $ pulumi import volcengine:apig/apigUpstream:ApigUpstream default resource_id
199
+ * ```
200
+ */
201
+ class ApigUpstream extends pulumi.CustomResource {
202
+ /**
203
+ * Get an existing ApigUpstream resource's state with the given name, ID, and optional extra
204
+ * properties used to qualify the lookup.
205
+ *
206
+ * @param name The _unique_ name of the resulting resource.
207
+ * @param id The _unique_ provider ID of the resource to lookup.
208
+ * @param state Any extra arguments used during the lookup.
209
+ * @param opts Optional settings to control the behavior of the CustomResource.
210
+ */
211
+ static get(name, id, state, opts) {
212
+ return new ApigUpstream(name, state, Object.assign(Object.assign({}, opts), { id: id }));
213
+ }
214
+ /**
215
+ * Returns true if the given object is an instance of ApigUpstream. This is designed to work even
216
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
217
+ */
218
+ static isInstance(obj) {
219
+ if (obj === undefined || obj === null) {
220
+ return false;
221
+ }
222
+ return obj['__pulumiType'] === ApigUpstream.__pulumiType;
223
+ }
224
+ constructor(name, argsOrState, opts) {
225
+ let resourceInputs = {};
226
+ opts = opts || {};
227
+ if (opts.id) {
228
+ const state = argsOrState;
229
+ resourceInputs["circuitBreakingSettings"] = state ? state.circuitBreakingSettings : undefined;
230
+ resourceInputs["comments"] = state ? state.comments : undefined;
231
+ resourceInputs["createTime"] = state ? state.createTime : undefined;
232
+ resourceInputs["gatewayId"] = state ? state.gatewayId : undefined;
233
+ resourceInputs["loadBalancerSettings"] = state ? state.loadBalancerSettings : undefined;
234
+ resourceInputs["name"] = state ? state.name : undefined;
235
+ resourceInputs["protocol"] = state ? state.protocol : undefined;
236
+ resourceInputs["resourceType"] = state ? state.resourceType : undefined;
237
+ resourceInputs["sourceType"] = state ? state.sourceType : undefined;
238
+ resourceInputs["tlsSettings"] = state ? state.tlsSettings : undefined;
239
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
240
+ resourceInputs["upstreamSpec"] = state ? state.upstreamSpec : undefined;
241
+ resourceInputs["versionDetails"] = state ? state.versionDetails : undefined;
242
+ }
243
+ else {
244
+ const args = argsOrState;
245
+ if ((!args || args.gatewayId === undefined) && !opts.urn) {
246
+ throw new Error("Missing required property 'gatewayId'");
247
+ }
248
+ if ((!args || args.protocol === undefined) && !opts.urn) {
249
+ throw new Error("Missing required property 'protocol'");
250
+ }
251
+ if ((!args || args.sourceType === undefined) && !opts.urn) {
252
+ throw new Error("Missing required property 'sourceType'");
253
+ }
254
+ if ((!args || args.upstreamSpec === undefined) && !opts.urn) {
255
+ throw new Error("Missing required property 'upstreamSpec'");
256
+ }
257
+ resourceInputs["circuitBreakingSettings"] = args ? args.circuitBreakingSettings : undefined;
258
+ resourceInputs["comments"] = args ? args.comments : undefined;
259
+ resourceInputs["gatewayId"] = args ? args.gatewayId : undefined;
260
+ resourceInputs["loadBalancerSettings"] = args ? args.loadBalancerSettings : undefined;
261
+ resourceInputs["name"] = args ? args.name : undefined;
262
+ resourceInputs["protocol"] = args ? args.protocol : undefined;
263
+ resourceInputs["resourceType"] = args ? args.resourceType : undefined;
264
+ resourceInputs["sourceType"] = args ? args.sourceType : undefined;
265
+ resourceInputs["tlsSettings"] = args ? args.tlsSettings : undefined;
266
+ resourceInputs["upstreamSpec"] = args ? args.upstreamSpec : undefined;
267
+ resourceInputs["createTime"] = undefined /*out*/;
268
+ resourceInputs["updateTime"] = undefined /*out*/;
269
+ resourceInputs["versionDetails"] = undefined /*out*/;
270
+ }
271
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
272
+ super(ApigUpstream.__pulumiType, name, resourceInputs, opts);
273
+ }
274
+ }
275
+ exports.ApigUpstream = ApigUpstream;
276
+ /** @internal */
277
+ ApigUpstream.__pulumiType = 'volcengine:apig/apigUpstream:ApigUpstream';
278
+ //# sourceMappingURL=apigUpstream.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apigUpstream.js","sourceRoot":"","sources":["../../apig/apigUpstream.ts"],"names":[],"mappings":"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"}