Import cloudfront public key

Hi, we have an existing cloudfront public key in our aws cloudfront console. Need to be able to reference this so that we can specify it in our terraform cloudfront resource - should I be using a data block or a resource to reference the existing key? Have tried data “aws_cloudfront_public_key” but get an invalid data source error.