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 missing properties to various objects in ec2.py #711

Merged
merged 3 commits into from May 7, 2017
Merged

Add missing properties to various objects in ec2.py #711

merged 3 commits into from May 7, 2017

Conversation

frw
Copy link
Contributor

@frw frw commented May 3, 2017

Add IPv6 address related properties to ec2.NetworkInterface
Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html

Made Ipv6Addresses use the property 'Ipv6Address' instead of 'Ipv6Addresses'.
Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv6addresses.html

Add GroupName property to ec2.SecurityGroup
Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html

@frw frw changed the title Add missing IPv6 address related properties to AWS::EC2::NetworkInterface Add missing properties to various objects in ec2.py May 3, 2017
@markpeek markpeek merged commit 9ec8874 into cloudtools:master May 7, 2017
@markpeek
Copy link
Member

markpeek commented May 7, 2017

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants