Uses of Class
software.amazon.awscdk.services.rds.SnapshotCredentials
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of SnapshotCredentials in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic SnapshotCredentials
SnapshotCredentials.fromGeneratedPassword
(String username) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentials
SnapshotCredentials.fromGeneratedPassword
(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentials
SnapshotCredentials.fromGeneratedSecret
(String username) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentials
SnapshotCredentials.fromGeneratedSecret
(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentials
SnapshotCredentials.fromPassword
(SecretValue password) Update the snapshot login with an existing password.static SnapshotCredentials
SnapshotCredentials.fromSecret
(ISecret secret) Update the snapshot login with an existing password from a Secret.default SnapshotCredentials
DatabaseInstanceFromSnapshotProps.getCredentials()
Master user credentials.final SnapshotCredentials
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials()
default SnapshotCredentials
ServerlessClusterFromSnapshotProps.getCredentials()
Master user credentials.final SnapshotCredentials
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getCredentials()
Modifier 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()