pulumiverse-scaleway 1.23.0a1739624899__py3-none-any.whl → 1.23.0a1739864644__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.
Files changed (78) hide show
  1. pulumiverse_scaleway/__init__.py +9 -0
  2. pulumiverse_scaleway/_inputs.py +323 -9
  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/block_snapshot.py +2 -2
  7. pulumiverse_scaleway/block_volume.py +58 -11
  8. pulumiverse_scaleway/cockpit_source.py +7 -7
  9. pulumiverse_scaleway/container.py +236 -23
  10. pulumiverse_scaleway/container_domain.py +2 -2
  11. pulumiverse_scaleway/database_instance.py +74 -21
  12. pulumiverse_scaleway/get_account_project.py +2 -2
  13. pulumiverse_scaleway/get_account_ssh_key.py +2 -2
  14. pulumiverse_scaleway/get_block_snapshot.py +2 -2
  15. pulumiverse_scaleway/get_block_volume.py +14 -3
  16. pulumiverse_scaleway/get_container.py +30 -4
  17. pulumiverse_scaleway/get_database_instance.py +12 -1
  18. pulumiverse_scaleway/get_instance_server.py +1 -15
  19. pulumiverse_scaleway/get_instance_volume.py +12 -1
  20. pulumiverse_scaleway/get_ipam_ip.py +2 -2
  21. pulumiverse_scaleway/get_ipam_ips.py +2 -2
  22. pulumiverse_scaleway/get_lb_acls.py +2 -2
  23. pulumiverse_scaleway/get_lb_backend.py +2 -2
  24. pulumiverse_scaleway/get_lb_backends.py +2 -2
  25. pulumiverse_scaleway/get_lb_frontend.py +2 -2
  26. pulumiverse_scaleway/get_lb_frontends.py +2 -2
  27. pulumiverse_scaleway/get_lb_ips.py +2 -2
  28. pulumiverse_scaleway/get_lb_route.py +2 -2
  29. pulumiverse_scaleway/get_lb_routes.py +2 -2
  30. pulumiverse_scaleway/get_lbs.py +2 -2
  31. pulumiverse_scaleway/get_loadbalancer.py +2 -2
  32. pulumiverse_scaleway/get_loadbalancer_certificate.py +2 -2
  33. pulumiverse_scaleway/get_loadbalancer_ip.py +2 -2
  34. pulumiverse_scaleway/get_object_bucket.py +2 -2
  35. pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
  36. pulumiverse_scaleway/iam_policy.py +2 -2
  37. pulumiverse_scaleway/instance_ip.py +7 -21
  38. pulumiverse_scaleway/instance_server.py +4 -74
  39. pulumiverse_scaleway/instance_volume.py +47 -0
  40. pulumiverse_scaleway/iot_route.py +21 -21
  41. pulumiverse_scaleway/ipam_ip.py +2 -2
  42. pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
  43. pulumiverse_scaleway/loadbalancer.py +2 -2
  44. pulumiverse_scaleway/loadbalancer_acl.py +2 -2
  45. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  46. pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
  47. pulumiverse_scaleway/loadbalancer_ip.py +2 -2
  48. pulumiverse_scaleway/loadbalancer_route.py +2 -2
  49. pulumiverse_scaleway/mnq_nats_account.py +2 -2
  50. pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
  51. pulumiverse_scaleway/mnq_sns.py +2 -2
  52. pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
  53. pulumiverse_scaleway/mnq_sns_topic.py +2 -2
  54. pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
  55. pulumiverse_scaleway/mnq_sqs.py +2 -2
  56. pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
  57. pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
  58. pulumiverse_scaleway/mongo_db_instance.py +2 -2
  59. pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
  60. pulumiverse_scaleway/object_bucket.py +11 -11
  61. pulumiverse_scaleway/object_bucket_acl.py +2 -2
  62. pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
  63. pulumiverse_scaleway/object_bucket_policy.py +6 -6
  64. pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
  65. pulumiverse_scaleway/object_item.py +11 -11
  66. pulumiverse_scaleway/outputs.py +351 -6
  67. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  68. pulumiverse_scaleway/rdb_snapshot.py +608 -0
  69. pulumiverse_scaleway/sdb_database.py +2 -2
  70. pulumiverse_scaleway/secret_version.py +2 -2
  71. pulumiverse_scaleway/vpc.py +2 -2
  72. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
  73. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
  74. pulumiverse_scaleway/vpc_route.py +2 -2
  75. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/METADATA +1 -1
  76. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/RECORD +78 -77
  77. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/WHEEL +0 -0
  78. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/top_level.txt +0 -0
