Sorry, but no. It's possible as of writing this. You can only put the service name to bind in the manifest.
https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#services-block
If you need to bind with options, you must use `cf bind-service`. If you have to do it a lot, the best thing is to wrap the interaction in a script.
Hope that helps!