@pulumiverse/scaleway 1.14.0 → 1.15.0

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 (267) hide show
  1. package/{appleSliconValleyServer.d.ts → appleSiliconServer.d.ts} +13 -13
  2. package/{appleSliconValleyServer.js → appleSiliconServer.js} +12 -12
  3. package/appleSiliconServer.js.map +1 -0
  4. package/blockSnapshot.d.ts +5 -1
  5. package/blockSnapshot.js +5 -1
  6. package/blockSnapshot.js.map +1 -1
  7. package/blockVolume.d.ts +19 -0
  8. package/blockVolume.js +19 -0
  9. package/blockVolume.js.map +1 -1
  10. package/container.d.ts +12 -0
  11. package/container.js +2 -0
  12. package/container.js.map +1 -1
  13. package/database.d.ts +17 -9
  14. package/database.js +11 -3
  15. package/database.js.map +1 -1
  16. package/databaseAcl.d.ts +14 -6
  17. package/databaseAcl.js +11 -3
  18. package/databaseAcl.js.map +1 -1
  19. package/databaseBackup.d.ts +21 -12
  20. package/databaseBackup.js +15 -6
  21. package/databaseBackup.js.map +1 -1
  22. package/databaseInstance.d.ts +47 -50
  23. package/databaseInstance.js +7 -7
  24. package/databaseInstance.js.map +1 -1
  25. package/databasePrivilege.d.ts +5 -5
  26. package/databasePrivilege.js +2 -2
  27. package/databaseReadReplica.d.ts +12 -12
  28. package/databaseReadReplica.js +3 -3
  29. package/databaseUser.d.ts +30 -22
  30. package/databaseUser.js +12 -4
  31. package/databaseUser.js.map +1 -1
  32. package/documentdbDatabase.d.ts +11 -4
  33. package/documentdbDatabase.js +8 -1
  34. package/documentdbDatabase.js.map +1 -1
  35. package/documentdbPrivateNetworkEndpoint.d.ts +51 -75
  36. package/documentdbPrivateNetworkEndpoint.js +27 -17
  37. package/documentdbPrivateNetworkEndpoint.js.map +1 -1
  38. package/documentdbPrivilege.d.ts +9 -2
  39. package/documentdbPrivilege.js +9 -2
  40. package/documentdbPrivilege.js.map +1 -1
  41. package/documentdbReadReplica.d.ts +8 -1
  42. package/documentdbReadReplica.js +8 -1
  43. package/documentdbReadReplica.js.map +1 -1
  44. package/documentdbUser.d.ts +8 -1
  45. package/documentdbUser.js +8 -1
  46. package/documentdbUser.js.map +1 -1
  47. package/domainRecord.d.ts +3 -3
  48. package/function.d.ts +15 -12
  49. package/function.js +2 -0
  50. package/function.js.map +1 -1
  51. package/functionTrigger.d.ts +16 -0
  52. package/functionTrigger.js +16 -0
  53. package/functionTrigger.js.map +1 -1
  54. package/getAccountSshKey.d.ts +8 -4
  55. package/getAccountSshKey.js.map +1 -1
  56. package/getBillingConsumptions.d.ts +21 -0
  57. package/getBillingConsumptions.js +6 -0
  58. package/getBillingConsumptions.js.map +1 -1
  59. package/getBillingInvoices.d.ts +2 -2
  60. package/getBillingInvoices.js +2 -2
  61. package/getBlockSnapshot.d.ts +58 -0
  62. package/getBlockSnapshot.js +28 -0
  63. package/getBlockSnapshot.js.map +1 -1
  64. package/getConfig.d.ts +22 -0
  65. package/getConfig.js +17 -0
  66. package/getConfig.js.map +1 -0
  67. package/getContainer.d.ts +4 -0
  68. package/getContainer.js.map +1 -1
  69. package/getDatabase.d.ts +2 -2
  70. package/getDatabase.js +2 -2
  71. package/getDatabaseAcl.d.ts +2 -2
  72. package/getDatabaseAcl.js +2 -2
  73. package/getDatabaseBackup.d.ts +8 -8
  74. package/getDatabaseInstance.d.ts +14 -10
  75. package/getDatabaseInstance.js +6 -2
  76. package/getDatabaseInstance.js.map +1 -1
  77. package/getDatabasePrivilege.d.ts +4 -4
  78. package/getDatabasePrivilege.js +2 -2
  79. package/getFunction.d.ts +1 -0
  80. package/getFunction.js.map +1 -1
  81. package/getIamApiKey.d.ts +68 -0
  82. package/getIamApiKey.js +47 -0
  83. package/getIamApiKey.js.map +1 -0
  84. package/getIamApplication.d.ts +6 -6
  85. package/getIamGroup.d.ts +10 -8
  86. package/getIamGroup.js +6 -4
  87. package/getIamGroup.js.map +1 -1
  88. package/getIamSshKey.d.ts +8 -4
  89. package/getIamSshKey.js.map +1 -1
  90. package/getIamUser.d.ts +10 -8
  91. package/getIamUser.js +2 -4
  92. package/getIamUser.js.map +1 -1
  93. package/getIpamIp.d.ts +19 -15
  94. package/getIpamIp.js +8 -4
  95. package/getIpamIp.js.map +1 -1
  96. package/getIpamIps.d.ts +25 -21
  97. package/getIpamIps.js +6 -2
  98. package/getIpamIps.js.map +1 -1
  99. package/getLbAcls.d.ts +13 -9
  100. package/getLbAcls.js +4 -0
  101. package/getLbAcls.js.map +1 -1
  102. package/getLbBackend.d.ts +12 -10
  103. package/getLbBackend.js +6 -4
  104. package/getLbBackend.js.map +1 -1
  105. package/getLbBackends.d.ts +9 -5
  106. package/getLbBackends.js +4 -0
  107. package/getLbBackends.js.map +1 -1
  108. package/getLbFrontend.d.ts +10 -8
  109. package/getLbFrontend.js +6 -4
  110. package/getLbFrontend.js.map +1 -1
  111. package/getLbFrontends.d.ts +13 -9
  112. package/getLbFrontends.js +6 -2
  113. package/getLbFrontends.js.map +1 -1
  114. package/getLbIps.d.ts +42 -12
  115. package/getLbIps.js +16 -2
  116. package/getLbIps.js.map +1 -1
  117. package/getLbRoute.d.ts +8 -6
  118. package/getLbRoute.js +6 -4
  119. package/getLbRoute.js.map +1 -1
  120. package/getLbRoutes.d.ts +11 -7
  121. package/getLbRoutes.js +6 -2
  122. package/getLbRoutes.js.map +1 -1
  123. package/getLbs.d.ts +18 -14
  124. package/getLbs.js +4 -0
  125. package/getLbs.js.map +1 -1
  126. package/getLoadbalancer.d.ts +14 -10
  127. package/getLoadbalancer.js +4 -0
  128. package/getLoadbalancer.js.map +1 -1
  129. package/getLoadbalancerCertificate.d.ts +12 -12
  130. package/getLoadbalancerCertificate.js +6 -6
  131. package/getLoadbalancerIp.d.ts +14 -6
  132. package/getLoadbalancerIp.js +6 -2
  133. package/getLoadbalancerIp.js.map +1 -1
  134. package/getMarketplaceImage.d.ts +2 -2
  135. package/getMnqSqs.d.ts +7 -7
  136. package/getMnqSqs.js +2 -2
  137. package/getRedisCluster.d.ts +52 -6
  138. package/getRedisCluster.js +6 -2
  139. package/getRedisCluster.js.map +1 -1
  140. package/getRegistryImage.d.ts +6 -6
  141. package/getRegistryImage.js +2 -2
  142. package/getRegistryNamespace.d.ts +4 -4
  143. package/getVpc.d.ts +10 -10
  144. package/getVpcGatewayNetwork.d.ts +4 -32
  145. package/getVpcGatewayNetwork.js +2 -2
  146. package/getVpcGatewayNetwork.js.map +1 -1
  147. package/getVpcPrivateNetwork.d.ts +12 -12
  148. package/getVpcPrivateNetwork.js +2 -2
  149. package/getVpcPublicGateway.d.ts +8 -10
  150. package/getVpcPublicGateway.js +2 -2
  151. package/getVpcPublicGateway.js.map +1 -1
  152. package/getVpcPublicGatewayDhcp.d.ts +2 -2
  153. package/getVpcPublicGatewayDhcp.js +2 -2
  154. package/getVpcPublicGatewayDhcpReservation.d.ts +12 -12
  155. package/getVpcPublicGatewayDhcpReservation.js +6 -6
  156. package/getVpcPublicGatewayIp.d.ts +4 -4
  157. package/getVpcPublicGatewayIp.js +4 -4
  158. package/getVpcPublicPatRule.d.ts +11 -11
  159. package/getVpcPublicPatRule.js +4 -4
  160. package/getVpcRoutes.d.ts +96 -0
  161. package/getVpcRoutes.js +32 -0
  162. package/getVpcRoutes.js.map +1 -0
  163. package/getVpcs.d.ts +11 -11
  164. package/iamApiKey.d.ts +44 -33
  165. package/iamApiKey.js +16 -2
  166. package/iamApiKey.js.map +1 -1
  167. package/iamApplication.d.ts +1 -1
  168. package/iamApplication.js +1 -1
  169. package/iamGroup.d.ts +1 -1
  170. package/iamGroup.js +1 -1
  171. package/iamGroupMembership.d.ts +4 -4
  172. package/iamGroupMembership.js +1 -1
  173. package/iamPolicy.d.ts +22 -22
  174. package/iamPolicy.js +1 -1
  175. package/iamSshKey.d.ts +1 -2
  176. package/iamSshKey.js +1 -2
  177. package/iamSshKey.js.map +1 -1
  178. package/iamUser.d.ts +10 -10
  179. package/index.d.ts +12 -3
  180. package/index.js +20 -11
  181. package/index.js.map +1 -1
  182. package/instanceServer.d.ts +3 -3
  183. package/iotHub.d.ts +2 -2
  184. package/ipamIp.d.ts +14 -12
  185. package/ipamIp.js +6 -4
  186. package/ipamIp.js.map +1 -1
  187. package/ipamIpReverseDns.d.ts +4 -2
  188. package/ipamIpReverseDns.js +4 -2
  189. package/ipamIpReverseDns.js.map +1 -1
  190. package/kubernetesCluster.d.ts +18 -21
  191. package/kubernetesCluster.js +18 -21
  192. package/kubernetesCluster.js.map +1 -1
  193. package/loadbalancer.d.ts +102 -43
  194. package/loadbalancer.js +63 -4
  195. package/loadbalancer.js.map +1 -1
  196. package/loadbalancerAcl.d.ts +10 -8
  197. package/loadbalancerAcl.js +4 -2
  198. package/loadbalancerAcl.js.map +1 -1
  199. package/loadbalancerBackend.d.ts +10 -9
  200. package/loadbalancerBackend.js +4 -3
  201. package/loadbalancerBackend.js.map +1 -1
  202. package/loadbalancerFrontend.d.ts +27 -25
  203. package/loadbalancerFrontend.js +4 -2
  204. package/loadbalancerFrontend.js.map +1 -1
  205. package/loadbalancerIp.d.ts +28 -15
  206. package/loadbalancerIp.js +6 -3
  207. package/loadbalancerIp.js.map +1 -1
  208. package/loadbalancerRoute.d.ts +14 -13
  209. package/loadbalancerRoute.js +4 -3
  210. package/loadbalancerRoute.js.map +1 -1
  211. package/mnqNatsAccount.d.ts +11 -11
  212. package/mnqNatsAccount.js +5 -5
  213. package/mnqNatsCredentials.d.ts +10 -10
  214. package/mnqNatsCredentials.js +4 -4
  215. package/mnqSns.d.ts +15 -15
  216. package/mnqSns.js +7 -7
  217. package/mnqSnsCredentials.d.ts +16 -16
  218. package/mnqSnsCredentials.js +4 -4
  219. package/mnqSnsTopic.d.ts +16 -16
  220. package/mnqSnsTopic.js +4 -4
  221. package/mnqSnsTopicSubscription.d.ts +16 -16
  222. package/mnqSnsTopicSubscription.js +4 -4
  223. package/mnqSqs.d.ts +12 -12
  224. package/mnqSqs.js +4 -4
  225. package/mnqSqsCredentials.d.ts +16 -16
  226. package/mnqSqsCredentials.js +4 -4
  227. package/mnqSqsQueue.d.ts +12 -12
  228. package/mnqSqsQueue.js +3 -3
  229. package/objectBucketAcl.d.ts +3 -3
  230. package/objectBucketLockConfiguration.d.ts +3 -3
  231. package/objectBucketPolicy.d.ts +3 -3
  232. package/objectBucketWebsiteConfiguration.d.ts +3 -3
  233. package/objectItem.d.ts +3 -3
  234. package/package.json +2 -2
  235. package/package.json.dev +1 -1
  236. package/redisCluster.d.ts +68 -68
  237. package/redisCluster.js +4 -4
  238. package/registryNamespace.d.ts +3 -3
  239. package/registryNamespace.js +1 -1
  240. package/sdbDatabase.d.ts +3 -3
  241. package/temDomain.d.ts +4 -4
  242. package/temDomain.js +1 -1
  243. package/temDomainValidation.d.ts +2 -1
  244. package/temDomainValidation.js +2 -1
  245. package/temDomainValidation.js.map +1 -1
  246. package/types/input.d.ts +111 -71
  247. package/types/output.d.ts +267 -171
  248. package/vpc.d.ts +13 -13
  249. package/vpc.js +2 -2
  250. package/vpcGatewayNetwork.d.ts +39 -38
  251. package/vpcGatewayNetwork.js +9 -8
  252. package/vpcGatewayNetwork.js.map +1 -1
  253. package/vpcPrivateNetwork.d.ts +28 -28
  254. package/vpcPrivateNetwork.js +2 -2
  255. package/vpcPublicGateway.d.ts +27 -27
  256. package/vpcPublicGateway.js +3 -3
  257. package/vpcPublicGatewayDhcp.d.ts +26 -26
  258. package/vpcPublicGatewayDhcp.js +2 -2
  259. package/vpcPublicGatewayDhcpReservation.d.ts +19 -19
  260. package/vpcPublicGatewayDhcpReservation.js +5 -5
  261. package/vpcPublicGatewayIp.d.ts +18 -18
  262. package/vpcPublicGatewayIp.js +3 -3
  263. package/vpcPublicGatewayIpReverseDns.d.ts +6 -6
  264. package/vpcPublicGatewayIpReverseDns.js +3 -3
  265. package/vpcPublicGatewayPatRule.d.ts +27 -27
  266. package/vpcPublicGatewayPatRule.js +3 -3
  267. package/appleSliconValleyServer.js.map +0 -1
