startExtensionPackAssociation

Applies the extension pack to your target database. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

Samples


fun main() { 
   //sampleStart 
   // Applies the extension pack to your target database.
val resp = databaseMigrationClient.startExtensionPackAssociation {
    migrationProjectIdentifier = "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
} 
   //sampleEnd
}