pulumiverse-scaleway 1.22.0a1736239435__py3-none-any.whl → 1.23.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumiverse-scaleway might be problematic. Click here for more details.

Files changed (145) hide show
  1. pulumiverse_scaleway/__init__.py +10 -0
  2. pulumiverse_scaleway/_inputs.py +326 -12
  3. pulumiverse_scaleway/_utilities.py +8 -4
  4. pulumiverse_scaleway/account_ssh_key.py +2 -2
  5. pulumiverse_scaleway/apple_silicon_server.py +124 -0
  6. pulumiverse_scaleway/baremetal_server.py +67 -7
  7. pulumiverse_scaleway/block_snapshot.py +2 -2
  8. pulumiverse_scaleway/block_volume.py +58 -11
  9. pulumiverse_scaleway/cockpit_grafana_user.py +28 -0
  10. pulumiverse_scaleway/cockpit_source.py +53 -3
  11. pulumiverse_scaleway/container.py +236 -23
  12. pulumiverse_scaleway/container_domain.py +2 -2
  13. pulumiverse_scaleway/database_instance.py +74 -21
  14. pulumiverse_scaleway/get_account_project.py +4 -4
  15. pulumiverse_scaleway/get_account_ssh_key.py +4 -4
  16. pulumiverse_scaleway/get_availability_zones.py +2 -2
  17. pulumiverse_scaleway/get_baremetal_offer.py +2 -2
  18. pulumiverse_scaleway/get_baremetal_option.py +2 -2
  19. pulumiverse_scaleway/get_baremetal_os.py +2 -2
  20. pulumiverse_scaleway/get_baremetal_server.py +2 -2
  21. pulumiverse_scaleway/get_billing_consumptions.py +2 -2
  22. pulumiverse_scaleway/get_billing_invoices.py +2 -2
  23. pulumiverse_scaleway/get_block_snapshot.py +4 -4
  24. pulumiverse_scaleway/get_block_volume.py +16 -5
  25. pulumiverse_scaleway/get_cockpit.py +2 -2
  26. pulumiverse_scaleway/get_cockpit_plan.py +2 -2
  27. pulumiverse_scaleway/get_cockpit_source.py +262 -0
  28. pulumiverse_scaleway/get_config.py +2 -2
  29. pulumiverse_scaleway/get_container.py +32 -6
  30. pulumiverse_scaleway/get_container_namespace.py +2 -2
  31. pulumiverse_scaleway/get_database.py +2 -2
  32. pulumiverse_scaleway/get_database_acl.py +2 -2
  33. pulumiverse_scaleway/get_database_backup.py +2 -2
  34. pulumiverse_scaleway/get_database_instance.py +14 -3
  35. pulumiverse_scaleway/get_database_privilege.py +2 -2
  36. pulumiverse_scaleway/get_domain_record.py +2 -2
  37. pulumiverse_scaleway/get_domain_zone.py +2 -2
  38. pulumiverse_scaleway/get_flexible_ip.py +2 -2
  39. pulumiverse_scaleway/get_flexible_ips.py +2 -2
  40. pulumiverse_scaleway/get_function.py +2 -2
  41. pulumiverse_scaleway/get_function_namespace.py +2 -2
  42. pulumiverse_scaleway/get_iam_api_key.py +2 -2
  43. pulumiverse_scaleway/get_iam_application.py +2 -2
  44. pulumiverse_scaleway/get_iam_group.py +2 -2
  45. pulumiverse_scaleway/get_iam_ssh_key.py +2 -2
  46. pulumiverse_scaleway/get_iam_user.py +2 -2
  47. pulumiverse_scaleway/get_instance_image.py +2 -2
  48. pulumiverse_scaleway/get_instance_ip.py +2 -2
  49. pulumiverse_scaleway/get_instance_placement_group.py +2 -2
  50. pulumiverse_scaleway/get_instance_private_nic.py +2 -2
  51. pulumiverse_scaleway/get_instance_security_group.py +2 -2
  52. pulumiverse_scaleway/get_instance_server.py +3 -17
  53. pulumiverse_scaleway/get_instance_servers.py +2 -2
  54. pulumiverse_scaleway/get_instance_snapshot.py +2 -2
  55. pulumiverse_scaleway/get_instance_volume.py +14 -3
  56. pulumiverse_scaleway/get_iot_device.py +2 -2
  57. pulumiverse_scaleway/get_iot_hub.py +2 -2
  58. pulumiverse_scaleway/get_ipam_ip.py +4 -4
  59. pulumiverse_scaleway/get_ipam_ips.py +4 -4
  60. pulumiverse_scaleway/get_k8s_version.py +2 -2
  61. pulumiverse_scaleway/get_kubernetes_cluster.py +2 -2
  62. pulumiverse_scaleway/get_kubernetes_node_pool.py +2 -2
  63. pulumiverse_scaleway/get_lb_acls.py +4 -4
  64. pulumiverse_scaleway/get_lb_backend.py +4 -4
  65. pulumiverse_scaleway/get_lb_backends.py +4 -4
  66. pulumiverse_scaleway/get_lb_frontend.py +4 -4
  67. pulumiverse_scaleway/get_lb_frontends.py +4 -4
  68. pulumiverse_scaleway/get_lb_ips.py +4 -4
  69. pulumiverse_scaleway/get_lb_route.py +4 -4
  70. pulumiverse_scaleway/get_lb_routes.py +4 -4
  71. pulumiverse_scaleway/get_lbs.py +4 -4
  72. pulumiverse_scaleway/get_loadbalancer.py +4 -4
  73. pulumiverse_scaleway/get_loadbalancer_certificate.py +4 -4
  74. pulumiverse_scaleway/get_loadbalancer_ip.py +4 -4
  75. pulumiverse_scaleway/get_marketplace_image.py +2 -2
  76. pulumiverse_scaleway/get_mnq_sns.py +2 -2
  77. pulumiverse_scaleway/get_mnq_sqs.py +2 -2
  78. pulumiverse_scaleway/get_mongo_db_instance.py +2 -2
  79. pulumiverse_scaleway/get_object_bucket.py +4 -4
  80. pulumiverse_scaleway/get_object_bucket_policy.py +4 -4
  81. pulumiverse_scaleway/get_redis_cluster.py +2 -2
  82. pulumiverse_scaleway/get_registry_image.py +2 -2
  83. pulumiverse_scaleway/get_registry_image_tag.py +2 -2
  84. pulumiverse_scaleway/get_registry_namespace.py +2 -2
  85. pulumiverse_scaleway/get_secret.py +2 -2
  86. pulumiverse_scaleway/get_secret_version.py +2 -2
  87. pulumiverse_scaleway/get_tem_domain.py +2 -2
  88. pulumiverse_scaleway/get_vpc.py +2 -2
  89. pulumiverse_scaleway/get_vpc_gateway_network.py +2 -2
  90. pulumiverse_scaleway/get_vpc_private_network.py +2 -2
  91. pulumiverse_scaleway/get_vpc_public_gateway.py +2 -2
  92. pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +2 -2
  93. pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +2 -2
  94. pulumiverse_scaleway/get_vpc_public_gateway_ip.py +2 -2
  95. pulumiverse_scaleway/get_vpc_public_pat_rule.py +2 -2
  96. pulumiverse_scaleway/get_vpc_routes.py +2 -2
  97. pulumiverse_scaleway/get_vpcs.py +2 -2
  98. pulumiverse_scaleway/get_web_host_offer.py +2 -2
  99. pulumiverse_scaleway/get_webhosting.py +2 -2
  100. pulumiverse_scaleway/iam_policy.py +2 -2
  101. pulumiverse_scaleway/instance_ip.py +7 -21
  102. pulumiverse_scaleway/instance_server.py +13 -78
  103. pulumiverse_scaleway/instance_volume.py +47 -0
  104. pulumiverse_scaleway/iot_route.py +21 -21
  105. pulumiverse_scaleway/ipam_ip.py +2 -2
  106. pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
  107. pulumiverse_scaleway/loadbalancer.py +2 -2
  108. pulumiverse_scaleway/loadbalancer_acl.py +2 -2
  109. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  110. pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
  111. pulumiverse_scaleway/loadbalancer_ip.py +2 -2
  112. pulumiverse_scaleway/loadbalancer_route.py +2 -2
  113. pulumiverse_scaleway/mnq_nats_account.py +2 -2
  114. pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
  115. pulumiverse_scaleway/mnq_sns.py +2 -2
  116. pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
  117. pulumiverse_scaleway/mnq_sns_topic.py +2 -2
  118. pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
  119. pulumiverse_scaleway/mnq_sqs.py +2 -2
  120. pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
  121. pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
  122. pulumiverse_scaleway/mongo_db_instance.py +2 -2
  123. pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
  124. pulumiverse_scaleway/object_bucket.py +12 -12
  125. pulumiverse_scaleway/object_bucket_acl.py +2 -2
  126. pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
  127. pulumiverse_scaleway/object_bucket_policy.py +6 -6
  128. pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
  129. pulumiverse_scaleway/object_item.py +60 -11
  130. pulumiverse_scaleway/outputs.py +353 -8
  131. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  132. pulumiverse_scaleway/rdb_snapshot.py +608 -0
  133. pulumiverse_scaleway/redis_cluster.py +49 -14
  134. pulumiverse_scaleway/sdb_database.py +2 -2
  135. pulumiverse_scaleway/secret_version.py +2 -2
  136. pulumiverse_scaleway/vpc.py +2 -2
  137. pulumiverse_scaleway/vpc_gateway_network.py +7 -7
  138. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
  139. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
  140. pulumiverse_scaleway/vpc_route.py +2 -2
  141. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/METADATA +3 -3
  142. pulumiverse_scaleway-1.23.0.dist-info/RECORD +206 -0
  143. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/WHEEL +1 -1
  144. pulumiverse_scaleway-1.22.0a1736239435.dist-info/RECORD +0 -204
  145. {pulumiverse_scaleway-1.22.0a1736239435.dist-info → pulumiverse_scaleway-1.23.0.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,6 @@ class InstanceServerArgs:
38
38
  public_ips: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]]] = None,