package/types/input.d.ts CHANGED
@@ -210,7 +210,7 @@ export interface DatabaseAclAclRule {
210
210
  */
211
211
  description?: pulumi.Input<string>;
212
212
  /**
213
- * The ip range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
213
+ * The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
214
214
  */
215
215
  ip: pulumi.Input<string>;
216
216
  }
@@ -300,15 +300,15 @@ export interface DatabaseInstanceReadReplica {
300
300
  }
301
301
  export interface DatabaseReadReplicaDirectAccess {
302
302
  /**
303
- * The ID of the endpoint of the read replica.
303
+ * The ID of the endpoint of the Read Replica.
304
304
  */
305
305
  endpointId?: pulumi.Input<string>;
306
306
  /**
307
- * Hostname of the endpoint. Only one of ip and hostname may be set.
307
+ * Hostname of the endpoint. Only one of IP and hostname may be set.
308
308
  */
309
309
  hostname?: pulumi.Input<string>;
310
310
  /**
311
- * IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
311
+ * IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
312
312
  */
313
313
  ip?: pulumi.Input<string>;
314
314
  /**
@@ -328,15 +328,15 @@ export interface DatabaseReadReplicaPrivateNetwork {
328
328
  */
329
329
  enableIpam?: pulumi.Input<boolean>;
330
330
  /**
331
- * The ID of the endpoint of the read replica.
331
+ * The ID of the endpoint of the Read Replica.
332
332
  */
333
333
  endpointId?: pulumi.Input<string>;
334
334
  /**
335
- * Hostname of the endpoint. Only one of ip and hostname may be set.
335
+ * Hostname of the endpoint. Only one of IP and hostname may be set.
336
336
  */
337
337
  hostname?: pulumi.Input<string>;
338
338
  /**
339
- * IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
339
+ * IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
340
340
  */
341
341
  ip?: pulumi.Input<string>;
342
342
  /**
@@ -348,7 +348,7 @@ export interface DatabaseReadReplicaPrivateNetwork {
348
348
  */
349
349
  port?: pulumi.Input<number>;
350
350
  /**
351
- * UUID of the private network to be connected to the read replica.
351
+ * UUID of the Private Netork to be connected to the Read Replica.
352
352
  */
353
353
  privateNetworkId: pulumi.Input<string>;
354
354
  /**
@@ -360,6 +360,36 @@ export interface DatabaseReadReplicaPrivateNetwork {
360
360
  */
361
361
  zone?: pulumi.Input<string>;
362
362
  }
