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

Add AWS::KMS::Alias #568

Closed
chrisgilmerproj opened this issue Sep 19, 2016 · 2 comments
Closed

Add AWS::KMS::Alias #568

chrisgilmerproj opened this issue Sep 19, 2016 · 2 comments

Comments

@chrisgilmerproj
Copy link
Contributor

AWS just released a new resource that allows setting the Alias on a key:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-alias.html

Probably would look like this in troposphere:

class Alias(AWSObject):
    resource_type = "AWS::KMS::Alias"

    props = {
        'AliasName': (basestring, True),
        'TargetKeyId': (basestring, True)
    }

Please add to your next release.

@markpeek
Copy link
Member

Thanks!

@chrisgilmerproj
Copy link
Contributor Author

@markpeek - thanks for the fast turnaround:)

amosshapira pushed a commit to amosshapira/troposphere that referenced this issue Oct 24, 2016
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