39
39
  replace_on_type_change: Optional[pulumi.Input[bool]] = None,
40
40
  root_volume: Optional[pulumi.Input['InstanceServerRootVolumeArgs']] = None,
41
- routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
42
41
  security_group_id: Optional[pulumi.Input[str]] = None,
43
42
  state: Optional[pulumi.Input[str]] = None,
44
43
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -85,9 +84,6 @@ class InstanceServerArgs:
85
84
  :param pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]] public_ips: The list of public IPs of the server.
86
85
  :param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
87
86
  :param pulumi.Input['InstanceServerRootVolumeArgs'] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
88
- :param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
89
-
90
- > **Important:** Enabling routed ip will restart the server
91
87
  :param pulumi.Input[str] security_group_id: The security group the server is attached to
92
88
  :param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
93
89
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
@@ -138,11 +134,6 @@ class InstanceServerArgs:
138
134
  pulumi.set(__self__, "replace_on_type_change", replace_on_type_change)
139
135
  if root_volume is not None:
140
136
  pulumi.set(__self__, "root_volume", root_volume)
141
- if routed_ip_enabled is not None:
142
- warnings.warn("""Routed IP is the default configuration, it should always be true""", DeprecationWarning)
143
- pulumi.log.warn("""routed_ip_enabled is deprecated: Routed IP is the default configuration, it should always be true""")
144
- if routed_ip_enabled is not None:
145
- pulumi.set(__self__, "routed_ip_enabled", routed_ip_enabled)
146
137
  if security_group_id is not None:
