I want to use properties from aws parameter store in my micronaut application using the built in micronaut discovery client, but it's not properly documented that how to configure and inject the individual parameters after mentioning the 'rootHierarchyPath'
Here is the application.yml code, I have mentioned the root path But can't find how to fetch the entries 'dbUserName' and 'dbPassword' stored in the parameter store.
aws: client: system-manager: parameterstore: enabled: true useSecureParameters: true rootHierarchyPath: /application/db