Dynamic resources and methods

It is possible to load the options of a parameter dynamically with loadOptions

One example of that is, for example, the AWS Lambda-Node where it loads the different functions via an API:

What is however sadly not possible, is to create different parameters. The parameters are currently fixed, only the values can be loaded dynamically.