| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RotationSingleUserOptions.Jsii$Proxy
An implementation for
RotationSingleUserOptions |
| Modifier and Type | Method and Description |
|---|---|
RotationSingleUserOptions |
RotationSingleUserOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseClusterFromSnapshot.addRotationSingleUser(RotationSingleUserOptions options)
Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
ServerlessCluster.addRotationSingleUser(RotationSingleUserOptions options)
Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationSingleUser(RotationSingleUserOptions options)
Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseInstanceFromSnapshot.addRotationSingleUser(RotationSingleUserOptions options)
Adds the single user rotation of the master password to this instance.
|
SecretRotation |
DatabaseInstance.addRotationSingleUser(RotationSingleUserOptions options)
Adds the single user rotation of the master password to this instance.
|
Copyright © 2022. All rights reserved.