Skip to content

Commit 6a4e1d0

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
1 parent a2fff77 commit 6a4e1d0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
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 support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation."
6+
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45118,6 +45118,21 @@
4511845118
"documentation":"<p>The ID of the transit gateway associated with the VPN connection.</p>",
4511945119
"locationName":"transitGatewayId"
4512045120
},
45121+
"CoreNetworkArn":{
45122+
"shape":"String",
45123+
"documentation":"<p>The ARN of the core network.</p>",
45124+
"locationName":"coreNetworkArn"
45125+
},
45126+
"CoreNetworkAttachmentArn":{
45127+
"shape":"String",
45128+
"documentation":"<p>The ARN of the core network attachment.</p>",
45129+
"locationName":"coreNetworkAttachmentArn"
45130+
},
45131+
"GatewayAssociationState":{
45132+
"shape":"String",
45133+
"documentation":"<p>The current state of the gateway association.</p>",
45134+
"locationName":"gatewayAssociationState"
45135+
},
4512145136
"Options":{
4512245137
"shape":"VpnConnectionOptions",
4512345138
"documentation":"<p>The VPN connection options.</p>",

0 commit comments

Comments
 (0)