DatabaseMigrationService / Client / describe_conversion_configuration

describe_conversion_configuration#

DatabaseMigrationService.Client.describe_conversion_configuration(**kwargs)#

Returns configuration parameters for a schema conversion project.

See also: AWS API Documentation

Request Syntax

response = client.describe_conversion_configuration(
    MigrationProjectIdentifier='string'
)
Parameters:

MigrationProjectIdentifier (string) –

[REQUIRED]

The name or Amazon Resource Name (ARN) for the schema conversion project to describe.

Return type:

dict

Returns:

Response Syntax

{
    'MigrationProjectIdentifier': 'string',
    'ConversionConfiguration': 'string'
}

Response Structure

  • (dict) –

    • MigrationProjectIdentifier (string) –

      The name or Amazon Resource Name (ARN) for the schema conversion project.

    • ConversionConfiguration (string) –

      The configuration parameters for the schema conversion project.

Exceptions