@pulumi/scm 1.0.4 → 1.0.5

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 (436) hide show
  1. package/address.d.ts +23 -11
  2. package/address.js +23 -11
  3. package/address.js.map +1 -1
  4. package/addressGroup.d.ts +14 -2
  5. package/addressGroup.js +14 -2
  6. package/addressGroup.js.map +1 -1
  7. package/aggregateInterface.d.ts +12 -0
  8. package/aggregateInterface.js +12 -0
  9. package/aggregateInterface.js.map +1 -1
  10. package/antiSpywareProfile.d.ts +4 -4
  11. package/antiSpywareProfile.js +4 -4
  12. package/antiSpywareSignature.d.ts +13 -1
  13. package/antiSpywareSignature.js +13 -1
  14. package/antiSpywareSignature.js.map +1 -1
  15. package/appOverrideRule.d.ts +29 -17
  16. package/appOverrideRule.js +18 -27
  17. package/appOverrideRule.js.map +1 -1
  18. package/application.d.ts +16 -4
  19. package/application.js +16 -4
  20. package/application.js.map +1 -1
  21. package/applicationFilter.d.ts +12 -0
  22. package/applicationFilter.js +12 -0
  23. package/applicationFilter.js.map +1 -1
  24. package/applicationGroup.d.ts +12 -0
  25. package/applicationGroup.js +12 -0
  26. package/applicationGroup.js.map +1 -1
  27. package/authenticationPortal.d.ts +13 -2
  28. package/authenticationPortal.js +13 -2
  29. package/authenticationPortal.js.map +1 -1
  30. package/authenticationProfile.d.ts +34 -7
  31. package/authenticationProfile.js +34 -7
  32. package/authenticationProfile.js.map +1 -1
  33. package/authenticationRule.d.ts +18 -6
  34. package/authenticationRule.js +18 -6
  35. package/authenticationRule.js.map +1 -1
  36. package/authenticationSequence.d.ts +32 -3
  37. package/authenticationSequence.js +32 -3
  38. package/authenticationSequence.js.map +1 -1
  39. package/authenticationSetting.d.ts +14 -5
  40. package/authenticationSetting.js +14 -5
  41. package/authenticationSetting.js.map +1 -1
  42. package/autoVpnCluster.d.ts +12 -0
  43. package/autoVpnCluster.js +12 -0
  44. package/autoVpnCluster.js.map +1 -1
  45. package/autoVpnSetting.d.ts +7 -0
  46. package/autoVpnSetting.js +7 -0
  47. package/autoVpnSetting.js.map +1 -1
  48. package/bandwidthAllocation.d.ts +4 -0
  49. package/bandwidthAllocation.js +4 -0
  50. package/bandwidthAllocation.js.map +1 -1
  51. package/bgpAddressFamilyProfile.d.ts +12 -0
  52. package/bgpAddressFamilyProfile.js +12 -0
  53. package/bgpAddressFamilyProfile.js.map +1 -1
  54. package/bgpFilteringProfile.d.ts +103 -6
  55. package/bgpFilteringProfile.js +103 -6
  56. package/bgpFilteringProfile.js.map +1 -1
  57. package/bgpRedistributionProfile.d.ts +12 -0
  58. package/bgpRedistributionProfile.js +12 -0
  59. package/bgpRedistributionProfile.js.map +1 -1
  60. package/bgpRouteMap.d.ts +13 -1
  61. package/bgpRouteMap.js +13 -1
  62. package/bgpRouteMap.js.map +1 -1
  63. package/bgpRouteMapRedistribution.d.ts +12 -0
  64. package/bgpRouteMapRedistribution.js +12 -0
  65. package/bgpRouteMapRedistribution.js.map +1 -1
  66. package/bgpRouting.d.ts +7 -0
  67. package/bgpRouting.js +7 -0
  68. package/bgpRouting.js.map +1 -1
  69. package/certificateProfile.d.ts +12 -0
  70. package/certificateProfile.js +12 -0
  71. package/certificateProfile.js.map +1 -1
  72. package/configMatchList.d.ts +232 -0
  73. package/configMatchList.js +115 -0
  74. package/configMatchList.js.map +1 -0
  75. package/contentIdSetting.d.ts +13 -1
  76. package/contentIdSetting.js +13 -1
  77. package/contentIdSetting.js.map +1 -1
  78. package/dataFilteringProfile.d.ts +215 -0
  79. package/dataFilteringProfile.js +126 -0
  80. package/dataFilteringProfile.js.map +1 -0
  81. package/dataObject.d.ts +201 -0
  82. package/dataObject.js +122 -0
  83. package/dataObject.js.map +1 -0
  84. package/decryptionExclusion.d.ts +12 -0
  85. package/decryptionExclusion.js +12 -0
  86. package/decryptionExclusion.js.map +1 -1
  87. package/decryptionProfile.d.ts +12 -0
  88. package/decryptionProfile.js +12 -0
  89. package/decryptionProfile.js.map +1 -1
  90. package/decryptionRule.d.ts +19 -7
  91. package/decryptionRule.js +19 -7
  92. package/decryptionRule.js.map +1 -1
  93. package/deviceRedistributionCollector.d.ts +12 -0
  94. package/deviceRedistributionCollector.js +12 -0
  95. package/deviceRedistributionCollector.js.map +1 -1
  96. package/dhcpInterface.d.ts +12 -0
  97. package/dhcpInterface.js +12 -0
  98. package/dhcpInterface.js.map +1 -1
  99. package/dnsProxy.d.ts +12 -0
  100. package/dnsProxy.js +12 -0
  101. package/dnsProxy.js.map +1 -1
  102. package/dnsSecurityProfile.d.ts +18 -6
  103. package/dnsSecurityProfile.js +18 -6
  104. package/dnsSecurityProfile.js.map +1 -1
  105. package/dosProtectionProfile.d.ts +12 -0
  106. package/dosProtectionProfile.js +12 -0
  107. package/dosProtectionProfile.js.map +1 -1
  108. package/dosProtectionRule.d.ts +12 -0
  109. package/dosProtectionRule.js +12 -0
  110. package/dosProtectionRule.js.map +1 -1
  111. package/dynamicUserGroup.d.ts +15 -3
  112. package/dynamicUserGroup.js +15 -3
  113. package/dynamicUserGroup.js.map +1 -1
  114. package/ethernetInterface.d.ts +12 -0
  115. package/ethernetInterface.js +12 -0
  116. package/ethernetInterface.js.map +1 -1
  117. package/externalDynamicList.d.ts +17 -5
  118. package/externalDynamicList.js +17 -5
  119. package/externalDynamicList.js.map +1 -1
  120. package/fileBlockingProfile.d.ts +12 -0
  121. package/fileBlockingProfile.js +12 -0
  122. package/fileBlockingProfile.js.map +1 -1
  123. package/folder.d.ts +4 -0
  124. package/folder.js +4 -0
  125. package/folder.js.map +1 -1
  126. package/generalSetting.d.ts +13 -1
  127. package/generalSetting.js +13 -1
  128. package/generalSetting.js.map +1 -1
  129. package/getConfigMatchList.d.ts +91 -0
  130. package/getConfigMatchList.js +62 -0
  131. package/getConfigMatchList.js.map +1 -0
  132. package/getConfigMatchListList.d.ts +145 -0
  133. package/getConfigMatchListList.js +72 -0
  134. package/getConfigMatchListList.js.map +1 -0
  135. package/getDataFilteringProfile.d.ts +89 -0
  136. package/getDataFilteringProfile.js +62 -0
  137. package/getDataFilteringProfile.js.map +1 -0
  138. package/getDataFilteringProfileList.d.ts +145 -0
  139. package/getDataFilteringProfileList.js +72 -0
  140. package/getDataFilteringProfileList.js.map +1 -0
  141. package/getDataObject.d.ts +88 -0
  142. package/getDataObject.js +62 -0
  143. package/getDataObject.js.map +1 -0
  144. package/getDataObjectList.d.ts +145 -0
  145. package/getDataObjectList.js +72 -0
  146. package/getDataObjectList.js.map +1 -0
  147. package/getGlobalprotectMatchList.d.ts +92 -0
  148. package/getGlobalprotectMatchList.js +62 -0
  149. package/getGlobalprotectMatchList.js.map +1 -0
  150. package/getGlobalprotectMatchListList.d.ts +145 -0
  151. package/getGlobalprotectMatchListList.js +72 -0
  152. package/getGlobalprotectMatchListList.js.map +1 -0
  153. package/getHipmatchMatchList.d.ts +92 -0
  154. package/getHipmatchMatchList.js +62 -0
  155. package/getHipmatchMatchList.js.map +1 -0
  156. package/getHipmatchMatchListList.d.ts +145 -0
  157. package/getHipmatchMatchListList.js +72 -0
  158. package/getHipmatchMatchListList.js.map +1 -0
  159. package/getIptagMatchList.d.ts +92 -0
  160. package/getIptagMatchList.js +62 -0
  161. package/getIptagMatchList.js.map +1 -0
  162. package/getIptagMatchListList.d.ts +145 -0
  163. package/getIptagMatchListList.js +72 -0
  164. package/getIptagMatchListList.js.map +1 -0
  165. package/getLayer3Subinterface.d.ts +1 -0
  166. package/getLayer3Subinterface.js.map +1 -1
  167. package/getLdapServerProfile.d.ts +40 -0
  168. package/getLdapServerProfile.js +40 -0
  169. package/getLdapServerProfile.js.map +1 -1
  170. package/getLdapServerProfileList.d.ts +42 -0
  171. package/getLdapServerProfileList.js +42 -0
  172. package/getLdapServerProfileList.js.map +1 -1
  173. package/getLoopbackInterface.d.ts +1 -0
  174. package/getLoopbackInterface.js.map +1 -1
  175. package/getSystemMatchList.d.ts +91 -0
  176. package/getSystemMatchList.js +62 -0
  177. package/getSystemMatchList.js.map +1 -0
  178. package/getSystemMatchListList.d.ts +145 -0
  179. package/getSystemMatchListList.js +72 -0
  180. package/getSystemMatchListList.js.map +1 -0
  181. package/getTunnelInterface.d.ts +1 -0
  182. package/getTunnelInterface.js.map +1 -1
  183. package/getUseridMatchList.d.ts +92 -0
  184. package/getUseridMatchList.js +62 -0
  185. package/getUseridMatchList.js.map +1 -0
  186. package/getUseridMatchListList.d.ts +145 -0
  187. package/getUseridMatchListList.js +72 -0
  188. package/getUseridMatchListList.js.map +1 -0
  189. package/getVlanInterface.d.ts +1 -0
  190. package/getVlanInterface.js.map +1 -1
  191. package/globalprotectMatchList.d.ts +245 -0
  192. package/globalprotectMatchList.js +118 -0
  193. package/globalprotectMatchList.js.map +1 -0
  194. package/hipObject.d.ts +12 -0
  195. package/hipObject.js +12 -0
  196. package/hipObject.js.map +1 -1
  197. package/hipProfile.d.ts +12 -0
  198. package/hipProfile.js +12 -0
  199. package/hipProfile.js.map +1 -1
  200. package/hipmatchMatchList.d.ts +245 -0
  201. package/hipmatchMatchList.js +118 -0
  202. package/hipmatchMatchList.js.map +1 -0
  203. package/httpHeaderProfile.d.ts +15 -3
  204. package/httpHeaderProfile.js +15 -3
  205. package/httpHeaderProfile.js.map +1 -1
  206. package/httpServerProfile.d.ts +12 -0
  207. package/httpServerProfile.js +12 -0
  208. package/httpServerProfile.js.map +1 -1
  209. package/ikeCryptoProfile.d.ts +12 -0
  210. package/ikeCryptoProfile.js +12 -0
  211. package/ikeCryptoProfile.js.map +1 -1
  212. package/ikeGateway.d.ts +13 -1
  213. package/ikeGateway.js +13 -1
  214. package/ikeGateway.js.map +1 -1
  215. package/index.d.ts +72 -0
  216. package/index.js +101 -12
  217. package/index.js.map +1 -1
  218. package/interfaceManagementProfile.d.ts +13 -1
  219. package/interfaceManagementProfile.js +13 -1
  220. package/interfaceManagementProfile.js.map +1 -1
  221. package/internalDnsServer.d.ts +12 -0
  222. package/internalDnsServer.js +12 -0
  223. package/internalDnsServer.js.map +1 -1
  224. package/ipsecCryptoProfile.d.ts +12 -0
  225. package/ipsecCryptoProfile.js +12 -0
  226. package/ipsecCryptoProfile.js.map +1 -1
  227. package/ipsecTunnel.d.ts +16 -4
  228. package/ipsecTunnel.js +16 -4
  229. package/ipsecTunnel.js.map +1 -1
  230. package/iptagMatchList.d.ts +245 -0
  231. package/iptagMatchList.js +118 -0
  232. package/iptagMatchList.js.map +1 -0
  233. package/kerberosServerProfile.d.ts +15 -3
  234. package/kerberosServerProfile.js +15 -3
  235. package/kerberosServerProfile.js.map +1 -1
  236. package/label.d.ts +12 -0
  237. package/label.js +12 -0
  238. package/label.js.map +1 -1
  239. package/layer2Subinterface.d.ts +15 -3
  240. package/layer2Subinterface.js +15 -3
  241. package/layer2Subinterface.js.map +1 -1
  242. package/layer3Subinterface.d.ts +32 -8
  243. package/layer3Subinterface.js +22 -8
  244. package/layer3Subinterface.js.map +1 -1
  245. package/ldapServerProfile.d.ts +125 -0
  246. package/ldapServerProfile.js +125 -0
  247. package/ldapServerProfile.js.map +1 -1
  248. package/linkTag.d.ts +12 -0
  249. package/linkTag.js +12 -0
  250. package/linkTag.js.map +1 -1
  251. package/lldpProfile.d.ts +13 -1
  252. package/lldpProfile.js +13 -1
  253. package/lldpProfile.js.map +1 -1
  254. package/localUser.d.ts +12 -0
  255. package/localUser.js +12 -0
  256. package/localUser.js.map +1 -1
  257. package/localUserGroup.d.ts +12 -0
  258. package/localUserGroup.js +12 -0
  259. package/localUserGroup.js.map +1 -1
  260. package/logForwardingProfile.d.ts +23 -31
  261. package/logForwardingProfile.js +23 -31
  262. package/logForwardingProfile.js.map +1 -1
  263. package/logicalRouter.d.ts +14 -2
  264. package/logicalRouter.js +14 -2
  265. package/logicalRouter.js.map +1 -1
  266. package/loopbackInterface.d.ts +24 -0
  267. package/loopbackInterface.js +14 -0
  268. package/loopbackInterface.js.map +1 -1
  269. package/managementInterface.d.ts +42 -1
  270. package/managementInterface.js +42 -1
  271. package/managementInterface.js.map +1 -1
  272. package/mfaServer.d.ts +12 -0
  273. package/mfaServer.js +12 -0
  274. package/mfaServer.js.map +1 -1
  275. package/motdBannerSetting.d.ts +13 -1
  276. package/motdBannerSetting.js +13 -1
  277. package/motdBannerSetting.js.map +1 -1
  278. package/natRule.d.ts +18 -6
  279. package/natRule.js +18 -6
  280. package/natRule.js.map +1 -1
  281. package/ospfAuthProfile.d.ts +12 -0
  282. package/ospfAuthProfile.js +12 -0
  283. package/ospfAuthProfile.js.map +1 -1
  284. package/package.json +2 -2
  285. package/pbfRule.d.ts +16 -4
  286. package/pbfRule.js +16 -4
  287. package/pbfRule.js.map +1 -1
  288. package/profileGroup.d.ts +12 -0
  289. package/profileGroup.js +12 -0
  290. package/profileGroup.js.map +1 -1
  291. package/qosPolicyRule.d.ts +17 -5
  292. package/qosPolicyRule.js +17 -5
  293. package/qosPolicyRule.js.map +1 -1
  294. package/qosProfile.d.ts +12 -0
  295. package/qosProfile.js +12 -0
  296. package/qosProfile.js.map +1 -1
  297. package/radiusServerProfile.d.ts +14 -2
  298. package/radiusServerProfile.js +14 -2
  299. package/radiusServerProfile.js.map +1 -1
  300. package/region.d.ts +12 -0
  301. package/region.js +12 -0
  302. package/region.js.map +1 -1
  303. package/remoteNetwork.d.ts +12 -0
  304. package/remoteNetwork.js +12 -0
  305. package/remoteNetwork.js.map +1 -1
  306. package/routeAccessList.d.ts +12 -0
  307. package/routeAccessList.js +12 -0
  308. package/routeAccessList.js.map +1 -1
  309. package/routeCommunityList.d.ts +12 -0
  310. package/routeCommunityList.js +12 -0
  311. package/routeCommunityList.js.map +1 -1
  312. package/routePathAccessList.d.ts +12 -0
  313. package/routePathAccessList.js +12 -0
  314. package/routePathAccessList.js.map +1 -1
  315. package/routePrefixList.d.ts +14 -2
  316. package/routePrefixList.js +14 -2
  317. package/routePrefixList.js.map +1 -1
  318. package/samlServerProfile.d.ts +15 -3
  319. package/samlServerProfile.js +15 -3
  320. package/samlServerProfile.js.map +1 -1
  321. package/scepProfile.d.ts +16 -4
  322. package/scepProfile.js +16 -4
  323. package/scepProfile.js.map +1 -1
  324. package/schedule.d.ts +12 -0
  325. package/schedule.js +12 -0
  326. package/schedule.js.map +1 -1
  327. package/sdwanErrorCorrectionProfile.d.ts +12 -0
  328. package/sdwanErrorCorrectionProfile.js +12 -0
  329. package/sdwanErrorCorrectionProfile.js.map +1 -1
  330. package/sdwanPathQualityProfile.d.ts +12 -0
  331. package/sdwanPathQualityProfile.js +12 -0
  332. package/sdwanPathQualityProfile.js.map +1 -1
  333. package/sdwanRule.d.ts +12 -0
  334. package/sdwanRule.js +12 -0
  335. package/sdwanRule.js.map +1 -1
  336. package/sdwanSaasQualityProfile.d.ts +12 -0
  337. package/sdwanSaasQualityProfile.js +12 -0
  338. package/sdwanSaasQualityProfile.js.map +1 -1
  339. package/sdwanTrafficDistributionProfile.d.ts +12 -0
  340. package/sdwanTrafficDistributionProfile.js +12 -0
  341. package/sdwanTrafficDistributionProfile.js.map +1 -1
  342. package/securityRule.d.ts +20 -8
  343. package/securityRule.js +20 -8
  344. package/securityRule.js.map +1 -1
  345. package/service.d.ts +12 -0
  346. package/service.js +12 -0
  347. package/service.js.map +1 -1
  348. package/serviceConnection.d.ts +16 -4
  349. package/serviceConnection.js +16 -4
  350. package/serviceConnection.js.map +1 -1
  351. package/serviceConnectionGroup.d.ts +26 -10
  352. package/serviceConnectionGroup.js +26 -10
  353. package/serviceConnectionGroup.js.map +1 -1
  354. package/serviceGroup.d.ts +14 -2
  355. package/serviceGroup.js +14 -2
  356. package/serviceGroup.js.map +1 -1
  357. package/serviceRoute.d.ts +12 -0
  358. package/serviceRoute.js +12 -0
  359. package/serviceRoute.js.map +1 -1
  360. package/serviceSetting.d.ts +13 -1
  361. package/serviceSetting.js +13 -1
  362. package/serviceSetting.js.map +1 -1
  363. package/sessionSetting.d.ts +13 -1
  364. package/sessionSetting.js +13 -1
  365. package/sessionSetting.js.map +1 -1
  366. package/sessionTimeout.d.ts +13 -1
  367. package/sessionTimeout.js +13 -1
  368. package/sessionTimeout.js.map +1 -1
  369. package/site.d.ts +10 -6
  370. package/site.js +10 -6
  371. package/site.js.map +1 -1
  372. package/snippet.d.ts +4 -0
  373. package/snippet.js +4 -0
  374. package/snippet.js.map +1 -1
  375. package/syslogServerProfile.d.ts +16 -4
  376. package/syslogServerProfile.js +16 -4
  377. package/syslogServerProfile.js.map +1 -1
  378. package/systemMatchList.d.ts +232 -0
  379. package/systemMatchList.js +115 -0
  380. package/systemMatchList.js.map +1 -0
  381. package/tacacsServerProfile.d.ts +13 -1
  382. package/tacacsServerProfile.js +13 -1
  383. package/tacacsServerProfile.js.map +1 -1
  384. package/tag.d.ts +15 -3
  385. package/tag.js +15 -3
  386. package/tag.js.map +1 -1
  387. package/tcpSetting.d.ts +13 -1
  388. package/tcpSetting.js +13 -1
  389. package/tcpSetting.js.map +1 -1
  390. package/tlsServiceProfile.d.ts +15 -3
  391. package/tlsServiceProfile.js +15 -3
  392. package/tlsServiceProfile.js.map +1 -1
  393. package/trafficSteeringRule.d.ts +13 -1
  394. package/trafficSteeringRule.js +12 -3
  395. package/trafficSteeringRule.js.map +1 -1
  396. package/tunnelInterface.d.ts +24 -0
  397. package/tunnelInterface.js +14 -0
  398. package/tunnelInterface.js.map +1 -1
  399. package/types/input.d.ts +144 -12
  400. package/types/output.d.ts +868 -36
  401. package/updateSchedule.d.ts +13 -38
  402. package/updateSchedule.js +13 -38
  403. package/updateSchedule.js.map +1 -1
  404. package/urlAccessProfile.d.ts +12 -0
  405. package/urlAccessProfile.js +12 -0
  406. package/urlAccessProfile.js.map +1 -1
  407. package/urlCategory.d.ts +12 -0
  408. package/urlCategory.js +12 -0
  409. package/urlCategory.js.map +1 -1
  410. package/useridMatchList.d.ts +245 -0
  411. package/useridMatchList.js +118 -0
  412. package/useridMatchList.js.map +1 -0
  413. package/variable.d.ts +34 -22
  414. package/variable.js +34 -22
  415. package/variable.js.map +1 -1
  416. package/vlanInterface.d.ts +24 -0
  417. package/vlanInterface.js +14 -0
  418. package/vlanInterface.js.map +1 -1
  419. package/vpnSetting.d.ts +13 -1
  420. package/vpnSetting.js +13 -1
  421. package/vpnSetting.js.map +1 -1
  422. package/vulnerabilityProtectionProfile.d.ts +12 -0
  423. package/vulnerabilityProtectionProfile.js +12 -0
  424. package/vulnerabilityProtectionProfile.js.map +1 -1
  425. package/vulnerabilityProtectionSignature.d.ts +12 -90
  426. package/vulnerabilityProtectionSignature.js +12 -90
  427. package/vulnerabilityProtectionSignature.js.map +1 -1
  428. package/wildfireAntiVirusProfile.d.ts +12 -0
  429. package/wildfireAntiVirusProfile.js +12 -0
  430. package/wildfireAntiVirusProfile.js.map +1 -1
  431. package/zone.d.ts +12 -0
  432. package/zone.js +12 -0
  433. package/zone.js.map +1 -1
  434. package/zoneProtectionProfile.d.ts +12 -0
  435. package/zoneProtectionProfile.js +12 -0
  436. package/zoneProtectionProfile.js.map +1 -1