@@ -377,7 +377,7 @@ class LoadbalancerFrontend(pulumi.CustomResource):
377
377
  """
378
378
  Creates and manages Scaleway Load Balancer frontends.
379
379
 
380
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
380
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
381
381
 
382
382
  ## Example Usage
383
383
 
@@ -518,7 +518,7 @@ class LoadbalancerFrontend(pulumi.CustomResource):
518
518
  """
519
519
  Creates and manages Scaleway Load Balancer frontends.
520
520
 
521
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
521
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
522
522
 
523
523
  ## Example Usage
524
524
 
@@ -270,7 +270,7 @@ class LoadbalancerIp(pulumi.CustomResource):
270
270
  """
271
271
  Creates and manages Scaleway Load Balancer IP addresses.
272
272
 
273
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
273
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
274
274
 
275
275
  ## Example Usage
276
276
 
@@ -319,7 +319,7 @@ class LoadbalancerIp(pulumi.CustomResource):
319
319
  """
320
320
  Creates and manages Scaleway Load Balancer IP addresses.
321
321
 
322
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
322
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
323
323
 
324
324
  ## Example Usage
325
325
 
@@ -227,7 +227,7 @@ class LoadbalancerRoute(pulumi.CustomResource):
227
227
  """
228
228
  Creates and manages Scaleway Load Balancer routes.
229
229
 
230
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
230
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
231
231
 
232
232
  ## Example Usage
233
233
 
@@ -315,7 +315,7 @@ class LoadbalancerRoute(pulumi.CustomResource):
315
315
  """
316
316
  Creates and manages Scaleway Load Balancer routes.
317
317
 
318
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
318
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
319
319
 
320
320
  ## Example Usage
321
321
 
@@ -164,7 +164,7 @@ class MnqNatsAccount(pulumi.CustomResource):
164
164
  """
165
165
  Creates and manages Scaleway Messaging and Queuing NATS accounts.
166
166
  For further information, see
167
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
167
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/nats-overview/)
168
168
  To use the Scaleway provider with the official NATS JetStream provider, check out the corresponding guide.
169
169
 
170
170
  ## Example Usage
@@ -205,7 +205,7 @@ class MnqNatsAccount(pulumi.CustomResource):
205
205
  """
206
206
  Creates and manages Scaleway Messaging and Queuing NATS accounts.
207
207
  For further information, see
208
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
208
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/nats-overview/)
209
209
  To use the Scaleway provider with the official NATS JetStream provider, check out the corresponding guide.
210
210
 
211
211
  ## Example Usage
@@ -159,7 +159,7 @@ class MnqNatsCredentials(pulumi.CustomResource):
159
159
  """
160
160
  Creates and manages Scaleway Messaging and Queuing NATS credentials.
161
161
  For further information, see
162
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/).
162
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/nats-overview/).
163
163
 
164
164
  ## Example Usage
165
165
 
@@ -199,7 +199,7 @@ class MnqNatsCredentials(pulumi.CustomResource):
199
199
  """
200
200
  Creates and manages Scaleway Messaging and Queuing NATS credentials.
201
201
  For further information, see
202
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/).
202
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/nats-overview/).
203
203
 
204
204
  ## Example Usage
205
205
 
@@ -127,7 +127,7 @@ class MnqSns(pulumi.CustomResource):
127
127
  """
128
128
  Activates Scaleway Messaging and Queuing SNS in a Project.
129
129
  For further information, see
130
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
130
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/).
131
131
 
132
132
  ## Example Usage
133
133
 
@@ -179,7 +179,7 @@ class MnqSns(pulumi.CustomResource):
179
179
  """
180
180
  Activates Scaleway Messaging and Queuing SNS in a Project.
181
181
  For further information, see
182
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
182
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/).
183
183
 
184
184
  ## Example Usage
185
185
 
