@pulumiverse/scaleway 0.4.0 → 1.11.1

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 (533) hide show
  1. package/accountProject.d.ts +108 -0
  2. package/accountProject.js +77 -0
  3. package/accountProject.js.map +1 -0
  4. package/accountSshKey.d.ts +40 -4
  5. package/accountSshKey.js +34 -26
  6. package/accountSshKey.js.map +1 -1
  7. package/appleSliconValleyServer.d.ts +2 -4
  8. package/appleSliconValleyServer.js +24 -26
  9. package/appleSliconValleyServer.js.map +1 -1
  10. package/baremetalServer.d.ts +161 -13
  11. package/baremetalServer.js +66 -30
  12. package/baremetalServer.js.map +1 -1
  13. package/cockpit.d.ts +87 -0
  14. package/cockpit.js +64 -0
  15. package/cockpit.js.map +1 -0
  16. package/cockpitGrafanaUser.d.ts +109 -0
  17. package/cockpitGrafanaUser.js +92 -0
  18. package/cockpitGrafanaUser.js.map +1 -0
  19. package/cockpitToken.d.ts +125 -0
  20. package/cockpitToken.js +100 -0
  21. package/cockpitToken.js.map +1 -0
  22. package/container.d.ts +65 -10
  23. package/container.js +33 -24
  24. package/container.js.map +1 -1
  25. package/containerCron.d.ts +6 -1
  26. package/containerCron.js +24 -24
  27. package/containerCron.js.map +1 -1
  28. package/containerDomain.d.ts +138 -0
  29. package/containerDomain.js +119 -0
  30. package/containerDomain.js.map +1 -0
  31. package/containerNamespace.d.ts +36 -8
  32. package/containerNamespace.js +29 -27
  33. package/containerNamespace.js.map +1 -1
  34. package/containerToken.d.ts +147 -0
  35. package/containerToken.js +92 -0
  36. package/containerToken.js.map +1 -0
  37. package/containerTrigger.d.ts +156 -0
  38. package/containerTrigger.js +108 -0
  39. package/containerTrigger.js.map +1 -0
  40. package/database.d.ts +23 -5
  41. package/database.js +24 -22
  42. package/database.js.map +1 -1
  43. package/databaseAcl.d.ts +14 -7
  44. package/databaseAcl.js +22 -22
  45. package/databaseAcl.js.map +1 -1
  46. package/databaseBackup.d.ts +18 -6
  47. package/databaseBackup.js +22 -22
  48. package/databaseBackup.js.map +1 -1
  49. package/databaseInstance.d.ts +71 -111
  50. package/databaseInstance.js +27 -121
  51. package/databaseInstance.js.map +1 -1
  52. package/databasePrivilege.d.ts +36 -8
  53. package/databasePrivilege.js +45 -27
  54. package/databasePrivilege.js.map +1 -1
  55. package/databaseReadReplica.d.ts +30 -8
  56. package/databaseReadReplica.js +25 -23
  57. package/databaseReadReplica.js.map +1 -1
  58. package/databaseUser.d.ts +19 -7
  59. package/databaseUser.js +26 -24
  60. package/databaseUser.js.map +1 -1
  61. package/documentdbDatabase.d.ts +137 -0
  62. package/documentdbDatabase.js +87 -0
  63. package/documentdbDatabase.js.map +1 -0
  64. package/documentdbInstance.d.ts +247 -0
  65. package/documentdbInstance.js +113 -0
  66. package/documentdbInstance.js.map +1 -0
  67. package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
  68. package/documentdbPrivateNetworkEndpoint.js +80 -0
  69. package/documentdbPrivateNetworkEndpoint.js.map +1 -0
  70. package/documentdbPrivilege.d.ts +122 -0
  71. package/documentdbPrivilege.js +95 -0
  72. package/documentdbPrivilege.js.map +1 -0
  73. package/documentdbReadReplica.d.ts +137 -0
  74. package/documentdbReadReplica.js +100 -0
  75. package/documentdbReadReplica.js.map +1 -0
  76. package/documentdbUser.d.ts +140 -0
  77. package/documentdbUser.js +97 -0
  78. package/documentdbUser.js.map +1 -0
  79. package/domainRecord.d.ts +23 -22
  80. package/domainRecord.js +28 -28
  81. package/domainRecord.js.map +1 -1
  82. package/domainZone.d.ts +2 -2
  83. package/domainZone.js +24 -24
  84. package/domainZone.js.map +1 -1
  85. package/flexibleIp.d.ts +53 -36
  86. package/flexibleIp.js +39 -32
  87. package/flexibleIp.js.map +1 -1
  88. package/flexibleIpMacAddress.d.ts +173 -0
  89. package/flexibleIpMacAddress.js +123 -0
  90. package/flexibleIpMacAddress.js.map +1 -0
  91. package/function.d.ts +39 -3
  92. package/function.js +28 -22
  93. package/function.js.map +1 -1
  94. package/functionCron.d.ts +0 -6
  95. package/functionCron.js +22 -28
  96. package/functionCron.js.map +1 -1
  97. package/functionDomain.d.ts +126 -0
  98. package/functionDomain.js +98 -0
  99. package/functionDomain.js.map +1 -0
  100. package/functionNamespace.d.ts +26 -4
  101. package/functionNamespace.js +28 -26
  102. package/functionNamespace.js.map +1 -1
  103. package/functionToken.d.ts +152 -0
  104. package/functionToken.js +97 -0
  105. package/functionToken.js.map +1 -0
  106. package/functionTrigger.d.ts +140 -0
  107. package/functionTrigger.js +92 -0
  108. package/functionTrigger.js.map +1 -0
  109. package/getAccountProject.d.ts +92 -0
  110. package/getAccountProject.js +56 -0
  111. package/getAccountProject.js.map +1 -0
  112. package/getAccountSshKey.d.ts +20 -3
  113. package/getAccountSshKey.js +18 -8
  114. package/getAccountSshKey.js.map +1 -1
  115. package/getAvailabilityZones.d.ts +69 -0
  116. package/getAvailabilityZones.js +54 -0
  117. package/getAvailabilityZones.js.map +1 -0
  118. package/getBaremetalOffer.d.ts +27 -4
  119. package/getBaremetalOffer.js +20 -8
  120. package/getBaremetalOffer.js.map +1 -1
  121. package/getBaremetalOption.d.ts +92 -0
  122. package/getBaremetalOption.js +58 -0
  123. package/getBaremetalOption.js.map +1 -0
  124. package/getBaremetalOs.d.ts +25 -6
  125. package/getBaremetalOs.js +27 -11
  126. package/getBaremetalOs.js.map +1 -1
  127. package/getBaremetalServer.d.ts +36 -8
  128. package/getBaremetalServer.js +25 -11
  129. package/getBaremetalServer.js.map +1 -1
  130. package/getBillingConsumptions.d.ts +16 -0
  131. package/getBillingConsumptions.js +17 -0
  132. package/getBillingConsumptions.js.map +1 -0
  133. package/getBillingInvoices.d.ts +86 -0
  134. package/getBillingInvoices.js +50 -0
  135. package/getBillingInvoices.js.map +1 -0
  136. package/getCockpit.d.ts +86 -0
  137. package/getCockpit.js +66 -0
  138. package/getCockpit.js.map +1 -0
  139. package/getCockpitPlan.d.ts +63 -0
  140. package/getCockpitPlan.js +51 -0
  141. package/getCockpitPlan.js.map +1 -0
  142. package/getContainer.d.ts +39 -0
  143. package/getContainer.js +30 -5
  144. package/getContainer.js.map +1 -1
  145. package/getContainerNamespace.d.ts +24 -6
  146. package/getContainerNamespace.js +23 -11
  147. package/getContainerNamespace.js.map +1 -1
  148. package/getDatabase.d.ts +21 -4
  149. package/getDatabase.js +20 -8
  150. package/getDatabase.js.map +1 -1
  151. package/getDatabaseAcl.d.ts +28 -7
  152. package/getDatabaseAcl.js +20 -9
  153. package/getDatabaseAcl.js.map +1 -1
  154. package/getDatabaseBackup.d.ts +33 -6
  155. package/getDatabaseBackup.js +29 -11
  156. package/getDatabaseBackup.js.map +1 -1
  157. package/getDatabaseInstance.d.ts +17 -15
  158. package/getDatabaseInstance.js +7 -18
  159. package/getDatabaseInstance.js.map +1 -1
  160. package/getDatabasePrivilege.d.ts +31 -6
  161. package/getDatabasePrivilege.js +23 -10
  162. package/getDatabasePrivilege.js.map +1 -1
  163. package/getDocumentdbDatabase.d.ts +86 -0
  164. package/getDocumentdbDatabase.js +51 -0
  165. package/getDocumentdbDatabase.js.map +1 -0
  166. package/getDocumentdbInstance.d.ts +91 -0
  167. package/getDocumentdbInstance.js +50 -0
  168. package/getDocumentdbInstance.js.map +1 -0
  169. package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
  170. package/getDocumentdbLoadBalancerEndpoint.js +23 -0
  171. package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
  172. package/getDomainRecord.d.ts +26 -7
  173. package/getDomainRecord.js +27 -11
  174. package/getDomainRecord.js.map +1 -1
  175. package/getDomainZone.d.ts +17 -3
  176. package/getDomainZone.js +19 -8
  177. package/getDomainZone.js.map +1 -1
  178. package/getFlexibleIp.d.ts +5 -13
  179. package/getFlexibleIp.js +5 -17
  180. package/getFlexibleIp.js.map +1 -1
  181. package/getFlexibleIps.d.ts +154 -0
  182. package/getFlexibleIps.js +101 -0
  183. package/getFlexibleIps.js.map +1 -0
  184. package/getFunction.d.ts +5 -1
  185. package/getFunction.js +2 -5
  186. package/getFunction.js.map +1 -1
  187. package/getFunctionNamespace.d.ts +19 -3
  188. package/getFunctionNamespace.js +18 -8
  189. package/getFunctionNamespace.js.map +1 -1
  190. package/getIamApplication.d.ts +93 -0
  191. package/getIamApplication.js +56 -0
  192. package/getIamApplication.js.map +1 -0
  193. package/getIamGroup.d.ts +97 -0
  194. package/getIamGroup.js +58 -0
  195. package/getIamGroup.js.map +1 -0
  196. package/getIamSshKey.d.ts +90 -0
  197. package/getIamSshKey.js +49 -0
  198. package/getIamSshKey.js.map +1 -0
  199. package/getIamUser.d.ts +89 -0
  200. package/getIamUser.js +60 -0
  201. package/getIamUser.js.map +1 -0
  202. package/getInstanceImage.d.ts +16 -3
  203. package/getInstanceImage.js +18 -8
  204. package/getInstanceImage.js.map +1 -1
  205. package/getInstanceIp.d.ts +24 -3
  206. package/getInstanceIp.js +18 -8
  207. package/getInstanceIp.js.map +1 -1
  208. package/getInstancePrivateNic.d.ts +121 -0
  209. package/getInstancePrivateNic.js +69 -0
  210. package/getInstancePrivateNic.js.map +1 -0
  211. package/getInstanceSecurityGroup.d.ts +17 -4
  212. package/getInstanceSecurityGroup.js +18 -8
  213. package/getInstanceSecurityGroup.js.map +1 -1
  214. package/getInstanceServer.d.ts +27 -7
  215. package/getInstanceServer.js +18 -8
  216. package/getInstanceServer.js.map +1 -1
  217. package/getInstanceServers.d.ts +20 -4
  218. package/getInstanceServers.js +21 -8
  219. package/getInstanceServers.js.map +1 -1
  220. package/getInstanceSnapshot.d.ts +96 -0
  221. package/getInstanceSnapshot.js +56 -0
  222. package/getInstanceSnapshot.js.map +1 -0
  223. package/getInstanceVolume.d.ts +16 -3
  224. package/getInstanceVolume.js +18 -8
  225. package/getInstanceVolume.js.map +1 -1
  226. package/getIotDevice.d.ts +17 -4
  227. package/getIotDevice.js +18 -8
  228. package/getIotDevice.js.map +1 -1
  229. package/getIotHub.d.ts +16 -3
  230. package/getIotHub.js +18 -8
  231. package/getIotHub.js.map +1 -1
  232. package/getIpamIp.d.ts +133 -0
  233. package/getIpamIp.js +83 -0
  234. package/getIpamIp.js.map +1 -0
  235. package/getK8sVersion.d.ts +108 -0
  236. package/getK8sVersion.js +76 -0
  237. package/getK8sVersion.js.map +1 -0
  238. package/getKubernetesCluster.d.ts +21 -4
  239. package/getKubernetesCluster.js +18 -8
  240. package/getKubernetesCluster.js.map +1 -1
  241. package/getKubernetesNodePool.d.ts +18 -4
  242. package/getKubernetesNodePool.js +18 -8
  243. package/getKubernetesNodePool.js.map +1 -1
  244. package/getLbAcls.d.ts +96 -0
  245. package/getLbAcls.js +58 -0
  246. package/getLbAcls.js.map +1 -0
  247. package/getLbBackend.d.ts +142 -0
  248. package/getLbBackend.js +82 -0
  249. package/getLbBackend.js.map +1 -0
  250. package/getLbBackends.d.ts +94 -0
  251. package/getLbBackends.js +58 -0
  252. package/getLbBackends.js.map +1 -0
  253. package/getLbFrontend.d.ts +134 -0
  254. package/getLbFrontend.js +94 -0
  255. package/getLbFrontend.js.map +1 -0
  256. package/getLbFrontends.d.ts +94 -0
  257. package/getLbFrontends.js +58 -0
  258. package/getLbFrontends.js.map +1 -0
  259. package/getLbIps.d.ts +94 -0
  260. package/getLbIps.js +52 -0
  261. package/getLbIps.js.map +1 -0
  262. package/getLbRoute.d.ts +111 -0
  263. package/getLbRoute.js +93 -0
  264. package/getLbRoute.js.map +1 -0
  265. package/getLbRoutes.d.ts +85 -0
  266. package/getLbRoutes.js +58 -0
  267. package/getLbRoutes.js.map +1 -0
  268. package/getLbs.d.ts +97 -0
  269. package/getLbs.js +52 -0
  270. package/getLbs.js.map +1 -0
  271. package/getLoadbalancer.d.ts +31 -13
  272. package/getLoadbalancer.js +23 -11
  273. package/getLoadbalancer.js.map +1 -1
  274. package/getLoadbalancerCertificate.d.ts +11 -2
  275. package/getLoadbalancerCertificate.js +12 -6
  276. package/getLoadbalancerCertificate.js.map +1 -1
  277. package/getLoadbalancerIp.d.ts +16 -3
  278. package/getLoadbalancerIp.js +18 -8
  279. package/getLoadbalancerIp.js.map +1 -1
  280. package/getMarketplaceImage.d.ts +17 -3
  281. package/getMarketplaceImage.js +19 -8
  282. package/getMarketplaceImage.js.map +1 -1
  283. package/getMnqSqs.d.ts +78 -0
  284. package/getMnqSqs.js +55 -0
  285. package/getMnqSqs.js.map +1 -0
  286. package/getObjectBucket.d.ts +57 -7
  287. package/getObjectBucket.js +49 -11
  288. package/getObjectBucket.js.map +1 -1
  289. package/getObjectBucketPolicy.d.ts +83 -0
  290. package/getObjectBucketPolicy.js +51 -0
  291. package/getObjectBucketPolicy.js.map +1 -0
  292. package/getRedisCluster.d.ts +18 -5
  293. package/getRedisCluster.js +19 -9
  294. package/getRedisCluster.js.map +1 -1
  295. package/getRegistryImage.d.ts +18 -4
  296. package/getRegistryImage.js +20 -9
  297. package/getRegistryImage.js.map +1 -1
  298. package/getRegistryNamespace.d.ts +16 -3
  299. package/getRegistryNamespace.js +18 -8
  300. package/getRegistryNamespace.js.map +1 -1
  301. package/getSecret.d.ts +125 -0
  302. package/getSecret.js +68 -0
  303. package/getSecret.js.map +1 -0
  304. package/getSecretVersion.d.ts +84 -0
  305. package/getSecretVersion.js +23 -0
  306. package/getSecretVersion.js.map +1 -0
  307. package/getTemDomain.d.ts +109 -0
  308. package/getTemDomain.js +28 -0
  309. package/getTemDomain.js.map +1 -0
  310. package/getVpc.d.ts +113 -0
  311. package/getVpc.js +65 -0
  312. package/getVpc.js.map +1 -0
  313. package/getVpcGatewayNetwork.d.ts +33 -0
  314. package/getVpcGatewayNetwork.js +28 -5
  315. package/getVpcGatewayNetwork.js.map +1 -1
  316. package/getVpcPrivateNetwork.d.ts +48 -3
  317. package/getVpcPrivateNetwork.js +30 -6
  318. package/getVpcPrivateNetwork.js.map +1 -1
  319. package/getVpcPublicGateway.d.ts +43 -7
  320. package/getVpcPublicGateway.js +35 -11
  321. package/getVpcPublicGateway.js.map +1 -1
  322. package/getVpcPublicGatewayDhcp.d.ts +20 -5
  323. package/getVpcPublicGatewayDhcp.js +22 -10
  324. package/getVpcPublicGatewayDhcp.js.map +1 -1
  325. package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
  326. package/getVpcPublicGatewayDhcpReservation.js +8 -5
  327. package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
  328. package/getVpcPublicGatewayIp.d.ts +22 -3
  329. package/getVpcPublicGatewayIp.js +24 -8
  330. package/getVpcPublicGatewayIp.js.map +1 -1
  331. package/getVpcPublicPatRule.d.ts +40 -0
  332. package/getVpcPublicPatRule.js +42 -5
  333. package/getVpcPublicPatRule.js.map +1 -1
  334. package/getVpcs.d.ts +100 -0
  335. package/getVpcs.js +53 -0
  336. package/getVpcs.js.map +1 -0
  337. package/getWebHostOffer.d.ts +96 -0
  338. package/getWebHostOffer.js +56 -0
  339. package/getWebHostOffer.js.map +1 -0
  340. package/getWebhosting.d.ts +108 -0
  341. package/getWebhosting.js +57 -0
  342. package/getWebhosting.js.map +1 -0
  343. package/iamApiKey.d.ts +178 -0
  344. package/iamApiKey.js +96 -0
  345. package/iamApiKey.js.map +1 -0
  346. package/iamApplication.d.ts +116 -0
  347. package/iamApplication.js +79 -0
  348. package/iamApplication.js.map +1 -0
  349. package/iamGroup.d.ts +164 -0
  350. package/iamGroup.js +103 -0
  351. package/iamGroup.js.map +1 -0
  352. package/iamGroupMembership.d.ts +106 -0
  353. package/iamGroupMembership.js +84 -0
  354. package/iamGroupMembership.js.map +1 -0
  355. package/iamPolicy.d.ts +197 -0
  356. package/iamPolicy.js +105 -0
  357. package/iamPolicy.js.map +1 -0
  358. package/iamSshKey.d.ts +141 -0
  359. package/iamSshKey.js +88 -0
  360. package/iamSshKey.js.map +1 -0
  361. package/iamUser.d.ts +147 -0
  362. package/iamUser.js +93 -0
  363. package/iamUser.js.map +1 -0
  364. package/index.d.ts +525 -94
  365. package/index.js +619 -217
  366. package/index.js.map +1 -1
  367. package/instanceImage.d.ts +9 -2
  368. package/instanceImage.js +23 -23
  369. package/instanceImage.js.map +1 -1
  370. package/instanceIp.d.ts +28 -2
  371. package/instanceIp.js +28 -24
  372. package/instanceIp.js.map +1 -1
  373. package/instanceIpReverseDns.d.ts +20 -0
  374. package/instanceIpReverseDns.js +42 -22
  375. package/instanceIpReverseDns.js.map +1 -1
  376. package/instancePlacementGroup.d.ts +2 -2
  377. package/instancePlacementGroup.js +24 -24
  378. package/instancePlacementGroup.js.map +1 -1
  379. package/instancePrivateNic.d.ts +26 -2
  380. package/instancePrivateNic.js +28 -24
  381. package/instancePrivateNic.js.map +1 -1
  382. package/instanceSecurityGroup.d.ts +2 -1
  383. package/instanceSecurityGroup.js +22 -22
  384. package/instanceSecurityGroup.js.map +1 -1
  385. package/instanceSecurityGroupRules.d.ts +27 -1
  386. package/instanceSecurityGroupRules.js +46 -21
  387. package/instanceSecurityGroupRules.js.map +1 -1
  388. package/instanceServer.d.ts +171 -21
  389. package/instanceServer.js +75 -27
  390. package/instanceServer.js.map +1 -1
  391. package/instanceSnapshot.d.ts +40 -7
  392. package/instanceSnapshot.js +47 -29
  393. package/instanceSnapshot.js.map +1 -1
  394. package/instanceUserData.d.ts +155 -0
  395. package/instanceUserData.js +120 -0
  396. package/instanceUserData.js.map +1 -0
  397. package/instanceVolume.d.ts +11 -11
  398. package/instanceVolume.js +24 -24
  399. package/instanceVolume.js.map +1 -1
  400. package/iotDevice.d.ts +20 -1
  401. package/iotDevice.js +22 -22
  402. package/iotDevice.js.map +1 -1
  403. package/iotHub.d.ts +12 -0
  404. package/iotHub.js +22 -22
  405. package/iotHub.js.map +1 -1
  406. package/iotNetwork.js +24 -22
  407. package/iotNetwork.js.map +1 -1
  408. package/iotRoute.d.ts +130 -0
  409. package/iotRoute.js +69 -0
  410. package/iotRoute.js.map +1 -0
  411. package/kubernetesCluster.d.ts +141 -11
  412. package/kubernetesCluster.js +109 -22
  413. package/kubernetesCluster.js.map +1 -1
  414. package/kubernetesNodePool.d.ts +23 -1
  415. package/kubernetesNodePool.js +24 -22
  416. package/kubernetesNodePool.js.map +1 -1
  417. package/loadbalancer.d.ts +69 -34
  418. package/loadbalancer.js +45 -50
  419. package/loadbalancer.js.map +1 -1
  420. package/loadbalancerAcl.d.ts +162 -0
  421. package/loadbalancerAcl.js +108 -0
  422. package/loadbalancerAcl.js.map +1 -0
  423. package/loadbalancerBackend.d.ts +124 -9
  424. package/loadbalancerBackend.js +41 -23
  425. package/loadbalancerBackend.js.map +1 -1
  426. package/loadbalancerCertificate.d.ts +12 -1
  427. package/loadbalancerCertificate.js +22 -22
  428. package/loadbalancerCertificate.js.map +1 -1
  429. package/loadbalancerFrontend.d.ts +42 -2
  430. package/loadbalancerFrontend.js +27 -23
  431. package/loadbalancerFrontend.js.map +1 -1
  432. package/loadbalancerIp.d.ts +3 -5
  433. package/loadbalancerIp.js +25 -27
  434. package/loadbalancerIp.js.map +1 -1
  435. package/loadbalancerRoute.d.ts +85 -13
  436. package/loadbalancerRoute.js +61 -26
  437. package/loadbalancerRoute.js.map +1 -1
  438. package/mnqCredential.d.ts +118 -0
  439. package/mnqCredential.js +71 -0
  440. package/mnqCredential.js.map +1 -0
  441. package/mnqNamespace.d.ts +146 -0
  442. package/mnqNamespace.js +93 -0
  443. package/mnqNamespace.js.map +1 -0
  444. package/mnqNatsAccount.d.ts +110 -0
  445. package/mnqNatsAccount.js +79 -0
  446. package/mnqNatsAccount.js.map +1 -0
  447. package/mnqNatsCredentials.d.ts +108 -0
  448. package/mnqNatsCredentials.js +83 -0
  449. package/mnqNatsCredentials.js.map +1 -0
  450. package/mnqQueue.d.ts +122 -0
  451. package/mnqQueue.js +64 -0
  452. package/mnqQueue.js.map +1 -0
  453. package/mnqSqs.d.ts +98 -0
  454. package/mnqSqs.js +80 -0
  455. package/mnqSqs.js.map +1 -0
  456. package/mnqSqsCredentials.d.ts +134 -0
  457. package/mnqSqsCredentials.js +93 -0
  458. package/mnqSqsCredentials.js.map +1 -0
  459. package/mnqSqsQueue.d.ts +238 -0
  460. package/mnqSqsQueue.js +121 -0
  461. package/mnqSqsQueue.js.map +1 -0
  462. package/objectBucket.d.ts +63 -72
  463. package/objectBucket.js +45 -90
  464. package/objectBucket.js.map +1 -1
  465. package/objectBucketAcl.d.ts +206 -0
  466. package/objectBucketAcl.js +158 -0
  467. package/objectBucketAcl.js.map +1 -0
  468. package/objectBucketLockConfiguration.d.ts +86 -0
  469. package/objectBucketLockConfiguration.js +61 -0
  470. package/objectBucketLockConfiguration.js.map +1 -0
  471. package/objectBucketPolicy.d.ts +47 -0
  472. package/objectBucketPolicy.js +53 -22
  473. package/objectBucketPolicy.js.map +1 -1
  474. package/objectBucketWebsiteConfiguration.d.ts +39 -14
  475. package/objectBucketWebsiteConfiguration.js +37 -30
  476. package/objectBucketWebsiteConfiguration.js.map +1 -1
  477. package/objectItem.d.ts +204 -0
  478. package/objectItem.js +89 -0
  479. package/objectItem.js.map +1 -0
  480. package/package.json +4 -4
  481. package/package.json.bak +3 -4
  482. package/package.json.dev +4 -5
  483. package/provider.js +10 -10
  484. package/provider.js.map +1 -1
  485. package/redisCluster.d.ts +122 -22
  486. package/redisCluster.js +28 -26
  487. package/redisCluster.js.map +1 -1
  488. package/registryNamespace.d.ts +7 -1
  489. package/registryNamespace.js +23 -23
  490. package/registryNamespace.js.map +1 -1
  491. package/secret.d.ts +160 -0
  492. package/secret.js +94 -0
  493. package/secret.js.map +1 -0
  494. package/secretVersion.d.ts +128 -0
  495. package/secretVersion.js +80 -0
  496. package/secretVersion.js.map +1 -0
  497. package/temDomain.d.ts +251 -0
  498. package/temDomain.js +135 -0
  499. package/temDomain.js.map +1 -0
  500. package/types/index.js.map +1 -1
  501. package/types/input.d.ts +712 -30
  502. package/types/output.d.ts +1603 -88
  503. package/utilities.js +13 -1
  504. package/utilities.js.map +1 -1
  505. package/vpc.d.ts +140 -0
  506. package/vpc.js +87 -0
  507. package/vpc.js.map +1 -0
  508. package/vpcGatewayNetwork.d.ts +72 -7
  509. package/vpcGatewayNetwork.js +69 -22
  510. package/vpcGatewayNetwork.js.map +1 -1
  511. package/vpcPrivateNetwork.d.ts +110 -11
  512. package/vpcPrivateNetwork.js +61 -26
  513. package/vpcPrivateNetwork.js.map +1 -1
  514. package/vpcPublicGateway.d.ts +1 -1
  515. package/vpcPublicGateway.js +23 -23
  516. package/vpcPublicGateway.js.map +1 -1
  517. package/vpcPublicGatewayDhcp.d.ts +2 -4
  518. package/vpcPublicGatewayDhcp.js +24 -26
  519. package/vpcPublicGatewayDhcp.js.map +1 -1
  520. package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
  521. package/vpcPublicGatewayDhcpReservation.js +24 -24
  522. package/vpcPublicGatewayDhcpReservation.js.map +1 -1
  523. package/vpcPublicGatewayIp.d.ts +3 -5
  524. package/vpcPublicGatewayIp.js +25 -27
  525. package/vpcPublicGatewayIp.js.map +1 -1
  526. package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
  527. package/vpcPublicGatewayIpReverseDns.js +91 -0
  528. package/vpcPublicGatewayIpReverseDns.js.map +1 -0
  529. package/vpcPublicGatewayPatRule.js +22 -22
  530. package/vpcPublicGatewayPatRule.js.map +1 -1
  531. package/webhosting.d.ts +244 -0
  532. package/webhosting.js +126 -0
  533. package/webhosting.js.map +1 -0