@@ -0,0 +1,145 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Retrieves a listing of config items.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * // List all config match lists in the ngfw-shared folder
13
+ * const example = scm.getConfigMatchListList({
14
+ * folder: "ngfw-shared",
15
+ * });
16
+ * export const configMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
17
+ * name: item.name,
18
+ * folder: item.folder,
19
+ * } })));
20
+ * ```
21
+ */
22
+ export declare function getConfigMatchListList(args?: GetConfigMatchListListArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigMatchListListResult>;
23
+ /**
24
+ * A collection of arguments for invoking getConfigMatchListList.
25
+ */
26
+ export interface GetConfigMatchListListArgs {
27
+ /**
28
+ * The device of the item.
29
+ */
30
+ device?: string;
31
+ /**
32
+ * The folder of the item. Default: Shared.
33
+ */
34
+ folder?: string;
35
+ /**
36
+ * The max number of items to return. Default: 200.
37
+ */
38
+ limit?: number;
39
+ /**
40
+ * The name of the item.
41
+ */
42
+ name?: string;
43
+ /**
44
+ * The offset of the first item to return.
45
+ */
46
+ offset?: number;
47
+ /**
48
+ * The snippet of the item.
49
+ */
50
+ snippet?: string;
51
+ }
52
+ /**
53
+ * A collection of values returned by getConfigMatchListList.
54
+ */
55
+ export interface GetConfigMatchListListResult {
56
+ /**
57
+ * The data.
58
+ */
59
+ readonly datas: outputs.GetConfigMatchListListData[];
60
+ /**
61
+ * The device of the item.
62
+ */
63
+ readonly device?: string;
64
+ /**
65
+ * The folder of the item. Default: Shared.
66
+ */
67
+ readonly folder?: string;
68
+ /**
69
+ * The provider-assigned unique ID for this managed resource.
70
+ */
71
+ readonly id: string;
72
+ /**
73
+ * The max number of items to return. Default: 200.
74
+ */
75
+ readonly limit?: number;
76
+ /**
77
+ * The name of the item.
78
+ */
79
+ readonly name?: string;
80
+ /**
81
+ * The offset of the first item to return.
82
+ */
83
+ readonly offset?: number;
84
+ /**
85
+ * The snippet of the item.
86
+ */
87
+ readonly snippet?: string;
88
+ /**
89
+ * The Terraform ID.
90
+ */
91
+ readonly tfid: string;
92
+ /**
93
+ * The total number of items.
94
+ */
95
+ readonly total: number;
96
+ }
97
+ /**
98
+ * Retrieves a listing of config items.
99
+ *
100
+ * ## Example Usage
101
+ *
102
+ * ```typescript
103
+ * import * as pulumi from "@pulumi/pulumi";
104
+ * import * as scm from "@pulumi/scm";
105
+ *
106
+ * // List all config match lists in the ngfw-shared folder
107
+ * const example = scm.getConfigMatchListList({
108
+ * folder: "ngfw-shared",
109
+ * });
110
+ * export const configMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
111
+ * name: item.name,
112
+ * folder: item.folder,
113
+ * } })));
114
+ * ```
115
+ */
116
+ export declare function getConfigMatchListListOutput(args?: GetConfigMatchListListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConfigMatchListListResult>;
117
+ /**
118
+ * A collection of arguments for invoking getConfigMatchListList.
119
+ */
120
+ export interface GetConfigMatchListListOutputArgs {
121
+ /**
122
+ * The device of the item.
123
+ */
124
+ device?: pulumi.Input<string>;
125
+ /**
126
+ * The folder of the item. Default: Shared.
127
+ */
128
+ folder?: pulumi.Input<string>;
129
+ /**
130
+ * The max number of items to return. Default: 200.
131
+ */
132
+ limit?: pulumi.Input<number>;
133
+ /**
134
+ * The name of the item.
135
+ */
136
+ name?: pulumi.Input<string>;
137
+ /**
138
+ * The offset of the first item to return.
139
+ */
140
+ offset?: pulumi.Input<number>;
141
+ /**
142
+ * The snippet of the item.
143
+ */
144
+ snippet?: pulumi.Input<string>;
145
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getConfigMatchListListOutput = exports.getConfigMatchListList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves a listing of config items.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * // List all config match lists in the ngfw-shared folder
18
+ * const example = scm.getConfigMatchListList({
19
+ * folder: "ngfw-shared",
20
+ * });
21
+ * export const configMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
22
+ * name: item.name,
23
+ * folder: item.folder,
24
+ * } })));
25
+ * ```
26
+ */
27
+ function getConfigMatchListList(args, opts) {
28
+ args = args || {};
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
30
+ return pulumi.runtime.invoke("scm:index/getConfigMatchListList:getConfigMatchListList", {
31
+ "device": args.device,
32
+ "folder": args.folder,
33
+ "limit": args.limit,
34
+ "name": args.name,
35
+ "offset": args.offset,
36
+ "snippet": args.snippet,
37
+ }, opts);
38
+ }
39
+ exports.getConfigMatchListList = getConfigMatchListList;
40
+ /**
41
+ * Retrieves a listing of config items.
42
+ *
43
+ * ## Example Usage
44
+ *
45
+ * ```typescript
46
+ * import * as pulumi from "@pulumi/pulumi";
47
+ * import * as scm from "@pulumi/scm";
48
+ *
49
+ * // List all config match lists in the ngfw-shared folder
50
+ * const example = scm.getConfigMatchListList({
51
+ * folder: "ngfw-shared",
52
+ * });
53
+ * export const configMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
54
+ * name: item.name,
55
+ * folder: item.folder,
56
+ * } })));
57
+ * ```
58
+ */
59
+ function getConfigMatchListListOutput(args, opts) {
60
+ args = args || {};
61
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
62
+ return pulumi.runtime.invokeOutput("scm:index/getConfigMatchListList:getConfigMatchListList", {
63
+ "device": args.device,
64
+ "folder": args.folder,
65
+ "limit": args.limit,
66
+ "name": args.name,
67
+ "offset": args.offset,
68
+ "snippet": args.snippet,
69
+ }, opts);
70
+ }
71
+ exports.getConfigMatchListListOutput = getConfigMatchListListOutput;
72
+ //# sourceMappingURL=getConfigMatchListList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getConfigMatchListList.js","sourceRoot":"","sources":["../getConfigMatchListList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wDAWC;AA6ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oEAWC"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * DataFilteringProfile data source
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * // Replace the ID with the UUID of the SCM Data filtering profile you want to find.
13
+ * const scmDataFilteringProfileGet = scm.getDataFilteringProfile({
14
+ * id: "d50c57e4-3a3e-419e-bd41-33fdd1c56a32",
15
+ * });
16
+ * export const scmDataFilteringProfileDetails = scmDataFilteringProfileGet.then(scmDataFilteringProfileGet => scmDataFilteringProfileGet.rules);
17
+ * ```
18
+ */
19
+ export declare function getDataFilteringProfile(args: GetDataFilteringProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetDataFilteringProfileResult>;
20
+ /**
21
+ * A collection of arguments for invoking getDataFilteringProfile.
22
+ */
23
+ export interface GetDataFilteringProfileArgs {
24
+ /**
25
+ * The device in which the resource is defined
26
+ */
27
+ device?: string;
28
+ folder?: string;
29
+ /**
30
+ * The UUID of the data filtering profile
31
+ */
32
+ id: string;
33
+ name?: string;
34
+ snippet?: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getDataFilteringProfile.
38
+ */
39
+ export interface GetDataFilteringProfileResult {
40
+ readonly dataCapture: boolean;
41
+ readonly description: string;
42
+ /**
43
+ * The device in which the resource is defined
44
+ */
45
+ readonly device: string;
46
+ readonly disableOverride: string;
47
+ readonly folder: string;
48
+ /**
49
+ * The UUID of the data filtering profile
50
+ */
51
+ readonly id: string;
52
+ readonly name: string;
53
+ readonly rules: outputs.GetDataFilteringProfileRule[];
54
+ readonly snippet: string;
55
+ readonly tfid: string;
56
+ }
57
+ /**
58
+ * DataFilteringProfile data source
59
+ *
60
+ * ## Example Usage
61
+ *
62
+ * ```typescript
63
+ * import * as pulumi from "@pulumi/pulumi";
64
+ * import * as scm from "@pulumi/scm";
65
+ *
66
+ * // Replace the ID with the UUID of the SCM Data filtering profile you want to find.
67
+ * const scmDataFilteringProfileGet = scm.getDataFilteringProfile({
68
+ * id: "d50c57e4-3a3e-419e-bd41-33fdd1c56a32",
69
+ * });
70
+ * export const scmDataFilteringProfileDetails = scmDataFilteringProfileGet.then(scmDataFilteringProfileGet => scmDataFilteringProfileGet.rules);
71
+ * ```
72
+ */
73
+ export declare function getDataFilteringProfileOutput(args: GetDataFilteringProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataFilteringProfileResult>;
74
+ /**
75
+ * A collection of arguments for invoking getDataFilteringProfile.
76
+ */
77
+ export interface GetDataFilteringProfileOutputArgs {
78
+ /**
79
+ * The device in which the resource is defined
80
+ */
81
+ device?: pulumi.Input<string>;
82
+ folder?: pulumi.Input<string>;
83
+ /**
84
+ * The UUID of the data filtering profile
85
+ */
86
+ id: pulumi.Input<string>;
87
+ name?: pulumi.Input<string>;
88
+ snippet?: pulumi.Input<string>;
89
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getDataFilteringProfileOutput = exports.getDataFilteringProfile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * DataFilteringProfile data source
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * // Replace the ID with the UUID of the SCM Data filtering profile you want to find.
18
+ * const scmDataFilteringProfileGet = scm.getDataFilteringProfile({
19
+ * id: "d50c57e4-3a3e-419e-bd41-33fdd1c56a32",
20
+ * });
21
+ * export const scmDataFilteringProfileDetails = scmDataFilteringProfileGet.then(scmDataFilteringProfileGet => scmDataFilteringProfileGet.rules);
22
+ * ```
23
+ */
24
+ function getDataFilteringProfile(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("scm:index/getDataFilteringProfile:getDataFilteringProfile", {
27
+ "device": args.device,
28
+ "folder": args.folder,
29
+ "id": args.id,
30
+ "name": args.name,
31
+ "snippet": args.snippet,
32
+ }, opts);
33
+ }
34
+ exports.getDataFilteringProfile = getDataFilteringProfile;
35
+ /**
36
+ * DataFilteringProfile data source
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as scm from "@pulumi/scm";
43
+ *
44
+ * // Replace the ID with the UUID of the SCM Data filtering profile you want to find.
45
+ * const scmDataFilteringProfileGet = scm.getDataFilteringProfile({
46
+ * id: "d50c57e4-3a3e-419e-bd41-33fdd1c56a32",
47
+ * });
48
+ * export const scmDataFilteringProfileDetails = scmDataFilteringProfileGet.then(scmDataFilteringProfileGet => scmDataFilteringProfileGet.rules);
49
+ * ```
50
+ */
51
+ function getDataFilteringProfileOutput(args, opts) {
52
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
53
+ return pulumi.runtime.invokeOutput("scm:index/getDataFilteringProfile:getDataFilteringProfile", {
54
+ "device": args.device,
55
+ "folder": args.folder,
56
+ "id": args.id,
57
+ "name": args.name,
58
+ "snippet": args.snippet,
59
+ }, opts);
60
+ }
61
+ exports.getDataFilteringProfileOutput = getDataFilteringProfileOutput;
62
+ //# sourceMappingURL=getDataFilteringProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDataFilteringProfile.js","sourceRoot":"","sources":["../getDataFilteringProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0DASC;AAwCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC"}
@@ -0,0 +1,145 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Retrieves a listing of config items.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * //
13
+ * // Data source to retrieve a list of SCM Data Filtering Porofiles.
14
+ * //
15
+ * // Fetch a list of all SCM Data Filtering Porofiles in the "ngfw-shared" folder.
16
+ * const allNgfwShared = scm.getDataFilteringProfileList({
17
+ * folder: "ngfw-shared",
18
+ * });
19
+ * export const scmDataFilteringProfileListNgfwShared = allNgfwShared.then(allNgfwShared => allNgfwShared.datas);
20
+ * ```
21
+ */
22
+ export declare function getDataFilteringProfileList(args?: GetDataFilteringProfileListArgs, opts?: pulumi.InvokeOptions): Promise<GetDataFilteringProfileListResult>;
23
+ /**
24
+ * A collection of arguments for invoking getDataFilteringProfileList.
25
+ */
26
+ export interface GetDataFilteringProfileListArgs {
27
+ /**
28
+ * The device of the item.
29
+ */
30
+ device?: string;
31
+ /**
32
+ * The folder of the item. Default: Shared.
33
+ */
34
+ folder?: string;
35
+ /**
36
+ * The max number of items to return. Default: 200.
37
+ */
38
+ limit?: number;
39
+ /**
40
+ * The name of the item.
41
+ */
42
+ name?: string;
43
+ /**
44
+ * The offset of the first item to return.
45
+ */
46
+ offset?: number;
47
+ /**
48
+ * The snippet of the item.
49
+ */
50
+ snippet?: string;
51
+ }
52
+ /**
53
+ * A collection of values returned by getDataFilteringProfileList.
54
+ */
55
+ export interface GetDataFilteringProfileListResult {
56
+ /**
57
+ * The data.
58
+ */
59
+ readonly datas: outputs.GetDataFilteringProfileListData[];
60
+ /**
61
+ * The device of the item.
62
+ */
63
+ readonly device?: string;
64
+ /**
65
+ * The folder of the item. Default: Shared.
66
+ */
67
+ readonly folder?: string;
68
+ /**
69
+ * The provider-assigned unique ID for this managed resource.
70
+ */
71
+ readonly id: string;
72
+ /**
73
+ * The max number of items to return. Default: 200.
74
+ */
75
+ readonly limit?: number;
76
+ /**
77
+ * The name of the item.
78
+ */
79
+ readonly name?: string;
80
+ /**
81
+ * The offset of the first item to return.
82
+ */
83
+ readonly offset?: number;
84
+ /**
85
+ * The snippet of the item.
86
+ */
87
+ readonly snippet?: string;
88
+ /**
89
+ * The Terraform ID.
90
+ */
91
+ readonly tfid: string;
92
+ /**
93
+ * The total number of items.
94
+ */
95
+ readonly total: number;
96
+ }
97
+ /**
98
+ * Retrieves a listing of config items.
99
+ *
100
+ * ## Example Usage
101
+ *
102
+ * ```typescript
103
+ * import * as pulumi from "@pulumi/pulumi";
104
+ * import * as scm from "@pulumi/scm";
105
+ *
106
+ * //
107
+ * // Data source to retrieve a list of SCM Data Filtering Porofiles.
108
+ * //
109
+ * // Fetch a list of all SCM Data Filtering Porofiles in the "ngfw-shared" folder.
110
+ * const allNgfwShared = scm.getDataFilteringProfileList({
111
+ * folder: "ngfw-shared",
112
+ * });
113
+ * export const scmDataFilteringProfileListNgfwShared = allNgfwShared.then(allNgfwShared => allNgfwShared.datas);
114
+ * ```
115
+ */
116
+ export declare function getDataFilteringProfileListOutput(args?: GetDataFilteringProfileListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataFilteringProfileListResult>;
117
+ /**
118
+ * A collection of arguments for invoking getDataFilteringProfileList.
119
+ */
120
+ export interface GetDataFilteringProfileListOutputArgs {
121
+ /**
122
+ * The device of the item.
123
+ */
124
+ device?: pulumi.Input<string>;
125
+ /**
126
+ * The folder of the item. Default: Shared.
127
+ */
128
+ folder?: pulumi.Input<string>;
129
+ /**
130
+ * The max number of items to return. Default: 200.
131
+ */
132
+ limit?: pulumi.Input<number>;
133
+ /**
134
+ * The name of the item.
135
+ */
136
+ name?: pulumi.Input<string>;
137
+ /**
138
+ * The offset of the first item to return.
139
+ */
140
+ offset?: pulumi.Input<number>;
141
+ /**
142
+ * The snippet of the item.
143
+ */
144
+ snippet?: pulumi.Input<string>;
145
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getDataFilteringProfileListOutput = exports.getDataFilteringProfileList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves a listing of config items.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * //
18
+ * // Data source to retrieve a list of SCM Data Filtering Porofiles.
19
+ * //
20
+ * // Fetch a list of all SCM Data Filtering Porofiles in the "ngfw-shared" folder.
21
+ * const allNgfwShared = scm.getDataFilteringProfileList({
22
+ * folder: "ngfw-shared",
23
+ * });
24
+ * export const scmDataFilteringProfileListNgfwShared = allNgfwShared.then(allNgfwShared => allNgfwShared.datas);
25
+ * ```
26
+ */
27
+ function getDataFilteringProfileList(args, opts) {
28
+ args = args || {};
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
30
+ return pulumi.runtime.invoke("scm:index/getDataFilteringProfileList:getDataFilteringProfileList", {
31
+ "device": args.device,
32
+ "folder": args.folder,
33
+ "limit": args.limit,
34
+ "name": args.name,
35
+ "offset": args.offset,
36
+ "snippet": args.snippet,
37
+ }, opts);
38
+ }
39
+ exports.getDataFilteringProfileList = getDataFilteringProfileList;
40
+ /**
41
+ * Retrieves a listing of config items.
42
+ *
43
+ * ## Example Usage
44
+ *
45
+ * ```typescript
46
+ * import * as pulumi from "@pulumi/pulumi";
47
+ * import * as scm from "@pulumi/scm";
48
+ *
49
+ * //
50
+ * // Data source to retrieve a list of SCM Data Filtering Porofiles.
51
+ * //
52
+ * // Fetch a list of all SCM Data Filtering Porofiles in the "ngfw-shared" folder.
53
+ * const allNgfwShared = scm.getDataFilteringProfileList({
54
+ * folder: "ngfw-shared",
55
+ * });
56
+ * export const scmDataFilteringProfileListNgfwShared = allNgfwShared.then(allNgfwShared => allNgfwShared.datas);
57
+ * ```
58
+ */
59
+ function getDataFilteringProfileListOutput(args, opts) {
60
+ args = args || {};
61
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
62
+ return pulumi.runtime.invokeOutput("scm:index/getDataFilteringProfileList:getDataFilteringProfileList", {
63
+ "device": args.device,
64
+ "folder": args.folder,
65
+ "limit": args.limit,
66
+ "name": args.name,
67
+ "offset": args.offset,
68
+ "snippet": args.snippet,
69
+ }, opts);
70
+ }
71
+ exports.getDataFilteringProfileListOutput = getDataFilteringProfileListOutput;
72
+ //# sourceMappingURL=getDataFilteringProfileList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDataFilteringProfileList.js","sourceRoot":"","sources":["../getDataFilteringProfileList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kEAWC;AA6ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAAiC;IAC7H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8EAWC"}
@@ -0,0 +1,88 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * DataObject data source
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as scm from "@pulumi/scm";
11
+ *
12
+ * // Replace the ID with the UUID of the SCM Data Object you want to find.
13
+ * const scmDataObjectGet = scm.getDataObject({
14
+ * id: "b1398675-254e-4eff-8050-007ef2f9c0a1",
15
+ * });
16
+ * export const scmDataObjectDetails = scmDataObjectGet.then(scmDataObjectGet => scmDataObjectGet.patternType);
17
+ * ```
18
+ */
19
+ export declare function getDataObject(args: GetDataObjectArgs, opts?: pulumi.InvokeOptions): Promise<GetDataObjectResult>;
20
+ /**
21
+ * A collection of arguments for invoking getDataObject.
22
+ */
23
+ export interface GetDataObjectArgs {
24
+ /**
25
+ * The device in which the resource is defined
26
+ */
27
+ device?: string;
28
+ folder?: string;
29
+ /**
30
+ * The UUID of the data object
31
+ */
32
+ id: string;
33
+ name?: string;
34
+ snippet?: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getDataObject.
38
+ */
39
+ export interface GetDataObjectResult {
40
+ readonly description: string;
41
+ /**
42
+ * The device in which the resource is defined
43
+ */
44
+ readonly device: string;
45
+ readonly disableOverride: string;
46
+ readonly folder: string;
47
+ /**
48
+ * The UUID of the data object
49
+ */
50
+ readonly id: string;
51
+ readonly name: string;
52
+ readonly patternType: outputs.GetDataObjectPatternType;
53
+ readonly snippet: string;
54
+ readonly tfid: string;
55
+ }
56
+ /**
57
+ * DataObject data source
58
+ *
59
+ * ## Example Usage
60
+ *
61
+ * ```typescript
62
+ * import * as pulumi from "@pulumi/pulumi";
63
+ * import * as scm from "@pulumi/scm";
64
+ *
65
+ * // Replace the ID with the UUID of the SCM Data Object you want to find.
66
+ * const scmDataObjectGet = scm.getDataObject({
67
+ * id: "b1398675-254e-4eff-8050-007ef2f9c0a1",
68
+ * });
69
+ * export const scmDataObjectDetails = scmDataObjectGet.then(scmDataObjectGet => scmDataObjectGet.patternType);
70
+ * ```
71
+ */
72
+ export declare function getDataObjectOutput(args: GetDataObjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataObjectResult>;
73
+ /**
74
+ * A collection of arguments for invoking getDataObject.
75
+ */
76
+ export interface GetDataObjectOutputArgs {
77
+ /**
78
+ * The device in which the resource is defined
79
+ */
80
+ device?: pulumi.Input<string>;
81
+ folder?: pulumi.Input<string>;
82
+ /**
83
+ * The UUID of the data object
84
+ */
85
+ id: pulumi.Input<string>;
86
+ name?: pulumi.Input<string>;
87
+ snippet?: pulumi.Input<string>;
88
+ }