363
+ export interface DocumentdbPrivateNetworkEndpointPrivateNetwork {
364
+ /**
365
+ * The hostname of your endpoint.
366
+ */
367
+ hostname?: pulumi.Input<string>;
368
+ /**
369
+ * The private network ID.
370
+ */
371
+ id: pulumi.Input<string>;
372
+ /**
373
+ * The IP of your private network service.
374
+ */
375
+ ip?: pulumi.Input<string>;
376
+ /**
377
+ * The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM) service if not set.
378
+ */
379
+ ipNet?: pulumi.Input<string>;
380
+ /**
381
+ * The name of your private service.
382
+ */
383
+ name?: pulumi.Input<string>;
384
+ /**
385
+ * The port of your private service.
386
+ */
387
+ port?: pulumi.Input<number>;
388
+ /**
389
+ * The zone of your endpoint.
390
+ */
391
+ zone?: pulumi.Input<string>;
392
+ }
363
393
  export interface DocumentdbReadReplicaDirectAccess {
364
394
  /**
365
395
  * The ID of the endpoint of the read replica.
@@ -520,57 +550,57 @@ export interface FunctionTriggerSqs {
520
550
  }
521
551
  export interface GetIpamIpResource {
522
552
  /**
523
- * The ID of the resource that the IP is bound to.
553
+ * The ID of the resource that the IP is attached to.
524
554
  */
525
555
  id?: string;
526
556
  /**
527
- * The name of the resource to get the IP from.
557
+ * The name of the resource the IP is attached to.
528
558
  */
529
559
  name?: string;
530
560
  /**
531
- * The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
561
+ * The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
532
562
  */
533
563
  type: string;
534
564
  }
