How to copy cluster db snapshots between regions?

I am looking for a functionality like:

aws rds copy-db-cluster-snapshot 
--region eu-central-1 
--source-db-cluster-snapshot-identifier "arn:aws:rds:eu-west-1:..."
--target-db-cluster-snapshot-identifier "arn:aws:rds:eu-central:..."

There is a method but it is not compatible with cluster db snapshots:
https://registry.terraform.io/providers/hashicorp/aws/4.15.1/docs/resources/db_snapshot_copy

Or is it possible to create a db instance directly from another region ?