keyPairName property
The name of the key pair that you used when creating your instance. If no
key pair name was specified when creating the instance, Lightsail uses the
default key pair (LightsailDefaultKeyPair
).
If you are using a custom key pair, you need to use your own means of
decrypting your password using the ciphertext
. Lightsail
creates the ciphertext by encrypting your password with the public key part
of this key pair.
Implementation
final String? keyPairName;