Interface VpnGatewayProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
EnableVpnGatewayOptions
All Known Implementing Classes:
EnableVpnGatewayOptions.Jsii$Proxy, VpnGatewayProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:16.171Z") @Stability(Stable) public interface VpnGatewayProps extends software.amazon.jsii.JsiiSerializable
The VpnGateway Properties.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 VpnGatewayProps vpnGatewayProps = VpnGatewayProps.builder()
         .type("type")
         // the properties below are optional
         .amazonSideAsn(123)
         .build();
 
  • Method Details