describeOrderableReplicationInstances

Returns information about the replication instance types that can be created in the specified region.

Samples


fun main() { 
   //sampleStart 
   // Returns information about the replication instance types that can be created in the specified
// region.
val resp = databaseMigrationClient.describeOrderableReplicationInstances {
    maxRecords = 123
    marker = ""
} 
   //sampleEnd
}