Skip to content

Commit

Permalink
Add Transit Gateway Attachment icon, its alias and Internet Gateway a…
Browse files Browse the repository at this point in the history
…lias.
  • Loading branch information
laiminhtrung1997 committed Nov 3, 2024
1 parent a5a3ef7 commit b191513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ class TransitGateway(_Network):
_icon = "transit-gateway.png"


class TransitGatewayAttachment(_Network):
_icon = "transit-gateway-attachment.png"


class VPCCustomerGateway(_Network):
_icon = "vpc-customer-gateway.png"

Expand Down Expand Up @@ -172,3 +176,5 @@ class VpnGateway(_Network):
CLB = ElbClassicLoadBalancer
NLB = ElbNetworkLoadBalancer
GAX = GlobalAccelerator
IGW = InternetGateway
TGW = TransitGateway
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b191513

Please sign in to comment.