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 get_bucket_access_keys action to get a list of access key IDs that you can specify.


[Package paws.compute version 0.7.0 Index]