Closed ima-tech closed 6 years ago
I'm wondering if there's a way to retrieve the ARN of the created certificate, directly from CloudFormation.
Yes, as with AWS::CertificateManager::Certificate providing the logical ID of the resource to the Ref function returns the certificate ARN.
For example (in yaml): !Ref 'ExampleCertificate'
!Ref 'ExampleCertificate'
I'm wondering if there's a way to retrieve the ARN of the created certificate, directly from CloudFormation.