| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotCredentialsFromGeneratedPasswordOptions.Jsii$Proxy
An implementation for
SnapshotCredentialsFromGeneratedPasswordOptions |
| Modifier and Type | Method and Description |
|---|---|
SnapshotCredentialsFromGeneratedPasswordOptions |
SnapshotCredentialsFromGeneratedPasswordOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedPassword(String username,
SnapshotCredentialsFromGeneratedPasswordOptions options)
Deprecated.
use `fromGeneratedSecret()` for new Clusters and Instances.
Note that switching from `fromGeneratedPassword()` to `fromGeneratedSecret()` for already deployed
Clusters or Instances will update their master password.
|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedSecret(String username,
SnapshotCredentialsFromGeneratedPasswordOptions options)
Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
Copyright © 2021. All rights reserved.