rds_delete_custom_db_engine_version {paws.database} | R Documentation |
Deletes a custom engine version
Description
Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:
See https://www.paws-r-sdk.com/docs/rds_delete_custom_db_engine_version/ for full documentation.
Usage
rds_delete_custom_db_engine_version(Engine, EngineVersion)
Arguments
Engine |
[required] The database engine. RDS Custom for Oracle supports the following values:
|
EngineVersion |
[required] The custom engine version (CEV) for your DB instance. This option is
required for RDS Custom, but optional for Amazon RDS. The combination of
|
[Package paws.database version 0.7.0 Index]