VpnConnectionArgs

constructor(customerGatewayId: Output<String>? = null, enableAcceleration: Output<Boolean>? = null, localIpv4NetworkCidr: Output<String>? = null, localIpv6NetworkCidr: Output<String>? = null, outsideIpAddressType: Output<String>? = null, remoteIpv4NetworkCidr: Output<String>? = null, remoteIpv6NetworkCidr: Output<String>? = null, staticRoutesOnly: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, transitGatewayId: Output<String>? = null, transportTransitGatewayAttachmentId: Output<String>? = null, tunnel1DpdTimeoutAction: Output<String>? = null, tunnel1DpdTimeoutSeconds: Output<Int>? = null, tunnel1EnableTunnelLifecycleControl: Output<Boolean>? = null, tunnel1IkeVersions: Output<List<String>>? = null, tunnel1InsideCidr: Output<String>? = null, tunnel1InsideIpv6Cidr: Output<String>? = null, tunnel1LogOptions: Output<VpnConnectionTunnel1LogOptionsArgs>? = null, tunnel1Phase1DhGroupNumbers: Output<List<Int>>? = null, tunnel1Phase1EncryptionAlgorithms: Output<List<String>>? = null, tunnel1Phase1IntegrityAlgorithms: Output<List<String>>? = null, tunnel1Phase1LifetimeSeconds: Output<Int>? = null, tunnel1Phase2DhGroupNumbers: Output<List<Int>>? = null, tunnel1Phase2EncryptionAlgorithms: Output<List<String>>? = null, tunnel1Phase2IntegrityAlgorithms: Output<List<String>>? = null, tunnel1Phase2LifetimeSeconds: Output<Int>? = null, tunnel1PresharedKey: Output<String>? = null, tunnel1RekeyFuzzPercentage: Output<Int>? = null, tunnel1RekeyMarginTimeSeconds: Output<Int>? = null, tunnel1ReplayWindowSize: Output<Int>? = null, tunnel1StartupAction: Output<String>? = null, tunnel2DpdTimeoutAction: Output<String>? = null, tunnel2DpdTimeoutSeconds: Output<Int>? = null, tunnel2EnableTunnelLifecycleControl: Output<Boolean>? = null, tunnel2IkeVersions: Output<List<String>>? = null, tunnel2InsideCidr: Output<String>? = null, tunnel2InsideIpv6Cidr: Output<String>? = null, tunnel2LogOptions: Output<VpnConnectionTunnel2LogOptionsArgs>? = null, tunnel2Phase1DhGroupNumbers: Output<List<Int>>? = null, tunnel2Phase1EncryptionAlgorithms: Output<List<String>>? = null, tunnel2Phase1IntegrityAlgorithms: Output<List<String>>? = null, tunnel2Phase1LifetimeSeconds: Output<Int>? = null, tunnel2Phase2DhGroupNumbers: Output<List<Int>>? = null, tunnel2Phase2EncryptionAlgorithms: Output<List<String>>? = null, tunnel2Phase2IntegrityAlgorithms: Output<List<String>>? = null, tunnel2Phase2LifetimeSeconds: Output<Int>? = null, tunnel2PresharedKey: Output<String>? = null, tunnel2RekeyFuzzPercentage: Output<Int>? = null, tunnel2RekeyMarginTimeSeconds: Output<Int>? = null, tunnel2ReplayWindowSize: Output<Int>? = null, tunnel2StartupAction: Output<String>? = null, tunnelInsideIpVersion: Output<String>? = null, type: Output<String>? = null, vpnGatewayId: Output<String>? = null)