@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,189 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Use this data source to query detailed information of traffic mirror sessions
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@pulumi/volcengine";
11
+ *
12
+ * const foo = volcengine.vpc.getTrafficMirrorSessions({
13
+ * trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
14
+ * });
15
+ * ```
16
+ */
17
+ /** @deprecated volcengine.vpc.TrafficMirrorSessions has been deprecated in favor of volcengine.vpc.getTrafficMirrorSessions */
18
+ export declare function trafficMirrorSessions(args?: TrafficMirrorSessionsArgs, opts?: pulumi.InvokeOptions): Promise<TrafficMirrorSessionsResult>;
19
+ /**
20
+ * A collection of arguments for invoking TrafficMirrorSessions.
21
+ */
22
+ export interface TrafficMirrorSessionsArgs {
23
+ /**
24
+ * A Name Regex of Resource.
25
+ */
26
+ nameRegex?: string;
27
+ /**
28
+ * The ID of network interface.
29
+ */
30
+ networkInterfaceId?: string;
31
+ /**
32
+ * File name where to save data source results.
33
+ */
34
+ outputFile?: string;
35
+ /**
36
+ * The packet length of traffic mirror session.
37
+ */
38
+ packetLength?: number;
39
+ /**
40
+ * The priority of traffic mirror session.
41
+ */
42
+ priority?: number;
43
+ /**
44
+ * The project name of traffic mirror session.
45
+ */
46
+ projectName?: string;
47
+ /**
48
+ * Tags.
49
+ */
50
+ tags?: inputs.vpc.TrafficMirrorSessionsTag[];
51
+ /**
52
+ * The ID of traffic mirror filter.
53
+ */
54
+ trafficMirrorFilterId?: string;
55
+ /**
56
+ * A list of traffic mirror session IDs.
57
+ */
58
+ trafficMirrorSessionIds?: string[];
59
+ /**
60
+ * A list of traffic mirror session names.
61
+ */
62
+ trafficMirrorSessionNames?: string[];
63
+ /**
64
+ * The ID of traffic mirror target.
65
+ */
66
+ trafficMirrorTargetId?: string;
67
+ /**
68
+ * The ID of virtual network.
69
+ */
70
+ virtualNetworkId?: number;
71
+ }
72
+ /**
73
+ * A collection of values returned by TrafficMirrorSessions.
74
+ */
75
+ export interface TrafficMirrorSessionsResult {
76
+ /**
77
+ * The provider-assigned unique ID for this managed resource.
78
+ */
79
+ readonly id: string;
80
+ readonly nameRegex?: string;
81
+ readonly networkInterfaceId?: string;
82
+ readonly outputFile?: string;
83
+ /**
84
+ * The packet length of traffic mirror session.
85
+ */
86
+ readonly packetLength?: number;
87
+ /**
88
+ * The priority of traffic mirror session.
89
+ */
90
+ readonly priority?: number;
91
+ /**
92
+ * The project name of traffic mirror session.
93
+ */
94
+ readonly projectName?: string;
95
+ /**
96
+ * Tags.
97
+ */
98
+ readonly tags?: outputs.vpc.TrafficMirrorSessionsTag[];
99
+ /**
100
+ * The total count of query.
101
+ */
102
+ readonly totalCount: number;
103
+ /**
104
+ * The ID of traffic mirror filter.
105
+ */
106
+ readonly trafficMirrorFilterId?: string;
107
+ readonly trafficMirrorSessionIds?: string[];
108
+ readonly trafficMirrorSessionNames?: string[];
109
+ /**
110
+ * The collection of query.
111
+ */
112
+ readonly trafficMirrorSessions: outputs.vpc.TrafficMirrorSessionsTrafficMirrorSession[];
113
+ /**
114
+ * The ID of traffic mirror target.
115
+ */
116
+ readonly trafficMirrorTargetId?: string;
117
+ /**
118
+ * The ID of virtual network.
119
+ */
120
+ readonly virtualNetworkId?: number;
121
+ }
122
+ /**
123
+ * Use this data source to query detailed information of traffic mirror sessions
124
+ * ## Example Usage
125
+ *
126
+ * ```typescript
127
+ * import * as pulumi from "@pulumi/pulumi";
128
+ * import * as volcengine from "@pulumi/volcengine";
129
+ *
130
+ * const foo = volcengine.vpc.getTrafficMirrorSessions({
131
+ * trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
132
+ * });
133
+ * ```
134
+ */
135
+ /** @deprecated volcengine.vpc.TrafficMirrorSessions has been deprecated in favor of volcengine.vpc.getTrafficMirrorSessions */
136
+ export declare function trafficMirrorSessionsOutput(args?: TrafficMirrorSessionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<TrafficMirrorSessionsResult>;
137
+ /**
138
+ * A collection of arguments for invoking TrafficMirrorSessions.
139
+ */
140
+ export interface TrafficMirrorSessionsOutputArgs {
141
+ /**
142
+ * A Name Regex of Resource.
143
+ */
144
+ nameRegex?: pulumi.Input<string>;
145
+ /**
146
+ * The ID of network interface.
147
+ */
148
+ networkInterfaceId?: pulumi.Input<string>;
149
+ /**
150
+ * File name where to save data source results.
151
+ */
152
+ outputFile?: pulumi.Input<string>;
153
+ /**
154
+ * The packet length of traffic mirror session.
155
+ */
156
+ packetLength?: pulumi.Input<number>;
157
+ /**
158
+ * The priority of traffic mirror session.
159
+ */
160
+ priority?: pulumi.Input<number>;
161
+ /**
162
+ * The project name of traffic mirror session.
163
+ */
164
+ projectName?: pulumi.Input<string>;
165
+ /**
166
+ * Tags.
167
+ */
168
+ tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorSessionsTagArgs>[]>;
169
+ /**
170
+ * The ID of traffic mirror filter.
171
+ */
172
+ trafficMirrorFilterId?: pulumi.Input<string>;
173
+ /**
174
+ * A list of traffic mirror session IDs.
175
+ */
176
+ trafficMirrorSessionIds?: pulumi.Input<pulumi.Input<string>[]>;
177
+ /**
178
+ * A list of traffic mirror session names.
179
+ */
180
+ trafficMirrorSessionNames?: pulumi.Input<pulumi.Input<string>[]>;
181
+ /**
182
+ * The ID of traffic mirror target.
183
+ */
184
+ trafficMirrorTargetId?: pulumi.Input<string>;
185
+ /**
186
+ * The ID of virtual network.
187
+ */
188
+ virtualNetworkId?: pulumi.Input<number>;
189
+ }
@@ -0,0 +1,60 @@
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.trafficMirrorSessionsOutput = exports.trafficMirrorSessions = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of traffic mirror sessions
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.vpc.getTrafficMirrorSessions({
17
+ * trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
18
+ * });
19
+ * ```
20
+ */
21
+ /** @deprecated volcengine.vpc.TrafficMirrorSessions has been deprecated in favor of volcengine.vpc.getTrafficMirrorSessions */
22
+ function trafficMirrorSessions(args, opts) {
23
+ pulumi.log.warn("trafficMirrorSessions is deprecated: volcengine.vpc.TrafficMirrorSessions has been deprecated in favor of volcengine.vpc.getTrafficMirrorSessions");
24
+ args = args || {};
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("volcengine:vpc/trafficMirrorSessions:TrafficMirrorSessions", {
27
+ "nameRegex": args.nameRegex,
28
+ "networkInterfaceId": args.networkInterfaceId,
29
+ "outputFile": args.outputFile,
30
+ "packetLength": args.packetLength,
31
+ "priority": args.priority,
32
+ "projectName": args.projectName,
33
+ "tags": args.tags,
34
+ "trafficMirrorFilterId": args.trafficMirrorFilterId,
35
+ "trafficMirrorSessionIds": args.trafficMirrorSessionIds,
36
+ "trafficMirrorSessionNames": args.trafficMirrorSessionNames,
37
+ "trafficMirrorTargetId": args.trafficMirrorTargetId,
38
+ "virtualNetworkId": args.virtualNetworkId,
39
+ }, opts);
40
+ }
41
+ exports.trafficMirrorSessions = trafficMirrorSessions;
42
+ /**
43
+ * Use this data source to query detailed information of traffic mirror sessions
44
+ * ## Example Usage
45
+ *
46
+ * ```typescript
47
+ * import * as pulumi from "@pulumi/pulumi";
48
+ * import * as volcengine from "@pulumi/volcengine";
49
+ *
50
+ * const foo = volcengine.vpc.getTrafficMirrorSessions({
51
+ * trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
52
+ * });
53
+ * ```
54
+ */
55
+ /** @deprecated volcengine.vpc.TrafficMirrorSessions has been deprecated in favor of volcengine.vpc.getTrafficMirrorSessions */
56
+ function trafficMirrorSessionsOutput(args, opts) {
57
+ return pulumi.output(args).apply((a) => trafficMirrorSessions(a, opts));
58
+ }
59
+ exports.trafficMirrorSessionsOutput = trafficMirrorSessionsOutput;
60
+ //# sourceMappingURL=trafficMirrorSessions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trafficMirrorSessions.js","sourceRoot":"","sources":["../../vpc/trafficMirrorSessions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,+HAA+H;AAC/H,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mJAAmJ,CAAC,CAAA;IACpK,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,4DAA4D,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAnBD,sDAmBC;AA0GD;;;;;;;;;;;;GAYG;AACH,+HAA+H;AAC/H,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
@@ -0,0 +1,222 @@
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 traffic mirror target
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 fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
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 fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
25
+ * securityGroupName: "acc-test-sg",
26
+ * vpcId: fooVpc.id,
27
+ * });
28
+ * const fooImages = volcengine.ecs.getImages({
29
+ * osType: "Linux",
30
+ * visibility: "public",
31
+ * instanceTypeId: "ecs.g3il.large",
32
+ * });
33
+ * const fooInstance = new volcengine.ecs.Instance("fooInstance", {
34
+ * instanceName: "acc-test-ecs",
35
+ * description: "acc-test",
36
+ * hostName: "tf-acc-test",
37
+ * imageId: fooImages.then(fooImages => fooImages.images?.[0]?.imageId),
38
+ * instanceType: "ecs.g3il.large",
39
+ * password: "93f0cb0614Aab12",
40
+ * instanceChargeType: "PostPaid",
41
+ * systemVolumeType: "ESSD_PL0",
42
+ * systemVolumeSize: 40,
43
+ * subnetId: fooSubnet.id,
44
+ * securityGroupIds: [fooSecurityGroup.id],
45
+ * projectName: "default",
46
+ * tags: [{
47
+ * key: "k1",
48
+ * value: "v1",
49
+ * }],
50
+ * });
51
+ * const fooNetworkInterface = new volcengine.vpc.NetworkInterface("fooNetworkInterface", {
52
+ * networkInterfaceName: "acc-test-eni",
53
+ * description: "acc-test",
54
+ * subnetId: fooSubnet.id,
55
+ * securityGroupIds: [fooSecurityGroup.id],
56
+ * primaryIpAddress: "172.16.0.253",
57
+ * portSecurityEnabled: false,
58
+ * privateIpAddresses: ["172.16.0.2"],
59
+ * projectName: "default",
60
+ * tags: [{
61
+ * key: "k1",
62
+ * value: "v1",
63
+ * }],
64
+ * });
65
+ * const fooNetworkInterfaceAttach = new volcengine.vpc.NetworkInterfaceAttach("fooNetworkInterfaceAttach", {
66
+ * networkInterfaceId: fooNetworkInterface.id,
67
+ * instanceId: fooInstance.id,
68
+ * });
69
+ * const fooTrafficMirrorTarget = new volcengine.vpc.TrafficMirrorTarget("fooTrafficMirrorTarget", {
70
+ * instanceType: "NetworkInterface",
71
+ * instanceId: fooNetworkInterface.id,
72
+ * trafficMirrorTargetName: "acc-test-traffic-mirror-target",
73
+ * description: "acc-test",
74
+ * projectName: "default",
75
+ * tags: [{
76
+ * key: "k1",
77
+ * value: "v1",
78
+ * }],
79
+ * }, {
80
+ * dependsOn: [fooNetworkInterfaceAttach],
81
+ * });
82
+ * ```
83
+ *
84
+ * ## Import
85
+ *
86
+ * TrafficMirrorTarget can be imported using the id, e.g.
87
+ *
88
+ * ```sh
89
+ * $ pulumi import volcengine:vpc/trafficMirrorTarget:TrafficMirrorTarget default resource_id
90
+ * ```
91
+ */
92
+ export declare class TrafficMirrorTarget extends pulumi.CustomResource {
93
+ /**
94
+ * Get an existing TrafficMirrorTarget resource's state with the given name, ID, and optional extra
95
+ * properties used to qualify the lookup.
96
+ *
97
+ * @param name The _unique_ name of the resulting resource.
98
+ * @param id The _unique_ provider ID of the resource to lookup.
99
+ * @param state Any extra arguments used during the lookup.
100
+ * @param opts Optional settings to control the behavior of the CustomResource.
101
+ */
102
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TrafficMirrorTargetState, opts?: pulumi.CustomResourceOptions): TrafficMirrorTarget;
103
+ /**
104
+ * Returns true if the given object is an instance of TrafficMirrorTarget. This is designed to work even
105
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
106
+ */
107
+ static isInstance(obj: any): obj is TrafficMirrorTarget;
108
+ /**
109
+ * The create time of traffic mirror target.
110
+ */
111
+ readonly createdAt: pulumi.Output<string>;
112
+ /**
113
+ * The description of traffic mirror target.
114
+ */
115
+ readonly description: pulumi.Output<string | undefined>;
116
+ /**
117
+ * The instance id of traffic mirror target.
118
+ */
119
+ readonly instanceId: pulumi.Output<string>;
120
+ /**
121
+ * The instance type of traffic mirror target. Valid values: `NetworkInterface`, `ClbInstance`.
122
+ */
123
+ readonly instanceType: pulumi.Output<string>;
124
+ /**
125
+ * The project name of traffic mirror target.
126
+ */
127
+ readonly projectName: pulumi.Output<string>;
128
+ /**
129
+ * The status of traffic mirror target.
130
+ */
131
+ readonly status: pulumi.Output<string>;
132
+ /**
133
+ * Tags.
134
+ */
135
+ readonly tags: pulumi.Output<outputs.vpc.TrafficMirrorTargetTag[] | undefined>;
136
+ /**
137
+ * The name of traffic mirror target.
138
+ */
139
+ readonly trafficMirrorTargetName: pulumi.Output<string>;
140
+ /**
141
+ * The update time of traffic mirror target.
142
+ */
143
+ readonly updatedAt: pulumi.Output<string>;
144
+ /**
145
+ * Create a TrafficMirrorTarget resource with the given unique name, arguments, and options.
146
+ *
147
+ * @param name The _unique_ name of the resource.
148
+ * @param args The arguments to use to populate this resource's properties.
149
+ * @param opts A bag of options that control this resource's behavior.
150
+ */
151
+ constructor(name: string, args: TrafficMirrorTargetArgs, opts?: pulumi.CustomResourceOptions);
152
+ }
153
+ /**
154
+ * Input properties used for looking up and filtering TrafficMirrorTarget resources.
155
+ */
156
+ export interface TrafficMirrorTargetState {
157
+ /**
158
+ * The create time of traffic mirror target.
159
+ */
160
+ createdAt?: pulumi.Input<string>;
161
+ /**
162
+ * The description of traffic mirror target.
163
+ */
164
+ description?: pulumi.Input<string>;
165
+ /**
166
+ * The instance id of traffic mirror target.
167
+ */
168
+ instanceId?: pulumi.Input<string>;
169
+ /**
170
+ * The instance type of traffic mirror target. Valid values: `NetworkInterface`, `ClbInstance`.
171
+ */
172
+ instanceType?: pulumi.Input<string>;
173
+ /**
174
+ * The project name of traffic mirror target.
175
+ */
176
+ projectName?: pulumi.Input<string>;
177
+ /**
178
+ * The status of traffic mirror target.
179
+ */
180
+ status?: pulumi.Input<string>;
181
+ /**
182
+ * Tags.
183
+ */
184
+ tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorTargetTag>[]>;
185
+ /**
186
+ * The name of traffic mirror target.
187
+ */
188
+ trafficMirrorTargetName?: pulumi.Input<string>;
189
+ /**
190
+ * The update time of traffic mirror target.
191
+ */
192
+ updatedAt?: pulumi.Input<string>;
193
+ }
194
+ /**
195
+ * The set of arguments for constructing a TrafficMirrorTarget resource.
196
+ */
197
+ export interface TrafficMirrorTargetArgs {
198
+ /**
199
+ * The description of traffic mirror target.
200
+ */
201
+ description?: pulumi.Input<string>;
202
+ /**
203
+ * The instance id of traffic mirror target.
204
+ */
205
+ instanceId: pulumi.Input<string>;
206
+ /**
207
+ * The instance type of traffic mirror target. Valid values: `NetworkInterface`, `ClbInstance`.
208
+ */
209
+ instanceType: pulumi.Input<string>;
210
+ /**
211
+ * The project name of traffic mirror target.
212
+ */
213
+ projectName?: pulumi.Input<string>;
214
+ /**
215
+ * Tags.
216
+ */
217
+ tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorTargetTag>[]>;
218
+ /**
219
+ * The name of traffic mirror target.
220
+ */
221
+ trafficMirrorTargetName?: pulumi.Input<string>;
222
+ }
@@ -0,0 +1,159 @@
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.TrafficMirrorTarget = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage traffic mirror target
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 fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
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 fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
29
+ * securityGroupName: "acc-test-sg",
30
+ * vpcId: fooVpc.id,
31
+ * });
32
+ * const fooImages = volcengine.ecs.getImages({
33
+ * osType: "Linux",
34
+ * visibility: "public",
35
+ * instanceTypeId: "ecs.g3il.large",
36
+ * });
37
+ * const fooInstance = new volcengine.ecs.Instance("fooInstance", {
38
+ * instanceName: "acc-test-ecs",
39
+ * description: "acc-test",
40
+ * hostName: "tf-acc-test",
41
+ * imageId: fooImages.then(fooImages => fooImages.images?.[0]?.imageId),
42
+ * instanceType: "ecs.g3il.large",
43
+ * password: "93f0cb0614Aab12",
44
+ * instanceChargeType: "PostPaid",
45
+ * systemVolumeType: "ESSD_PL0",
46
+ * systemVolumeSize: 40,
47
+ * subnetId: fooSubnet.id,
48
+ * securityGroupIds: [fooSecurityGroup.id],
49
+ * projectName: "default",
50
+ * tags: [{
51
+ * key: "k1",
52
+ * value: "v1",
53
+ * }],
54
+ * });
55
+ * const fooNetworkInterface = new volcengine.vpc.NetworkInterface("fooNetworkInterface", {
56
+ * networkInterfaceName: "acc-test-eni",
57
+ * description: "acc-test",
58
+ * subnetId: fooSubnet.id,
59
+ * securityGroupIds: [fooSecurityGroup.id],
60
+ * primaryIpAddress: "172.16.0.253",
61
+ * portSecurityEnabled: false,
62
+ * privateIpAddresses: ["172.16.0.2"],
63
+ * projectName: "default",
64
+ * tags: [{
65
+ * key: "k1",
66
+ * value: "v1",
67
+ * }],
68
+ * });
69
+ * const fooNetworkInterfaceAttach = new volcengine.vpc.NetworkInterfaceAttach("fooNetworkInterfaceAttach", {
70
+ * networkInterfaceId: fooNetworkInterface.id,
71
+ * instanceId: fooInstance.id,
72
+ * });
73
+ * const fooTrafficMirrorTarget = new volcengine.vpc.TrafficMirrorTarget("fooTrafficMirrorTarget", {
74
+ * instanceType: "NetworkInterface",
75
+ * instanceId: fooNetworkInterface.id,
76
+ * trafficMirrorTargetName: "acc-test-traffic-mirror-target",
77
+ * description: "acc-test",
78
+ * projectName: "default",
79
+ * tags: [{
80
+ * key: "k1",
81
+ * value: "v1",
82
+ * }],
83
+ * }, {
84
+ * dependsOn: [fooNetworkInterfaceAttach],
85
+ * });
86
+ * ```
87
+ *
88
+ * ## Import
89
+ *
90
+ * TrafficMirrorTarget can be imported using the id, e.g.
91
+ *
92
+ * ```sh
93
+ * $ pulumi import volcengine:vpc/trafficMirrorTarget:TrafficMirrorTarget default resource_id
94
+ * ```
95
+ */
96
+ class TrafficMirrorTarget extends pulumi.CustomResource {
97
+ /**
98
+ * Get an existing TrafficMirrorTarget resource's state with the given name, ID, and optional extra
99
+ * properties used to qualify the lookup.
100
+ *
101
+ * @param name The _unique_ name of the resulting resource.
102
+ * @param id The _unique_ provider ID of the resource to lookup.
103
+ * @param state Any extra arguments used during the lookup.
104
+ * @param opts Optional settings to control the behavior of the CustomResource.
105
+ */
106
+ static get(name, id, state, opts) {
107
+ return new TrafficMirrorTarget(name, state, Object.assign(Object.assign({}, opts), { id: id }));
108
+ }
109
+ /**
110
+ * Returns true if the given object is an instance of TrafficMirrorTarget. This is designed to work even
111
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
112
+ */
113
+ static isInstance(obj) {
114
+ if (obj === undefined || obj === null) {
115
+ return false;
116
+ }
117
+ return obj['__pulumiType'] === TrafficMirrorTarget.__pulumiType;
118
+ }
119
+ constructor(name, argsOrState, opts) {
120
+ let resourceInputs = {};
121
+ opts = opts || {};
122
+ if (opts.id) {
123
+ const state = argsOrState;
124
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
125
+ resourceInputs["description"] = state ? state.description : undefined;
126
+ resourceInputs["instanceId"] = state ? state.instanceId : undefined;
127
+ resourceInputs["instanceType"] = state ? state.instanceType : undefined;
128
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
129
+ resourceInputs["status"] = state ? state.status : undefined;
130
+ resourceInputs["tags"] = state ? state.tags : undefined;
131
+ resourceInputs["trafficMirrorTargetName"] = state ? state.trafficMirrorTargetName : undefined;
132
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
133
+ }
134
+ else {
135
+ const args = argsOrState;
136
+ if ((!args || args.instanceId === undefined) && !opts.urn) {
137
+ throw new Error("Missing required property 'instanceId'");
138
+ }
139
+ if ((!args || args.instanceType === undefined) && !opts.urn) {
140
+ throw new Error("Missing required property 'instanceType'");
141
+ }
142
+ resourceInputs["description"] = args ? args.description : undefined;
143
+ resourceInputs["instanceId"] = args ? args.instanceId : undefined;
144
+ resourceInputs["instanceType"] = args ? args.instanceType : undefined;
145
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
146
+ resourceInputs["tags"] = args ? args.tags : undefined;
147
+ resourceInputs["trafficMirrorTargetName"] = args ? args.trafficMirrorTargetName : undefined;
148
+ resourceInputs["createdAt"] = undefined /*out*/;
149
+ resourceInputs["status"] = undefined /*out*/;
150
+ resourceInputs["updatedAt"] = undefined /*out*/;
151
+ }
152
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
153
+ super(TrafficMirrorTarget.__pulumiType, name, resourceInputs, opts);
154
+ }
155
+ }
156
+ exports.TrafficMirrorTarget = TrafficMirrorTarget;
157
+ /** @internal */
158
+ TrafficMirrorTarget.__pulumiType = 'volcengine:vpc/trafficMirrorTarget:TrafficMirrorTarget';
159
+ //# sourceMappingURL=trafficMirrorTarget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trafficMirrorTarget.js","sourceRoot":"","sources":["../../vpc/trafficMirrorTarget.ts"],"names":[],"mappings":"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"}