147
138
  pulumi.set(__self__, "security_group_id", security_group_id)
148
139
  if state is not None:
@@ -382,21 +373,6 @@ class InstanceServerArgs:
382
373
  def root_volume(self, value: Optional[pulumi.Input['InstanceServerRootVolumeArgs']]):
383
374
  pulumi.set(self, "root_volume", value)
384
375
 
385
- @property
386
- @pulumi.getter(name="routedIpEnabled")
387
- @_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
388
- def routed_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
389
- """
390
- If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
391
-
392
- > **Important:** Enabling routed ip will restart the server
393
- """
394
- return pulumi.get(self, "routed_ip_enabled")
395
-
396
- @routed_ip_enabled.setter
397
- def routed_ip_enabled(self, value: Optional[pulumi.Input[bool]]):
398
- pulumi.set(self, "routed_ip_enabled", value)
399
-
400
376
  @property
401
377
  @pulumi.getter(name="securityGroupId")
402
378
  def security_group_id(self) -> Optional[pulumi.Input[str]]:
@@ -489,7 +465,6 @@ class _InstanceServerState:
489
465
  public_ips: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]]] = None,
490
466
  replace_on_type_change: Optional[pulumi.Input[bool]] = None,
491
467
  root_volume: Optional[pulumi.Input['InstanceServerRootVolumeArgs']] = None,
492
- routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
493
468
  security_group_id: Optional[pulumi.Input[str]] = None,
494
469
  state: Optional[pulumi.Input[str]] = None,
495
470
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -532,8 +507,8 @@ class _InstanceServerState:
532
507
 
533
508
 
534
509
  > **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail.
535
- :param pulumi.Input[bool] placement_group_policy_respected: True when the placement group policy is respected.
536
- :param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server.
510
+ :param pulumi.Input[bool] placement_group_policy_respected: (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
511
+ :param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
537
512
  :param pulumi.Input[Sequence[pulumi.Input['InstanceServerPrivateNetworkArgs']]] private_networks: The private network associated with the server.
538
513
  Use the `pn_id` key to attach a [private_network](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics) on your instance.
539
514
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the server is associated with.
@@ -541,9 +516,6 @@ class _InstanceServerState:
541
516
  :param pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]] public_ips: The list of public IPs of the server.
542
517
  :param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
543
518
  :param pulumi.Input['InstanceServerRootVolumeArgs'] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
544
- :param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
545
-
546
- > **Important:** Enabling routed ip will restart the server
547
519
  :param pulumi.Input[str] security_group_id: The security group the server is attached to
548
520
  :param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
549
521
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
@@ -608,6 +580,9 @@ class _InstanceServerState:
608
580
  pulumi.set(__self__, "placement_group_id", placement_group_id)
609
581
  if placement_group_policy_respected is not None:
610
582
  pulumi.set(__self__, "placement_group_policy_respected", placement_group_policy_respected)
