@pulumi/scm 1.0.0-alpha.1762562132 → 1.0.0-alpha.1762572739

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 (298) hide show
  1. package/address.d.ts +3 -3
  2. package/address.js +3 -3
  3. package/addressGroup.d.ts +2 -2
  4. package/addressGroup.js +2 -2
  5. package/{aggregateEthernetInterface.d.ts → aggregateInterface.d.ts} +26 -24
  6. package/{aggregateEthernetInterface.js → aggregateInterface.js} +13 -11
  7. package/aggregateInterface.js.map +1 -0
  8. package/antiSpywareSignature.d.ts +3 -3
  9. package/appOverrideRule.d.ts +128 -3
  10. package/appOverrideRule.js +95 -0
  11. package/appOverrideRule.js.map +1 -1
  12. package/applicationFilter.d.ts +16 -0
  13. package/applicationFilter.js +16 -0
  14. package/applicationFilter.js.map +1 -1
  15. package/authenticationRule.d.ts +123 -0
  16. package/authenticationRule.js +103 -0
  17. package/authenticationRule.js.map +1 -1
  18. package/bgpRouteMapRedistribution.d.ts +6 -6
  19. package/certificateProfile.d.ts +29 -0
  20. package/certificateProfile.js +29 -0
  21. package/certificateProfile.js.map +1 -1
  22. package/decryptionProfile.d.ts +139 -0
  23. package/decryptionProfile.js +139 -0
  24. package/decryptionProfile.js.map +1 -1
  25. package/decryptionRule.d.ts +139 -0
  26. package/decryptionRule.js +119 -0
  27. package/decryptionRule.js.map +1 -1
  28. package/dnsProxy.d.ts +6 -6
  29. package/dnsSecurityProfile.d.ts +2 -0
  30. package/dnsSecurityProfile.js +2 -0
  31. package/dnsSecurityProfile.js.map +1 -1
  32. package/dynamicUserGroup.d.ts +3 -3
  33. package/dynamicUserGroup.js +3 -3
  34. package/ethernetInterface.d.ts +13 -11
  35. package/ethernetInterface.js +2 -0
  36. package/ethernetInterface.js.map +1 -1
  37. package/externalDynamicList.d.ts +80 -0
  38. package/externalDynamicList.js +80 -0
  39. package/externalDynamicList.js.map +1 -1
  40. package/folder.d.ts +60 -0
  41. package/folder.js +60 -0
  42. package/folder.js.map +1 -1
  43. package/getAddressGroupList.d.ts +4 -4
  44. package/getAddressGroupList.js +4 -4
  45. package/getAddressList.d.ts +4 -4
  46. package/getAddressList.js +4 -4
  47. package/getAggregateInterface.d.ts +116 -0
  48. package/getAggregateInterface.js +68 -0
  49. package/getAggregateInterface.js.map +1 -0
  50. package/{getAggregateEthernetInterfaceList.d.ts → getAggregateInterfaceList.d.ts} +35 -9
  51. package/getAggregateInterfaceList.js +66 -0
  52. package/getAggregateInterfaceList.js.map +1 -0
  53. package/getAntiSpywareProfileList.d.ts +2 -2
  54. package/getAntiSpywareProfileList.js +2 -2
  55. package/getAntiSpywareSignature.d.ts +1 -1
  56. package/getAntiSpywareSignatureList.d.ts +2 -2
  57. package/getAntiSpywareSignatureList.js +2 -2
  58. package/getAppOverrideRule.d.ts +65 -1
  59. package/getAppOverrideRule.js +52 -0
  60. package/getAppOverrideRule.js.map +1 -1
  61. package/getAppOverrideRuleList.d.ts +48 -2
  62. package/getAppOverrideRuleList.js +36 -2
  63. package/getAppOverrideRuleList.js.map +1 -1
  64. package/getApplicationGroupList.d.ts +4 -4
  65. package/getApplicationGroupList.js +4 -4
  66. package/getApplicationList.d.ts +2 -2
  67. package/getApplicationList.js +2 -2
  68. package/getAuthenticationRule.d.ts +74 -0
  69. package/getAuthenticationRule.js +62 -0
  70. package/getAuthenticationRule.js.map +1 -1
  71. package/getAuthenticationRuleList.d.ts +50 -2
  72. package/getAuthenticationRuleList.js +38 -2
  73. package/getAuthenticationRuleList.js.map +1 -1
  74. package/getBgpRouteMapRedistribution.d.ts +7 -7
  75. package/getCertificateProfileList.d.ts +2 -2
  76. package/getCertificateProfileList.js +2 -2
  77. package/getDecryptionProfile.d.ts +40 -0
  78. package/getDecryptionProfile.js +40 -0
  79. package/getDecryptionProfile.js.map +1 -1
  80. package/getDecryptionProfileList.d.ts +32 -0
  81. package/getDecryptionProfileList.js +32 -0
  82. package/getDecryptionProfileList.js.map +1 -1
  83. package/getDecryptionRule.d.ts +74 -0
  84. package/getDecryptionRule.js +62 -0
  85. package/getDecryptionRule.js.map +1 -1
  86. package/getDecryptionRuleList.d.ts +48 -2
  87. package/getDecryptionRuleList.js +36 -2
  88. package/getDecryptionRuleList.js.map +1 -1
  89. package/getDnsProxy.d.ts +1 -1
  90. package/getDnsSecurityProfile.d.ts +40 -0
  91. package/getDnsSecurityProfile.js +40 -0
  92. package/getDnsSecurityProfile.js.map +1 -1
  93. package/getDnsSecurityProfileList.d.ts +32 -0
  94. package/getDnsSecurityProfileList.js +32 -0
  95. package/getDnsSecurityProfileList.js.map +1 -1
  96. package/getDynamicUserGroupList.d.ts +4 -4
  97. package/getDynamicUserGroupList.js +4 -4
  98. package/getEthernetInterface.d.ts +40 -2
  99. package/getEthernetInterface.js +38 -0
  100. package/getEthernetInterface.js.map +1 -1
  101. package/getEthernetInterfaceList.d.ts +26 -0
  102. package/getEthernetInterfaceList.js +26 -0
  103. package/getEthernetInterfaceList.js.map +1 -1
  104. package/getExternalDynamicListList.d.ts +4 -4
  105. package/getExternalDynamicListList.js +4 -4
  106. package/getFolder.d.ts +36 -0
  107. package/getFolder.js +36 -0
  108. package/getFolder.js.map +1 -1
  109. package/getHipObjectList.d.ts +4 -4
  110. package/getHipObjectList.js +4 -4
  111. package/getHipProfileList.d.ts +4 -4
  112. package/getHipProfileList.js +4 -4
  113. package/getInterfaceManagementProfile.d.ts +89 -8
  114. package/getInterfaceManagementProfile.js +80 -0
  115. package/getInterfaceManagementProfile.js.map +1 -1
  116. package/getInterfaceManagementProfileList.d.ts +42 -0
  117. package/getInterfaceManagementProfileList.js +42 -0
  118. package/getInterfaceManagementProfileList.js.map +1 -1
  119. package/getLayer2Subinterface.d.ts +42 -2
  120. package/getLayer2Subinterface.js +40 -0
  121. package/getLayer2Subinterface.js.map +1 -1
  122. package/getLayer2SubinterfaceList.d.ts +26 -0
  123. package/getLayer2SubinterfaceList.js +26 -0
  124. package/getLayer2SubinterfaceList.js.map +1 -1
  125. package/getLayer3Subinterface.d.ts +45 -3
  126. package/getLayer3Subinterface.js +42 -0
  127. package/getLayer3Subinterface.js.map +1 -1
  128. package/getLayer3SubinterfaceList.d.ts +26 -0
  129. package/getLayer3SubinterfaceList.js +26 -0
  130. package/getLayer3SubinterfaceList.js.map +1 -1
  131. package/getLogicalRouter.d.ts +38 -0
  132. package/getLogicalRouter.js +38 -0
  133. package/getLogicalRouter.js.map +1 -1
  134. package/getLogicalRouterList.d.ts +40 -0
  135. package/getLogicalRouterList.js +30 -0
  136. package/getLogicalRouterList.js.map +1 -1
  137. package/getLoopbackInterface.d.ts +49 -7
  138. package/getLoopbackInterface.js +38 -0
  139. package/getLoopbackInterface.js.map +1 -1
  140. package/getLoopbackInterfaceList.d.ts +26 -0
  141. package/getLoopbackInterfaceList.js +26 -0
  142. package/getLoopbackInterfaceList.js.map +1 -1
  143. package/getNatRule.d.ts +86 -14
  144. package/getNatRule.js +76 -0
  145. package/getNatRule.js.map +1 -1
  146. package/getNatRuleList.d.ts +52 -2
  147. package/getNatRuleList.js +40 -2
  148. package/getNatRuleList.js.map +1 -1
  149. package/getPbfRule.d.ts +88 -0
  150. package/getPbfRule.js +88 -0
  151. package/getPbfRule.js.map +1 -1
  152. package/getPbfRuleList.d.ts +34 -0
  153. package/getPbfRuleList.js +34 -0
  154. package/getPbfRuleList.js.map +1 -1
  155. package/getQosPolicyRule.d.ts +72 -0
  156. package/getQosPolicyRule.js +60 -0
  157. package/getQosPolicyRule.js.map +1 -1
  158. package/getQosPolicyRuleList.d.ts +48 -2
  159. package/getQosPolicyRuleList.js +36 -2
  160. package/getQosPolicyRuleList.js.map +1 -1
  161. package/getRadiusServerProfile.d.ts +54 -0
  162. package/getRadiusServerProfile.js +54 -0
  163. package/getRadiusServerProfile.js.map +1 -1
  164. package/getSdwanTrafficDistributionProfile.d.ts +1 -1
  165. package/getSecurityRule.d.ts +106 -0
  166. package/getSecurityRule.js +94 -0
  167. package/getSecurityRule.js.map +1 -1
  168. package/getSecurityRuleList.d.ts +46 -2
  169. package/getSecurityRuleList.js +34 -2
  170. package/getSecurityRuleList.js.map +1 -1
  171. package/getServiceConnection.d.ts +177 -1
  172. package/getServiceConnection.js +176 -0
  173. package/getServiceConnection.js.map +1 -1
  174. package/getServiceConnectionGroup.d.ts +208 -0
  175. package/getServiceConnectionGroup.js +208 -0
  176. package/getServiceConnectionGroup.js.map +1 -1
  177. package/getServiceGroupList.d.ts +2 -2
  178. package/getServiceGroupList.js +2 -2
  179. package/getServiceList.d.ts +4 -4
  180. package/getServiceList.js +4 -4
  181. package/getSnippet.d.ts +48 -0
  182. package/getSnippet.js +48 -0
  183. package/getSnippet.js.map +1 -1
  184. package/getSnippetList.d.ts +24 -0
  185. package/getSnippetList.js +24 -0
  186. package/getSnippetList.js.map +1 -1
  187. package/getTagList.d.ts +2 -2
  188. package/getTagList.js +2 -2
  189. package/getTunnelInterface.d.ts +42 -4
  190. package/getTunnelInterface.js +38 -0
  191. package/getTunnelInterface.js.map +1 -1
  192. package/getTunnelInterfaceList.d.ts +26 -0
  193. package/getTunnelInterfaceList.js +26 -0
  194. package/getTunnelInterfaceList.js.map +1 -1
  195. package/getUrlAccessProfileList.d.ts +2 -2
  196. package/getUrlAccessProfileList.js +2 -2
  197. package/getUrlCategoryList.d.ts +4 -4
  198. package/getUrlCategoryList.js +4 -4
  199. package/getVlanInterface.d.ts +46 -6
  200. package/getVlanInterface.js +40 -0
  201. package/getVlanInterface.js.map +1 -1
  202. package/getVlanInterfaceList.d.ts +26 -0
  203. package/getVlanInterfaceList.js +26 -0
  204. package/getVlanInterfaceList.js.map +1 -1
  205. package/getVulnerabilityProtectionProfileList.d.ts +2 -2
  206. package/getVulnerabilityProtectionProfileList.js +2 -2
  207. package/getVulnerabilityProtectionSignature.d.ts +41 -1
  208. package/getVulnerabilityProtectionSignature.js +40 -0
  209. package/getVulnerabilityProtectionSignature.js.map +1 -1
  210. package/getVulnerabilityProtectionSignatureList.d.ts +32 -0
  211. package/getVulnerabilityProtectionSignatureList.js +32 -0
  212. package/getVulnerabilityProtectionSignatureList.js.map +1 -1
  213. package/getZone.d.ts +44 -0
  214. package/getZone.js +44 -0
  215. package/getZone.js.map +1 -1
  216. package/getZoneList.d.ts +26 -0
  217. package/getZoneList.js +26 -0
  218. package/getZoneList.js.map +1 -1
  219. package/ikeGateway.d.ts +49 -0
  220. package/ikeGateway.js +49 -0
  221. package/ikeGateway.js.map +1 -1
  222. package/index.d.ts +9 -9
  223. package/index.js +12 -12
  224. package/index.js.map +1 -1
  225. package/interfaceManagementProfile.d.ts +56 -24
  226. package/interfaceManagementProfile.js +30 -0
  227. package/interfaceManagementProfile.js.map +1 -1
  228. package/ipsecCryptoProfile.d.ts +28 -0
  229. package/ipsecCryptoProfile.js +28 -0
  230. package/ipsecCryptoProfile.js.map +1 -1
  231. package/ipsecTunnel.d.ts +66 -0
  232. package/ipsecTunnel.js +66 -0
  233. package/ipsecTunnel.js.map +1 -1
  234. package/layer2Subinterface.d.ts +36 -7
  235. package/layer2Subinterface.js +32 -0
  236. package/layer2Subinterface.js.map +1 -1
  237. package/layer3Subinterface.d.ts +70 -11
  238. package/layer3Subinterface.js +59 -0
  239. package/layer3Subinterface.js.map +1 -1
  240. package/logicalRouter.d.ts +2 -0
  241. package/logicalRouter.js +2 -0
  242. package/logicalRouter.js.map +1 -1
  243. package/loopbackInterface.d.ts +58 -15
  244. package/loopbackInterface.js +35 -2
  245. package/loopbackInterface.js.map +1 -1
  246. package/natRule.d.ts +135 -42
  247. package/natRule.js +121 -8
  248. package/natRule.js.map +1 -1
  249. package/package.json +2 -2
  250. package/pbfRule.d.ts +89 -0
  251. package/pbfRule.js +89 -0
  252. package/pbfRule.js.map +1 -1
  253. package/qosPolicyRule.d.ts +95 -0
  254. package/qosPolicyRule.js +75 -0
  255. package/qosPolicyRule.js.map +1 -1
  256. package/radiusServerProfile.d.ts +38 -0
  257. package/radiusServerProfile.js +38 -0
  258. package/radiusServerProfile.js.map +1 -1
  259. package/remoteNetwork.d.ts +81 -0
  260. package/remoteNetwork.js +81 -0
  261. package/remoteNetwork.js.map +1 -1
  262. package/sdwanTrafficDistributionProfile.d.ts +4 -4
  263. package/securityRule.d.ts +181 -0
  264. package/securityRule.js +161 -0
  265. package/securityRule.js.map +1 -1
  266. package/serviceConnection.d.ts +82 -3
  267. package/serviceConnection.js +81 -2
  268. package/serviceConnection.js.map +1 -1
  269. package/serviceConnectionGroup.d.ts +100 -0
  270. package/serviceConnectionGroup.js +100 -0
  271. package/serviceConnectionGroup.js.map +1 -1
  272. package/serviceGroup.d.ts +2 -2
  273. package/serviceGroup.js +2 -2
  274. package/snippet.d.ts +23 -0
  275. package/snippet.js +23 -0
  276. package/snippet.js.map +1 -1
  277. package/tag.d.ts +3 -3
  278. package/tag.js +3 -3
  279. package/tunnelInterface.d.ts +42 -12
  280. package/tunnelInterface.js +32 -2
  281. package/tunnelInterface.js.map +1 -1
  282. package/types/input.d.ts +607 -335
  283. package/types/output.d.ts +1945 -1069
  284. package/vlanInterface.d.ts +40 -20
  285. package/vlanInterface.js +20 -0
  286. package/vlanInterface.js.map +1 -1
  287. package/vulnerabilityProtectionSignature.d.ts +12 -10
  288. package/vulnerabilityProtectionSignature.js +14 -0
  289. package/vulnerabilityProtectionSignature.js.map +1 -1
  290. package/zone.d.ts +71 -0
  291. package/zone.js +71 -0
  292. package/zone.js.map +1 -1
  293. package/aggregateEthernetInterface.js.map +0 -1
  294. package/getAggregateEthernetInterface.d.ts +0 -78
  295. package/getAggregateEthernetInterface.js +0 -30
  296. package/getAggregateEthernetInterface.js.map +0 -1
  297. package/getAggregateEthernetInterfaceList.js +0 -40
  298. package/getAggregateEthernetInterfaceList.js.map +0 -1
