VpnConnectionArgs

fun VpnConnectionArgs(customerGatewayId: Output<String>? = null, staticRoutesOnly: Output<Boolean>? = null, tags: Output<List<VpnConnectionTagArgs>>? = null, transitGatewayId: Output<String>? = null, type: Output<String>? = null, vpnGatewayId: Output<String>? = null, vpnTunnelOptionsSpecifications: Output<List<VpnConnectionVpnTunnelOptionsSpecificationArgs>>? = null)