Skip to content

Commit

Permalink
feat(cfnspec): manually add VPCEndpointService (#1734)
Browse files Browse the repository at this point in the history
Fixes #1659
  • Loading branch information
ccurrie-amzn authored and rix0rrr committed Feb 18, 2019
1 parent ad4c95a commit f782958
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"ResourceTypes": {
"AWS::EC2::VPCEndpointService": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html",
"Properties": {
"AcceptanceRequired": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
},
"NetworkLoadBalancerArns": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-networkloadbalancerarns",
"DuplicatesAllowed": false,
"PrimitiveItemType": "String",
"Required": true,
"Type": "List",
"UpdateType": "Mutable"
}
}
}
}
}
12 changes: 12 additions & 0 deletions packages/@aws-cdk/cfnspec/spec-source/600_RefKinds_patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,18 @@
"description": "Set RefKind of AWS::EC2::VPCEndpointConnectionNotification to None"
}
},
"AWS::EC2::VPCEndpointService": {
"patch": {
"operations": [
{
"op": "add",
"path": "/RefKind",
"value": "Id"
}
],
"description": "Set RefKind of AWS::EC2::VPCEndpointService to Id"
}
},
"AWS::EC2::VPCEndpointServicePermissions": {
"patch": {
"operations": [
Expand Down

0 comments on commit f782958

Please sign in to comment.