@@ -7,6 +7,145 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * DecryptionProfile 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 scmDecryptionProfileBase = new scm.DecryptionProfile("scm_decryption_profile_base", {
18
+ * folder: "ngfw-shared",
19
+ * name: "dp_base",
20
+ * });
21
+ * const scmDecryptionProfileForwardProxy = new scm.DecryptionProfile("scm_decryption_profile_forward_proxy", {
22
+ * folder: "ngfw-shared",
23
+ * name: "dp_forward_proxy",
24
+ * sslForwardProxy: {
25
+ * autoIncludeAltname: false,
26
+ * blockClientCert: true,
27
+ * blockExpiredCertificate: true,
28
+ * blockTimeoutCert: true,
29
+ * blockTls13DowngradeNoResource: false,
30
+ * blockUnknownCert: false,
31
+ * blockUnsupportedCipher: true,
32
+ * blockUnsupportedVersion: true,
33
+ * blockUntrustedIssuer: true,
34
+ * restrictCertExts: false,
35
+ * stripAlpn: true,
36
+ * },
37
+ * });
38
+ * const scmDecryptionProfileInboundProxy = new scm.DecryptionProfile("scm_decryption_profile_inbound_proxy", {
39
+ * folder: "ngfw-shared",
40
+ * name: "dp_inbound_proxy",
41
+ * sslInboundProxy: {
42
+ * blockIfHsmUnavailable: true,
43
+ * blockIfNoResource: true,
44
+ * blockUnsupportedCipher: false,
45
+ * blockUnsupportedVersion: true,
46
+ * },
47
+ * });
48
+ * const scmDecryptionProfileNoProxy = new scm.DecryptionProfile("scm_decryption_profile_no_proxy", {
49
+ * folder: "ngfw-shared",
50
+ * name: "dp_no_proxy",
51
+ * sslNoProxy: {
52
+ * blockExpiredCertificate: true,
53
+ * blockUntrustedIssuer: false,
54
+ * },
55
+ * });
56
+ * const scmDecryptionProfileProtocolSettings = new scm.DecryptionProfile("scm_decryption_profile_protocol_settings", {
57
+ * folder: "ngfw-shared",
58
+ * name: "dp_protocol_settings",
59
+ * sslProtocolSettings: {
60
+ * authAlgoMd5: true,
61
+ * authAlgoSha1: true,
62
+ * authAlgoSha256: true,
63
+ * authAlgoSha384: false,
64
+ * encAlgo3des: false,
65
+ * encAlgoAes128Cbc: false,
66
+ * encAlgoAes128Gcm: true,
67
+ * encAlgoAes256Cbc: false,
68
+ * encAlgoAes256Gcm: true,
69
+ * encAlgoChacha20Poly1305: false,
70
+ * encAlgoRc4: false,
71
+ * keyxchgAlgoDhe: true,
72
+ * keyxchgAlgoEcdhe: true,
73
+ * keyxchgAlgoRsa: false,
74
+ * maxVersion: "max",
75
+ * minVersion: "tls1-2",
76
+ * },
77
+ * });
78
+ * const mixedDecryptionProfile = new scm.DecryptionProfile("mixed_decryption_profile", {
79
+ * folder: "ngfw-shared",
80
+ * name: "mixed_dp",
81
+ * sslForwardProxy: {
82
+ * autoIncludeAltname: true,
83
+ * blockClientCert: true,
84
+ * blockExpiredCertificate: false,
85
+ * restrictCertExts: false,
86
+ * stripAlpn: true,
87
+ * },
88
+ * sslInboundProxy: {
89
+ * blockIfHsmUnavailable: true,
90
+ * blockIfNoResource: true,
91
+ * blockUnsupportedCipher: true,
92
+ * blockUnsupportedVersion: true,
93
+ * },
94
+ * sslProtocolSettings: {
95
+ * authAlgoMd5: true,
96
+ * authAlgoSha1: true,
97
+ * authAlgoSha256: false,
98
+ * authAlgoSha384: true,
99
+ * encAlgo3des: true,
100
+ * encAlgoRc4: true,
101
+ * keyxchgAlgoDhe: false,
102
+ * keyxchgAlgoEcdhe: false,
103
+ * maxVersion: "tls1-3",
104
+ * minVersion: "tls1-1",
105
+ * },
106
+ * });
107
+ * const fullMixedDecryptionProfile = new scm.DecryptionProfile("full_mixed_decryption_profile", {
108
+ * folder: "ngfw-shared",
109
+ * name: "full_mixed_dp",
110
+ * sslForwardProxy: {
111
+ * autoIncludeAltname: true,
112
+ * blockClientCert: true,
113
+ * blockExpiredCertificate: false,
114
+ * blockTimeoutCert: true,
115
+ * blockUnknownCert: false,
116
+ * blockUnsupportedCipher: true,
117
+ * blockUntrustedIssuer: false,
118
+ * restrictCertExts: false,
119
+ * stripAlpn: true,
120
+ * },
121
+ * sslInboundProxy: {
122
+ * blockIfHsmUnavailable: true,
123
+ * blockIfNoResource: false,
124
+ * blockUnsupportedCipher: true,
125
+ * blockUnsupportedVersion: false,
126
+ * },
127
+ * sslNoProxy: {
128
+ * blockExpiredCertificate: false,
129
+ * blockUntrustedIssuer: true,
130
+ * },
131
+ * sslProtocolSettings: {
132
+ * authAlgoMd5: false,
133
+ * authAlgoSha1: true,
134
+ * authAlgoSha256: false,
135
+ * authAlgoSha384: true,
136
+ * encAlgo3des: false,
137
+ * encAlgoAes128Gcm: true,
138
+ * encAlgoAes256Cbc: false,
139
+ * encAlgoAes256Gcm: true,
140
+ * encAlgoRc4: true,
141
+ * keyxchgAlgoDhe: false,
142
+ * keyxchgAlgoEcdhe: true,
143
+ * keyxchgAlgoRsa: false,
144
+ * maxVersion: "tls1-0",
145
+ * minVersion: "sslv3",
146
+ * },
147
+ * });
148
+ * ```
10
149
  */
11
150
  class DecryptionProfile extends pulumi.CustomResource {
12
151
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"decryptionProfile.js","sourceRoot":"","sources":["../decryptionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA4CD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,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,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,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,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,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,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAlGL,8CAmGC;AArFG,gBAAgB;AACO,8BAAY,GAAG,+CAA+C,CAAC"}
1
+ {"version":3,"file":"decryptionProfile.js","sourceRoot":"","sources":["../decryptionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6IG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA4CD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,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,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,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,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,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,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAlGL,8CAmGC;AArFG,gBAAgB;AACO,8BAAY,GAAG,+CAA+C,CAAC"}
@@ -3,6 +3,121 @@ import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
5
  * DecryptionRule resource
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as scm from "@pulumi/scm";
12
+ *
13
+ * // --- 1. TAG Resource ---
14
+ * const decryptionPositionTag = new scm.Tag("decryption_position_tag", {
15
+ * name: "decryption-position-tag",
16
+ * folder: "All",
17
+ * color: "Purple",
18
+ * });
19
+ * // --- 2. ANCHOR DECRYPTION RULE (Used for relative positioning) ---
20
+ * const anchorDecryptionRule = new scm.DecryptionRule("anchor_decryption_rule", {
21
+ * name: "anchor-decryption-rule",
22
+ * description: "Base rule for testing 'before' and 'after' positioning.",
23
+ * folder: "All",
24
+ * position: "pre",
25
+ * action: "decrypt",
26
+ * froms: ["trust"],
27
+ * tos: ["untrust"],
28
+ * sources: ["any"],
29
+ * destinations: ["any"],
30
+ * services: ["service-https"],
31
+ * categories: ["high-risk"],
32
+ * sourceUsers: ["any"],
33
+ * type: {
34
+ * sslForwardProxy: {},
35
+ * },
36
+ * destinationHips: ["any"],
37
+ * tags: [decryptionPositionTag.name],
38
+ * logSuccess: true,
39
+ * logFail: true,
40
+ * disabled: false,
41
+ * negateSource: false,
42
+ * negateDestination: false,
43
+ * });
44
+ * // --- 3. ABSOLUTE POSITIONING Examples ("top" and "bottom") ---
45
+ * const ruleTopDecryptionRule = new scm.DecryptionRule("rule_top_decryption_rule", {
46
+ * name: "top-absolute-decryption-rule",
47
+ * description: "Placed at the very TOP of the Decryption rulebase.",
48
+ * folder: "All",
49
+ * position: "pre",
50
+ * action: "no-decrypt",
51
+ * relativePosition: "top",
52
+ * froms: ["any"],
53
+ * tos: ["any"],
54
+ * sources: ["any"],
55
+ * destinations: ["any"],
56
+ * services: ["service-https"],
57
+ * categories: ["high-risk"],
58
+ * sourceUsers: ["any"],
59
+ * type: {
60
+ * sslForwardProxy: {},
61
+ * },
62
+ * });
63
+ * const ruleBottomDecryptionRule = new scm.DecryptionRule("rule_bottom_decryption_rule", {
64
+ * name: "bottom-absolute-decryption-rule",
65
+ * description: "Placed at the very BOTTOM of the Decryption rulebase.",
66
+ * folder: "All",
67
+ * position: "pre",
68
+ * action: "decrypt",
69
+ * relativePosition: "bottom",
70
+ * froms: ["any"],
71
+ * tos: ["any"],
72
+ * sources: ["any"],
73
+ * destinations: ["any"],
74
+ * services: ["service-https"],
75
+ * categories: ["high-risk"],
76
+ * sourceUsers: ["any"],
77
+ * type: {
78
+ * sslForwardProxy: {},
79
+ * },
80
+ * });
81
+ * // --- 4. RELATIVE POSITIONING Examples ("before" and "after") ---
82
+ * const ruleBeforeAnchorDecryption = new scm.DecryptionRule("rule_before_anchor_decryption", {
83
+ * name: "before-anchor-decryption-rule",
84
+ * description: "Positioned immediately BEFORE the anchor-decryption-rule. Updating",
85
+ * folder: "All",
86
+ * position: "pre",
87
+ * action: "decrypt",
88
+ * relativePosition: "before",
89
+ * targetRule: anchorDecryptionRule.id,
90
+ * froms: ["trust"],
91
+ * tos: ["untrust"],
92
+ * sources: ["10.1.1.0/24"],
93
+ * destinations: ["any"],
94
+ * services: ["service-https"],
95
+ * categories: ["high-risk"],
96
+ * sourceUsers: ["any"],
97
+ * type: {
98
+ * sslForwardProxy: {},
99
+ * },
100
+ * });
101
+ * const ruleAfterAnchorDecryption = new scm.DecryptionRule("rule_after_anchor_decryption", {
102
+ * name: "after-anchor-decryption-rule_123",
103
+ * description: "Positioned immediately AFTER the anchor-decryption-rule.",
104
+ * folder: "All",
105
+ * position: "pre",
106
+ * action: "decrypt",
107
+ * relativePosition: "after",
108
+ * targetRule: anchorDecryptionRule.id,
109
+ * froms: ["any"],
110
+ * tos: ["untrust"],
111
+ * sources: ["any"],
112
+ * destinations: ["192.168.1.10"],
113
+ * services: ["service-https"],
114
+ * categories: ["any"],
115
+ * sourceUsers: ["any"],
116
+ * type: {
117
+ * sslForwardProxy: {},
118
+ * },
119
+ * });
120
+ * ```
6
121
  */
