Builder

class Builder

Properties

Link copied to clipboard

The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.

Link copied to clipboard

The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. 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 name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

Link copied to clipboard

The password for the master user in your tenant database.

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 NCHAR value for the tenant database.

Link copied to clipboard
var tags: List<Tag>?

A list of tags.

Link copied to clipboard

The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.