connectionType property
The type of the network connection to the integration endpoint. The valid
value is INTERNET
for connections through the public routable
internet or VPC_LINK
for private connections between API
Gateway and a network load balancer in a VPC. The default value is
INTERNET
.
Implementation
final ConnectionType? connectionType;