@@ -207,7 +207,7 @@ class MnqSnsCredentials(pulumi.CustomResource):
207
207
  """
208
208
  Creates and manages Scaleway Messaging and Queuing SNS credentials.
209
209
  For further information, see
210
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
210
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/)
211
211
 
212
212
  ## Example Usage
213
213
 
@@ -254,7 +254,7 @@ class MnqSnsCredentials(pulumi.CustomResource):
254
254
  """
255
255
  Creates and manages Scaleway Messaging and Queuing SNS credentials.
256
256
  For further information, see
257
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/)
257
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/)
258
258
 
259
259
  ## Example Usage
260
260
 
@@ -372,7 +372,7 @@ class MnqSnsTopic(pulumi.CustomResource):
372
372
  """
373
373
  Manage Scaleway Messaging and queuing SNS topics.
374
374
  For further information, see
375
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-topics/).
375
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/how-to/create-manage-topics/).
376
376
 
377
377
  ## Example Usage
378
378
 
@@ -427,7 +427,7 @@ class MnqSnsTopic(pulumi.CustomResource):
427
427
  """
428
428
  Manage Scaleway Messaging and queuing SNS topics.
429
429
  For further information, see
430
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-topics/).
430
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/how-to/create-manage-topics/).
431
431
 
432
432
  ## Example Usage
433
433
 
@@ -388,7 +388,7 @@ class MnqSnsTopicSubscription(pulumi.CustomResource):
388
388
  """
389
389
  Manages Scaleway Messaging and Queuing SNS topic subscriptions.
390
390
  For further information, see
391
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
391
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/).
392
392
 
393
393
  ## Example Usage
394
394
 
@@ -454,7 +454,7 @@ class MnqSnsTopicSubscription(pulumi.CustomResource):
454
454
  """
455
455
  Manages Scaleway Messaging and Queuing SNS topic subscriptions.
456
456
  For further information, see
457
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sns-overview/).
457
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sns-overview/).
458
458
 
459
459
  ## Example Usage
460
460
 
@@ -127,7 +127,7 @@ class MnqSqs(pulumi.CustomResource):
127
127
  """
128
128
  Activate Scaleway Messaging and Queuing SQS in a Project.
129
129
  For further information, see
130
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/).
130
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sqs-overview/).
131
131
 
132
132
  ## Example Usage
133
133
 
@@ -178,7 +178,7 @@ class MnqSqs(pulumi.CustomResource):
178
178
  """
179
179
  Activate Scaleway Messaging and Queuing SQS in a Project.
180
180
  For further information, see
181
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/).
181
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sqs-overview/).
182
182
 
183
183
  ## Example Usage
184
184
 
@@ -207,7 +207,7 @@ class MnqSqsCredentials(pulumi.CustomResource):
207
207
  """
208
208
  Creates and manages Scaleway Messaging and Queuing SQS credentials.
209
209
  For further information, see
210
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
210
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sqs-overview/)
211
211
 
212
212
  ## Example Usage
213
213
 
@@ -254,7 +254,7 @@ class MnqSqsCredentials(pulumi.CustomResource):
254
254
  """
255
255
  Creates and manages Scaleway Messaging and Queuing SQS credentials.
256
256
  For further information, see
257
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/sqs-overview/)
257
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/reference-content/sqs-overview/)
258
258
 
259
259
  ## Example Usage
260
260
 
@@ -484,7 +484,7 @@ class MnqSqsQueue(pulumi.CustomResource):
484
484
  """
485
485
  Creates and manages Scaleway Messaging and Queuing SQS queues.
486
486
  For further information, see
487
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/).
487
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/how-to/create-manage-queues/).
488
488
 
489
489
  ## Example Usage
490
490
 
@@ -536,7 +536,7 @@ class MnqSqsQueue(pulumi.CustomResource):
536
536
  """
537
537
  Creates and manages Scaleway Messaging and Queuing SQS queues.
538
538
  For further information, see
539
- our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/how-to/create-manage-queues/).
539
+ our [main documentation](https://www.scaleway.com/en/docs/messaging/how-to/create-manage-queues/).
540
540
 
541
541
  ## Example Usage
542
542
 
@@ -534,7 +534,7 @@ class MongoDbInstance(pulumi.CustomResource):
534
534
  __props__=None):
