lightsail_delete_bucket_access_key {paws.compute} | R Documentation |
Deletes an access key for the specified Amazon Lightsail bucket
Description
Deletes an access key for the specified Amazon Lightsail bucket.
See https://www.paws-r-sdk.com/docs/lightsail_delete_bucket_access_key/ for full documentation.
Usage
lightsail_delete_bucket_access_key(bucketName, accessKeyId)
Arguments
bucketName |
[required] The name of the bucket that the access key belongs to. |
accessKeyId |
[required] The ID of the access key to delete. Use the |
[Package paws.compute version 0.7.0 Index]