Skip to main content

TIAMUploadSSHPublicKeyRequest

Class in AWS.IAM

UploadSSHPublicKey request class.

Ancestors

Properties

SSHPublicKeyBody

property SSHPublicKeyBody: string

UserName

property UserName: string

Constructors

Create

constructor Create(const ASSHPublicKeyBody, AUserName: string);

Constructor for TIAMUploadSSHPublicKeyRequest.

Parameters

NameDescription
ASSHPublicKeyBodySpecify the SSH public key. Must be encoded in ssh-rsa or PEM format.
AUserNameSpecify the name of the IAM user to associate the SSH public key with.