GetCustomDbEngineVersionPlainArgs

data class GetCustomDbEngineVersionPlainArgs(val engine: String, val engineVersion: String) : ConvertibleToJava<GetCustomDbEngineVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(engine: String, engineVersion: String)

Properties

Link copied to clipboard

The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.

Link copied to clipboard

The name of your CEV. The name format is 19.customized_string . For example, a valid name is 19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Region.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomDbEngineVersionPlainArgs