Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS::CertificateManager::Certificate is missing #547

Closed
schabert opened this issue Aug 15, 2016 · 1 comment
Closed

AWS::CertificateManager::Certificate is missing #547

schabert opened this issue Aug 15, 2016 · 1 comment

Comments

@schabert
Copy link

schabert commented Aug 15, 2016

This resource is currently not implemented.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html

class Certificate(AWSObject):
resource_type = "AWS::CertificateManager::Certificate"
props = {
'DomainName': (basestring, True),
'DomainValidationOptions': (list, False),
'SubjectAlternativeNames': (list, False)

        }
@benbridts
Copy link
Contributor

It has been merged to the master branch (https://github.com/cloudtools/troposphere/blob/master/troposphere/certificatemanager.py) in #538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants