KeyPairInfo
Describes a key pair.
Contents
- keyFingerprint
-
If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used ImportKeyPair to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.
Type: String
Required: No
- keyName
-
The name of the key pair.
Type: String
Required: No
- keyPairId
-
The ID of the key pair.
Type: String
Required: No
- tagSet
-
Any tags applied to the key pair.
Type: Array of Tag objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: