diff --git a/packages/@aws-cdk/cfnspec/spec-source/500_VPCEndpoint_patch.json b/packages/@aws-cdk/cfnspec/spec-source/500_VPCEndpoint_patch.json new file mode 100644 index 0000000000000..d61f257332594 --- /dev/null +++ b/packages/@aws-cdk/cfnspec/spec-source/500_VPCEndpoint_patch.json @@ -0,0 +1,16 @@ +{ + "ResourceTypes": { + "AWS::EC2::VPCEndpoint": { + "patch": { + "description": "Rename 'VPCEndpointType' to 'VpcEndpointType': https://github.com/awslabs/aws-cdk/issues/765", + "operations": [ + { + "from": "/Properties/VPCEndpointType", + "op": "move", + "path": "/Properties/VpcEndpointType" + } + ] + } + } + } +}