package/objectBucket.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "./types";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
3
4
  /**
4
5
  * Creates and manages Scaleway object storage buckets.
5
6
  * For more information, see [the documentation](https://www.scaleway.com/en/docs/object-storage-feature/).
@@ -8,27 +9,28 @@ import { input as inputs, output as outputs } from "./types";
8
9
  *
9
10
  * ```typescript
10
11
  * import * as pulumi from "@pulumi/pulumi";
11
- * import * as scaleway from "@pulumi/scaleway";
12
+ * import * as scaleway from "@pulumiverse/scaleway";
12
13
  *
13
- * const someBucket = new scaleway.ObjectBucket("some_bucket", {
14
- * acl: "private",
15
- * tags: {
16
- * key: "value",
17
- * },
18
- * });
14
+ * const someBucket = new scaleway.ObjectBucket("someBucket", {tags: {
15
+ * key: "value",
16
+ * }});
17
+ * ```
18
+ * ### Creating the bucket in a specific project
19
+ *
20
+ * ```typescript
21
+ * import * as pulumi from "@pulumi/pulumi";
22
+ * import * as scaleway from "@pulumiverse/scaleway";
23
+ *
24
+ * const someBucket = new scaleway.ObjectBucket("someBucket", {projectId: "11111111-1111-1111-1111-111111111111"});
19
25
  * ```
20
26
  * ### Using object lifecycle
21
27
  *
22
28
  * ```typescript
23
29
  * import * as pulumi from "@pulumi/pulumi";
24
- * import * as scaleway from "@pulumi/scaleway";
30
+ * import * as scaleway from "@pulumiverse/scaleway";
25
31
  *
26
32
  * const main = new scaleway.ObjectBucket("main", {
27
- * acl: "private",
28
33
  * lifecycleRules: [
29
- * // This lifecycle configuration rule will make that all objects that got a filter key that start with (path1/) be transferred
30
- * // from their default storage class (STANDARD, ONEZONE_IA) to GLACIER after 120 days counting
31
- * // from their creation and then 365 days after that they will be expired and deleted.
32
34
  * {
33
35
  * enabled: true,
34
36
  * expiration: {
@@ -41,8 +43,6 @@ import { input as inputs, output as outputs } from "./types";
41
43
  * storageClass: "GLACIER",
42
44
  * }],
43
45
  * },
44
- * // This lifecycle configuration rule specifies that all objects (identified by the key name prefix (path2/) in the rule)
45
- * // from their creation and then 50 days after that they will be expired and deleted.
46
46
  * {
47
47
  * enabled: true,
48
48
  * expiration: {
@@ -51,8 +51,6 @@ import { input as inputs, output as outputs } from "./types";
51
51
  * id: "id2",
52
52
  * prefix: "path2/",
53
53
  * },
54
- * // This lifecycle configuration rule remove any object with (path3/) prefix that match
55
- * // with the tags one day after creation.
56
54
  * {
57
55
  * enabled: false,
58
56
  * expiration: {
@@ -65,9 +63,6 @@ import { input as inputs, output as outputs } from "./types";
65
63
  * terraform: "hashicorp",
66
64
  * },
67
65
  * },
68
- * // This lifecycle configuration rule specifies a tag-based filter (tag1/value1).
69
- * // This rule directs Scaleway S3 to transition objects S3 Glacier class soon after creation.
70
- * // It is also disable temporaly.
71
66
  * {
72
67
  * enabled: true,
73
68
  * id: "id4",
@@ -79,63 +74,14 @@ import { input as inputs, output as outputs } from "./types";
79
74
  * storageClass: "GLACIER",
80
75
  * }],
81
76
  * },
82
- * // This lifecycle configuration rule specifies with the AbortIncompleteMultipartUpload action to
83
- * // stop incomplete multipart uploads (identified by the key name prefix (path5/) in the rule)
84
- * // if they aren't completed within a specified number of days after initiation.
85
- * // Note: It's not recommended using prefix/ for AbortIncompleteMultipartUpload as any incomplete multipart upload will be billed
86
77
  * {
87
78
  * abortIncompleteMultipartUploadDays: 30,
88
- * // prefix = "path5/"
89
79
  * enabled: true,
90
80
  * },
91
81
  * ],
92
82
  * region: "fr-par",
93
83
  * });
94
84
  * ```
95
- * ## The ACL
96
- *
97
- * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl)
98
- *
99
- * The `CORS` object supports the following:
100
- *
101
- * * `allowedHeaders` (Optional) Specifies which headers are allowed.
102
- * * `allowedMethods` (Required) Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
103
- * * `allowedOrigins` (Required) Specifies which origins are allowed.
104
- * * `exposeHeaders` (Optional) Specifies expose header in the response.
105
- * * `maxAgeSeconds` (Optional) Specifies time in seconds that browser can cache the response for a preflight request.
106
- *
107
- * The `lifecycleRule` (Optional) object supports the following:
108
- *
109
- * * `id` - (Optional) Unique identifier for the rule. Must be less than or equal to 255 characters in length.
110
- * * `prefix` - (Optional) Object key prefix identifying one or more objects to which the rule applies.
111
- * * `tags` - (Optional) Specifies object tags key and value.
112
- * * `enabled` - (Required) The element value can be either Enabled or Disabled. If a rule is disabled, Scaleway S3 doesn't perform any of the actions defined in the rule.
113
- *
114
- * * `abortIncompleteMultipartUploadDays` (Optional) Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
115
- *
116
- * * > **Important:** It's not recommended using `prefix` for `AbortIncompleteMultipartUpload` as any incomplete multipart upload will be billed
117
- *
118
- * * `expiration` - (Optional) Specifies a period in the object's expire (documented below).
119
- * * `transition` - (Optional) Specifies a period in the object's transitions (documented below).
120
- *
121
- * At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition` must be specified.
122
- *
123
- * The `expiration` object supports the following
124
- *
125
- * * `days` (Optional) Specifies the number of days after object creation when the specific rule action takes effect.
126
- *
127
- * > **Important:** If versioning is enabled, this rule only deletes the current version of an object.
128
- *
129
- * The `transition` object supports the following
130
- *
131
- * * `days` (Optional) Specifies the number of days after object creation when the specific rule action takes effect.
132
- * * `storageClass` (Required) Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) `STANDARD`, `GLACIER`, `ONEZONE_IA` to which you want the object to transition.
133
- *
134
- * > **Important:** `ONEZONE_IA` is only available in `fr-par` region. The storage class `GLACIER` is not available in `pl-waw` region.
135
- *
136
- * The `versioning` object supports the following:
137
- *
138
- * * `enabled` - (Optional) Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
139
85
  *
140
86
  * ## Import
141
87
  *
@@ -144,6 +90,12 @@ import { input as inputs, output as outputs } from "./types";
144
90
  * ```sh
145
91
  * $ pulumi import scaleway:index/objectBucket:ObjectBucket some_bucket fr-par/some-bucket
146
92
  * ```
93
+ *
94
+ * If you are importing a bucket from a specific project (that is not your default project), you can use the following syntaxbash
95
+ *
96
+ * ```sh
97
+ * $ pulumi import scaleway:index/objectBucket:ObjectBucket some_bucket fr-par/some-bucket@11111111-1111-1111-1111-111111111111
98
+ * ```
147
99
  */
