ModifyTenantDatabaseRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the DB instance that contains the tenant database that you are modifying. This parameter isn't case-sensitive.

Link copied to clipboard

Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.

Link copied to clipboard

The new password for the master user of the specified tenant database in your DB instance.

Link copied to clipboard

The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

Link copied to clipboard

The new name of the tenant database when renaming a tenant database. This parameter isn’t case-sensitive.

Link copied to clipboard

Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.

Link copied to clipboard

The user-supplied name of the tenant database that you want to modify. This parameter isn’t case-sensitive.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String