deleteDataProvider

Deletes the specified data provider.

Required permissions:dms:DeleteDataProvider. For more information, see Actions, resources, and condition keys for Database Migration Service.

All migration projects associated with the data provider must be deleted or modified before you can delete the data provider.

Samples

// The following example deletes a data provider identified by its ARN.
val resp = databaseMigrationClient.deleteDataProvider {
    dataProviderIdentifier = "arn:aws:dms:us-east-1:111122223333:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRS"
}