Is it possible to use the AWS SDK to issue and validate a certificate using CNAME records? I can request a certificate using the SDK but AWSCertificateManager.getCertificate won't return pending certificates and AWSCertificateManager.listCertificates only returns certificate summaries.
I want to use the AWS SDK to get the expected CNAME and then insert the expected CNAME records using the AWS SDK.