Skip to content

Commit

Permalink
L1 Construct for VPCEndpointService
Browse files Browse the repository at this point in the history
Partial help for aws#1659
  • Loading branch information
ccurrie-amzn committed Feb 11, 2019
1 parent 49080c6 commit a5315ec
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 a5315ec

Please sign in to comment.