GatewayVpnAttachmentArgs

constructor(bgpConfig: Output<GatewayVpnAttachmentBgpConfigArgs>? = null, customerGatewayId: Output<String>? = null, effectImmediately: Output<Boolean>? = null, enableDpd: Output<Boolean>? = null, enableNatTraversal: Output<Boolean>? = null, enableTunnelsBgp: 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, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null, tunnelOptionsSpecifications: Output<List<GatewayVpnAttachmentTunnelOptionsSpecificationArgs>>? = null, vpnAttachmentName: Output<String>? = null)