DatabaseMigrationService / Client / start_metadata_model_export_to_target

start_metadata_model_export_to_target#

DatabaseMigrationService.Client.start_metadata_model_export_to_target(**kwargs)#

Applies converted database objects to your target database.

See also: AWS API Documentation

Request Syntax

response = client.start_metadata_model_export_to_target(
    MigrationProjectIdentifier='string',
    SelectionRules='string',
    OverwriteExtensionPack=True|False
)
Parameters:
  • MigrationProjectIdentifier (string) –

    [REQUIRED]

    The migration project name or Amazon Resource Name (ARN).

  • SelectionRules (string) –

    [REQUIRED]

    A value that specifies the database objects to export.

  • OverwriteExtensionPack (boolean) – Whether to overwrite the migration project extension pack. 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.

Return type:

dict

Returns:

Response Syntax

{
    'RequestIdentifier': 'string'
}

Response Structure

  • (dict) –

    • RequestIdentifier (string) –

      The identifier for the export operation.

Exceptions