describeDbEngineVersions

Describes the properties of specific versions of DB engines.

Samples

// The following example displays details about each of the DB engine versions for the specified DB
// engine.
val resp = rdsClient.describeDbEngineVersions {
    engine = "mysql"
}