:doc:`DatabaseMigrationService <../../dms>` / Client / describe_conversion_configuration

*********************************
describe_conversion_configuration
*********************************



.. py:method:: DatabaseMigrationService.Client.describe_conversion_configuration(**kwargs)

  

  Returns configuration parameters for a schema conversion project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConversionConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_conversion_configuration(
        MigrationProjectIdentifier='string'
    )
    
  :type MigrationProjectIdentifier: string
  :param MigrationProjectIdentifier: **[REQUIRED]** 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.ResourceNotFoundFault`

  