![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lightsail::ImportKeyPair - Arguments for method ImportKeyPair on Paws::Lightsail DESCRIPTIONThis class represents the parameters used for calling the method ImportKeyPair on the Amazon Lightsail service. Use the attributes of this class as arguments to method ImportKeyPair. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ImportKeyPair. SYNOPSISmy $lightsail = Paws->service('Lightsail'); my $ImportKeyPairResult = $lightsail->ImportKeyPair( KeyPairName => 'MyResourceName', PublicKeyBase64 => 'MyBase64', ); # Results: my $Operation = $ImportKeyPairResult->Operation; # Returns a L<Paws::Lightsail::ImportKeyPairResult> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/lightsail/ImportKeyPair> ATTRIBUTESREQUIRED KeyPairName => StrThe name of the key pair for which you want to import the public key. REQUIRED PublicKeyBase64 => StrA base64-encoded public key of the "ssh-rsa" type. SEE ALSOThis class forms part of Paws, documenting arguments for method ImportKeyPair in Paws::Lightsail BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|