535
535
  """
536
536
  Creates and manages Scaleway MongoDB® instance.
537
- For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-databases/mongodb/).
537
+ For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
538
538
 
539
539
  ## Example Usage
540
540
 
@@ -602,7 +602,7 @@ class MongoDbInstance(pulumi.CustomResource):
602
602
  opts: Optional[pulumi.ResourceOptions] = None):
603
603
  """
604
604
  Creates and manages Scaleway MongoDB® instance.
605
- For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-databases/mongodb/).
605
+ For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
606
606
 
607
607
  ## Example Usage
608
608
 
@@ -274,7 +274,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
274
274
  __props__=None):
275
275
  """
276
276
  Creates and manages Scaleway MongoDB® snapshots.
277
- For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-databases/mongodb/).
277
+ For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
278
278
 
279
279
  ## Example Usage
280
280
 
@@ -315,7 +315,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
315
315
  opts: Optional[pulumi.ResourceOptions] = None):
316
316
  """
317
317
  Creates and manages Scaleway MongoDB® snapshots.
318
- For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-databases/mongodb/).
318
+ For more information refer to [the API documentation](https://www.scaleway.com/en/docs/managed-mongodb-databases/).
319
319
 
320
320
  ## Example Usage
321
321
 
@@ -36,7 +36,7 @@ class ObjectBucketArgs:
36
36
  :param pulumi.Input[str] acl: (Deprecated) The canned ACL you want to apply to the bucket.
37
37
 
38
38
  > **Note:** The `acl` attribute is deprecated. See ObjectBucketAcl resource documentation. Refer to the [official canned ACL documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) for more information on the different roles.
39
- :param pulumi.Input[bool] force_destroy: Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
39
+ :param pulumi.Input[bool] force_destroy: Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
40
40
  :param pulumi.Input[Sequence[pulumi.Input['ObjectBucketLifecycleRuleArgs']]] lifecycle_rules: Lifecycle configuration is a set of rules that define actions that Scaleway Object Storage applies to a group of objects
41
41
  :param pulumi.Input[str] name: The name of the bucket.
42
42
  :param pulumi.Input[bool] object_lock_enabled: Enable object lock
@@ -100,7 +100,7 @@ class ObjectBucketArgs:
100
100
  @pulumi.getter(name="forceDestroy")
101
101
  def force_destroy(self) -> Optional[pulumi.Input[bool]]:
102
102
  """
103
- Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
103
+ Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
104
104
  """
105
105
  return pulumi.get(self, "force_destroy")
106
106
 
@@ -218,7 +218,7 @@ class _ObjectBucketState:
218
218
  > **Note:** The `acl` attribute is deprecated. See ObjectBucketAcl resource documentation. Refer to the [official canned ACL documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) for more information on the different roles.
219
219
  :param pulumi.Input[str] api_endpoint: API URL of the bucket
220
220
  :param pulumi.Input[str] endpoint: The endpoint URL of the bucket.
221
- :param pulumi.Input[bool] force_destroy: Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
221
+ :param pulumi.Input[bool] force_destroy: Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
222
222
  :param pulumi.Input[Sequence[pulumi.Input['ObjectBucketLifecycleRuleArgs']]] lifecycle_rules: Lifecycle configuration is a set of rules that define actions that Scaleway Object Storage applies to a group of objects
223
223
  :param pulumi.Input[str] name: The name of the bucket.
224
224
  :param pulumi.Input[bool] object_lock_enabled: Enable object lock
@@ -310,7 +310,7 @@ class _ObjectBucketState:
310
310
  @pulumi.getter(name="forceDestroy")
311
311
  def force_destroy(self) -> Optional[pulumi.Input[bool]]:
312
312
  """
313
- Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
313
+ Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
314
314
  """
315
315
  return pulumi.get(self, "force_destroy")
316
316
 
@@ -423,9 +423,9 @@ class ObjectBucket(pulumi.CustomResource):
423
423
  versioning: Optional[pulumi.Input[Union['ObjectBucketVersioningArgs', 'ObjectBucketVersioningArgsDict']]] = None,
424
424
  __props__=None):
