Closed bderickson closed 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.
PrivateDnsEnabled
SecurityGroupIds
SubnetIds
VpcEndpointType
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
, andVpcEndpointType
. Might as well add them include them all for completeness.