Access public ssh key from IAM user (aws)

Hi,

is it possible to get the public ssh key from a user in IAM with a terraform data source?
I found only a resource aws_iam_user_ssh_key but no data source.

Thomas