We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4521a + 62cbcde commit 3ba573bCopy full SHA for 3ba573b
1 file changed
packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts
@@ -689,6 +689,8 @@ export interface InterfaceVpcEndpointAttributes {
689
/**
690
* The security groups associated with the interface VPC endpoint.
691
*
692
+ * If you wish to manage the network connections associated with this endpoint,
693
+ * you will need to specify its security groups.
694
*/
695
readonly securityGroups?: ISecurityGroup[];
696
0 commit comments