How to set multiple secrets for a RDS proxy dynamically using Java SDK ?

0

It is mentioned in the user guide Managing an RDS Proxy (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-managing.html#rds-proxy-changing-db-user-password) that we to modify a proxy using the RDS API, you use the operations ModifyDBProxy (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBProxy.html) .

As per guide, UserAuthConfig (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_UserAuthConfig.html) has SecretArn member as String. How can we add/set and update multiple secrets using Java SDK ?

asked 20 days ago95 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions