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.customerGatewayId(ICustomerGatewayRef customerGatewayId) The ID of the customer gateway at your end of the VPN connection.CfnVPNConnection.Builder.enableAcceleration(Boolean enableAcceleration) Indicate whether to enable acceleration for the VPN connection.CfnVPNConnection.Builder.enableAcceleration(IResolvable enableAcceleration) Indicate whether to enable acceleration for the VPN connection.CfnVPNConnection.Builder.localIpv4NetworkCidr(String localIpv4NetworkCidr) The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.CfnVPNConnection.Builder.localIpv6NetworkCidr(String localIpv6NetworkCidr) The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.CfnVPNConnection.Builder.outsideIpAddressType(String outsideIpAddressType) The type of IP address assigned to the outside interface of the customer gateway device.CfnVPNConnection.Builder.preSharedKeyStorage(String preSharedKeyStorage) Describes the storage location for an instance store-backed AMI.CfnVPNConnection.Builder.remoteIpv4NetworkCidr(String remoteIpv4NetworkCidr) The IPv4 CIDR on the AWS side of the VPN connection.CfnVPNConnection.Builder.remoteIpv6NetworkCidr(String remoteIpv6NetworkCidr) The IPv6 CIDR on the AWS side 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.CfnVPNConnection.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway associated with the VPN connection.CfnVPNConnection.Builder.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The transit gateway attachment ID to use for the VPN tunnel.CfnVPNConnection.Builder.tunnelBandwidth(String tunnelBandwidth) The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity.CfnVPNConnection.Builder.tunnelInsideIpVersion(String tunnelInsideIpVersion) Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.The type of VPN connection.CfnVPNConnection.Builder.vpnConcentratorId(String vpnConcentratorId) The ID of the VPN concentrator to associate with the VPN connection.CfnVPNConnection.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.CfnVPNConnection.Builder.vpnGatewayId(IVPNGatewayRef 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.