startExtensionPackAssociation
Queues the installation of the extension pack on your target database. If other requests created by Start* operations are already in the migration project's queue, the installation begins after they complete.
This operation requires a non-virtual target data provider.
If the extension pack already exists, the operation reinstalls it. To ensure compatibility, reconvert your database objects if the version has changed since your last conversion. For more information, see Using extension packs in DMS Schema Conversion.
To check the status of the request, call DescribeExtensionPackAssociations using the returned RequestIdentifier as a filter.
Required permissions:dms:AssociateExtensionPack. For more information, see Actions, resources, and condition keys for Database Migration Service.
Samples
// The following example queues the installation of the extension pack on the target database.
val resp = databaseMigrationClient.startExtensionPackAssociation {
migrationProjectIdentifier = "arn:aws:dms:us-east-1:111122223333:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRS"
}