DatabaseMigrationService / Client / start_metadata_model_assessment

start_metadata_model_assessment#

DatabaseMigrationService.Client.start_metadata_model_assessment(**kwargs)#

Creates a database migration assessment report by assessing the migration complexity for your source database. A database migration assessment report summarizes all of the schema conversion tasks. It also details the action items for database objects that can’t be converted to the database engine of your target database instance.

See also: AWS API Documentation

Request Syntax

response = client.start_metadata_model_assessment(
    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 assess.

Return type:

dict

Returns:

Response Syntax

{
    'RequestIdentifier': 'string'
}

Response Structure

  • (dict) –

    • RequestIdentifier (string) –

      The identifier for the assessment operation.

Exceptions