425
425
  """
426
- The `ObjectBucket` resource allows you to create and manage buckets for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
426
+ The `ObjectBucket` resource allows you to create and manage buckets for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
427
427
 
428
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/create-a-bucket/) for more information on Object Storage buckets.
428
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/create-a-bucket/) for more information on Object Storage buckets.
429
429
 
430
430
  ## Example Usage
431
431
 
@@ -536,7 +536,7 @@ class ObjectBucket(pulumi.CustomResource):
536
536
  :param pulumi.Input[str] acl: (Deprecated) The canned ACL you want to apply to the bucket.
537
537
 
538
538
  > **Note:** The `acl` attribute is deprecated. See ObjectBucketAcl resource documentation. Refer to the [official canned ACL documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) for more information on the different roles.
539
- :param pulumi.Input[bool] force_destroy: Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
539
+ :param pulumi.Input[bool] force_destroy: Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
540
540
  :param pulumi.Input[Sequence[pulumi.Input[Union['ObjectBucketLifecycleRuleArgs', 'ObjectBucketLifecycleRuleArgsDict']]]] lifecycle_rules: Lifecycle configuration is a set of rules that define actions that Scaleway Object Storage applies to a group of objects
541
541
  :param pulumi.Input[str] name: The name of the bucket.
542
542
  :param pulumi.Input[bool] object_lock_enabled: Enable object lock
@@ -555,9 +555,9 @@ class ObjectBucket(pulumi.CustomResource):
555
555
  args: Optional[ObjectBucketArgs] = None,
556
556
  opts: Optional[pulumi.ResourceOptions] = None):
557
557
  """
558
- The `ObjectBucket` resource allows you to create and manage buckets for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
558
+ The `ObjectBucket` resource allows you to create and manage buckets for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
559
559
 
560
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/create-a-bucket/) for more information on Object Storage buckets.
560
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/create-a-bucket/) for more information on Object Storage buckets.
561
561
 
562
562
  ## Example Usage
563
563
 
@@ -743,7 +743,7 @@ class ObjectBucket(pulumi.CustomResource):
743
743
  > **Note:** The `acl` attribute is deprecated. See ObjectBucketAcl resource documentation. Refer to the [official canned ACL documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) for more information on the different roles.
744
744
  :param pulumi.Input[str] api_endpoint: API URL of the bucket
745
745
  :param pulumi.Input[str] endpoint: The endpoint URL of the bucket.
746
- :param pulumi.Input[bool] force_destroy: Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
746
+ :param pulumi.Input[bool] force_destroy: Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
747
747
  :param pulumi.Input[Sequence[pulumi.Input[Union['ObjectBucketLifecycleRuleArgs', 'ObjectBucketLifecycleRuleArgsDict']]]] lifecycle_rules: Lifecycle configuration is a set of rules that define actions that Scaleway Object Storage applies to a group of objects
748
748
  :param pulumi.Input[str] name: The name of the bucket.
749
749
  :param pulumi.Input[bool] object_lock_enabled: Enable object lock
@@ -809,7 +809,7 @@ class ObjectBucket(pulumi.CustomResource):
809
809
  @pulumi.getter(name="forceDestroy")
810
810
  def force_destroy(self) -> pulumi.Output[Optional[bool]]:
811
811
  """
812
- Whether to allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has object lock enabled.
812
+ Boolean that, when set to true, allows the deletion of all objects (including locked objects) when the bucket is destroyed. This operation is irreversible, and the objects cannot be recovered. The default is false.
813
813
  """
814
814
  return pulumi.get(self, "force_destroy")
815
815
 
@@ -250,7 +250,7 @@ class ObjectBucketAcl(pulumi.CustomResource):
250
250
  acl="private")
251
251
  ```
252
252
 
253
- For more information, refer to the [PutBucketAcl API call documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-operations/#putbucketacl).
253
+ For more information, refer to the [PutBucketAcl API call documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-operations/#putbucketacl).
254
254
 
255
255
  ### With Grants
256
256
 
@@ -372,7 +372,7 @@ class ObjectBucketAcl(pulumi.CustomResource):
372
372
  acl="private")
373
373
  ```
374
374
 
