DatabaseMigrationService / Client / start_metadata_model_conversion

start_metadata_model_conversion#

DatabaseMigrationService.Client.start_metadata_model_conversion(**kwargs)#

Converts your source database objects to a format compatible with the target database.

See also: AWS API Documentation

Request Syntax

response = client.start_metadata_model_conversion(
    MigrationProjectIdentifier='string',
    SelectionRules='string'
)
Parameters:
  • MigrationProjectIdentifier (string) –

    [REQUIRED]

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

  • SelectionRules (string) –

    [REQUIRED]

    A value that specifies the database objects to convert.

Return type:

dict

Returns:

Response Syntax

{
    'RequestIdentifier': 'string'
}

Response Structure

  • (dict) –

    • RequestIdentifier (string) –

      The identifier for the conversion operation.

Exceptions