Skip to content

Commit ed55d2d

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194.
1 parent 291b781 commit ed55d2d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194."
5+
}

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6719,6 +6719,11 @@
67196719
"documentation":"<p>The transport protocol used by the Client VPN endpoint.</p>",
67206720
"locationName":"transportProtocol"
67216721
},
6722+
"VpnPort":{
6723+
"shape":"Integer",
6724+
"documentation":"<p>The port number for the Client VPN endpoint.</p>",
6725+
"locationName":"vpnPort"
6726+
},
67226727
"AssociatedTargetNetworks":{
67236728
"shape":"AssociatedTargetNetworkSet",
67246729
"documentation":"<p>Information about the associated target networks. A target network is a subnet in a VPC.</p>",
@@ -7446,6 +7451,10 @@
74467451
"shape":"TransportProtocol",
74477452
"documentation":"<p>The transport protocol to be used by the VPN session.</p> <p>Default value: <code>udp</code> </p>"
74487453
},
7454+
"VpnPort":{
7455+
"shape":"Integer",
7456+
"documentation":"<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>"
7457+
},
74497458
"Description":{
74507459
"shape":"String",
74517460
"documentation":"<p>A brief description of the Client VPN endpoint.</p>"
@@ -7507,7 +7516,7 @@
75077516
"documentation":"<p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p> <ul> <li> <p>To add a route for Internet access, enter <code>0.0.0.0/0</code> </p> </li> <li> <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p> </li> <li> <p>To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range</p> </li> </ul> <p>Route address ranges cannot overlap with the CIDR range specified for client allocation.</p>"
75087517
},
75097518
"TargetVpcSubnetId":{
7510-
"shape":"String",
7519+
"shape":"SubnetId",
75117520
"documentation":"<p>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</p>"
75127521
},
75137522
"Description":{
@@ -9885,7 +9894,7 @@
98859894
"documentation":"<p>The ID of the Client VPN endpoint from which the route is to be deleted.</p>"
98869895
},
98879896
"TargetVpcSubnetId":{
9888-
"shape":"String",
9897+
"shape":"SubnetId",
98899898
"documentation":"<p>The ID of the target subnet used by the route.</p>"
98909899
},
98919900
"DestinationCidrBlock":{
@@ -24699,6 +24708,10 @@
2469924708
"shape":"DnsServersOptionsModifyStructure",
2470024709
"documentation":"<p>Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.</p>"
2470124710
},
24711+
"VpnPort":{
24712+
"shape":"Integer",
24713+
"documentation":"<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>"
24714+
},
2470224715
"Description":{
2470324716
"shape":"String",
2470424717
"documentation":"<p>A brief description of the Client VPN endpoint.</p>"

0 commit comments

Comments
 (0)