issueCertificate
inline suspend fun AcmPcaClient.issueCertificate(crossinline block: IssueCertificateRequest.Builder.() -> Unit): IssueCertificateResponse
Uses your private certificate authority (CA), or one that has been shared with you, to issue a client certificate. This action returns the Amazon Resource Name (ARN) of the certificate. You can retrieve the certificate by calling the GetCertificate action and specifying the ARN.
You cannot use the ACM ListCertificateAuthorities action to retrieve the ARNs of the certificates that you issue by using Amazon Web Services Private CA.