148
100
  export declare class ObjectBucket extends pulumi.CustomResource {
149
101
  /**
@@ -162,7 +114,9 @@ export declare class ObjectBucket extends pulumi.CustomResource {
162
114
  */
163
115
  static isInstance(obj: any): obj is ObjectBucket;
164
116
  /**
165
- * The canned ACL you want to apply to the bucket.
117
+ * (Deprecated) The canned ACL you want to apply to the bucket.
118
+ *
119
+ * @deprecated ACL attribute is deprecated. Please use the resource scaleway_object_bucket_acl instead.
166
120
  */
167
121
  readonly acl: pulumi.Output<string | undefined>;
168
122
  /**
@@ -185,6 +139,17 @@ export declare class ObjectBucket extends pulumi.CustomResource {
185
139
  * The name of the bucket.
186
140
  */
187
141
  readonly name: pulumi.Output<string>;
142
+ /**
143
+ * Enable object lock
144
+ */
145
+ readonly objectLockEnabled: pulumi.Output<boolean | undefined>;
146
+ /**
147
+ * `projectId`) The ID of the project the bucket is associated with.
148
+ *
149
+ * The `acl` attribute is deprecated. See scaleway.ObjectBucketAcl resource documentation.
150
+ * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) documentation for supported values.
151
+ */
152
+ readonly projectId: pulumi.Output<string>;
188
153
  /**
189
154
  * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
190
155
  */
@@ -213,7 +178,9 @@ export declare class ObjectBucket extends pulumi.CustomResource {
213
178
  */
214
179
  export interface ObjectBucketState {
215
180
  /**
216
- * The canned ACL you want to apply to the bucket.
181
+ * (Deprecated) The canned ACL you want to apply to the bucket.
182
+ *
183
+ * @deprecated ACL attribute is deprecated. Please use the resource scaleway_object_bucket_acl instead.
217
184
  */
218
185
  acl?: pulumi.Input<string>;
219
186
  /**
@@ -236,6 +203,17 @@ export interface ObjectBucketState {
236
203
  * The name of the bucket.
237
204
  */
238
205
  name?: pulumi.Input<string>;
206
+ /**
207
+ * Enable object lock
208
+ */
209
+ objectLockEnabled?: pulumi.Input<boolean>;
210
+ /**
211
+ * `projectId`) The ID of the project the bucket is associated with.
212
+ *
213
+ * The `acl` attribute is deprecated. See scaleway.ObjectBucketAcl resource documentation.
214
+ * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) documentation for supported values.
215
+ */
216
+ projectId?: pulumi.Input<string>;
239
217
  /**
240
218
  * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
241
219
  */
@@ -256,7 +234,9 @@ export interface ObjectBucketState {
256
234
  */
257
235
  export interface ObjectBucketArgs {
258
236
  /**
259
- * The canned ACL you want to apply to the bucket.
237
+ * (Deprecated) The canned ACL you want to apply to the bucket.
238
+ *
239
+ * @deprecated ACL attribute is deprecated. Please use the resource scaleway_object_bucket_acl instead.
260
240
  */
261
241
  acl?: pulumi.Input<string>;
262
242
  /**
@@ -275,6 +255,17 @@ export interface ObjectBucketArgs {
275
255
  * The name of the bucket.
276
256
  */
277
257
  name?: pulumi.Input<string>;
258
+ /**
259
+ * Enable object lock
260
+ */
261
+ objectLockEnabled?: pulumi.Input<boolean>;
262
+ /**
263
+ * `projectId`) The ID of the project the bucket is associated with.
264
+ *
265
+ * The `acl` attribute is deprecated. See scaleway.ObjectBucketAcl resource documentation.
266
+ * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) documentation for supported values.
267
+ */
268
+ projectId?: pulumi.Input<string>;
278
269
  /**
279
270
  * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
280
271
  */
package/objectBucket.js CHANGED
@@ -13,27 +13,28 @@ const utilities = require("./utilities");
13
13
  *
14
14
  * ```typescript
15
15
  * import * as pulumi from "@pulumi/pulumi";
16
- * import * as scaleway from "@pulumi/scaleway";
16
+ * import * as scaleway from "@pulumiverse/scaleway";
17
17
  *
18
- * const someBucket = new scaleway.ObjectBucket("some_bucket", {
19
- * acl: "private",
20
- * tags: {
21
- * key: "value",
22
- * },
23
- * });
18
+ * const someBucket = new scaleway.ObjectBucket("someBucket", {tags: {
19
+ * key: "value",
20
+ * }});
21
+ * ```
22
+ * ### Creating the bucket in a specific project
23
+ *
24
+ * ```typescript
25
+ * import * as pulumi from "@pulumi/pulumi";
26
+ * import * as scaleway from "@pulumiverse/scaleway";
27
+ *
28
+ * const someBucket = new scaleway.ObjectBucket("someBucket", {projectId: "11111111-1111-1111-1111-111111111111"});
24
29
  * ```
25
30
  * ### Using object lifecycle
26
31
  *
27
32
  * ```typescript
28
33
  * import * as pulumi from "@pulumi/pulumi";
29
- * import * as scaleway from "@pulumi/scaleway";
34
+ * import * as scaleway from "@pulumiverse/scaleway";
30
35
  *
31
36
  * const main = new scaleway.ObjectBucket("main", {
32
- * acl: "private",
33
37
  * lifecycleRules: [
34
- * // This lifecycle configuration rule will make that all objects that got a filter key that start with (path1/) be transferred
35
- * // from their default storage class (STANDARD, ONEZONE_IA) to GLACIER after 120 days counting
36
- * // from their creation and then 365 days after that they will be expired and deleted.
37
38
  * {
38
39
  * enabled: true,
39
40
  * expiration: {
@@ -46,8 +47,6 @@ const utilities = require("./utilities");
46
47
  * storageClass: "GLACIER",
47
48
  * }],
48
49
  * },
49
- * // This lifecycle configuration rule specifies that all objects (identified by the key name prefix (path2/) in the rule)
50
- * // from their creation and then 50 days after that they will be expired and deleted.
51
50
  * {
52
51
  * enabled: true,
53
52
  * expiration: {
@@ -56,8 +55,6 @@ const utilities = require("./utilities");
56
55
  * id: "id2",
57
56
  * prefix: "path2/",
58
57
  * },
59
- * // This lifecycle configuration rule remove any object with (path3/) prefix that match
60
- * // with the tags one day after creation.
61
58
  * {
62
59
  * enabled: false,
63
60
  * expiration: {
@@ -70,9 +67,6 @@ const utilities = require("./utilities");
70
67
  * terraform: "hashicorp",
71
68
  * },
72
69
  * },
73
- * // This lifecycle configuration rule specifies a tag-based filter (tag1/value1).
74
- * // This rule directs Scaleway S3 to transition objects S3 Glacier class soon after creation.
75
- * // It is also disable temporaly.
76
70
  * {
77
71
  * enabled: true,
78
72
  * id: "id4",
@@ -84,63 +78,14 @@ const utilities = require("./utilities");
84
78
  * storageClass: "GLACIER",
85
79
  * }],
86
80
  * },
87
- * // This lifecycle configuration rule specifies with the AbortIncompleteMultipartUpload action to
88
- * // stop incomplete multipart uploads (identified by the key name prefix (path5/) in the rule)
89
- * // if they aren't completed within a specified number of days after initiation.
90
- * // Note: It's not recommended using prefix/ for AbortIncompleteMultipartUpload as any incomplete multipart upload will be billed
91
81
  * {
92
82
  * abortIncompleteMultipartUploadDays: 30,
93
- * // prefix = "path5/"
94
83
  * enabled: true,
95
84
  * },
96
85
  * ],
97
86
  * region: "fr-par",
98
87
  * });
99
88
  * ```
100
- * ## The ACL
101
- *
102
- * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl)
103
- *
104
- * The `CORS` object supports the following:
105
- *
106
- * * `allowedHeaders` (Optional) Specifies which headers are allowed.
107
- * * `allowedMethods` (Required) Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
108
- * * `allowedOrigins` (Required) Specifies which origins are allowed.
109
- * * `exposeHeaders` (Optional) Specifies expose header in the response.
110
- * * `maxAgeSeconds` (Optional) Specifies time in seconds that browser can cache the response for a preflight request.
111
- *
112
- * The `lifecycleRule` (Optional) object supports the following:
113
- *
114
- * * `id` - (Optional) Unique identifier for the rule. Must be less than or equal to 255 characters in length.
115
- * * `prefix` - (Optional) Object key prefix identifying one or more objects to which the rule applies.
116
- * * `tags` - (Optional) Specifies object tags key and value.
117
- * * `enabled` - (Required) The element value can be either Enabled or Disabled. If a rule is disabled, Scaleway S3 doesn't perform any of the actions defined in the rule.
118
- *
119
- * * `abortIncompleteMultipartUploadDays` (Optional) Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
120
- *
121
- * * > **Important:** It's not recommended using `prefix` for `AbortIncompleteMultipartUpload` as any incomplete multipart upload will be billed
122
- *
123
- * * `expiration` - (Optional) Specifies a period in the object's expire (documented below).
124
- * * `transition` - (Optional) Specifies a period in the object's transitions (documented below).
125
- *
126
- * At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition` must be specified.
127
- *
128
- * The `expiration` object supports the following
129
- *
130
- * * `days` (Optional) Specifies the number of days after object creation when the specific rule action takes effect.
131
- *
132
- * > **Important:** If versioning is enabled, this rule only deletes the current version of an object.
133
- *
134
- * The `transition` object supports the following
135
- *
136
- * * `days` (Optional) Specifies the number of days after object creation when the specific rule action takes effect.
137
- * * `storageClass` (Required) Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) `STANDARD`, `GLACIER`, `ONEZONE_IA` to which you want the object to transition.
138
- *
139
- * > **Important:** `ONEZONE_IA` is only available in `fr-par` region. The storage class `GLACIER` is not available in `pl-waw` region.
140
- *
141
- * The `versioning` object supports the following:
142
- *
143
- * * `enabled` - (Optional) Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
144
89
  *
145
90
  * ## Import
146
91
  *
@@ -149,8 +94,36 @@ const utilities = require("./utilities");
149
94
  * ```sh
150
95
  * $ pulumi import scaleway:index/objectBucket:ObjectBucket some_bucket fr-par/some-bucket
151
96
  * ```
97
+ *
98
+ * If you are importing a bucket from a specific project (that is not your default project), you can use the following syntaxbash
99
+ *
100
+ * ```sh
101
+ * $ pulumi import scaleway:index/objectBucket:ObjectBucket some_bucket fr-par/some-bucket@11111111-1111-1111-1111-111111111111
102
+ * ```
152
103
  */
153
104
  class ObjectBucket extends pulumi.CustomResource {
105
+ /**
106
+ * Get an existing ObjectBucket resource's state with the given name, ID, and optional extra
107
+ * properties used to qualify the lookup.
108
+ *
109
+ * @param name The _unique_ name of the resulting resource.
110
+ * @param id The _unique_ provider ID of the resource to lookup.
111
+ * @param state Any extra arguments used during the lookup.
112
+ * @param opts Optional settings to control the behavior of the CustomResource.
113
+ */
114
+ static get(name, id, state, opts) {
115
+ return new ObjectBucket(name, state, Object.assign(Object.assign({}, opts), { id: id }));
116
+ }
117
+ /**
118
+ * Returns true if the given object is an instance of ObjectBucket. This is designed to work even
119
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
120
+ */
121
+ static isInstance(obj) {
122
+ if (obj === undefined || obj === null) {
123
+ return false;
124
+ }
125
+ return obj['__pulumiType'] === ObjectBucket.__pulumiType;
126
+ }
154
127
  constructor(name, argsOrState, opts) {
155
128
  let resourceInputs = {};
156
129
  opts = opts || {};
@@ -162,6 +135,8 @@ class ObjectBucket extends pulumi.CustomResource {
162
135
  resourceInputs["forceDestroy"] = state ? state.forceDestroy : undefined;
163
136
  resourceInputs["lifecycleRules"] = state ? state.lifecycleRules : undefined;
164
137
  resourceInputs["name"] = state ? state.name : undefined;
138
+ resourceInputs["objectLockEnabled"] = state ? state.objectLockEnabled : undefined;
139
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
165
140
  resourceInputs["region"] = state ? state.region : undefined;
166
141
  resourceInputs["tags"] = state ? state.tags : undefined;
167
142
  resourceInputs["versioning"] = state ? state.versioning : undefined;
@@ -173,6 +148,8 @@ class ObjectBucket extends pulumi.CustomResource {
173
148
  resourceInputs["forceDestroy"] = args ? args.forceDestroy : undefined;
174
149
  resourceInputs["lifecycleRules"] = args ? args.lifecycleRules : undefined;
175
150
  resourceInputs["name"] = args ? args.name : undefined;
151
+ resourceInputs["objectLockEnabled"] = args ? args.objectLockEnabled : undefined;
152
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
176
153
  resourceInputs["region"] = args ? args.region : undefined;
177
154
  resourceInputs["tags"] = args ? args.tags : undefined;
178
155
  resourceInputs["versioning"] = args ? args.versioning : undefined;
@@ -181,28 +158,6 @@ class ObjectBucket extends pulumi.CustomResource {
181
158
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
182
159
  super(ObjectBucket.__pulumiType, name, resourceInputs, opts);
183
160
  }
184
- /**
185
- * Get an existing ObjectBucket resource's state with the given name, ID, and optional extra
186
- * properties used to qualify the lookup.
187
- *
188
- * @param name The _unique_ name of the resulting resource.
189
- * @param id The _unique_ provider ID of the resource to lookup.
190
- * @param state Any extra arguments used during the lookup.
191
- * @param opts Optional settings to control the behavior of the CustomResource.
192
- */
193
- static get(name, id, state, opts) {
194
- return new ObjectBucket(name, state, Object.assign(Object.assign({}, opts), { id: id }));
195
- }
196
- /**
197
- * Returns true if the given object is an instance of ObjectBucket. This is designed to work even
198
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
199
- */
200
- static isInstance(obj) {
201
- if (obj === undefined || obj === null) {
202
- return false;
203
- }
204
- return obj['__pulumiType'] === ObjectBucket.__pulumiType;
205
- }
206
161
  }
207
162
  exports.ObjectBucket = ObjectBucket;
208
163
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"objectBucket.js","sourceRoot":"","sources":["../objectBucket.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"objectBucket.js","sourceRoot":"","sources":["../objectBucket.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,206 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as scaleway from "@pulumiverse/scaleway";
10
+ *
11
+ * const someBucket = new scaleway.ObjectBucket("someBucket", {});
12
+ * const main = new scaleway.ObjectBucketAcl("main", {
13
+ * bucket: scaleway_object_bucket.main.name,
14
+ * acl: "private",
15
+ * });
16
+ * ```
17
+ * ## Example with Grants
18
+ *
19
+ * ```typescript
20
+ * import * as pulumi from "@pulumi/pulumi";
21
+ * import * as scaleway from "@pulumiverse/scaleway";
22
+ *
23
+ * const mainObjectBucket = new scaleway.ObjectBucket("mainObjectBucket", {});
24
+ * const mainObjectBucketAcl = new scaleway.ObjectBucketAcl("mainObjectBucketAcl", {
25
+ * bucket: mainObjectBucket.name,
26
+ * accessControlPolicy: {
27
+ * grants: [
28
+ * {
29
+ * grantee: {
30
+ * id: "<project-id>:<project-id>",
31
+ * type: "CanonicalUser",
32
+ * },
33
+ * permission: "FULL_CONTROL",
34
+ * },
35
+ * {
36
+ * grantee: {
37
+ * id: "<project-id>",
38
+ * type: "CanonicalUser",
39
+ * },
40
+ * permission: "WRITE",
41
+ * },
42
+ * ],
43
+ * owner: {
44
+ * id: "<project-id>",
45
+ * },
46
+ * },
47
+ * });
48
+ * ```
49
+ *
50
+ * ## The ACL
51
+ *
52
+ * Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl)
53
+ *
54
+ * ## The Access Control policy
55
+ *
56
+ * The `accessControlPolicy` configuration block supports the following arguments:
57
+ *
58
+ * * `grant` - (Required) Set of grant configuration blocks documented below.
59
+ * * `owner` - (Required) Configuration block of the bucket owner's display name and ID documented below.
60
+ *
61
+ * ## The Grant
62
+ *
63
+ * The `grant` configuration block supports the following arguments:
64
+ *
65
+ * * `grantee` - (Required) Configuration block for the project being granted permissions documented below.
66
+ * * `permission` - (Required) Logging permissions assigned to the grantee for the bucket.
67
+ *
68
+ * ## The permission
69
+ *
70
+ * The following list shows each access policy permissions supported.
71
+ *
72
+ * `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`
73
+ *
74
+ * For more information about ACL permissions in the S3 bucket, see [ACL permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html).
75
+ *
76
+ * ## The owner
77
+ *
78
+ * The `owner` configuration block supports the following arguments:
79
+ *
80
+ * * `id` - (Required) The ID of the project owner.
81
+ * * `displayName` - (Optional) The display name of the owner.
82
+ *
83
+ * ## the grantee
84
+ *
85
+ * The `grantee` configuration block supports the following arguments:
86
+ *
87
+ * * `id` - (Required) The canonical user ID of the grantee.
88
+ * * `type` - (Required) Type of grantee. Valid values: CanonicalUser.
89
+ *
90
+ * ## Import
91
+ *
92
+ * Buckets can be imported using the `{region}/{bucketName}/{acl}` identifier, e.g. bash
93
+ *
94
+ * ```sh
95
+ * $ pulumi import scaleway:index/objectBucketAcl:ObjectBucketAcl some_bucket fr-par/some-bucket
96
+ * ```
97
+ *
98
+ * /private
99
+ */
100
+ export declare class ObjectBucketAcl extends pulumi.CustomResource {
101
+ /**
102
+ * Get an existing ObjectBucketAcl resource's state with the given name, ID, and optional extra
103
+ * properties used to qualify the lookup.
104
+ *
105
+ * @param name The _unique_ name of the resulting resource.
106
+ * @param id The _unique_ provider ID of the resource to lookup.
107
+ * @param state Any extra arguments used during the lookup.
108
+ * @param opts Optional settings to control the behavior of the CustomResource.
109
+ */
110
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ObjectBucketAclState, opts?: pulumi.CustomResourceOptions): ObjectBucketAcl;
111
+ /**
112
+ * Returns true if the given object is an instance of ObjectBucketAcl. This is designed to work even
113
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
114
+ */
115
+ static isInstance(obj: any): obj is ObjectBucketAcl;
116
+ /**
117
+ * A configuration block that sets the ACL permissions for an object per grantee documented below.
118
+ */
119
+ readonly accessControlPolicy: pulumi.Output<outputs.ObjectBucketAclAccessControlPolicy>;
120
+ /**
121
+ * The canned ACL you want to apply to the bucket.
122
+ */
123
+ readonly acl: pulumi.Output<string | undefined>;
124
+ /**
125
+ * The name of the bucket.
126
+ */
127
+ readonly bucket: pulumi.Output<string>;
128
+ /**
129
+ * The project ID of the expected bucket owner.
130
+ */
131
+ readonly expectedBucketOwner: pulumi.Output<string | undefined>;
132
+ /**
133
+ * `projectId`) The ID of the project the bucket is associated with.
134
+ */
135
+ readonly projectId: pulumi.Output<string>;
136
+ /**
137
+ * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
138
+ */
139
+ readonly region: pulumi.Output<string>;
140
+ /**
141
+ * Create a ObjectBucketAcl resource with the given unique name, arguments, and options.
142
+ *
143
+ * @param name The _unique_ name of the resource.
144
+ * @param args The arguments to use to populate this resource's properties.
145
+ * @param opts A bag of options that control this resource's behavior.
146
+ */
147
+ constructor(name: string, args: ObjectBucketAclArgs, opts?: pulumi.CustomResourceOptions);
148
+ }
149
+ /**
150
+ * Input properties used for looking up and filtering ObjectBucketAcl resources.
151
+ */
152
+ export interface ObjectBucketAclState {
153
+ /**
154
+ * A configuration block that sets the ACL permissions for an object per grantee documented below.
155
+ */
156
+ accessControlPolicy?: pulumi.Input<inputs.ObjectBucketAclAccessControlPolicy>;
157
+ /**
158
+ * The canned ACL you want to apply to the bucket.
159
+ */
160
+ acl?: pulumi.Input<string>;
161
+ /**
162
+ * The name of the bucket.
163
+ */
164
+ bucket?: pulumi.Input<string>;
165
+ /**
166
+ * The project ID of the expected bucket owner.
167
+ */
168
+ expectedBucketOwner?: pulumi.Input<string>;
169
+ /**
170
+ * `projectId`) The ID of the project the bucket is associated with.
171
+ */
172
+ projectId?: pulumi.Input<string>;
173
+ /**
174
+ * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
175
+ */
176
+ region?: pulumi.Input<string>;
177
+ }
178
+ /**
179
+ * The set of arguments for constructing a ObjectBucketAcl resource.
180
+ */
181
+ export interface ObjectBucketAclArgs {
182
+ /**
183
+ * A configuration block that sets the ACL permissions for an object per grantee documented below.
184
+ */
185
+ accessControlPolicy?: pulumi.Input<inputs.ObjectBucketAclAccessControlPolicy>;
186
+ /**
187
+ * The canned ACL you want to apply to the bucket.
188
+ */
189
+ acl?: pulumi.Input<string>;
190
+ /**
191
+ * The name of the bucket.
192
+ */
193
+ bucket: pulumi.Input<string>;
194
+ /**
195
+ * The project ID of the expected bucket owner.
196
+ */
197
+ expectedBucketOwner?: pulumi.Input<string>;
198
+ /**
199
+ * `projectId`) The ID of the project the bucket is associated with.
200
+ */
201
+ projectId?: pulumi.Input<string>;
202
+ /**
203
+ * The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
204
+ */
205
+ region?: pulumi.Input<string>;
206
+ }