Accessing Trigger's configuration parameter inside trigger

Hello,
I am currently configuring a new Trigger inside mongoDB-atlas.

Durring the configuration of the trigger inside the GUI, I need to configure a few things, like the supplied Data Source, the trigger name, the collections, the cluster name, etc.

What I would like to know, is if that configuration can be retrieved from within the trigger.
I tried looking at the documentation for the context, but wasn’t able to find anything regarding that.

In my situation, I’m trying to find a way to recover the service name that issued the Database-collection trigger execution , so I can connect back to it. All examples found so far have the cluster value hardcoded, but have collection and database name supplied as part of the event.

Thanks
Philippe