535
565
  export interface GetIpamIpResourceArgs {
536
566
  /**
537
- * The ID of the resource that the IP is bound to.
567
+ * The ID of the resource that the IP is attached to.
538
568
  */
539
569
  id?: pulumi.Input<string>;
540
570
  /**
541
- * The name of the resource to get the IP from.
571
+ * The name of the resource the IP is attached to.
542
572
  */
543
573
  name?: pulumi.Input<string>;
544
574
  /**
545
- * The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
575
+ * The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
546
576
  */
547
577
  type: pulumi.Input<string>;
548
578
  }
549
579
  export interface GetIpamIpsResource {
550
580
  /**
551
- * The ID of the resource that the IP is bound to.
581
+ * The ID of the attached resource.
552
582
  */
553
583
  id?: string;
554
584
  /**
555
- * The name of the resource to get the IP from.
585
+ * The name of the attached resource.
556
586
  */
557
587
  name?: string;
558
588
  /**
559
- * The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
589
+ * The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
560
590
  */
561
591
  type: string;
562
592
  }
563
593
  export interface GetIpamIpsResourceArgs {
564
594
  /**
565
- * The ID of the resource that the IP is bound to.
595
+ * The ID of the attached resource.
566
596
  */
567
597
  id?: pulumi.Input<string>;
568
598
  /**
569
- * The name of the resource to get the IP from.
599
+ * The name of the attached resource.
570
600
  */
571
601
  name?: pulumi.Input<string>;
572
602
  /**
573
- * The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
603
+ * The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
574
604
  */
575
605
  type: pulumi.Input<string>;
576
606
  }
