View source: R/rds_operations.R
rds_describe_db_snapshot_tenant_databases | R Documentation |
Describes the tenant databases that exist in a DB snapshot. This command only applies to RDS for Oracle DB instances in the multi-tenant configuration.
See https://www.paws-r-sdk.com/docs/rds_describe_db_snapshot_tenant_databases/ for full documentation.
rds_describe_db_snapshot_tenant_databases(
DBInstanceIdentifier = NULL,
DBSnapshotIdentifier = NULL,
SnapshotType = NULL,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL,
DbiResourceId = NULL
)
DBInstanceIdentifier |
The ID of the DB instance used to create the DB snapshots. This parameter isn't case-sensitive. Constraints:
|
DBSnapshotIdentifier |
The ID of a DB snapshot that contains the tenant databases to describe. This value is stored as a lowercase string. Constraints:
|
SnapshotType |
The type of DB snapshots to be returned. You can specify one of the following values:
|
Filters |
A filter that specifies one or more tenant databases to describe. Supported filters:
|
MaxRecords |
The maximum number of records to include in the response. If more
records exist than the specified |
Marker |
An optional pagination token provided by a previous
|
DbiResourceId |
A specific DB resource identifier to describe. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.