583
+ if private_ip is not None:
584
+ warnings.warn("""Use ipam_ip datasource instead to fetch your server's IP in your private network.""", DeprecationWarning)
585
+ pulumi.log.warn("""private_ip is deprecated: Use ipam_ip datasource instead to fetch your server's IP in your private network.""")
611
586
  if private_ip is not None:
612
587
  pulumi.set(__self__, "private_ip", private_ip)
613
588
  if private_networks is not None:
@@ -625,11 +600,6 @@ class _InstanceServerState:
625
600
  pulumi.set(__self__, "replace_on_type_change", replace_on_type_change)
626
601
  if root_volume is not None:
627
602
  pulumi.set(__self__, "root_volume", root_volume)
628
- if routed_ip_enabled is not None:
629
- warnings.warn("""Routed IP is the default configuration, it should always be true""", DeprecationWarning)
630
- pulumi.log.warn("""routed_ip_enabled is deprecated: Routed IP is the default configuration, it should always be true""")
631
- if routed_ip_enabled is not None:
632
- pulumi.set(__self__, "routed_ip_enabled", routed_ip_enabled)
633
603
  if security_group_id is not None:
634
604
  pulumi.set(__self__, "security_group_id", security_group_id)
635
605
  if state is not None:
@@ -851,7 +821,7 @@ class _InstanceServerState:
851
821
  @pulumi.getter(name="placementGroupPolicyRespected")
852
822
  def placement_group_policy_respected(self) -> Optional[pulumi.Input[bool]]:
853
823
  """
854
- True when the placement group policy is respected.
824
+ (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
855
825
  """
856
826
  return pulumi.get(self, "placement_group_policy_respected")
857
827
 
@@ -861,9 +831,10 @@ class _InstanceServerState:
861
831
 
862
832
  @property
863
833
  @pulumi.getter(name="privateIp")
834
+ @_utilities.deprecated("""Use ipam_ip datasource instead to fetch your server's IP in your private network.""")
864
835
  def private_ip(self) -> Optional[pulumi.Input[str]]:
865
836
  """
866
- The Scaleway internal IP address of the server.
837
+ The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
867
838
  """
868
839
  return pulumi.get(self, "private_ip")
869
840
 
@@ -945,21 +916,6 @@ class _InstanceServerState:
945
916
  def root_volume(self, value: Optional[pulumi.Input['InstanceServerRootVolumeArgs']]):
946
917
  pulumi.set(self, "root_volume", value)
947
918
 
948
- @property
949
- @pulumi.getter(name="routedIpEnabled")
950
- @_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
951
- def routed_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
952
- """
953
- If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
954
-
955
- > **Important:** Enabling routed ip will restart the server
956
- """
957
- return pulumi.get(self, "routed_ip_enabled")
958
-
959
- @routed_ip_enabled.setter
960
- def routed_ip_enabled(self, value: Optional[pulumi.Input[bool]]):
961
- pulumi.set(self, "routed_ip_enabled", value)
962
-
963
919
  @property
964
920
  @pulumi.getter(name="securityGroupId")
965
921
  def security_group_id(self) -> Optional[pulumi.Input[str]]:
@@ -1064,7 +1020,6 @@ class InstanceServer(pulumi.CustomResource):
1064
1020
  public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
1065
1021
  replace_on_type_change: Optional[pulumi.Input[bool]] = None,
1066
1022
  root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
1067
- routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
1068
1023
  security_group_id: Optional[pulumi.Input[str]] = None,
1069
1024
  state: Optional[pulumi.Input[str]] = None,
1070
1025
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1288,9 +1243,6 @@ class InstanceServer(pulumi.CustomResource):
1288
1243
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]] public_ips: The list of public IPs of the server.
1289
1244
  :param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
1290
1245
  :param pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
1291
- :param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
1292
-
1293
- > **Important:** Enabling routed ip will restart the server
1294
1246
  :param pulumi.Input[str] security_group_id: The security group the server is attached to
1295
1247
  :param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
1296
1248
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
@@ -1526,7 +1478,6 @@ class InstanceServer(pulumi.CustomResource):
1526
1478
  public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
1527
1479
  replace_on_type_change: Optional[pulumi.Input[bool]] = None,
1528
1480
  root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
1529
- routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
1530
1481
  security_group_id: Optional[pulumi.Input[str]] = None,
1531
1482
  state: Optional[pulumi.Input[str]] = None,
1532
1483
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1558,7 +1509,6 @@ class InstanceServer(pulumi.CustomResource):
1558
1509
  __props__.__dict__["public_ips"] = public_ips
1559
1510
  __props__.__dict__["replace_on_type_change"] = replace_on_type_change
1560
1511
  __props__.__dict__["root_volume"] = root_volume
1561
- __props__.__dict__["routed_ip_enabled"] = routed_ip_enabled
1562
1512
  __props__.__dict__["security_group_id"] = security_group_id
1563
1513
  __props__.__dict__["state"] = state
1564
1514
  __props__.__dict__["tags"] = tags