@@ -580,19 +610,19 @@ export interface IamPolicyRule {
580
610
  */
581
611
  organizationId?: pulumi.Input<string>;
582
612
  /**
583
- * Names of permission sets bound to the rule.
613
+ * Names of permission sets bind to the rule.
584
614
  *
585
- * **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
615
+ * **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
586
616
  *
587
617
  * ```shell
588
- * $ scw iam permission-set list
618
+ * scw IAM permission-set list
589
619
  * ```
590
620
  */
591
621
  permissionSetNames: pulumi.Input<pulumi.Input<string>[]>;
592
622
  /**
593
623
  * List of project IDs scoped to the rule.
594
624
  *
595
- * > **Important** One of `organizationId` or `projectIds` must be set per rule.
625
+ * > **Important** One `organizationId` or `projectIds` must be set per rule.
596
626
  */
597
627
  projectIds?: pulumi.Input<pulumi.Input<string>[]>;
598
628
  }
@@ -861,21 +891,25 @@ export interface IotDeviceMessageFilters {
861
891
  }
862
892
  export interface IotDeviceMessageFiltersPublish {
863
893
  /**
864
- * Publish message filter policy
894
+ * Filtering policy (eg `accept` or `reject`)
865
895
  */
866
896
  policy?: pulumi.Input<string>;
867
897
  /**
868
- * List of topics in the set
898
+ * List of topics to match (eg `foo/bar/+/baz/#`)
869
899
  */
870
900
  topics?: pulumi.Input<pulumi.Input<string>[]>;
871
901
  }
872
902
  export interface IotDeviceMessageFiltersSubscribe {
873
903
  /**
874
- * Subscribe message filter policy
904
+ * Same as publish rules.
875
905
  */
876
906
  policy?: pulumi.Input<string>;
877
907
  /**
878
- * List of topics in the set
908
+ * Same as publish rules.
909
+ *
910
+ * - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
911
+ *
912
+ * > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
879
913
  */
880
914
  topics?: pulumi.Input<pulumi.Input<string>[]>;
881
915
  }