7
122
  export declare class DecryptionRule extends pulumi.CustomResource {
8
123
  /**
@@ -88,6 +203,10 @@ export declare class DecryptionRule extends pulumi.CustomResource {
88
203
  * The decryption profile associated with the decryption rule
89
204
  */
90
205
  readonly profile: pulumi.Output<string | undefined>;
206
+ /**
207
+ * Relative positioning rule. String must be one of these: `"before"`, `"after"`, `"top"`, `"bottom"`. If not specified, rule is created at the bottom of the ruleset.
208
+ */
209
+ readonly relativePosition: pulumi.Output<string | undefined>;
91
210
  /**
92
211
  * The destination services and/or service groups
93
212
  */
@@ -112,6 +231,10 @@ export declare class DecryptionRule extends pulumi.CustomResource {
112
231
  * The tags associated with the decryption rule
113
232
  */
114
233
  readonly tags: pulumi.Output<string[] | undefined>;
234
+ /**
235
+ * The name or UUID of the rule to position this rule relative to. Required when `relativePosition` is `"before"` or `"after"`.
236
+ */
237
+ readonly targetRule: pulumi.Output<string | undefined>;
115
238
  readonly tfid: pulumi.Output<string>;
116
239
  /**
117
240
  * The destination security zone
@@ -202,6 +325,10 @@ export interface DecryptionRuleState {
202
325
  * The decryption profile associated with the decryption rule
203
326
  */
204
327
  profile?: pulumi.Input<string>;
328
+ /**
329
+ * Relative positioning rule. String must be one of these: `"before"`, `"after"`, `"top"`, `"bottom"`. If not specified, rule is created at the bottom of the ruleset.
330
+ */
331
+ relativePosition?: pulumi.Input<string>;
205
332
  /**
206
333
  * The destination services and/or service groups
207
334
  */
@@ -226,6 +353,10 @@ export interface DecryptionRuleState {
226
353
  * The tags associated with the decryption rule
227
354
  */
228
355
  tags?: pulumi.Input<pulumi.Input<string>[]>;
356
+ /**
357
+ * The name or UUID of the rule to position this rule relative to. Required when `relativePosition` is `"before"` or `"after"`.
358
+ */
359
+ targetRule?: pulumi.Input<string>;
229
360
  tfid?: pulumi.Input<string>;
230
361
  /**
231
362
  * The destination security zone
@@ -308,6 +439,10 @@ export interface DecryptionRuleArgs {
308
439
  * The decryption profile associated with the decryption rule
309
440
  */
310
441
  profile?: pulumi.Input<string>;
442
+ /**
443
+ * Relative positioning rule. String must be one of these: `"before"`, `"after"`, `"top"`, `"bottom"`. If not specified, rule is created at the bottom of the ruleset.
444
+ */
445
+ relativePosition?: pulumi.Input<string>;
311
446
  /**
312
447
  * The destination services and/or service groups
313
448
  */
@@ -332,6 +467,10 @@ export interface DecryptionRuleArgs {
332
467
  * The tags associated with the decryption rule
333
468
  */
334
469
  tags?: pulumi.Input<pulumi.Input<string>[]>;
470
+ /**
471
+ * The name or UUID of the rule to position this rule relative to. Required when `relativePosition` is `"before"` or `"after"`.
472
+ */
473
+ targetRule?: pulumi.Input<string>;
335
474
  /**
336
475
  * The destination security zone
337
476
  */
package/decryptionRule.js CHANGED
@@ -7,6 +7,121 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * DecryptionRule resource
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * // --- 1. TAG Resource ---
18
+ * const decryptionPositionTag = new scm.Tag("decryption_position_tag", {
19
+ * name: "decryption-position-tag",
20
+ * folder: "All",
21
+ * color: "Purple",
22
+ * });
23
+ * // --- 2. ANCHOR DECRYPTION RULE (Used for relative positioning) ---
24
+ * const anchorDecryptionRule = new scm.DecryptionRule("anchor_decryption_rule", {
25
+ * name: "anchor-decryption-rule",
26
+ * description: "Base rule for testing 'before' and 'after' positioning.",
27
+ * folder: "All",
28
+ * position: "pre",
29
+ * action: "decrypt",
30
+ * froms: ["trust"],
31
+ * tos: ["untrust"],
32
+ * sources: ["any"],
33
+ * destinations: ["any"],
34
+ * services: ["service-https"],
35
+ * categories: ["high-risk"],
36
+ * sourceUsers: ["any"],
37
+ * type: {
38
+ * sslForwardProxy: {},
39
+ * },
40
+ * destinationHips: ["any"],
41
+ * tags: [decryptionPositionTag.name],
42
+ * logSuccess: true,
43
+ * logFail: true,
44
+ * disabled: false,
45
+ * negateSource: false,
46
+ * negateDestination: false,
47
+ * });
48
+ * // --- 3. ABSOLUTE POSITIONING Examples ("top" and "bottom") ---
49
+ * const ruleTopDecryptionRule = new scm.DecryptionRule("rule_top_decryption_rule", {
50
+ * name: "top-absolute-decryption-rule",
51
+ * description: "Placed at the very TOP of the Decryption rulebase.",
52
+ * folder: "All",
53
+ * position: "pre",
54
+ * action: "no-decrypt",
55
+ * relativePosition: "top",
56
+ * froms: ["any"],
57
+ * tos: ["any"],
58
+ * sources: ["any"],
59
+ * destinations: ["any"],
60
+ * services: ["service-https"],
61
+ * categories: ["high-risk"],
62
+ * sourceUsers: ["any"],
63
+ * type: {
64
+ * sslForwardProxy: {},
65
+ * },
66
+ * });
67
+ * const ruleBottomDecryptionRule = new scm.DecryptionRule("rule_bottom_decryption_rule", {
68
+ * name: "bottom-absolute-decryption-rule",
69
+ * description: "Placed at the very BOTTOM of the Decryption rulebase.",
70
+ * folder: "All",
71
+ * position: "pre",
72
+ * action: "decrypt",
73
+ * relativePosition: "bottom",
74
+ * froms: ["any"],
75
+ * tos: ["any"],
76
+ * sources: ["any"],
77
+ * destinations: ["any"],
78
+ * services: ["service-https"],
79
+ * categories: ["high-risk"],
80
+ * sourceUsers: ["any"],
81
+ * type: {
82
+ * sslForwardProxy: {},
83
+ * },
84
+ * });
85
+ * // --- 4. RELATIVE POSITIONING Examples ("before" and "after") ---
86
+ * const ruleBeforeAnchorDecryption = new scm.DecryptionRule("rule_before_anchor_decryption", {
87
+ * name: "before-anchor-decryption-rule",
88
+ * description: "Positioned immediately BEFORE the anchor-decryption-rule. Updating",
89
+ * folder: "All",
90
+ * position: "pre",
91
+ * action: "decrypt",
92
+ * relativePosition: "before",
93
+ * targetRule: anchorDecryptionRule.id,
94
+ * froms: ["trust"],
95
+ * tos: ["untrust"],
96
+ * sources: ["10.1.1.0/24"],
97
+ * destinations: ["any"],
98
+ * services: ["service-https"],
99
+ * categories: ["high-risk"],
100
+ * sourceUsers: ["any"],
101
+ * type: {
102
+ * sslForwardProxy: {},
103
+ * },
104
+ * });
105
+ * const ruleAfterAnchorDecryption = new scm.DecryptionRule("rule_after_anchor_decryption", {
106
+ * name: "after-anchor-decryption-rule_123",
107
+ * description: "Positioned immediately AFTER the anchor-decryption-rule.",
108
+ * folder: "All",
109
+ * position: "pre",
110
+ * action: "decrypt",
111
+ * relativePosition: "after",
112
+ * targetRule: anchorDecryptionRule.id,
113
+ * froms: ["any"],
114
+ * tos: ["untrust"],
115
+ * sources: ["any"],
116
+ * destinations: ["192.168.1.10"],
117
+ * services: ["service-https"],
118
+ * categories: ["any"],
119
+ * sourceUsers: ["any"],
120
+ * type: {
121
+ * sslForwardProxy: {},
122
+ * },
123
+ * });
124
+ * ```
10
125
  */
11
126
  class DecryptionRule extends pulumi.CustomResource {
12
127
  /**
@@ -53,12 +168,14 @@ class DecryptionRule extends pulumi.CustomResource {
53
168
  resourceInputs["negateSource"] = state?.negateSource;
54
169
  resourceInputs["position"] = state?.position;
55
170
  resourceInputs["profile"] = state?.profile;
171
+ resourceInputs["relativePosition"] = state?.relativePosition;
56
172
  resourceInputs["services"] = state?.services;
57
173
  resourceInputs["snippet"] = state?.snippet;
58
174
  resourceInputs["sourceHips"] = state?.sourceHips;
59
175
  resourceInputs["sourceUsers"] = state?.sourceUsers;
60
176
  resourceInputs["sources"] = state?.sources;
61
177
  resourceInputs["tags"] = state?.tags;
178
+ resourceInputs["targetRule"] = state?.targetRule;
62
179
  resourceInputs["tfid"] = state?.tfid;
63
180
  resourceInputs["tos"] = state?.tos;
64
181
  resourceInputs["type"] = state?.type;
@@ -106,12 +223,14 @@ class DecryptionRule extends pulumi.CustomResource {
106
223
  resourceInputs["negateSource"] = args?.negateSource;
107
224
  resourceInputs["position"] = args?.position;
108
225
  resourceInputs["profile"] = args?.profile;
226
+ resourceInputs["relativePosition"] = args?.relativePosition;
109
227
  resourceInputs["services"] = args?.services;
110
228
  resourceInputs["snippet"] = args?.snippet;
111
229
  resourceInputs["sourceHips"] = args?.sourceHips;
112
230
  resourceInputs["sourceUsers"] = args?.sourceUsers;
113
231
  resourceInputs["sources"] = args?.sources;
114
232
  resourceInputs["tags"] = args?.tags;
233
+ resourceInputs["targetRule"] = args?.targetRule;
115
234
  resourceInputs["tos"] = args?.tos;
116
235
  resourceInputs["type"] = args?.type;
117
236
  resourceInputs["tfid"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"decryptionRule.js","sourceRoot":"","sources":["../decryptionRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"decryptionRule.js","sourceRoot":"","sources":["../decryptionRule.ts"],"names":[],"mappings":"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"}
package/dnsProxy.d.ts CHANGED
@@ -23,7 +23,7 @@ export declare class DnsProxy extends pulumi.CustomResource {
23
23
  /**
24
24
  * Cache
25
25
  */
26
- readonly cache: pulumi.Output<outputs.DnsProxyCache | undefined>;
26
+ readonly cache: pulumi.Output<outputs.DnsProxyCache>;
27
27
  /**
28
28
  * Default
29
29
  */
@@ -33,7 +33,7 @@ export declare class DnsProxy extends pulumi.CustomResource {
33
33
  */
34
34
  readonly device: pulumi.Output<string | undefined>;
35
35
  /**
36
- * Domain servers
36
+ * DNS proxy rules
37
37
  */
38
38
  readonly domainServers: pulumi.Output<outputs.DnsProxyDomainServer[] | undefined>;
39
39
  /**
@@ -63,12 +63,12 @@ export declare class DnsProxy extends pulumi.CustomResource {
63
63
  /**
64
64
  * Tcp queries
65
65
  */
66
- readonly tcpQueries: pulumi.Output<outputs.DnsProxyTcpQueries | undefined>;
66
+ readonly tcpQueries: pulumi.Output<outputs.DnsProxyTcpQueries>;
67
67
  readonly tfid: pulumi.Output<string>;
68
68
  /**
69
69
  * Udp queries
70
70
  */
71
- readonly udpQueries: pulumi.Output<outputs.DnsProxyUdpQueries | undefined>;
71
+ readonly udpQueries: pulumi.Output<outputs.DnsProxyUdpQueries>;
72
72
  /**
73
73
  * Create a DnsProxy resource with the given unique name, arguments, and options.
74
74
  *
@@ -95,7 +95,7 @@ export interface DnsProxyState {
95
95
  */
96
96
  device?: pulumi.Input<string>;
97
97
  /**
98
- * Domain servers
98
+ * DNS proxy rules
99
99
  */
100
100
  domainServers?: pulumi.Input<pulumi.Input<inputs.DnsProxyDomainServer>[]>;
101
101
  /**
@@ -149,7 +149,7 @@ export interface DnsProxyArgs {
149
149
  */
150
150
  device?: pulumi.Input<string>;
151
151
  /**
152
- * Domain servers
152
+ * DNS proxy rules
153
153
  */
154
154
  domainServers?: pulumi.Input<pulumi.Input<inputs.DnsProxyDomainServer>[]>;
155
155
  /**
@@ -3,6 +3,8 @@ import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
5
  * DnsSecurityProfile resource
6
+ *
7
+ * ## Example Usage
6
8
  */
7
9
  export declare class DnsSecurityProfile extends pulumi.CustomResource {
8
10
  /**
@@ -7,6 +7,8 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * DnsSecurityProfile resource
10
+ *
11
+ * ## Example Usage
10
12
  */
11
13
  class DnsSecurityProfile extends pulumi.CustomResource {
12
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"dnsSecurityProfile.js","sourceRoot":"","sources":["../dnsSecurityProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,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,WAAiD,CAAC;YAC/D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,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,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAtFL,gDAuFC;AAzEG,gBAAgB;AACO,+BAAY,GAAG,iDAAiD,CAAC"}
1
+ {"version":3,"file":"dnsSecurityProfile.js","sourceRoot":"","sources":["../dnsSecurityProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,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,WAAiD,CAAC;YAC/D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,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,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAtFL,gDAuFC;AAzEG,gBAAgB;AACO,+BAAY,GAAG,iDAAiD,CAAC"}
@@ -10,17 +10,17 @@ import * as pulumi from "@pulumi/pulumi";
10
10
  *
11
11
  * // First, create the tags that will be used in the dynamic user group's filter.
12
12
  * const scmDugTag1 = new scm.Tag("scm_dug_tag_1", {
13
- * folder: "Shared",
13
+ * folder: "All",
14
14
  * name: "scm_dug_tag_1",
15
15
  * color: "Red",
16
16
  * });
17
17
  * const scmDugTag2 = new scm.Tag("scm_dug_tag_2", {
18
- * folder: "Shared",
18
+ * folder: "All",
19
19
  * name: "scm_dug_tag_2",
20
20
  * color: "Blue",
21
21
  * });
22
22
  * const scmDugTag3 = new scm.Tag("scm_dug_tag_3", {
23
- * folder: "Shared",
23
+ * folder: "All",
24
24
  * name: "scm_dug_tag_3",
25
25
  * color: "Green",
26
26
  * });
@@ -16,17 +16,17 @@ const utilities = require("./utilities");
16
16
  *
17
17
  * // First, create the tags that will be used in the dynamic user group's filter.
18
18
  * const scmDugTag1 = new scm.Tag("scm_dug_tag_1", {
19
- * folder: "Shared",
19
+ * folder: "All",
20
20
  * name: "scm_dug_tag_1",
21
21
  * color: "Red",
22
22
  * });
23
23
  * const scmDugTag2 = new scm.Tag("scm_dug_tag_2", {
24
- * folder: "Shared",
24
+ * folder: "All",
25
25
  * name: "scm_dug_tag_2",
26
26
  * color: "Blue",
27
27
  * });
28
28
  * const scmDugTag3 = new scm.Tag("scm_dug_tag_3", {
29
- * folder: "Shared",
29
+ * folder: "All",
30
30
  * name: "scm_dug_tag_3",
31
31
  * color: "Green",
32
32
  * });