TenantDatabase

A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.

Types

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

Properties

Link copied to clipboard

The character set of the tenant database.

Link copied to clipboard

The ID of the DB instance that contains the tenant database.

Link copied to clipboard

The Amazon Web Services Region-unique, immutable identifier for the DB instance.

Link copied to clipboard

Specifies whether deletion protection is enabled for the DB instance.

Link copied to clipboard

The master username of the tenant database.

Link copied to clipboard

The NCHAR character set name of the tenant database.

Link copied to clipboard

Information about pending changes for a tenant database.

Link copied to clipboard

The status of the tenant database.

Link copied to clipboard

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

Link copied to clipboard

The Amazon Resource Name (ARN) for the tenant database.

Link copied to clipboard

The creation time of the tenant database.

Link copied to clipboard

The Amazon Web Services Region-unique, immutable identifier for the tenant database.

Link copied to clipboard

The database name of the tenant database.

Functions

Link copied to clipboard
inline fun copy(block: TenantDatabase.Builder.() -> Unit = {}): TenantDatabase
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