Gateway Vpn Attachment Args
fun GatewayVpnAttachmentArgs(bgpConfig: Output<GatewayVpnAttachmentBgpConfigArgs>? = null, customerGatewayId: Output<String>? = null, effectImmediately: Output<Boolean>? = null, enableDpd: Output<Boolean>? = null, enableNatTraversal: Output<Boolean>? = null, healthCheckConfig: Output<GatewayVpnAttachmentHealthCheckConfigArgs>? = null, ikeConfig: Output<GatewayVpnAttachmentIkeConfigArgs>? = null, ipsecConfig: Output<GatewayVpnAttachmentIpsecConfigArgs>? = null, localSubnet: Output<String>? = null, networkType: Output<String>? = null, remoteSubnet: Output<String>? = null, vpnAttachmentName: Output<String>? = null)