describeServerlessV2PlatformVersions

Describes the properties of specific platform versions for Aurora Serverless v2.

Samples

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