@@ -1607,7 +1557,6 @@ class InstanceServer(pulumi.CustomResource):
1607
1557
  public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
1608
1558
  replace_on_type_change: Optional[pulumi.Input[bool]] = None,
1609
1559
  root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
1610
- routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
1611
1560
  security_group_id: Optional[pulumi.Input[str]] = None,
1612
1561
  state: Optional[pulumi.Input[str]] = None,
1613
1562
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1655,8 +1604,8 @@ class InstanceServer(pulumi.CustomResource):
1655
1604
 
1656
1605
 
1657
1606
  > **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail.
1658
- :param pulumi.Input[bool] placement_group_policy_respected: True when the placement group policy is respected.
1659
- :param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server.
1607
+ :param pulumi.Input[bool] placement_group_policy_respected: (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
1608
+ :param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
1660
1609
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPrivateNetworkArgs', 'InstanceServerPrivateNetworkArgsDict']]]] private_networks: The private network associated with the server.
1661
1610
  Use the `pn_id` key to attach a [private_network](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics) on your instance.
1662
1611
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the server is associated with.
@@ -1664,9 +1613,6 @@ class InstanceServer(pulumi.CustomResource):
1664
1613
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]] public_ips: The list of public IPs of the server.
1665
1614
  :param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
1666
1615
  :param pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
1667
- :param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
1668
-
1669
- > **Important:** Enabling routed ip will restart the server
1670
1616
  :param pulumi.Input[str] security_group_id: The security group the server is attached to
1671
1617
  :param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
1672
1618
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
@@ -1711,7 +1657,6 @@ class InstanceServer(pulumi.CustomResource):
1711
1657
  __props__.__dict__["public_ips"] = public_ips
1712
1658
  __props__.__dict__["replace_on_type_change"] = replace_on_type_change
1713
1659
  __props__.__dict__["root_volume"] = root_volume
1714
- __props__.__dict__["routed_ip_enabled"] = routed_ip_enabled
1715
1660
  __props__.__dict__["security_group_id"] = security_group_id
1716
1661
  __props__.__dict__["state"] = state
1717
1662
  __props__.__dict__["tags"] = tags
@@ -1868,15 +1813,16 @@ class InstanceServer(pulumi.CustomResource):
1868
1813
  @pulumi.getter(name="placementGroupPolicyRespected")
1869
1814
  def placement_group_policy_respected(self) -> pulumi.Output[bool]:
1870
1815
  """
1871
- True when the placement group policy is respected.
1816
+ (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
1872
1817
  """
1873
1818
  return pulumi.get(self, "placement_group_policy_respected")
1874
1819
 
1875
1820
  @property
1876
1821
  @pulumi.getter(name="privateIp")
1822
+ @_utilities.deprecated("""Use ipam_ip datasource instead to fetch your server's IP in your private network.""")
1877
1823
  def private_ip(self) -> pulumi.Output[str]:
1878
1824
  """
1879
- The Scaleway internal IP address of the server.
1825
+ The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
1880
1826
  """
1881
1827
  return pulumi.get(self, "private_ip")
1882
1828
 
@@ -1930,17 +1876,6 @@ class InstanceServer(pulumi.CustomResource):
1930
1876
  """
1931
1877
  return pulumi.get(self, "root_volume")
1932
1878
 
1933
- @property
1934
- @pulumi.getter(name="routedIpEnabled")
1935
- @_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
1936
- def routed_ip_enabled(self) -> pulumi.Output[bool]:
1937
- """
1938
- If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
1939
-
1940
- > **Important:** Enabling routed ip will restart the server
1941
- """
1942
- return pulumi.get(self, "routed_ip_enabled")
1943
-
1944
1879
  @property
1945
1880
  @pulumi.getter(name="securityGroupId")
1946
1881
  def security_group_id(self) -> pulumi.Output[str]:
@@ -21,6 +21,7 @@ class InstanceVolumeArgs:
21
21
  def __init__(__self__, *,
22
22
  type: pulumi.Input[str],
23
23
  from_snapshot_id: Optional[pulumi.Input[str]] = None,
24
+ migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
24
25
  name: Optional[pulumi.Input[str]] = None,
25
26
  project_id: Optional[pulumi.Input[str]] = None,
26
27
  size_in_gb: Optional[pulumi.Input[int]] = None,
@@ -30,6 +31,7 @@ class InstanceVolumeArgs:
30
31
  The set of arguments for constructing a InstanceVolume resource.
31
32
  :param pulumi.Input[str] type: The type of the volume. The possible values are: `b_ssd` (Block SSD), `l_ssd` (Local SSD), `scratch` (Local Scratch SSD).
32
33
  :param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
34
+ :param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
33
35
  :param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
34
36
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
35
37
  :param pulumi.Input[int] size_in_gb: The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
@@ -39,6 +41,8 @@ class InstanceVolumeArgs:
39
41
  pulumi.set(__self__, "type", type)
40
42
  if from_snapshot_id is not None:
41
43
  pulumi.set(__self__, "from_snapshot_id", from_snapshot_id)
44
+ if migrate_to_sbs is not None:
45
+ pulumi.set(__self__, "migrate_to_sbs", migrate_to_sbs)
42
46
  if name is not None:
43
47
  pulumi.set(__self__, "name", name)
44
48
  if project_id is not None:
@@ -74,6 +78,18 @@ class InstanceVolumeArgs:
74
78
  def from_snapshot_id(self, value: Optional[pulumi.Input[str]]):
75
79
  pulumi.set(self, "from_snapshot_id", value)
76
80
 
81
+ @property
82
+ @pulumi.getter(name="migrateToSbs")
83
+ def migrate_to_sbs(self) -> Optional[pulumi.Input[bool]]:
84
+ """
85
+ If true, consider that this volume may have been migrated and no longer exists.
86
+ """
87
+ return pulumi.get(self, "migrate_to_sbs")
88
+
89
+ @migrate_to_sbs.setter
90
+ def migrate_to_sbs(self, value: Optional[pulumi.Input[bool]]):
91
+ pulumi.set(self, "migrate_to_sbs", value)
92
+
77
93
  @property
78
94
  @pulumi.getter
79
95
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -139,6 +155,7 @@ class InstanceVolumeArgs:
139
155
  class _InstanceVolumeState:
140
156
  def __init__(__self__, *,
141
157
  from_snapshot_id: Optional[pulumi.Input[str]] = None,
158
+ migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
142
159
  name: Optional[pulumi.Input[str]] = None,
143
160
  organization_id: Optional[pulumi.Input[str]] = None,
144
161
  project_id: Optional[pulumi.Input[str]] = None,
@@ -150,6 +167,7 @@ class _InstanceVolumeState:
150
167
  """
