File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ export interface SecurityGroupImportOptions {
346
346
* allow connections to and between constructs via--for example-- the `instance.connections`
347
347
* object. Think of it as "allowing connections to your instance", rather than
348
348
* "adding ingress rules a security group". See the [Allowing
349
- * Connections](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-ec2 -readme.html#allowing-connections)
349
+ * Connections](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.aws_ec2 -readme.html#allowing-connections)
350
350
* section in the library documentation for examples.
351
351
*
352
352
* Direct manipulation of the Security Group through `addIngressRule` and
You can’t perform that action at this time.
0 commit comments