Uses of Class
software.amazon.awscdk.services.rds.Credentials
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of Credentials in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic Credentials
Credentials.fromGeneratedSecret
(String username) Creates Credentials with a password generated and stored in Secrets Manager.static Credentials
Credentials.fromGeneratedSecret
(String username, CredentialsBaseOptions options) Creates Credentials with a password generated and stored in Secrets Manager.static Credentials
Credentials.fromPassword
(String username, SecretValue password) Creates Credentials from a password.static Credentials
Credentials.fromSecret
(ISecret secret) Creates Credentials from an existing Secrets ManagerSecret
(orDatabaseSecret
).static Credentials
Credentials.fromSecret
(ISecret secret, String username) Creates Credentials from an existing Secrets ManagerSecret
(orDatabaseSecret
).static Credentials
Credentials.fromUsername
(String username) Creates Credentials for the given username, and optional password and key.static Credentials
Credentials.fromUsername
(String username, CredentialsFromUsernameOptions options) Creates Credentials for the given username, and optional password and key.default Credentials
DatabaseClusterFromSnapshotProps.getCredentials()
Deprecated.final Credentials
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getCredentials()
default Credentials
DatabaseClusterProps.getCredentials()
Credentials for the administrative user.final Credentials
DatabaseClusterProps.Jsii$Proxy.getCredentials()
default Credentials
DatabaseInstanceProps.getCredentials()
Credentials for the administrative user.final Credentials
DatabaseInstanceProps.Jsii$Proxy.getCredentials()
default Credentials
ServerlessClusterProps.getCredentials()
Credentials for the administrative user.final Credentials
ServerlessClusterProps.Jsii$Proxy.getCredentials()
Modifier and TypeMethodDescriptionDatabaseCluster.Builder.credentials
(Credentials credentials) Credentials for the administrative user.DatabaseClusterFromSnapshot.Builder.credentials
(Credentials credentials) Deprecated.usesnapshotCredentials
which allows to generate a new passwordDatabaseClusterFromSnapshotProps.Builder.credentials
(Credentials credentials) Deprecated.use `snapshotCredentials` which allows to generate a new passwordDatabaseClusterProps.Builder.credentials
(Credentials credentials) Sets the value ofDatabaseClusterProps.getCredentials()
DatabaseInstance.Builder.credentials
(Credentials credentials) Credentials for the administrative user.DatabaseInstanceProps.Builder.credentials
(Credentials credentials) Sets the value ofDatabaseInstanceProps.getCredentials()
ServerlessCluster.Builder.credentials
(Credentials credentials) Credentials for the administrative user.ServerlessClusterProps.Builder.credentials
(Credentials credentials) Sets the value ofServerlessClusterProps.getCredentials()
snapshotCredentials
which allows to generate a new password