151
168
  Input properties used for looking up and filtering InstanceVolume resources.
152
169
  :param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
170
+ :param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
153
171
  :param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
154
172
  :param pulumi.Input[str] organization_id: The organization ID the volume is associated with.
155
173
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
@@ -161,6 +179,8 @@ class _InstanceVolumeState:
161
179
  """
162
180
  if from_snapshot_id is not None:
163
181
  pulumi.set(__self__, "from_snapshot_id", from_snapshot_id)
182
+ if migrate_to_sbs is not None:
183
+ pulumi.set(__self__, "migrate_to_sbs", migrate_to_sbs)
164
184
  if name is not None:
165
185
  pulumi.set(__self__, "name", name)
166
186
  if organization_id is not None:
@@ -190,6 +210,18 @@ class _InstanceVolumeState:
190
210
  def from_snapshot_id(self, value: Optional[pulumi.Input[str]]):
191
211
  pulumi.set(self, "from_snapshot_id", value)
192
212
 
213
+ @property
214
+ @pulumi.getter(name="migrateToSbs")
215
+ def migrate_to_sbs(self) -> Optional[pulumi.Input[bool]]:
216
+ """
217
+ If true, consider that this volume may have been migrated and no longer exists.
218
+ """
219
+ return pulumi.get(self, "migrate_to_sbs")
220
+
221
+ @migrate_to_sbs.setter
222
+ def migrate_to_sbs(self, value: Optional[pulumi.Input[bool]]):
223
+ pulumi.set(self, "migrate_to_sbs", value)
224
+
193
225
  @property
194
226
  @pulumi.getter
195
227
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -293,6 +325,7 @@ class InstanceVolume(pulumi.CustomResource):
293
325
  resource_name: str,
294
326
  opts: Optional[pulumi.ResourceOptions] = None,
295
327
  from_snapshot_id: Optional[pulumi.Input[str]] = None,
328
+ migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
296
329
  name: Optional[pulumi.Input[str]] = None,
297
330
  project_id: Optional[pulumi.Input[str]] = None,
298
331
  size_in_gb: Optional[pulumi.Input[int]] = None,
@@ -329,6 +362,7 @@ class InstanceVolume(pulumi.CustomResource):
329
362
  :param str resource_name: The name of the resource.
330
363
  :param pulumi.ResourceOptions opts: Options for the resource.
331
364
  :param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
365
+ :param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
332
366
  :param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
333
367
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
334
368
  :param pulumi.Input[int] size_in_gb: The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
@@ -384,6 +418,7 @@ class InstanceVolume(pulumi.CustomResource):
384
418
  resource_name: str,
385
419
  opts: Optional[pulumi.ResourceOptions] = None,
386
420
  from_snapshot_id: Optional[pulumi.Input[str]] = None,
421
+ migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
387
422
  name: Optional[pulumi.Input[str]] = None,
388
423
  project_id: Optional[pulumi.Input[str]] = None,
389
424
  size_in_gb: Optional[pulumi.Input[int]] = None,
@@ -400,6 +435,7 @@ class InstanceVolume(pulumi.CustomResource):
400
435
  __props__ = InstanceVolumeArgs.__new__(InstanceVolumeArgs)
401
436
 
402
437
  __props__.__dict__["from_snapshot_id"] = from_snapshot_id
438
+ __props__.__dict__["migrate_to_sbs"] = migrate_to_sbs
403
439
  __props__.__dict__["name"] = name
404
440
  __props__.__dict__["project_id"] = project_id
405
441
  __props__.__dict__["size_in_gb"] = size_in_gb
@@ -421,6 +457,7 @@ class InstanceVolume(pulumi.CustomResource):
421
457
  id: pulumi.Input[str],
422
458
  opts: Optional[pulumi.ResourceOptions] = None,
423
459
  from_snapshot_id: Optional[pulumi.Input[str]] = None,
460
+ migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
424
461
  name: Optional[pulumi.Input[str]] = None,
425
462
  organization_id: Optional[pulumi.Input[str]] = None,
426
463
  project_id: Optional[pulumi.Input[str]] = None,
@@ -437,6 +474,7 @@ class InstanceVolume(pulumi.CustomResource):
437
474
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
438
475
  :param pulumi.ResourceOptions opts: Options for the resource.
439
476
  :param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
477
+ :param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
440
478
  :param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
441
479
  :param pulumi.Input[str] organization_id: The organization ID the volume is associated with.
442
480
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
@@ -451,6 +489,7 @@ class InstanceVolume(pulumi.CustomResource):
451
489
  __props__ = _InstanceVolumeState.__new__(_InstanceVolumeState)
452
490
 
453
491
  __props__.__dict__["from_snapshot_id"] = from_snapshot_id
492
+ __props__.__dict__["migrate_to_sbs"] = migrate_to_sbs
454
493
  __props__.__dict__["name"] = name
455
494
  __props__.__dict__["organization_id"] = organization_id
456
495
  __props__.__dict__["project_id"] = project_id
@@ -469,6 +508,14 @@ class InstanceVolume(pulumi.CustomResource):
469
508
  """
