| 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)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedPassword(String username,
SnapshotCredentialsFromGeneratedPasswordOptions options)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
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 |
ServerlessClusterFromSnapshotProps.getCredentials()
(experimental) Master user credentials.
|
SnapshotCredentials |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getCredentials() |
default SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.getCredentials()
(experimental) Master user credentials.
|
SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
ServerlessClusterFromSnapshotProps.getCredentials() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
(experimental) Master user credentials.
|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
(experimental) Master user credentials.
|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
DatabaseInstanceFromSnapshotProps.getCredentials() |
Copyright © 2022. All rights reserved.