| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedSecret(String username)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedSecret(String username,
SnapshotCredentialsFromGeneratedPasswordOptions options)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
static SnapshotCredentials |
SnapshotCredentials.fromPassword(SecretValue password)
(experimental) Update the snapshot login with an existing password.
|
static SnapshotCredentials |
SnapshotCredentials.fromSecret(Secret secret)
(experimental) Update the snapshot login with an existing password from a Secret.
|
default SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.getCredentials()
(experimental) Master user credentials.
|
SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
DatabaseInstanceFromSnapshotProps.getCredentials() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
(experimental) Master user credentials.
|
Copyright © 2021. All rights reserved.