Skip to content

Commit

Permalink
remove doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Sep 10, 2021
1 parent b952a2c commit 2c20004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ use in your VPC:

``` ts
new InterfaceVpcEndpoint(stack, 'VPC Endpoint', { vpc, service: InterfaceVpcEndpointAwsService.KEYSPACES });
new InterfaceVpcEndpoint(stack, 'VPC S3 Endpoint', { vpc, service: InterfaceVpcEndpointAwsService.S3 });
```

#### Security groups for interface VPC endpoints
Expand Down

0 comments on commit 2c20004

Please sign in to comment.