| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| 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 |
ServerlessClusterFromSnapshotProps.getCredentials()
Master user credentials.
|
SnapshotCredentials |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getCredentials() |
default SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.getCredentials()
Master user credentials.
|
SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials() |
default SnapshotCredentials |
DatabaseClusterFromSnapshotProps.getSnapshotCredentials()
Master user credentials.
|
SnapshotCredentials |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getSnapshotCredentials() |
Copyright © 2022. All rights reserved.