View source: R/lightsail_operations.R
lightsail_delete_bucket | R Documentation |
Deletes a Amazon Lightsail bucket.
See https://www.paws-r-sdk.com/docs/lightsail_delete_bucket/ for full documentation.
lightsail_delete_bucket(bucketName, forceDelete = NULL)
bucketName |
[required] The name of the bucket to delete. Use the |
forceDelete |
A Boolean value that indicates whether to force delete the bucket. You must force delete the bucket if it has one of the following conditions:
Force deleting a bucket might impact other resources that rely on the bucket, such as instances, distributions, or software that use the issued access keys. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.