Skip to content

Commit

Permalink
Merge pull request aws#21688 from aws/mascur/security-group-docs
Browse files Browse the repository at this point in the history
docs(ec2): Added clarification on importing a InterfaceVpcEndpoint
  • Loading branch information
mascur authored Aug 20, 2022
2 parents 82a6388 + b29717d commit 62cbcde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ export interface InterfaceVpcEndpointAttributes {
/**
* The security groups associated with the interface VPC endpoint.
*
* If you wish to manage the network connections associated with this endpoint,
* you will need to specify its security groups.
*/
readonly securityGroups?: ISecurityGroup[];

Expand Down

0 comments on commit 62cbcde

Please sign in to comment.