- Navigation Guide
@aws-sdk/client-ec2
CreateKeyPairCommandOutput Interface
The output of CreateKeyPairCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
KeyFingerprint | string | undefined |
|
KeyMaterial | string | undefined | An unencrypted PEM encoded RSA or ED25519 private key. |
KeyName | string | undefined | The name of the key pair. |
KeyPairId | string | undefined | The ID of the key pair. |
Tags | Tag[] | undefined | Any tags applied to the key pair. |
Full Signature
export interface CreateKeyPairCommandOutput extends KeyPair, MetadataBearer