375
- For more information, refer to the [PutBucketAcl API call documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-operations/#putbucketacl).
375
+ For more information, refer to the [PutBucketAcl API call documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-operations/#putbucketacl).
376
376
 
377
377
  ### With Grants
378
378
 
@@ -171,9 +171,9 @@ class ObjectBucketLockConfiguration(pulumi.CustomResource):
171
171
  rule: Optional[pulumi.Input[Union['ObjectBucketLockConfigurationRuleArgs', 'ObjectBucketLockConfigurationRuleArgsDict']]] = None,
172
172
  __props__=None):
173
173
  """
174
- The `ObjectBucketLockConfiguration` resource allows you to create and manage an object lock configuration for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
174
+ The `ObjectBucketLockConfiguration` resource allows you to create and manage an object lock configuration for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
175
175
 
176
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/) for more information on object lock.
176
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/object-lock/) for more information on object lock.
177
177
 
178
178
  ## Example Usage
179
179
 
@@ -237,9 +237,9 @@ class ObjectBucketLockConfiguration(pulumi.CustomResource):
237
237
  args: ObjectBucketLockConfigurationArgs,
238
238
  opts: Optional[pulumi.ResourceOptions] = None):
239
239
  """
240
- The `ObjectBucketLockConfiguration` resource allows you to create and manage an object lock configuration for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
240
+ The `ObjectBucketLockConfiguration` resource allows you to create and manage an object lock configuration for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
241
241
 
242
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/) for more information on object lock.
242
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/object-lock/) for more information on object lock.
243
243
 
244
244
  ## Example Usage
245
245
 
@@ -169,9 +169,9 @@ class ObjectBucketPolicy(pulumi.CustomResource):
169
169
  region: Optional[pulumi.Input[str]] = None,
170
170
  __props__=None):
171
171
  """
172
- The `ObjectBucketPolicy` resource allows you to create and manage bucket policies for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
172
+ The `ObjectBucketPolicy` resource allows you to create and manage bucket policies for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
173
173
 
174
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-policy/) for more information on Object Storage bucket policies.
174
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-policy/) for more information on Object Storage bucket policies.
175
175
 
176
176
  ## Example Usage
177
177
 
@@ -339,7 +339,7 @@ class ObjectBucketPolicy(pulumi.CustomResource):
339
339
  }))
340
340
  ```
341
341
 
342
- **NB:** To configure the AWS provider with Scaleway credentials, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/object-storage-aws-cli/).
342
+ **NB:** To configure the AWS provider with Scaleway credentials, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/object-storage-aws-cli/).
343
343
 
344
344
  ## Import
345
345
 
@@ -375,9 +375,9 @@ class ObjectBucketPolicy(pulumi.CustomResource):
375
375
  args: ObjectBucketPolicyArgs,
376
376
  opts: Optional[pulumi.ResourceOptions] = None):
377
377
  """
378
- The `ObjectBucketPolicy` resource allows you to create and manage bucket policies for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
378
+ The `ObjectBucketPolicy` resource allows you to create and manage bucket policies for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
379
379
 
380
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-policy/) for more information on Object Storage bucket policies.
380
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-policy/) for more information on Object Storage bucket policies.
381
381
 
382
382
  ## Example Usage
383
383
 
@@ -545,7 +545,7 @@ class ObjectBucketPolicy(pulumi.CustomResource):
545
545
  }))
546
546
  ```
547
547
 
548
- **NB:** To configure the AWS provider with Scaleway credentials, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/object-storage-aws-cli/).
548
+ **NB:** To configure the AWS provider with Scaleway credentials, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/object-storage-aws-cli/).
549
549
 
550
550
  ## Import
551
551
 
@@ -236,9 +236,9 @@ class ObjectBucketWebsiteConfiguration(pulumi.CustomResource):
236
236
  region: Optional[pulumi.Input[str]] = None,
237
237
  __props__=None):
238
238
  """
239
- The `ObjectBucketWebsiteConfiguration` resource allows you to deploy and manage a bucket website with [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
239
+ The `ObjectBucketWebsiteConfiguration` resource allows you to deploy and manage a bucket website with [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
240
240
 
241
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/use-bucket-website/) for more information on bucket websites.
241
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/use-bucket-website/) for more information on bucket websites.
242
242
 
243
243
  ## Example Usage
244
244
 
@@ -321,9 +321,9 @@ class ObjectBucketWebsiteConfiguration(pulumi.CustomResource):
321
321
  args: ObjectBucketWebsiteConfigurationArgs,
322
322
  opts: Optional[pulumi.ResourceOptions] = None):
323
323
  """
324
- The `ObjectBucketWebsiteConfiguration` resource allows you to deploy and manage a bucket website with [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
324
+ The `ObjectBucketWebsiteConfiguration` resource allows you to deploy and manage a bucket website with [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
325
325
 
326
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/use-bucket-website/) for more information on bucket websites.
326
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/use-bucket-website/) for more information on bucket websites.
327
327
 
328
328
  ## Example Usage
329
329
 
@@ -46,7 +46,7 @@ class ObjectItemArgs:
46
46
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
47
47
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
48
48
  :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
49
- :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
49
+ :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
50
50
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
51
51
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
52
52
  """
@@ -201,7 +201,7 @@ class ObjectItemArgs:
201
201
  @pulumi.getter(name="storageClass")
202
202
  def storage_class(self) -> Optional[pulumi.Input[str]]:
203
203
  """
204
- Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
204
+ Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
205
205
  """
206
206
  return pulumi.get(self, "storage_class")
207
207
 
@@ -264,7 +264,7 @@ class _ObjectItemState:
264
264
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
265
265
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
266
266
  :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
267
- :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
267
+ :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
268
268
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
269
269
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
270
270
  """
@@ -421,7 +421,7 @@ class _ObjectItemState:
421
421
  @pulumi.getter(name="storageClass")
422
422
  def storage_class(self) -> Optional[pulumi.Input[str]]:
423
423
  """
424
- Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
424
+ Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
425
425
  """
426
426
  return pulumi.get(self, "storage_class")
427
427
 
@@ -474,9 +474,9 @@ class ObjectItem(pulumi.CustomResource):
474
474
  visibility: Optional[pulumi.Input[str]] = None,
475
475
  __props__=None):
476
476
  """
477
- The `ObjectItem` resource allows you to create and manage objects for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
477
+ The `ObjectItem` resource allows you to create and manage objects for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
478
478
 
479
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/upload-files-into-a-bucket/) for more information on Object Storage objects.
479
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/upload-files-into-a-bucket/) for more information on Object Storage objects.
480
480
 
481
481
  ## Import
482
482
 
@@ -512,7 +512,7 @@ class ObjectItem(pulumi.CustomResource):
512
512
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
513
513
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
514
514
  :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
515
- :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
515
+ :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
516
516
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
517
517
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
518
518
  """
@@ -523,9 +523,9 @@ class ObjectItem(pulumi.CustomResource):
523
523
  args: ObjectItemArgs,
524
524
  opts: Optional[pulumi.ResourceOptions] = None):
525
525
  """
526
- The `ObjectItem` resource allows you to create and manage objects for [Scaleway Object storage](https://www.scaleway.com/en/docs/storage/object/).
526
+ The `ObjectItem` resource allows you to create and manage objects for [Scaleway Object storage](https://www.scaleway.com/en/docs/object-storage/).
527
527
 
528
- Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/storage/object/how-to/upload-files-into-a-bucket/) for more information on Object Storage objects.
528
+ Refer to the [dedicated documentation](https://www.scaleway.com/en/docs/object-storage/how-to/upload-files-into-a-bucket/) for more information on Object Storage objects.
529
529
 
530
530
  ## Import
531
531
 
@@ -645,7 +645,7 @@ class ObjectItem(pulumi.CustomResource):
645
645
  :param pulumi.Input[str] project_id: The project_id you want to attach the resource to
646
646
  :param pulumi.Input[str] region: The Scaleway region the bucket resides in.
647
647
  :param pulumi.Input[str] sse_customer_key: Customer's encryption keys to encrypt data (SSE-C)
648
- :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
648
+ :param pulumi.Input[str] storage_class: Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
649
649
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Map of tags.
650
650
  :param pulumi.Input[str] visibility: Visibility of the object, `public-read` or `private`.
651
651
  """
@@ -754,7 +754,7 @@ class ObjectItem(pulumi.CustomResource):
754
754
  @pulumi.getter(name="storageClass")
755
755
  def storage_class(self) -> pulumi.Output[Optional[str]]:
756
756
  """
757
- Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
757
+ Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/object-storage/concepts/#storage-class) (`STANDARD`, `GLACIER`, or `ONEZONE_IA`) used to store the object.
758
758
  """
759
759
  return pulumi.get(self, "storage_class")
760
760