Uses of Class
software.amazon.awscdk.services.rds.SnapshotCredentials
Packages that use SnapshotCredentials
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of SnapshotCredentials in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return SnapshotCredentialsModifier and TypeMethodDescriptionstatic SnapshotCredentialsSnapshotCredentials.fromGeneratedPassword(String username) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentialsSnapshotCredentials.fromGeneratedPassword(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentialsSnapshotCredentials.fromGeneratedSecret(String username) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentialsSnapshotCredentials.fromGeneratedSecret(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentialsSnapshotCredentials.fromPassword(SecretValue password) Update the snapshot login with an existing password.static SnapshotCredentialsSnapshotCredentials.fromSecret(ISecret secret) Update the snapshot login with an existing password from a Secret.default SnapshotCredentialsDatabaseInstanceFromSnapshotProps.getCredentials()Master user credentials.final SnapshotCredentialsDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials()default SnapshotCredentialsServerlessClusterFromSnapshotProps.getCredentials()Master user credentials.final SnapshotCredentialsServerlessClusterFromSnapshotProps.Jsii$Proxy.getCredentials()default SnapshotCredentialsDatabaseClusterFromSnapshotProps.getSnapshotCredentials()Master user credentials.final SnapshotCredentialsDatabaseClusterFromSnapshotProps.Jsii$Proxy.getSnapshotCredentials()Methods in software.amazon.awscdk.services.rds with parameters of type SnapshotCredentialsModifier and TypeMethodDescriptionDatabaseInstanceFromSnapshot.Builder.credentials(SnapshotCredentials credentials) Master user credentials.DatabaseInstanceFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials) Sets the value ofDatabaseInstanceFromSnapshotProps.getCredentials()ServerlessClusterFromSnapshot.Builder.credentials(SnapshotCredentials credentials) Master user credentials.ServerlessClusterFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials) Sets the value ofServerlessClusterFromSnapshotProps.getCredentials()DatabaseClusterFromSnapshot.Builder.snapshotCredentials(SnapshotCredentials snapshotCredentials) Master user credentials.DatabaseClusterFromSnapshotProps.Builder.snapshotCredentials(SnapshotCredentials snapshotCredentials) Sets the value ofDatabaseClusterFromSnapshotProps.getSnapshotCredentials()