@@ -941,11 +975,11 @@ export interface IotRouteS3 {
941
975
  }
942
976
  export interface IpamIpResource {
943
977
  /**
944
- * The ID of the resource that the IP is bound to.
978
+ * The ID of the resource that the IP is attached to.
945
979
  */
946
980
  id?: pulumi.Input<string>;
947
981
  /**
948
- * The MAC Address of the resource the IP is attached to.
982
+ * The MAC address of the resource the IP is attached to.
949
983
  */
950
984
  macAddress?: pulumi.Input<string>;
951
985
  /**
@@ -969,15 +1003,15 @@ export interface IpamIpReverse {
969
1003
  }
970
1004
  export interface IpamIpSource {
971
1005
  /**
972
- * The private network the IP lives in if the IP is a private IP.
1006
+ * The Private Network of the IP (if the IP is a private IP).
973
1007
  */
974
1008
  privateNetworkId?: pulumi.Input<string>;
975
1009
  /**
976
- * The private network subnet the IP lives in if the IP is a private IP in a private network.
1010
+ * The Private Network subnet of the IP (if the IP is a private IP).
977
1011
  */
978
1012
  subnetId?: pulumi.Input<string>;
979
1013
  /**
980
- * The zone the IP lives in if the IP is a public zoned one
1014
+ * The zone of the IP (if the IP is public and zoned, rather than private and/or regional)
981
1015
  */
982
1016
  zonal?: pulumi.Input<string>;
983
1017
  }
@@ -1131,21 +1165,21 @@ export interface LoadbalancerAclAction {
1131
1165
  */
1132
1166
  redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerAclActionRedirect>[]>;
1133
1167
  /**
1134
- * The redirect type. Possible values are: `location` or `scheme`.
1168
+ * The action type. Possible values are: `allow` or `deny` or `redirect`.
1135
1169
  */
1136
1170
  type: pulumi.Input<string>;
1137
1171
  }
1138
1172
  export interface LoadbalancerAclActionRedirect {
1139
1173
  /**
1140
- * The HTTP redirect code to use
1174
+ * The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
1141
1175
  */
1142
1176
  code?: pulumi.Input<number>;
1143
1177
  /**
1144
- * An URL can be used in case of a location redirect
1178
+ * An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
1145
1179
  */
1146
1180
  target?: pulumi.Input<string>;
1147
1181
  /**
1148
- * The redirect type
1182
+ * The redirect type. Possible values are: `location` or `scheme`.
1149
1183
  */
1150
1184
  type?: pulumi.Input<string>;
1151
1185
  }
@@ -1162,7 +1196,7 @@ export interface LoadbalancerAclMatch {
1162
1196
  httpFilterOption?: pulumi.Input<string>;
1163
1197
  /**
1164
1198
  * A list of possible values to match for the given HTTP filter.
1165
- * Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case-insensitive.
1199
+ * Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
1166
1200
  */
1167
1201
  httpFilterValues?: pulumi.Input<pulumi.Input<string>[]>;
1168
1202
  /**
@@ -1170,7 +1204,7 @@ export interface LoadbalancerAclMatch {
1170
1204
  */
1171
1205
  invert?: pulumi.Input<boolean>;
1172
1206
  /**
1173
- * A list of IPs or CIDR v4/v6 addresses of the client of the session to match.
1207
+ * A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
1174
1208
  */
1175
1209
  ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
1176
1210
  }
@@ -1264,21 +1298,21 @@ export interface LoadbalancerFrontendAclAction {
1264
1298
  */
1265
1299
  redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendAclActionRedirect>[]>;
1266
1300
  /**
1267
- * The redirect type. Possible values are: `location` or `scheme`.
1301
+ * The action type. Possible values are: `allow` or `deny` or `redirect`.
1268
1302
  */
1269
1303
  type: pulumi.Input<string>;
1270
1304
  }
1271
1305
  export interface LoadbalancerFrontendAclActionRedirect {
1272
1306
  /**
1273
- * The HTTP redirect code to use
1307
+ * The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
1274
1308
  */
1275
1309
  code?: pulumi.Input<number>;
1276
1310
  /**
1277
- * An URL can be used in case of a location redirect
1311
+ * A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
1278
1312
  */
1279
1313
  target?: pulumi.Input<string>;
1280
1314
  /**
1281
- * The redirect type
1315
+ * The redirect type. Possible values are: `location` or `scheme`.
1282
1316
  */
1283
1317
  type?: pulumi.Input<string>;
1284
1318
  }
