@aws-sdk/client-iot

CreateKeysAndCertificateCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
certificateArn string | undefined

The ARN of the certificate.

certificateId string | undefined

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

certificatePem string | undefined

The certificate data, in PEM format.

keyPair KeyPair | undefined

The generated key pair.

Full Signature

export interface CreateKeysAndCertificateCommandOutput extends CreateKeysAndCertificateResponse, MetadataBearer