Skip navigation links

Package com.amazonaws.secretsmanager.sql

This package contains JDBC drivers that use secret IDs rather than hard-coded database credentials.

See: Description

Package com.amazonaws.secretsmanager.sql Description

This package contains JDBC drivers that use secret IDs rather than hard-coded database credentials. They accomplish this by substituting a secret ID specified by the user field in their connect properties with the associated credentials from Secrets Manager. The call to connect is then propagated to a real JDBC driver that actually establishes the connection. See the AWSSecretsManagerDriver class and the individual drivers for configuration and usage details.
Skip navigation links

Copyright © 2020. All rights reserved.