How do I tell Chef dsc_resource to import module of certain version?

DSC allows to specify module version during import via Import-DSCResource -ModuleName ‘name’ -ModuleVersion 1.0
Is it possible to do within chef dsc_resouce?