Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConnectionPropsMixin.Builder
Packages that use CfnVPNConnectionPropsMixin.Builder
-
Uses of CfnVPNConnectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPNConnectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPNConnectionPropsMixin.Builder.create()CfnVPNConnectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPNConnectionPropsMixin.Builder.customerGatewayId(String customerGatewayId) The ID of the customer gateway at your end of the VPN connection.CfnVPNConnectionPropsMixin.Builder.customerGatewayId(ICustomerGatewayRef customerGatewayId) The ID of the customer gateway at your end of the VPN connection.CfnVPNConnectionPropsMixin.Builder.enableAcceleration(Boolean enableAcceleration) Indicate whether to enable acceleration for the VPN connection.CfnVPNConnectionPropsMixin.Builder.enableAcceleration(IResolvable enableAcceleration) Indicate whether to enable acceleration for the VPN connection.CfnVPNConnectionPropsMixin.Builder.localIpv4NetworkCidr(String localIpv4NetworkCidr) The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.localIpv6NetworkCidr(String localIpv6NetworkCidr) The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.outsideIpAddressType(String outsideIpAddressType) The type of IP address assigned to the outside interface of the customer gateway device.CfnVPNConnectionPropsMixin.Builder.preSharedKeyStorage(String preSharedKeyStorage) Describes the storage location for an instance store-backed AMI.CfnVPNConnectionPropsMixin.Builder.remoteIpv4NetworkCidr(String remoteIpv4NetworkCidr) The IPv4 CIDR on the AWS side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.remoteIpv6NetworkCidr(String remoteIpv6NetworkCidr) The IPv6 CIDR on the AWS side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.staticRoutesOnly(Boolean staticRoutesOnly) Indicates whether the VPN connection uses static routes only.CfnVPNConnectionPropsMixin.Builder.staticRoutesOnly(IResolvable staticRoutesOnly) Indicates whether the VPN connection uses static routes only.Any tags assigned to the VPN connection.CfnVPNConnectionPropsMixin.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN connection.CfnVPNConnectionPropsMixin.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of the transit gateway associated with the VPN connection.CfnVPNConnectionPropsMixin.Builder.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The transit gateway attachment ID to use for the VPN tunnel.CfnVPNConnectionPropsMixin.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.CfnVPNConnectionPropsMixin.Builder.tunnelInsideIpVersion(String tunnelInsideIpVersion) Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.The type of VPN connection.CfnVPNConnectionPropsMixin.Builder.vpnConcentratorId(String vpnConcentratorId) The ID of the VPN concentrator to associate with the VPN connection.CfnVPNConnectionPropsMixin.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.CfnVPNConnectionPropsMixin.Builder.vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications) The tunnel options for the VPN connection.CfnVPNConnectionPropsMixin.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications) The tunnel options for the VPN connection.