lightsail_delete_key_pair {paws.compute} | R Documentation |
Deletes the specified key pair by removing the public key from Amazon Lightsail
Description
Deletes the specified key pair by removing the public key from Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_delete_key_pair/ for full documentation.
Usage
lightsail_delete_key_pair(keyPairName, expectedFingerprint = NULL)
Arguments
keyPairName |
[required] The name of the key pair to delete. |
expectedFingerprint |
The RSA fingerprint of the Lightsail default key pair to delete. The |
[Package paws.compute version 0.7.0 Index]