Skip to content

Commit ca1d4da

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
1 parent 84b539f commit ca1d4da

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11003,8 +11003,7 @@
1100311003
"type":"structure",
1100411004
"required":[
1100511005
"ResourceIds",
11006-
"ResourceType",
11007-
"TrafficType"
11006+
"ResourceType"
1100811007
],
1100911008
"members":{
1101011009
"DryRun":{
@@ -25661,7 +25660,9 @@
2566125660
"enum":[
2566225661
"VPC",
2566325662
"Subnet",
25664-
"NetworkInterface"
25663+
"NetworkInterface",
25664+
"TransitGateway",
25665+
"TransitGatewayAttachment"
2566525666
]
2566625667
},
2566725668
"FpgaDeviceCount":{"type":"integer"},

0 commit comments

Comments
 (0)