Uses of Class
software.amazon.awscdk.services.ec2.CfnVPNConnection.Builder
Packages that use CfnVPNConnection.Builder
-
Uses of CfnVPNConnection.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnVPNConnection.BuilderModifier and TypeMethodDescriptionstatic CfnVPNConnection.BuilderCfnVPNConnection.Builder.customerGatewayId(String customerGatewayId) The ID of the customer gateway at your end of the VPN connection.CfnVPNConnection.Builder.staticRoutesOnly(Boolean staticRoutesOnly) Indicates whether the VPN connection uses static routes only.CfnVPNConnection.Builder.staticRoutesOnly(IResolvable staticRoutesOnly) Indicates whether the VPN connection uses static routes only.Any tags assigned to the VPN connection.CfnVPNConnection.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN connection.The type of VPN connection.CfnVPNConnection.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.CfnVPNConnection.Builder.vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications) The tunnel options for the VPN connection.CfnVPNConnection.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications) The tunnel options for the VPN connection.