Uses of Class
software.amazon.awscdk.services.rds.Credentials
Packages that use Credentials
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of Credentials in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return CredentialsModifier and TypeMethodDescriptionstatic CredentialsCredentials.fromGeneratedSecret(String username) Creates Credentials with a password generated and stored in Secrets Manager.static CredentialsCredentials.fromGeneratedSecret(String username, CredentialsBaseOptions options) Creates Credentials with a password generated and stored in Secrets Manager.static CredentialsCredentials.fromPassword(String username, SecretValue password) Creates Credentials from a password.static CredentialsCredentials.fromSecret(ISecret secret) Creates Credentials from an existing Secrets ManagerSecret(orDatabaseSecret).static CredentialsCredentials.fromSecret(ISecret secret, String username) Creates Credentials from an existing Secrets ManagerSecret(orDatabaseSecret).static CredentialsCredentials.fromUsername(String username) Creates Credentials for the given username, and optional password and key.static CredentialsCredentials.fromUsername(String username, CredentialsFromUsernameOptions options) Creates Credentials for the given username, and optional password and key.default CredentialsDatabaseClusterFromSnapshotProps.getCredentials()Deprecated.final CredentialsDatabaseClusterFromSnapshotProps.Jsii$Proxy.getCredentials()default CredentialsDatabaseClusterProps.getCredentials()Credentials for the administrative user.final CredentialsDatabaseClusterProps.Jsii$Proxy.getCredentials()default CredentialsDatabaseInstanceProps.getCredentials()Credentials for the administrative user.final CredentialsDatabaseInstanceProps.Jsii$Proxy.getCredentials()default CredentialsServerlessClusterProps.getCredentials()Credentials for the administrative user.final CredentialsServerlessClusterProps.Jsii$Proxy.getCredentials()Methods in software.amazon.awscdk.services.rds with parameters of type CredentialsModifier and TypeMethodDescriptionDatabaseCluster.Builder.credentials(Credentials credentials) Credentials for the administrative user.DatabaseClusterFromSnapshot.Builder.credentials(Credentials credentials) Deprecated.usesnapshotCredentialswhich 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()
snapshotCredentialswhich allows to generate a new password