| Modifier and Type | Method and Description |
|---|---|
static 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.
|
SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials() |
default SnapshotCredentials |
ServerlessClusterFromSnapshotProps.getCredentials()
Master user credentials.
|
SnapshotCredentials |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
Master user credentials.
|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
DatabaseInstanceFromSnapshotProps.getCredentials() |
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
ServerlessClusterFromSnapshotProps.getCredentials() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
Master user credentials.
|
Copyright © 2022. All rights reserved.