Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot-in committed Dec 20, 2024
1 parent 77fff95 commit 5167dee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
18 changes: 9 additions & 9 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/constructs/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ export interface PeeringConfig {
readonly peerRegion?: string;
readonly tags: Record<string, string>;
}


export interface PeeringConnectionInternalType {
/**
* @jsii ignore
*/
[name: string]: ec2.CfnVPCPeeringConnection;
}
export interface SecurityGroupRule {
Expand Down

0 comments on commit 5167dee

Please sign in to comment.