470
509
  return pulumi.get(self, "from_snapshot_id")
471
510
 
511
+ @property
512
+ @pulumi.getter(name="migrateToSbs")
513
+ def migrate_to_sbs(self) -> pulumi.Output[Optional[bool]]:
514
+ """
515
+ If true, consider that this volume may have been migrated and no longer exists.
516
+ """
517
+ return pulumi.get(self, "migrate_to_sbs")
518
+
472
519
  @property
473
520
  @pulumi.getter
474
521
  def name(self) -> pulumi.Output[str]:
@@ -32,11 +32,11 @@ class IotRouteArgs:
32
32
  The set of arguments for constructing a IotRoute resource.
33
33
  :param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
34
34
  :param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
35
- :param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
35
+ :param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
36
36
  :param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
37
37
  :param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
38
- :param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
39
- :param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
38
+ :param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
39
+ :param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
40
40
  """
41
41
  pulumi.set(__self__, "hub_id", hub_id)
42
42
  pulumi.set(__self__, "topic", topic)
@@ -79,7 +79,7 @@ class IotRouteArgs:
79
79
  @pulumi.getter
80
80
  def database(self) -> Optional[pulumi.Input['IotRouteDatabaseArgs']]:
81
81
  """
82
- Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
82
+ Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
83
83
  """
84
84
  return pulumi.get(self, "database")
85
85
 
@@ -115,7 +115,7 @@ class IotRouteArgs:
115
115
  @pulumi.getter
116
116
  def rest(self) -> Optional[pulumi.Input['IotRouteRestArgs']]:
117
117
  """
118
- Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
118
+ Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
119
119
  """
120
120
  return pulumi.get(self, "rest")
121
121
 
@@ -127,7 +127,7 @@ class IotRouteArgs:
127
127
  @pulumi.getter
128
128
  def s3(self) -> Optional[pulumi.Input['IotRouteS3Args']]:
129
129
  """
130
- Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
130
+ Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
131
131
  """
132
132
  return pulumi.get(self, "s3")
133
133
 
@@ -150,12 +150,12 @@ class _IotRouteState:
150
150
  """
151
151
  Input properties used for looking up and filtering IotRoute resources.
152
152
  :param pulumi.Input[str] created_at: The date and time the Route was created.
153
- :param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
153
+ :param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
154
154
  :param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
155
155
  :param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
156
156
  :param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
157
- :param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
158
- :param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
157
+ :param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
158
+ :param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
159
159
  :param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
160
160
  """
161
161
  if created_at is not None:
@@ -191,7 +191,7 @@ class _IotRouteState:
191
191
  @pulumi.getter
192
192
  def database(self) -> Optional[pulumi.Input['IotRouteDatabaseArgs']]:
193
193
  """
194
- Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
194
+ Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
195
195
  """
196
196
  return pulumi.get(self, "database")
197
197
 
@@ -239,7 +239,7 @@ class _IotRouteState:
239
239
  @pulumi.getter
240
240
  def rest(self) -> Optional[pulumi.Input['IotRouteRestArgs']]:
241
241
  """
