AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DeleteTenantDatabase operation. Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances.
You can't delete a tenant database when it is the only tenant in the DB instance.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DeleteTenantDatabaseRequest : AmazonRDSRequest IAmazonWebServiceRequest
The DeleteTenantDatabaseRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeleteTenantDatabaseRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBInstanceIdentifier | System.String |
Gets and sets the property DBInstanceIdentifier. The user-supplied identifier for the DB instance that contains the tenant database that you want to delete. |
![]() |
FinalDBSnapshotIdentifier | System.String |
Gets and sets the property FinalDBSnapshotIdentifier.
The
If you enable this parameter and also enable |
![]() |
SkipFinalSnapshot | System.Boolean |
Gets and sets the property SkipFinalSnapshot.
Specifies whether to skip the creation of a final DB snapshot before removing the
tenant database from your DB instance. If you enable this parameter, RDS doesn't create
a DB snapshot. If you don't enable this parameter, RDS creates a DB snapshot before
it deletes the tenant database. By default, RDS doesn't skip the final snapshot. If
you don't enable this parameter, you must specify the |
![]() |
TenantDBName | System.String |
Gets and sets the property TenantDBName. The user-supplied name of the tenant database that you want to remove from your DB instance. Amazon RDS deletes the tenant database with this name. This parameter isn’t case-sensitive. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5