Bayer-Group / cloudformation-template-generator

A type-safe Scala DSL for generating CloudFormation templates
BSD 3-Clause "New" or "Revised" License
210 stars 71 forks source link

add support for AWS::EC2::VPCEndpoint #255

Closed bderickson closed 5 years ago

tjcorr commented 5 years ago

In the docs at https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html it looks like we are missing a few options including PrivateDnsEnabled, SecurityGroupIds, SubnetIds, and VpcEndpointType. Might as well add them include them all for completeness.