rds_create_tenant_database {paws.database} | R Documentation |
Creates a tenant database in a DB instance that uses the multi-tenant configuration
Description
Creates a tenant database in a DB instance that uses the multi-tenant configuration. Only RDS for Oracle container database (CDB) instances are supported.
See https://www.paws-r-sdk.com/docs/rds_create_tenant_database/ for full documentation.
Usage
rds_create_tenant_database(
DBInstanceIdentifier,
TenantDBName,
MasterUsername,
MasterUserPassword,
CharacterSetName = NULL,
NcharCharacterSetName = NULL,
Tags = NULL
)
Arguments
DBInstanceIdentifier |
[required] The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive. |
TenantDBName |
[required] The user-supplied name of the tenant database that you want to create in
your DB instance. This parameter has the same constraints as |
MasterUsername |
[required] 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. Constraints:
|
MasterUserPassword |
[required] The password for the master user in your tenant database. Constraints:
|
CharacterSetName |
The character set for your tenant database. If you don't specify a
value, the character set name defaults to |
NcharCharacterSetName |
The |
Tags |