Connection Args
fun ConnectionArgs(bgpConfig: Output<ConnectionBgpConfigArgs>? = null, customerGatewayId: Output<String>? = null, effectImmediately: Output<Boolean>? = null, enableDpd: Output<Boolean>? = null, enableNatTraversal: Output<Boolean>? = null, healthCheckConfig: Output<ConnectionHealthCheckConfigArgs>? = null, ikeConfig: Output<ConnectionIkeConfigArgs>? = null, ipsecConfig: Output<ConnectionIpsecConfigArgs>? = null, localSubnets: Output<List<String>>? = null, name: Output<String>? = null, remoteSubnets: Output<List<String>>? = null, vpnGatewayId: Output<String>? = null)