Terraform support for AWS ElastiCache creation from an external Redis Export in S3

From AWS Console, I can create a new ElastiCache cluster from an external Redis export in S3. I only see input parameters for ElastiCache snapshot but not support for Redis export file. How can I create a new cluster using external Redis export using Terraform?
Thanks.