@@ -1295,7 +1329,7 @@ export interface LoadbalancerFrontendAclMatch {
1295
1329
  httpFilterOption?: pulumi.Input<string>;
1296
1330
  /**
1297
1331
  * A list of possible values to match for the given HTTP filter.
1298
- * Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case-insensitive.
1332
+ * Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
1299
1333
  */
1300
1334
  httpFilterValues?: pulumi.Input<pulumi.Input<string>[]>;
1301
1335
  /**
@@ -1303,21 +1337,27 @@ export interface LoadbalancerFrontendAclMatch {
1303
1337
  */
1304
1338
  invert?: pulumi.Input<boolean>;
1305
1339
  /**
1306
- * A list of IPs or CIDR v4/v6 addresses of the client of the session to match.
1340
+ * A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
1307
1341
  */
1308
1342
  ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
1309
1343
  }
1310
1344
  export interface LoadbalancerPrivateNetwork {
1311
1345
  /**
1312
- * (Optional) Set to true if you want to let DHCP assign IP addresses. See below.
1346
+ * (Optional) Set to `true` if you want to let DHCP assign IP addresses. See below.
1313
1347
  */
1314
1348
  dhcpConfig?: pulumi.Input<boolean>;
1315
1349
  /**
1316
- * (Required) The ID of the Private Network to associate.
1350
+ * (Optional) IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
1351
+ */
1352
+ ipamIds?: pulumi.Input<string>;
1353
+ /**
1354
+ * (Required) The ID of the Private Network to attach to.
1317
1355
  */
1318
1356
  privateNetworkId: pulumi.Input<string>;
1319
1357
  /**
1320
- * (Optional) Define a local ip address of your choice for the load balancer instance. See below.
1358
+ * (Deprecated) Please use `ipamIds`. Define a local ip address of your choice for the load balancer instance.
1359
+ *
1360
+ * @deprecated static_config field is deprecated, please use dhcpConfig instead
1321
1361
  */
1322
1362
  staticConfig?: pulumi.Input<string>;
1323
1363
  /**
@@ -1325,35 +1365,35 @@ export interface LoadbalancerPrivateNetwork {
1325
1365
  */
1326
1366
  status?: pulumi.Input<string>;
1327
1367
  /**
1328
- * `zone`) The zone of the load-balancer.
1368
+ * `zone`) The zone of the Load Balancer.
1329
1369
  */
1330
1370
  zone?: pulumi.Input<string>;
1331
1371
  }
1332
1372
  export interface MnqSnsCredentialsPermissions {
1333
1373
  /**
1334
- * . Defines if user can manage the associated resource(s).
1374
+ * . Defines whether the user can manage the associated resource(s).
1335
1375
  */
1336
1376
  canManage?: pulumi.Input<boolean>;
1337
1377
  /**
1338
- * . Defines if user can publish messages to the service.
1378
+ * . Defines whether the user can publish messages to the service.
1339
1379
  */
1340
1380
  canPublish?: pulumi.Input<boolean>;
1341
1381
  /**
1342
- * . Defines if user can receive messages from the service.
1382
+ * . Defines whether the user can receive messages from the service.
1343
1383
  */
1344
1384
  canReceive?: pulumi.Input<boolean>;
1345
1385
  }
1346
1386
  export interface MnqSqsCredentialsPermissions {
1347
1387
  /**
1348
- * . Defines if user can manage the associated resource(s).
1388
+ * . Defines whether the user can manage the associated resource(s).
1349
1389
  */
1350
1390
  canManage?: pulumi.Input<boolean>;
1351
1391
  /**
1352
- * . Defines if user can publish messages to the service.
1392
+ * . Defines whether the user can publish messages to the service.
1353
1393
  */
1354
1394
  canPublish?: pulumi.Input<boolean>;
1355
1395
  /**
1356
- * . Defines if user can receive messages from the service.
1396
+ * . Defines whether the user can receive messages from the service.
1357
1397
  */
1358
1398
  canReceive?: pulumi.Input<boolean>;
1359
1399
  }