242
- Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
242
+ Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
243
243
  """
244
244
  return pulumi.get(self, "rest")
245
245
 
@@ -251,7 +251,7 @@ class _IotRouteState:
251
251
  @pulumi.getter
252
252
  def s3(self) -> Optional[pulumi.Input['IotRouteS3Args']]:
253
253
  """
254
- Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
254
+ Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
255
255
  """
256
256
  return pulumi.get(self, "s3")
257
257
 
@@ -388,12 +388,12 @@ class IotRoute(pulumi.CustomResource):
388
388
 
389
389
  :param str resource_name: The name of the resource.
390
390
  :param pulumi.ResourceOptions opts: Options for the resource.
391
- :param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
391
+ :param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
392
392
  :param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
393
393
  :param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
394
394
  :param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
395
- :param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
396
- :param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
395
+ :param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
396
+ :param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
397
397
  :param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
398
398
  """
399
399
  ...
@@ -572,12 +572,12 @@ class IotRoute(pulumi.CustomResource):
572
572
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
573
573
  :param pulumi.ResourceOptions opts: Options for the resource.
574
574
  :param pulumi.Input[str] created_at: The date and time the Route was created.
575
- :param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
575
+ :param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
576
576
  :param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
577
577
  :param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
578
578
  :param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
579
- :param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
580
- :param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
579
+ :param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
580
+ :param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
581
581
  :param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
582
582
  """
583
583
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -606,7 +606,7 @@ class IotRoute(pulumi.CustomResource):
606
606
  @pulumi.getter
607
607
  def database(self) -> pulumi.Output[Optional['outputs.IotRouteDatabase']]:
608
608
  """
609
- Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Database-Route) for a better understanding of the parameters.
609
+ Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
610
610
  """
611
611
  return pulumi.get(self, "database")
612
612
 
@@ -638,7 +638,7 @@ class IotRoute(pulumi.CustomResource):
638
638
  @pulumi.getter
639
639
  def rest(self) -> pulumi.Output[Optional['outputs.IotRouteRest']]:
640
640
  """
641
- Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-REST-Route) for a better understanding of the parameters.
641
+ Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
642
642
  """
643
643
  return pulumi.get(self, "rest")
644
644
 
@@ -646,7 +646,7 @@ class IotRoute(pulumi.CustomResource):
646
646
  @pulumi.getter
647
647
  def s3(self) -> pulumi.Output[Optional['outputs.IotRouteS3']]:
648
648
  """
649
- Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Scaleway-Object-Storage-Route) for a better understanding of the parameters.
649
+ Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
650
650
  """
651
651
  return pulumi.get(self, "s3")
652
652
 
@@ -353,7 +353,7 @@ class IpamIp(pulumi.CustomResource):
353
353
  """
354
354
  Books and manages IPAM IPs.
355
355
 
356
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
356
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
357
357
 
358
358
  ## Example Usage
359
359
 
@@ -463,7 +463,7 @@ class IpamIp(pulumi.CustomResource):
463
463
  """
464
464
  Books and manages IPAM IPs.
465
465
 
466
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
466
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
467
467
 
468
468
  ## Example Usage
469
469
 
@@ -170,7 +170,7 @@ class IpamIpReverseDns(pulumi.CustomResource):
170
170
  """
171
171
  Manage the reverse DNS of IP addresses managed by Scaleway's IP Address Management (IPAM) service.
172
172
 
173
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
173
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
174
174
 
175
175
  ## Import
176
176
 
@@ -198,7 +198,7 @@ class IpamIpReverseDns(pulumi.CustomResource):
198
198
  """
199
199
  Manage the reverse DNS of IP addresses managed by Scaleway's IP Address Management (IPAM) service.
200
200
 
201
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
201
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
202
202
 
203
203
  ## Import
204
204
 
@@ -567,7 +567,7 @@ class Loadbalancer(pulumi.CustomResource):
567
567
  """
568
568
  Creates and manages Scaleway Load Balancers.
569
569
 
570
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
570
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
571
571
 
572
572
  ## Example Usage
573
573
 
@@ -689,7 +689,7 @@ class Loadbalancer(pulumi.CustomResource):
689
689
  """
690
690
  Creates and manages Scaleway Load Balancers.
691
691
 
692
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
692
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
693
693
 
694
694
  ## Example Usage
695
695
 
@@ -270,7 +270,7 @@ class LoadbalancerAcl(pulumi.CustomResource):
270
270
  """
271
271
  Creates and manages Scaleway Load Balancer ACLs.
272
272
 
273
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
273
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
274
274
 
275
275
  ## Example Usage
276
276
 
@@ -325,7 +325,7 @@ class LoadbalancerAcl(pulumi.CustomResource):
325
325
  """
326
326
  Creates and manages Scaleway Load Balancer ACLs.
327
327
 
328
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
328
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
329
329
 
330
330
  ## Example Usage
331
331