Take a look near the top of https://trino.io/docs/current/connector/iceberg.html and you'll see that your value of "catalog" is not valid for "iceberg.catalog.type". Valid options are hive_metastore, glue, jdbc, rest, nessie, and snowflake.
From there, more properties will be needed (see the links just above that for you specific choice). For example, using "rest" will require these options to be set; https://trino.io/docs/current/object-storage/metastores.html#iceberg-rest-catalog.
Making sure you also know some other places you can ask Trino questions at; https://trino.io/slack and https://www.starburst.io/community/forum/ (I prefer the last one, but I'm Starburst DevRel and a "bit" opinionated).