@@ -1485,7 +1525,7 @@ export interface ObjectBucketLockConfigurationRuleDefaultRetention {
1485
1525
  */
1486
1526
  days?: pulumi.Input<number>;
1487
1527
  /**
1488
- * The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
1528
+ * The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values are `GOVERNANCE` or `COMPLIANCE`. To learn more about the difference between these modes, see [Object Lock retention modes](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/#retention-modes).
1489
1529
  */
1490
1530
  mode: pulumi.Input<string>;
1491
1531
  /**
@@ -1525,7 +1565,7 @@ export interface RedisClusterAcl {
1525
1565
  */
1526
1566
  id?: pulumi.Input<string>;
1527
1567
  /**
1528
- * The ip range to whitelist
1568
+ * The IP range to whitelist
1529
1569
  * in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
1530
1570
  */
1531
1571
  ip: pulumi.Input<string>;
@@ -1541,23 +1581,23 @@ export interface RedisClusterPrivateNetwork {
1541
1581
  id: pulumi.Input<string>;
1542
1582
  /**
1543
1583
  * Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
1544
- * Keep in mind that in Cluster mode you cannot edit your Private Network after its creation so if you want to be able to
1545
- * scale your Cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
1584
+ * Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to
1585
+ * scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
1546
1586
  * If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
1547
1587
  *
1548
1588
  * > The `privateNetwork` conflicts with `acl`. Only one should be specified.
1549
1589
  *
1550
- * > **Important:** The way to use private networks differs whether you are using Redis in Standalone or Cluster mode.
1590
+ * > **Important:** The way to use Private Networks differs whether you are using Redis in Standalone or cluster mode.
1551
1591
  *
1552
1592
  * - Standalone mode (`clusterSize` = 1) : you can attach as many Private Networks as you want (each must be a separate
1553
- * block). If you detach your only private network, your cluster won't be reachable until you define a new Private or
1593
+ * block). If you detach your only Private Network, your cluster won't be reachable until you define a new Private or
1554
1594
  * Public Network. You can modify your `privateNetwork` and its specs, you can have both a Private and Public Network side
1555
1595
  * by side.
1556
1596
  *
1557
- * - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your Cluster, you won't be
1558
- * able to edit or detach it afterward, unless you create another Cluster. This also means that, if you are using a static
1559
- * configuration (`serviceIps`), you won't be able to scale your Cluster horizontally (add more nodes) since it would
1560
- * require updating the private network to add IPs.
1597
+ * - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your cluster, you won't be
1598
+ * able to edit or detach it afterward, unless you create another cluster. This also means that, if you are using a static
1599
+ * configuration (`serviceIps`), you won't be able to scale your cluster horizontally (add more nodes) since it would
1600
+ * require updating the Private Network to add IPs.
1561
1601
  * Your `serviceIps` must be listed as follows:
1562
1602
  *
1563
1603
  * ```typescript
@@ -1567,7 +1607,7 @@ export interface RedisClusterPrivateNetwork {
1567
1607
  serviceIps?: pulumi.Input<pulumi.Input<string>[]>;
1568
1608
  /**
1569
1609
  * `zone`) The zone in which the
1570
- * Redis Cluster should be created.
1610
+ * Redis cluster should be created.
1571
1611
  */
1572
1612
  zone?: pulumi.Input<string>;
1573
1613
  }
@@ -1613,13 +1653,13 @@ export interface VpcGatewayNetworkIpamConfig {
1613
1653
  */
1614
1654
  ipamIpId?: pulumi.Input<string>;
1615
1655
  /**
1616
- * Defines whether the default route is enabled on that Gateway Network.
1656
+ * Defines whether to enable the default route on the GatewayNetwork.
1617
1657
  */
1618
1658
  pushDefaultRoute?: pulumi.Input<boolean>;
1619
1659
  }
1620
1660
  export interface VpcPrivateNetworkIpv4Subnet {
1621
1661
  /**
1622
- * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
1662
+ * The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
1623
1663
  */
1624
1664
  address?: pulumi.Input<string>;
1625
1665
  /**
@@ -1631,7 +1671,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
1631
1671
  */
1632
1672
  id?: pulumi.Input<string>;
1633
1673
  /**
1634
- * The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
1674
+ * The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
1635
1675
  */
1636
1676
  prefixLength?: pulumi.Input<number>;
1637
1677
  /**
@@ -1649,7 +1689,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
1649
1689
  }
1650
1690
  export interface VpcPrivateNetworkIpv6Subnet {
1651
1691
  /**
1652
- * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
1692
+ * The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
1653
1693
  */
1654
1694
  address?: pulumi.Input<string>;
1655
1695
  /**
@@ -1661,7 +1701,7 @@ export interface VpcPrivateNetworkIpv6Subnet {
1661
1701
  */
1662
1702
  id?: pulumi.Input<string>;
1663
1703
  /**
1664
- * The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
1704
+ * The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
1665
1705
  */
1666
1706
  prefixLength?: pulumi.Input<number>;
1667
1707
  /**