Skip to content

/AWS1/CL_IOTCREKEYSANDCERTRSP

The output of the CreateKeysAndCertificate operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CERTIFICATEARN TYPE /AWS1/IOTCERTIFICATEARN /AWS1/IOTCERTIFICATEARN

The ARN of the certificate.

IV_CERTIFICATEID TYPE /AWS1/IOTCERTIFICATEID /AWS1/IOTCERTIFICATEID

The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate).

IV_CERTIFICATEPEM TYPE /AWS1/IOTCERTIFICATEPEM /AWS1/IOTCERTIFICATEPEM

The certificate data, in PEM format.

IO_KEYPAIR TYPE REF TO /AWS1/CL_IOTKEYPAIR /AWS1/CL_IOTKEYPAIR

The generated key pair.


Queryable Attributes

certificateArn

The ARN of the certificate.

Accessible with the following methods

Method Description
GET_CERTIFICATEARN() Getter for CERTIFICATEARN, with configurable default
ASK_CERTIFICATEARN() Getter for CERTIFICATEARN w/ exceptions if field has no valu
HAS_CERTIFICATEARN() Determine if CERTIFICATEARN has a value

certificateId

The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate).

Accessible with the following methods

Method Description
GET_CERTIFICATEID() Getter for CERTIFICATEID, with configurable default
ASK_CERTIFICATEID() Getter for CERTIFICATEID w/ exceptions if field has no value
HAS_CERTIFICATEID() Determine if CERTIFICATEID has a value

certificatePem

The certificate data, in PEM format.

Accessible with the following methods

Method Description
GET_CERTIFICATEPEM() Getter for CERTIFICATEPEM, with configurable default
ASK_CERTIFICATEPEM() Getter for CERTIFICATEPEM w/ exceptions if field has no valu
HAS_CERTIFICATEPEM() Determine if CERTIFICATEPEM has a value

keyPair

The generated key pair.

Accessible with the following methods

Method Description
GET_KEYPAIR() Getter for KEYPAIR