Skip to content

/AWS1/CL_QSTKEYPAIRCREDENTIALS

The combination of username, private key and passphrase that are used as credentials.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_keypairusername TYPE /AWS1/QSTDBUSERNAME /AWS1/QSTDBUSERNAME

Username

iv_privatekey TYPE /AWS1/QSTPRIVATEKEY /AWS1/QSTPRIVATEKEY

PrivateKey

Optional arguments:

iv_privatekeypassphrase TYPE /AWS1/QSTPRIVATEKEYPASSPHRASE /AWS1/QSTPRIVATEKEYPASSPHRASE

PrivateKeyPassphrase


Queryable Attributes

KeyPairUsername

Username

Accessible with the following methods

Method Description
GET_KEYPAIRUSERNAME() Getter for KEYPAIRUSERNAME, with configurable default
ASK_KEYPAIRUSERNAME() Getter for KEYPAIRUSERNAME w/ exceptions if field has no val
HAS_KEYPAIRUSERNAME() Determine if KEYPAIRUSERNAME has a value

PrivateKey

PrivateKey

Accessible with the following methods

Method Description
GET_PRIVATEKEY() Getter for PRIVATEKEY, with configurable default
ASK_PRIVATEKEY() Getter for PRIVATEKEY w/ exceptions if field has no value
HAS_PRIVATEKEY() Determine if PRIVATEKEY has a value

PrivateKeyPassphrase

PrivateKeyPassphrase

Accessible with the following methods

Method Description
GET_PRIVATEKEYPASSPHRASE() Getter for PRIVATEKEYPASSPHRASE, with configurable default
ASK_PRIVATEKEYPASSPHRASE() Getter for PRIVATEKEYPASSPHRASE w/ exceptions if field has n
HAS_PRIVATEKEYPASSPHRASE() Determine if PRIVATEKEYPASSPHRASE has a value