Skip to content

Commit 7a8ee2c

Browse files
author
Elad Ben-Israel
authored
fix(aws-ec2): fix capitalization of "VPCEndpointType" to "VpcEndpointType" (#789)
Add a patch to the CFN spec that corrects the capitalization of the "VpcEndpointType" property of "AWS::EC2::VPCEndpoint". Fixes #765
1 parent 10015cb commit 7a8ee2c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"ResourceTypes": {
3+
"AWS::EC2::VPCEndpoint": {
4+
"patch": {
5+
"description": "Rename 'VPCEndpointType' to 'VpcEndpointType': https://github.com/awslabs/aws-cdk/issues/765",
6+
"operations": [
7+
{
8+
"from": "/Properties/VPCEndpointType",
9+
"op": "move",
10+
"path": "/Properties/VpcEndpointType"
11+
}
12+
]
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)