@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
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
17
  * const scmSyslogServerProf1 = new scm.SyslogServerProfile("scm_syslog_server_prof_1", {
18
- * folder: "All",
18
+ * folder: "ngfw-shared",
19
19
  * name: "syslog-server-prof-base",
20
20
  * servers: [{
21
21
  * name: "Server-Primary",
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
23
23
  * }],
24
24
  * });
25
25
  * const scmSyslogServerProf2 = new scm.SyslogServerProfile("scm_syslog_server_prof_2", {
26
- * folder: "All",
26
+ * folder: "ngfw-shared",
27
27
  * name: "syslog-server-prof-mixed",
28
28
  * servers: [{
29
29
  * name: "Server-Mixed",
@@ -40,8 +40,8 @@ const utilities = require("./utilities");
40
40
  * },
41
41
  * });
42
42
  * const scmSyslogServerProf3 = new scm.SyslogServerProfile("scm_syslog_server_prof_3", {
43
- * folder: "All",
44
- * name: "syslog-server-prof-complete",
43
+ * folder: "ngfw-shared",
44
+ * name: "syslog-server-tf-prof-complete",
45
45
  * servers: [
46
46
  * {
47
47
  * name: "Server-A",
@@ -98,10 +98,22 @@ const utilities = require("./utilities");
98
98
  *
99
99
  * The following command can be used to import a resource not managed by Terraform:
100
100
  *
101
+ * ```sh
102
+ * $ pulumi import scm:index/syslogServerProfile:SyslogServerProfile example folder:::id
103
+ * ```
104
+ *
101
105
  * or
102
106
  *
107
+ * ```sh
108
+ * $ pulumi import scm:index/syslogServerProfile:SyslogServerProfile example :snippet::id
109
+ * ```
110
+ *
103
111
  * or
104
112
  *
113
+ * ```sh
114
+ * $ pulumi import scm:index/syslogServerProfile:SyslogServerProfile example ::device:id
115
+ * ```
116
+ *
105
117
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
106
118
  */
107
119
  class SyslogServerProfile extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"syslogServerProfile.js","sourceRoot":"","sources":["../syslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkGG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAhGL,kDAiGC;AAnFG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"syslogServerProfile.js","sourceRoot":"","sources":["../syslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8GG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAhGL,kDAiGC;AAnFG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
@@ -0,0 +1,232 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * SystemMatchList resource
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as scm from "@pulumi/scm";
10
+ *
11
+ * const systemMatchList = new scm.SystemMatchList("system_match_list", {
12
+ * name: "test-system-list",
13
+ * description: "System match list for capturing system-level events and forwarding to monitoring platform",
14
+ * folder: "ngfw-shared",
15
+ * filter: "All Logs",
16
+ * sendSyslogs: ["test-syslog"],
17
+ * sendHttps: ["some-http-profile"],
18
+ * sendSnmptraps: ["snmp_test"],
19
+ * sendEmails: ["test-email"],
20
+ * sendToPanorama: false,
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * The following command can be used to import a resource not managed by Terraform:
27
+ *
28
+ * ```sh
29
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example folder:::id
30
+ * ```
31
+ *
32
+ * or
33
+ *
34
+ * ```sh
35
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example :snippet::id
36
+ * ```
37
+ *
38
+ * or
39
+ *
40
+ * ```sh
41
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example ::device:id
42
+ * ```
43
+ *
44
+ * **Note:** Please provide just one of folder, snippet, or device for the import command.
45
+ */
46
+ export declare class SystemMatchList extends pulumi.CustomResource {
47
+ /**
48
+ * Get an existing SystemMatchList resource's state with the given name, ID, and optional extra
49
+ * properties used to qualify the lookup.
50
+ *
51
+ * @param name The _unique_ name of the resulting resource.
52
+ * @param id The _unique_ provider ID of the resource to lookup.
53
+ * @param state Any extra arguments used during the lookup.
54
+ * @param opts Optional settings to control the behavior of the CustomResource.
55
+ */
56
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SystemMatchListState, opts?: pulumi.CustomResourceOptions): SystemMatchList;
57
+ /**
58
+ * Returns true if the given object is an instance of SystemMatchList. This is designed to work even
59
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
60
+ */
61
+ static isInstance(obj: any): obj is SystemMatchList;
62
+ /**
63
+ * Description of the system match list entry
64
+ */
65
+ readonly description: pulumi.Output<string | undefined>;
66
+ /**
67
+ * The device in which the resource is defined
68
+ */
69
+ readonly device: pulumi.Output<string | undefined>;
70
+ /**
71
+ * Filter of the system match list entry
72
+ */
73
+ readonly filter: pulumi.Output<string | undefined>;
74
+ /**
75
+ * The folder in which the resource is defined
76
+ *
77
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
78
+ */
79
+ readonly folder: pulumi.Output<string | undefined>;
80
+ /**
81
+ * Name of the system match list entry
82
+ */
83
+ readonly name: pulumi.Output<string>;
84
+ /**
85
+ * Send Email List of the system match list entry
86
+ */
87
+ readonly sendEmails: pulumi.Output<string[] | undefined>;
88
+ /**
89
+ * Send HTTP List of the system match list entry
90
+ */
91
+ readonly sendHttps: pulumi.Output<string[] | undefined>;
92
+ /**
93
+ * Send SNMP Trap List of the system match list entry
94
+ */
95
+ readonly sendSnmptraps: pulumi.Output<string[] | undefined>;
96
+ /**
97
+ * Send Sys Log List of the system match list entry
98
+ */
99
+ readonly sendSyslogs: pulumi.Output<string[] | undefined>;
100
+ /**
101
+ * Send to Panorama Flag of the system match list entry
102
+ */
103
+ readonly sendToPanorama: pulumi.Output<boolean | undefined>;
104
+ /**
105
+ * The snippet in which the resource is defined
106
+ *
107
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
108
+ */
109
+ readonly snippet: pulumi.Output<string | undefined>;
110
+ /**
111
+ * The Terraform ID.
112
+ */
113
+ readonly tfid: pulumi.Output<string>;
114
+ /**
115
+ * Create a SystemMatchList resource with the given unique name, arguments, and options.
116
+ *
117
+ * @param name The _unique_ name of the resource.
118
+ * @param args The arguments to use to populate this resource's properties.
119
+ * @param opts A bag of options that control this resource's behavior.
120
+ */
121
+ constructor(name: string, args?: SystemMatchListArgs, opts?: pulumi.CustomResourceOptions);
122
+ }
123
+ /**
124
+ * Input properties used for looking up and filtering SystemMatchList resources.
125
+ */
126
+ export interface SystemMatchListState {
127
+ /**
128
+ * Description of the system match list entry
129
+ */
130
+ description?: pulumi.Input<string>;
131
+ /**
132
+ * The device in which the resource is defined
133
+ */
134
+ device?: pulumi.Input<string>;
135
+ /**
136
+ * Filter of the system match list entry
137
+ */
138
+ filter?: pulumi.Input<string>;
139
+ /**
140
+ * The folder in which the resource is defined
141
+ *
142
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
143
+ */
144
+ folder?: pulumi.Input<string>;
145
+ /**
146
+ * Name of the system match list entry
147
+ */
148
+ name?: pulumi.Input<string>;
149
+ /**
150
+ * Send Email List of the system match list entry
151
+ */
152
+ sendEmails?: pulumi.Input<pulumi.Input<string>[]>;
153
+ /**
154
+ * Send HTTP List of the system match list entry
155
+ */
156
+ sendHttps?: pulumi.Input<pulumi.Input<string>[]>;
157
+ /**
158
+ * Send SNMP Trap List of the system match list entry
159
+ */
160
+ sendSnmptraps?: pulumi.Input<pulumi.Input<string>[]>;
161
+ /**
162
+ * Send Sys Log List of the system match list entry
163
+ */
164
+ sendSyslogs?: pulumi.Input<pulumi.Input<string>[]>;
165
+ /**
166
+ * Send to Panorama Flag of the system match list entry
167
+ */
168
+ sendToPanorama?: pulumi.Input<boolean>;
169
+ /**
170
+ * The snippet in which the resource is defined
171
+ *
172
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
173
+ */
174
+ snippet?: pulumi.Input<string>;
175
+ /**
176
+ * The Terraform ID.
177
+ */
178
+ tfid?: pulumi.Input<string>;
179
+ }
180
+ /**
181
+ * The set of arguments for constructing a SystemMatchList resource.
182
+ */
183
+ export interface SystemMatchListArgs {
184
+ /**
185
+ * Description of the system match list entry
186
+ */
187
+ description?: pulumi.Input<string>;
188
+ /**
189
+ * The device in which the resource is defined
190
+ */
191
+ device?: pulumi.Input<string>;
192
+ /**
193
+ * Filter of the system match list entry
194
+ */
195
+ filter?: pulumi.Input<string>;
196
+ /**
197
+ * The folder in which the resource is defined
198
+ *
199
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
200
+ */
201
+ folder?: pulumi.Input<string>;
202
+ /**
203
+ * Name of the system match list entry
204
+ */
205
+ name?: pulumi.Input<string>;
206
+ /**
207
+ * Send Email List of the system match list entry
208
+ */
209
+ sendEmails?: pulumi.Input<pulumi.Input<string>[]>;
210
+ /**
211
+ * Send HTTP List of the system match list entry
212
+ */
213
+ sendHttps?: pulumi.Input<pulumi.Input<string>[]>;
214
+ /**
215
+ * Send SNMP Trap List of the system match list entry
216
+ */
217
+ sendSnmptraps?: pulumi.Input<pulumi.Input<string>[]>;
218
+ /**
219
+ * Send Sys Log List of the system match list entry
220
+ */
221
+ sendSyslogs?: pulumi.Input<pulumi.Input<string>[]>;
222
+ /**
223
+ * Send to Panorama Flag of the system match list entry
224
+ */
225
+ sendToPanorama?: pulumi.Input<boolean>;
226
+ /**
227
+ * The snippet in which the resource is defined
228
+ *
229
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
230
+ */
231
+ snippet?: pulumi.Input<string>;
232
+ }
@@ -0,0 +1,115 @@
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.SystemMatchList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * SystemMatchList resource
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const systemMatchList = new scm.SystemMatchList("system_match_list", {
18
+ * name: "test-system-list",
19
+ * description: "System match list for capturing system-level events and forwarding to monitoring platform",
20
+ * folder: "ngfw-shared",
21
+ * filter: "All Logs",
22
+ * sendSyslogs: ["test-syslog"],
23
+ * sendHttps: ["some-http-profile"],
24
+ * sendSnmptraps: ["snmp_test"],
25
+ * sendEmails: ["test-email"],
26
+ * sendToPanorama: false,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * The following command can be used to import a resource not managed by Terraform:
33
+ *
34
+ * ```sh
35
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example folder:::id
36
+ * ```
37
+ *
38
+ * or
39
+ *
40
+ * ```sh
41
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example :snippet::id
42
+ * ```
43
+ *
44
+ * or
45
+ *
46
+ * ```sh
47
+ * $ pulumi import scm:index/systemMatchList:SystemMatchList example ::device:id
48
+ * ```
49
+ *
50
+ * **Note:** Please provide just one of folder, snippet, or device for the import command.
51
+ */
52
+ class SystemMatchList extends pulumi.CustomResource {
53
+ /**
54
+ * Get an existing SystemMatchList resource's state with the given name, ID, and optional extra
55
+ * properties used to qualify the lookup.
56
+ *
57
+ * @param name The _unique_ name of the resulting resource.
58
+ * @param id The _unique_ provider ID of the resource to lookup.
59
+ * @param state Any extra arguments used during the lookup.
60
+ * @param opts Optional settings to control the behavior of the CustomResource.
61
+ */
62
+ static get(name, id, state, opts) {
63
+ return new SystemMatchList(name, state, { ...opts, id: id });
64
+ }
65
+ /**
66
+ * Returns true if the given object is an instance of SystemMatchList. This is designed to work even
67
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
+ */
69
+ static isInstance(obj) {
70
+ if (obj === undefined || obj === null) {
71
+ return false;
72
+ }
73
+ return obj['__pulumiType'] === SystemMatchList.__pulumiType;
74
+ }
75
+ constructor(name, argsOrState, opts) {
76
+ let resourceInputs = {};
77
+ opts = opts || {};
78
+ if (opts.id) {
79
+ const state = argsOrState;
80
+ resourceInputs["description"] = state?.description;
81
+ resourceInputs["device"] = state?.device;
82
+ resourceInputs["filter"] = state?.filter;
83
+ resourceInputs["folder"] = state?.folder;
84
+ resourceInputs["name"] = state?.name;
85
+ resourceInputs["sendEmails"] = state?.sendEmails;
86
+ resourceInputs["sendHttps"] = state?.sendHttps;
87
+ resourceInputs["sendSnmptraps"] = state?.sendSnmptraps;
88
+ resourceInputs["sendSyslogs"] = state?.sendSyslogs;
89
+ resourceInputs["sendToPanorama"] = state?.sendToPanorama;
90
+ resourceInputs["snippet"] = state?.snippet;
91
+ resourceInputs["tfid"] = state?.tfid;
92
+ }
93
+ else {
94
+ const args = argsOrState;
95
+ resourceInputs["description"] = args?.description;
96
+ resourceInputs["device"] = args?.device;
97
+ resourceInputs["filter"] = args?.filter;
98
+ resourceInputs["folder"] = args?.folder;
99
+ resourceInputs["name"] = args?.name;
100
+ resourceInputs["sendEmails"] = args?.sendEmails;
101
+ resourceInputs["sendHttps"] = args?.sendHttps;
102
+ resourceInputs["sendSnmptraps"] = args?.sendSnmptraps;
103
+ resourceInputs["sendSyslogs"] = args?.sendSyslogs;
104
+ resourceInputs["sendToPanorama"] = args?.sendToPanorama;
105
+ resourceInputs["snippet"] = args?.snippet;
106
+ resourceInputs["tfid"] = undefined /*out*/;
107
+ }
108
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
109
+ super(SystemMatchList.__pulumiType, name, resourceInputs, opts);
110
+ }
111
+ }
112
+ exports.SystemMatchList = SystemMatchList;
113
+ /** @internal */
114
+ SystemMatchList.__pulumiType = 'scm:index/systemMatchList:SystemMatchList';
115
+ //# sourceMappingURL=systemMatchList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"systemMatchList.js","sourceRoot":"","sources":["../systemMatchList.ts"],"names":[],"mappings":"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"}
@@ -14,7 +14,7 @@ import * as outputs from "./types/output";
14
14
  * name: "ISE-TACACS11",
15
15
  * protocol: "PAP",
16
16
  * timeout: 3,
17
- * folder: "All",
17
+ * folder: "ngfw-shared",
18
18
  * useSingleConnection: true,
19
19
  * servers: [
20
20
  * {
@@ -43,10 +43,22 @@ import * as outputs from "./types/output";
43
43
  *
44
44
  * The following command can be used to import a resource not managed by Terraform:
45
45
  *
46
+ * ```sh
47
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example folder:::id
48
+ * ```
49
+ *
46
50
  * or
47
51
  *
52
+ * ```sh
53
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example :snippet::id
54
+ * ```
55
+ *
48
56
  * or
49
57
  *
58
+ * ```sh
59
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example ::device:id
60
+ * ```
61
+ *
50
62
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
51
63
  */
52
64
  export declare class TacacsServerProfile extends pulumi.CustomResource {
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
18
18
  * name: "ISE-TACACS11",
19
19
  * protocol: "PAP",
20
20
  * timeout: 3,
21
- * folder: "All",
21
+ * folder: "ngfw-shared",
22
22
  * useSingleConnection: true,
23
23
  * servers: [
24
24
  * {
@@ -47,10 +47,22 @@ const utilities = require("./utilities");
47
47
  *
48
48
  * The following command can be used to import a resource not managed by Terraform:
49
49
  *
50
+ * ```sh
51
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example folder:::id
52
+ * ```
53
+ *
50
54
  * or
51
55
  *
56
+ * ```sh
57
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example :snippet::id
58
+ * ```
59
+ *
52
60
  * or
53
61
  *
62
+ * ```sh
63
+ * $ pulumi import scm:index/tacacsServerProfile:TacacsServerProfile example ::device:id
64
+ * ```
65
+ *
54
66
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
55
67
  */
56
68
  class TacacsServerProfile extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"tacacsServerProfile.js","sourceRoot":"","sources":["../tacacsServerProfile.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tacacsServerProfile.js","sourceRoot":"","sources":["../tacacsServerProfile.ts"],"names":[],"mappings":"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"}
package/tag.d.ts CHANGED
@@ -11,17 +11,17 @@ import * as pulumi from "@pulumi/pulumi";
11
11
  * // This file is embedded using go:embed
12
12
  * // Tags for organizing and categorizing resources
13
13
  * const scmTag1 = new scm.Tag("scm_tag_1", {
14
- * folder: "All",
14
+ * folder: "ngfw-shared",
15
15
  * name: "scm_tag_1",
16
16
  * color: "Red",
17
17
  * });
18
18
  * const scmTag2 = new scm.Tag("scm_tag_2", {
19
- * folder: "All",
19
+ * folder: "ngfw-shared",
20
20
  * name: "scm_tag_2",
21
21
  * color: "Blue",
22
22
  * });
23
23
  * const scmTag3 = new scm.Tag("scm_tag_3", {
24
- * folder: "All",
24
+ * folder: "ngfw-shared",
25
25
  * name: "scm_tag_3",
26
26
  * color: "Orange",
27
27
  * });
@@ -31,10 +31,22 @@ import * as pulumi from "@pulumi/pulumi";
31
31
  *
32
32
  * The following command can be used to import a resource not managed by Terraform:
33
33
  *
34
+ * ```sh
35
+ * $ pulumi import scm:index/tag:Tag example folder:::id
36
+ * ```
37
+ *
34
38
  * or
35
39
  *
40
+ * ```sh
41
+ * $ pulumi import scm:index/tag:Tag example :snippet::id
42
+ * ```
43
+ *
36
44
  * or
37
45
  *
46
+ * ```sh
47
+ * $ pulumi import scm:index/tag:Tag example ::device:id
48
+ * ```
49
+ *
38
50
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
39
51
  */
40
52
  export declare class Tag extends pulumi.CustomResource {
package/tag.js CHANGED
@@ -17,17 +17,17 @@ const utilities = require("./utilities");
17
17
  * // This file is embedded using go:embed
18
18
  * // Tags for organizing and categorizing resources
19
19
  * const scmTag1 = new scm.Tag("scm_tag_1", {
20
- * folder: "All",
20
+ * folder: "ngfw-shared",
21
21
  * name: "scm_tag_1",
22
22
  * color: "Red",
23
23
  * });
24
24
  * const scmTag2 = new scm.Tag("scm_tag_2", {
25
- * folder: "All",
25
+ * folder: "ngfw-shared",
26
26
  * name: "scm_tag_2",
27
27
  * color: "Blue",
28
28
  * });
29
29
  * const scmTag3 = new scm.Tag("scm_tag_3", {
30
- * folder: "All",
30
+ * folder: "ngfw-shared",
31
31
  * name: "scm_tag_3",
32
32
  * color: "Orange",
33
33
  * });
@@ -37,10 +37,22 @@ const utilities = require("./utilities");
37
37
  *
38
38
  * The following command can be used to import a resource not managed by Terraform:
39
39
  *
40
+ * ```sh
41
+ * $ pulumi import scm:index/tag:Tag example folder:::id
42
+ * ```
43
+ *
40
44
  * or
41
45
  *
46
+ * ```sh
47
+ * $ pulumi import scm:index/tag:Tag example :snippet::id
48
+ * ```
49
+ *
42
50
  * or
43
51
  *
52
+ * ```sh
53
+ * $ pulumi import scm:index/tag:Tag example ::device:id
54
+ * ```
55
+ *
44
56
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
45
57
  */
46
58
  class Tag extends pulumi.CustomResource {
package/tag.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AA7FL,kBA8FC;AAhFG,gBAAgB;AACO,gBAAY,GAAG,mBAAmB,CAAC"}
1
+ {"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AA7FL,kBA8FC;AAhFG,gBAAgB;AACO,gBAAY,GAAG,mBAAmB,CAAC"}
package/tcpSetting.d.ts CHANGED
@@ -11,7 +11,7 @@ import * as outputs from "./types/output";
11
11
  * import * as scm from "@pulumi/scm";
12
12
  *
13
13
  * const tcpExample = new scm.TcpSetting("tcp_example", {
14
- * folder: "All",
14
+ * folder: "ngfw-shared",
15
15
  * tcp: {
16
16
  * bypassExceedOoQueue: false,
17
17
  * allowChallengeAck: true,
@@ -30,10 +30,22 @@ import * as outputs from "./types/output";
30
30
  *
31
31
  * The following command can be used to import a resource not managed by Terraform:
32
32
  *
33
+ * ```sh
34
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example folder:::id
35
+ * ```
36
+ *
33
37
  * or
34
38
  *
39
+ * ```sh
40
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example :snippet::id
41
+ * ```
42
+ *
35
43
  * or
36
44
  *
45
+ * ```sh
46
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example ::device:id
47
+ * ```
48
+ *
37
49
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
38
50
  */
39
51
  export declare class TcpSetting extends pulumi.CustomResource {
package/tcpSetting.js CHANGED
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
17
  * const tcpExample = new scm.TcpSetting("tcp_example", {
18
- * folder: "All",
18
+ * folder: "ngfw-shared",
19
19
  * tcp: {
20
20
  * bypassExceedOoQueue: false,
21
21
  * allowChallengeAck: true,
@@ -34,10 +34,22 @@ const utilities = require("./utilities");
34
34
  *
35
35
  * The following command can be used to import a resource not managed by Terraform:
36
36
  *
37
+ * ```sh
38
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example folder:::id
39
+ * ```
40
+ *
37
41
  * or
38
42
  *
43
+ * ```sh
44
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example :snippet::id
45
+ * ```
46
+ *
39
47
  * or
40
48
  *
49
+ * ```sh
50
+ * $ pulumi import scm:index/tcpSetting:TcpSetting example ::device:id
51
+ * ```
52
+ *
41
53
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
42
54
  */
43
55
  class TcpSetting extends pulumi.CustomResource {
package/tcpSetting.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"tcpSetting.js","sourceRoot":"","sources":["../tcpSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAjFL,gCAkFC;AApEG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}
1
+ {"version":3,"file":"tcpSetting.js","sourceRoot":"","sources":["../tcpSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAjFL,gCAkFC;AApEG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}