Skip to content
Discussion options

You must be logged in to vote

I've found the problem - it was my code. The end of the __init__ code for DNSValidatedCertificateCustomResource had this line:

self.arn = certificate.get_att("Arn")

so that:

    @property
    def certificate_arn(self):
        # Expose/return the certificate Arn value as a property on this interface.
        return self.arn

worked. However, get_att needed to be get_att_string instead. Not quite sure why it worked previously but hey ho!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pcolmer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant