@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
package/ipsecTunnel.d.ts CHANGED
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
13
13
  * //# 1. Define the IKE Crypto Profile (IKE Phase 1)
14
14
  * // Note: The resource name is plural: "scm_ike_crypto_profile"
15
15
  * const example = new scm.IkeCryptoProfile("example", {
16
- * name: "example-ike-crypto",
16
+ * name: "tunnel-ike-crypto",
17
17
  * folder: "Remote Networks",
18
18
  * hashes: ["sha256"],
19
19
  * dhGroups: ["group14"],
@@ -22,7 +22,7 @@ import * as outputs from "./types/output";
22
22
  * //# 2. Define the IPsec Crypto Profile (IKE Phase 2)
23
23
  * // Note: The resource name is plural and nested blocks now use an equals sign (=).
24
24
  * const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
25
- * name: "PaloAlto-Networks-IPSec-Crypto",
25
+ * name: "example-tunnel-crypto",
26
26
  * folder: "Remote Networks",
27
27
  * esp: {
28
28
  * encryptions: ["aes-256-gcm"],
@@ -36,7 +36,7 @@ import * as outputs from "./types/output";
36
36
  * //# 3. Define the IKE Gateway
37
37
  * // Note: The resource name is plural and nested blocks now use an equals sign (=).
38
38
  * const exampleIkeGateway = new scm.IkeGateway("example", {
39
- * name: "example-gateway",
39
+ * name: "example-tunnel-gateway",
40
40
  * folder: "Remote Networks",
41
41
  * peerAddress: {
42
42
  * ip: "1.1.1.1",
@@ -55,7 +55,7 @@ import * as outputs from "./types/output";
55
55
  * //# 4. Define the IPsec Tunnel
56
56
  * // Note: Nested 'auto_key' block uses an equals sign (=).
57
57
  * const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
58
- * name: "example-tunnel",
58
+ * name: "example-tf-tunnel",
59
59
  * folder: "Remote Networks",
60
60
  * tunnelInterface: "tunnel",
61
61
  * antiReplay: true,
@@ -76,10 +76,22 @@ import * as outputs from "./types/output";
76
76
  *
77
77
  * The following command can be used to import a resource not managed by Terraform:
78
78
  *
79
+ * ```sh
80
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example folder:::id
81
+ * ```
82
+ *
79
83
  * or
80
84
  *
85
+ * ```sh
86
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example :snippet::id
87
+ * ```
88
+ *
81
89
  * or
82
90
  *
91
+ * ```sh
92
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example ::device:id
93
+ * ```
94
+ *
83
95
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
84
96
  */
85
97
  export declare class IpsecTunnel extends pulumi.CustomResource {
package/ipsecTunnel.js CHANGED
@@ -17,7 +17,7 @@ const utilities = require("./utilities");
17
17
  * //# 1. Define the IKE Crypto Profile (IKE Phase 1)
18
18
  * // Note: The resource name is plural: "scm_ike_crypto_profile"
19
19
  * const example = new scm.IkeCryptoProfile("example", {
20
- * name: "example-ike-crypto",
20
+ * name: "tunnel-ike-crypto",
21
21
  * folder: "Remote Networks",
22
22
  * hashes: ["sha256"],
23
23
  * dhGroups: ["group14"],
@@ -26,7 +26,7 @@ const utilities = require("./utilities");
26
26
  * //# 2. Define the IPsec Crypto Profile (IKE Phase 2)
27
27
  * // Note: The resource name is plural and nested blocks now use an equals sign (=).
28
28
  * const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
29
- * name: "PaloAlto-Networks-IPSec-Crypto",
29
+ * name: "example-tunnel-crypto",
30
30
  * folder: "Remote Networks",
31
31
  * esp: {
32
32
  * encryptions: ["aes-256-gcm"],
@@ -40,7 +40,7 @@ const utilities = require("./utilities");
40
40
  * //# 3. Define the IKE Gateway
41
41
  * // Note: The resource name is plural and nested blocks now use an equals sign (=).
42
42
  * const exampleIkeGateway = new scm.IkeGateway("example", {
43
- * name: "example-gateway",
43
+ * name: "example-tunnel-gateway",
44
44
  * folder: "Remote Networks",
45
45
  * peerAddress: {
46
46
  * ip: "1.1.1.1",
@@ -59,7 +59,7 @@ const utilities = require("./utilities");
59
59
  * //# 4. Define the IPsec Tunnel
60
60
  * // Note: Nested 'auto_key' block uses an equals sign (=).
61
61
  * const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
62
- * name: "example-tunnel",
62
+ * name: "example-tf-tunnel",
63
63
  * folder: "Remote Networks",
64
64
  * tunnelInterface: "tunnel",
65
65
  * antiReplay: true,
@@ -80,10 +80,22 @@ const utilities = require("./utilities");
80
80
  *
81
81
  * The following command can be used to import a resource not managed by Terraform:
82
82
  *
83
+ * ```sh
84
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example folder:::id
85
+ * ```
86
+ *
83
87
  * or
84
88
  *
89
+ * ```sh
90
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example :snippet::id
91
+ * ```
92
+ *
85
93
  * or
86
94
  *
95
+ * ```sh
96
+ * $ pulumi import scm:index/ipsecTunnel:IpsecTunnel example ::device:id
97
+ * ```
98
+ *
87
99
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
88
100
  */
89
101
  class IpsecTunnel extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"ipsecTunnel.js","sourceRoot":"","sources":["../ipsecTunnel.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ipsecTunnel.js","sourceRoot":"","sources":["../ipsecTunnel.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,245 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * IptagMatchList 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 iptagMatchList = new scm.IptagMatchList("iptag_match_list", {
12
+ * name: "test-iptag-list",
13
+ * description: "IP tag match list for tracking dynamic IP address tagging events and policy enforcement",
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
+ * quarantine: false,
21
+ * sendToPanorama: false,
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * The following command can be used to import a resource not managed by Terraform:
28
+ *
29
+ * ```sh
30
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example folder:::id
31
+ * ```
32
+ *
33
+ * or
34
+ *
35
+ * ```sh
36
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example :snippet::id
37
+ * ```
38
+ *
39
+ * or
40
+ *
41
+ * ```sh
42
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example ::device:id
43
+ * ```
44
+ *
45
+ * **Note:** Please provide just one of folder, snippet, or device for the import command.
46
+ */
47
+ export declare class IptagMatchList extends pulumi.CustomResource {
48
+ /**
49
+ * Get an existing IptagMatchList resource's state with the given name, ID, and optional extra
50
+ * properties used to qualify the lookup.
51
+ *
52
+ * @param name The _unique_ name of the resulting resource.
53
+ * @param id The _unique_ provider ID of the resource to lookup.
54
+ * @param state Any extra arguments used during the lookup.
55
+ * @param opts Optional settings to control the behavior of the CustomResource.
56
+ */
57
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IptagMatchListState, opts?: pulumi.CustomResourceOptions): IptagMatchList;
58
+ /**
59
+ * Returns true if the given object is an instance of IptagMatchList. This is designed to work even
60
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
61
+ */
62
+ static isInstance(obj: any): obj is IptagMatchList;
63
+ /**
64
+ * Description of the iptag match list entry
65
+ */
66
+ readonly description: pulumi.Output<string | undefined>;
67
+ /**
68
+ * The device in which the resource is defined
69
+ */
70
+ readonly device: pulumi.Output<string | undefined>;
71
+ /**
72
+ * Filter of the iptag match list entry
73
+ */
74
+ readonly filter: pulumi.Output<string | undefined>;
75
+ /**
76
+ * The folder in which the resource is defined
77
+ *
78
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
79
+ */
80
+ readonly folder: pulumi.Output<string | undefined>;
81
+ /**
82
+ * Name of the iptag match list entry
83
+ */
84
+ readonly name: pulumi.Output<string>;
85
+ /**
86
+ * Quarantine Flag of the iptag match list entry
87
+ */
88
+ readonly quarantine: pulumi.Output<boolean | undefined>;
89
+ /**
90
+ * Send Email List of the iptag match list entry
91
+ */
92
+ readonly sendEmails: pulumi.Output<string[] | undefined>;
93
+ /**
94
+ * Send HTTP List of the iptag match list entry
95
+ */
96
+ readonly sendHttps: pulumi.Output<string[] | undefined>;
97
+ /**
98
+ * Send SNMP Trap List of the iptag match list entry
99
+ */
100
+ readonly sendSnmptraps: pulumi.Output<string[] | undefined>;
101
+ /**
102
+ * Send Sys Log List of the iptag match list entry
103
+ */
104
+ readonly sendSyslogs: pulumi.Output<string[] | undefined>;
105
+ /**
106
+ * Send to Panorama Flag of the iptag match list entry
107
+ */
108
+ readonly sendToPanorama: pulumi.Output<boolean | undefined>;
109
+ /**
110
+ * The snippet in which the resource is defined
111
+ *
112
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
113
+ */
114
+ readonly snippet: pulumi.Output<string | undefined>;
115
+ /**
116
+ * The Terraform ID.
117
+ */
118
+ readonly tfid: pulumi.Output<string>;
119
+ /**
120
+ * Create a IptagMatchList resource with the given unique name, arguments, and options.
121
+ *
122
+ * @param name The _unique_ name of the resource.
123
+ * @param args The arguments to use to populate this resource's properties.
124
+ * @param opts A bag of options that control this resource's behavior.
125
+ */
126
+ constructor(name: string, args?: IptagMatchListArgs, opts?: pulumi.CustomResourceOptions);
127
+ }
128
+ /**
129
+ * Input properties used for looking up and filtering IptagMatchList resources.
130
+ */
131
+ export interface IptagMatchListState {
132
+ /**
133
+ * Description of the iptag match list entry
134
+ */
135
+ description?: pulumi.Input<string>;
136
+ /**
137
+ * The device in which the resource is defined
138
+ */
139
+ device?: pulumi.Input<string>;
140
+ /**
141
+ * Filter of the iptag match list entry
142
+ */
143
+ filter?: pulumi.Input<string>;
144
+ /**
145
+ * The folder in which the resource is defined
146
+ *
147
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
148
+ */
149
+ folder?: pulumi.Input<string>;
150
+ /**
151
+ * Name of the iptag match list entry
152
+ */
153
+ name?: pulumi.Input<string>;
154
+ /**
155
+ * Quarantine Flag of the iptag match list entry
156
+ */
157
+ quarantine?: pulumi.Input<boolean>;
158
+ /**
159
+ * Send Email List of the iptag match list entry
160
+ */
161
+ sendEmails?: pulumi.Input<pulumi.Input<string>[]>;
162
+ /**
163
+ * Send HTTP List of the iptag match list entry
164
+ */
165
+ sendHttps?: pulumi.Input<pulumi.Input<string>[]>;
166
+ /**
167
+ * Send SNMP Trap List of the iptag match list entry
168
+ */
169
+ sendSnmptraps?: pulumi.Input<pulumi.Input<string>[]>;
170
+ /**
171
+ * Send Sys Log List of the iptag match list entry
172
+ */
173
+ sendSyslogs?: pulumi.Input<pulumi.Input<string>[]>;
174
+ /**
175
+ * Send to Panorama Flag of the iptag match list entry
176
+ */
177
+ sendToPanorama?: pulumi.Input<boolean>;
178
+ /**
179
+ * The snippet in which the resource is defined
180
+ *
181
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
182
+ */
183
+ snippet?: pulumi.Input<string>;
184
+ /**
185
+ * The Terraform ID.
186
+ */
187
+ tfid?: pulumi.Input<string>;
188
+ }
189
+ /**
190
+ * The set of arguments for constructing a IptagMatchList resource.
191
+ */
192
+ export interface IptagMatchListArgs {
193
+ /**
194
+ * Description of the iptag match list entry
195
+ */
196
+ description?: pulumi.Input<string>;
197
+ /**
198
+ * The device in which the resource is defined
199
+ */
200
+ device?: pulumi.Input<string>;
201
+ /**
202
+ * Filter of the iptag match list entry
203
+ */
204
+ filter?: pulumi.Input<string>;
205
+ /**
206
+ * The folder in which the resource is defined
207
+ *
208
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
209
+ */
210
+ folder?: pulumi.Input<string>;
211
+ /**
212
+ * Name of the iptag match list entry
213
+ */
214
+ name?: pulumi.Input<string>;
215
+ /**
216
+ * Quarantine Flag of the iptag match list entry
217
+ */
218
+ quarantine?: pulumi.Input<boolean>;
219
+ /**
220
+ * Send Email List of the iptag match list entry
221
+ */
222
+ sendEmails?: pulumi.Input<pulumi.Input<string>[]>;
223
+ /**
224
+ * Send HTTP List of the iptag match list entry
225
+ */
226
+ sendHttps?: pulumi.Input<pulumi.Input<string>[]>;
227
+ /**
228
+ * Send SNMP Trap List of the iptag match list entry
229
+ */
230
+ sendSnmptraps?: pulumi.Input<pulumi.Input<string>[]>;
231
+ /**
232
+ * Send Sys Log List of the iptag match list entry
233
+ */
234
+ sendSyslogs?: pulumi.Input<pulumi.Input<string>[]>;
235
+ /**
236
+ * Send to Panorama Flag of the iptag match list entry
237
+ */
238
+ sendToPanorama?: pulumi.Input<boolean>;
239
+ /**
240
+ * The snippet in which the resource is defined
241
+ *
242
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
243
+ */
244
+ snippet?: pulumi.Input<string>;
245
+ }
@@ -0,0 +1,118 @@
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.IptagMatchList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * IptagMatchList 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 iptagMatchList = new scm.IptagMatchList("iptag_match_list", {
18
+ * name: "test-iptag-list",
19
+ * description: "IP tag match list for tracking dynamic IP address tagging events and policy enforcement",
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
+ * quarantine: false,
27
+ * sendToPanorama: false,
28
+ * });
29
+ * ```
30
+ *
31
+ * ## Import
32
+ *
33
+ * The following command can be used to import a resource not managed by Terraform:
34
+ *
35
+ * ```sh
36
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example folder:::id
37
+ * ```
38
+ *
39
+ * or
40
+ *
41
+ * ```sh
42
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example :snippet::id
43
+ * ```
44
+ *
45
+ * or
46
+ *
47
+ * ```sh
48
+ * $ pulumi import scm:index/iptagMatchList:IptagMatchList example ::device:id
49
+ * ```
50
+ *
51
+ * **Note:** Please provide just one of folder, snippet, or device for the import command.
52
+ */
53
+ class IptagMatchList extends pulumi.CustomResource {
54
+ /**
55
+ * Get an existing IptagMatchList resource's state with the given name, ID, and optional extra
56
+ * properties used to qualify the lookup.
57
+ *
58
+ * @param name The _unique_ name of the resulting resource.
59
+ * @param id The _unique_ provider ID of the resource to lookup.
60
+ * @param state Any extra arguments used during the lookup.
61
+ * @param opts Optional settings to control the behavior of the CustomResource.
62
+ */
63
+ static get(name, id, state, opts) {
64
+ return new IptagMatchList(name, state, { ...opts, id: id });
65
+ }
66
+ /**
67
+ * Returns true if the given object is an instance of IptagMatchList. This is designed to work even
68
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
69
+ */
70
+ static isInstance(obj) {
71
+ if (obj === undefined || obj === null) {
72
+ return false;
73
+ }
74
+ return obj['__pulumiType'] === IptagMatchList.__pulumiType;
75
+ }
76
+ constructor(name, argsOrState, opts) {
77
+ let resourceInputs = {};
78
+ opts = opts || {};
79
+ if (opts.id) {
80
+ const state = argsOrState;
81
+ resourceInputs["description"] = state?.description;
82
+ resourceInputs["device"] = state?.device;
83
+ resourceInputs["filter"] = state?.filter;
84
+ resourceInputs["folder"] = state?.folder;
85
+ resourceInputs["name"] = state?.name;
86
+ resourceInputs["quarantine"] = state?.quarantine;
87
+ resourceInputs["sendEmails"] = state?.sendEmails;
88
+ resourceInputs["sendHttps"] = state?.sendHttps;
89
+ resourceInputs["sendSnmptraps"] = state?.sendSnmptraps;
90
+ resourceInputs["sendSyslogs"] = state?.sendSyslogs;
91
+ resourceInputs["sendToPanorama"] = state?.sendToPanorama;
92
+ resourceInputs["snippet"] = state?.snippet;
93
+ resourceInputs["tfid"] = state?.tfid;
94
+ }
95
+ else {
96
+ const args = argsOrState;
97
+ resourceInputs["description"] = args?.description;
98
+ resourceInputs["device"] = args?.device;
99
+ resourceInputs["filter"] = args?.filter;
100
+ resourceInputs["folder"] = args?.folder;
101
+ resourceInputs["name"] = args?.name;
102
+ resourceInputs["quarantine"] = args?.quarantine;
103
+ resourceInputs["sendEmails"] = args?.sendEmails;
104
+ resourceInputs["sendHttps"] = args?.sendHttps;
105
+ resourceInputs["sendSnmptraps"] = args?.sendSnmptraps;
106
+ resourceInputs["sendSyslogs"] = args?.sendSyslogs;
107
+ resourceInputs["sendToPanorama"] = args?.sendToPanorama;
108
+ resourceInputs["snippet"] = args?.snippet;
109
+ resourceInputs["tfid"] = undefined /*out*/;
110
+ }
111
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
112
+ super(IptagMatchList.__pulumiType, name, resourceInputs, opts);
113
+ }
114
+ }
115
+ exports.IptagMatchList = IptagMatchList;
116
+ /** @internal */
117
+ IptagMatchList.__pulumiType = 'scm:index/iptagMatchList:IptagMatchList';
118
+ //# sourceMappingURL=iptagMatchList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iptagMatchList.js","sourceRoot":"","sources":["../iptagMatchList.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,7 @@ import * as outputs from "./types/output";
11
11
  * import * as scm from "@pulumi/scm";
12
12
  *
13
13
  * const scmKerberosServerProfile1 = new scm.KerberosServerProfile("scm_kerberos_server_profile_1", {
14
- * folder: "All",
14
+ * folder: "ngfw-shared",
15
15
  * name: "kerberos-server-prof-1",
16
16
  * servers: [{
17
17
  * name: "server_a",
@@ -19,7 +19,7 @@ import * as outputs from "./types/output";
19
19
  * }],
20
20
  * });
21
21
  * const scmKerberosServerProfile2 = new scm.KerberosServerProfile("scm_kerberos_server_profile_2", {
22
- * folder: "All",
22
+ * folder: "ngfw-shared",
23
23
  * name: "kerberos-server-prof-2",
24
24
  * servers: [{
25
25
  * name: "server_a",
@@ -28,7 +28,7 @@ import * as outputs from "./types/output";
28
28
  * }],
29
29
  * });
30
30
  * const scmKerberosServerProfile3 = new scm.KerberosServerProfile("scm_kerberos_server_profile_3", {
31
- * folder: "All",
31
+ * folder: "ngfw-shared",
32
32
  * name: "kerberos-server-prof-3",
33
33
  * servers: [
34
34
  * {
@@ -54,10 +54,22 @@ import * as outputs from "./types/output";
54
54
  *
55
55
  * The following command can be used to import a resource not managed by Terraform:
56
56
  *
57
+ * ```sh
58
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example folder:::id
59
+ * ```
60
+ *
57
61
  * or
58
62
  *
63
+ * ```sh
64
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example :snippet::id
65
+ * ```
66
+ *
59
67
  * or
60
68
  *
69
+ * ```sh
70
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example ::device:id
71
+ * ```
72
+ *
61
73
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
62
74
  */
63
75
  export declare class KerberosServerProfile extends pulumi.CustomResource {
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
17
  * const scmKerberosServerProfile1 = new scm.KerberosServerProfile("scm_kerberos_server_profile_1", {
18
- * folder: "All",
18
+ * folder: "ngfw-shared",
19
19
  * name: "kerberos-server-prof-1",
20
20
  * servers: [{
21
21
  * name: "server_a",
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
23
23
  * }],
24
24
  * });
25
25
  * const scmKerberosServerProfile2 = new scm.KerberosServerProfile("scm_kerberos_server_profile_2", {
26
- * folder: "All",
26
+ * folder: "ngfw-shared",
27
27
  * name: "kerberos-server-prof-2",
28
28
  * servers: [{
29
29
  * name: "server_a",
@@ -32,7 +32,7 @@ const utilities = require("./utilities");
32
32
  * }],
33
33
  * });
34
34
  * const scmKerberosServerProfile3 = new scm.KerberosServerProfile("scm_kerberos_server_profile_3", {
35
- * folder: "All",
35
+ * folder: "ngfw-shared",
36
36
  * name: "kerberos-server-prof-3",
37
37
  * servers: [
38
38
  * {
@@ -58,10 +58,22 @@ const utilities = require("./utilities");
58
58
  *
59
59
  * The following command can be used to import a resource not managed by Terraform:
60
60
  *
61
+ * ```sh
62
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example folder:::id
63
+ * ```
64
+ *
61
65
  * or
62
66
  *
67
+ * ```sh
68
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example :snippet::id
69
+ * ```
70
+ *
63
71
  * or
64
72
  *
73
+ * ```sh
74
+ * $ pulumi import scm:index/kerberosServerProfile:KerberosServerProfile example ::device:id
75
+ * ```
76
+ *
65
77
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
66
78
  */
67
79
  class KerberosServerProfile extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"kerberosServerProfile.js","sourceRoot":"","sources":["../kerberosServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,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,WAAoD,CAAC;YAClE,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,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,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AA1FL,sDA2FC;AA7EG,gBAAgB;AACO,kCAAY,GAAG,uDAAuD,CAAC"}
1
+ {"version":3,"file":"kerberosServerProfile.js","sourceRoot":"","sources":["../kerberosServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,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,WAAoD,CAAC;YAClE,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,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,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AA1FL,sDA2FC;AA7EG,gBAAgB;AACO,kCAAY,GAAG,uDAAuD,CAAC"}
package/label.d.ts CHANGED
@@ -6,10 +6,22 @@ import * as pulumi from "@pulumi/pulumi";
6
6
  *
7
7
  * The following command can be used to import a resource not managed by Terraform:
8
8
  *
9
+ * ```sh
10
+ * $ pulumi import scm:index/label:Label example folder:::id
11
+ * ```
12
+ *
9
13
  * or
10
14
  *
15
+ * ```sh
16
+ * $ pulumi import scm:index/label:Label example :snippet::id
17
+ * ```
18
+ *
11
19
  * or
12
20
  *
21
+ * ```sh
22
+ * $ pulumi import scm:index/label:Label example ::device:id
23
+ * ```
24
+ *
13
25
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
14
26
  */
15
27
  export declare class Label extends pulumi.CustomResource {
package/label.js CHANGED
@@ -12,10 +12,22 @@ const utilities = require("./utilities");
12
12
  *
13
13
  * The following command can be used to import a resource not managed by Terraform:
14
14
  *
15
+ * ```sh
16
+ * $ pulumi import scm:index/label:Label example folder:::id
17
+ * ```
18
+ *
15
19
  * or
16
20
  *
21
+ * ```sh
22
+ * $ pulumi import scm:index/label:Label example :snippet::id
23
+ * ```
24
+ *
17
25
  * or
18
26
  *
27
+ * ```sh
28
+ * $ pulumi import scm:index/label:Label example ::device:id
29
+ * ```
30
+ *
19
31
  * **Note:** Please provide just one of folder, snippet, or device for the import command.
20
32
  */
21
33
  class Label extends pulumi.CustomResource {
package/label.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"label.js","sourceRoot":"","sources":["../label.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,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,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAjEL,sBAkEC;AApDG,gBAAgB;AACO,kBAAY,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"label.js","sourceRoot":"","sources":["../label.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,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,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAjEL,sBAkEC;AApDG,gBAAgB;AACO,kBAAY,GAAG,uBAAuB,CAAC"}